* [PATCH] Postfix: update to 3.4.1
@ 2019-03-08 19:22 Peter Müller
2019-03-11 9:51 ` Michael Tremer
0 siblings, 1 reply; 3+ messages in thread
From: Peter Müller @ 2019-03-08 19:22 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1640 bytes --]
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
config/rootfiles/packages/postfix | 2 ++
lfs/postfix | 6 +++---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/config/rootfiles/packages/postfix b/config/rootfiles/packages/postfix
index 138c1dd7f..23e1efb25 100644
--- a/config/rootfiles/packages/postfix
+++ b/config/rootfiles/packages/postfix
@@ -39,6 +39,7 @@ usr/lib/postfix/post-install
usr/lib/postfix/postfix-script
usr/lib/postfix/postfix-tls-script
usr/lib/postfix/postfix-wrapper
+usr/lib/postfix/postlogd
usr/lib/postfix/postmulti-script
usr/lib/postfix/postscreen
usr/lib/postfix/proxymap
@@ -122,6 +123,7 @@ usr/sbin/sendmail.postfix
#usr/share/man/man8/oqmgr.8
#usr/share/man/man8/pickup.8
#usr/share/man/man8/pipe.8
+#usr/share/man/man8/postlogd.8
#usr/share/man/man8/postscreen.8
#usr/share/man/man8/proxymap.8
#usr/share/man/man8/qmgr.8
diff --git a/lfs/postfix b/lfs/postfix
index b22eca138..acadacbeb 100644
--- a/lfs/postfix
+++ b/lfs/postfix
@@ -24,7 +24,7 @@
include Config
-VER = 3.3.2
+VER = 3.4.1
THISAPP = postfix-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = postfix
-PAK_VER = 17
+PAK_VER = 18
DEPS = ""
@@ -66,7 +66,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 4e6ed7056576e0c54cfce6040a0bb0ad
+$(DL_FILE)_MD5 = d292bb49a1c79ff6d2eb9c5e88c51425
install : $(TARGET)
--
2.16.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Postfix: update to 3.4.1
2019-03-08 19:22 [PATCH] Postfix: update to 3.4.1 Peter Müller
@ 2019-03-11 9:51 ` Michael Tremer
2019-03-11 15:15 ` Peter Müller
0 siblings, 1 reply; 3+ messages in thread
From: Michael Tremer @ 2019-03-11 9:51 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1939 bytes --]
Hi,
I merged this.
Did you see that 3.4.3 is out? I am not sure, but is that emergency fix important for us?
-Michael
> On 8 Mar 2019, at 19:22, Peter Müller <peter.mueller(a)ipfire.org> wrote:
>
> Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
> ---
> config/rootfiles/packages/postfix | 2 ++
> lfs/postfix | 6 +++---
> 2 files changed, 5 insertions(+), 3 deletions(-)
>
> diff --git a/config/rootfiles/packages/postfix b/config/rootfiles/packages/postfix
> index 138c1dd7f..23e1efb25 100644
> --- a/config/rootfiles/packages/postfix
> +++ b/config/rootfiles/packages/postfix
> @@ -39,6 +39,7 @@ usr/lib/postfix/post-install
> usr/lib/postfix/postfix-script
> usr/lib/postfix/postfix-tls-script
> usr/lib/postfix/postfix-wrapper
> +usr/lib/postfix/postlogd
> usr/lib/postfix/postmulti-script
> usr/lib/postfix/postscreen
> usr/lib/postfix/proxymap
> @@ -122,6 +123,7 @@ usr/sbin/sendmail.postfix
> #usr/share/man/man8/oqmgr.8
> #usr/share/man/man8/pickup.8
> #usr/share/man/man8/pipe.8
> +#usr/share/man/man8/postlogd.8
> #usr/share/man/man8/postscreen.8
> #usr/share/man/man8/proxymap.8
> #usr/share/man/man8/qmgr.8
> diff --git a/lfs/postfix b/lfs/postfix
> index b22eca138..acadacbeb 100644
> --- a/lfs/postfix
> +++ b/lfs/postfix
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 3.3.2
> +VER = 3.4.1
>
> THISAPP = postfix-$(VER)
> DL_FILE = $(THISAPP).tar.gz
> @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
> DIR_APP = $(DIR_SRC)/$(THISAPP)
> TARGET = $(DIR_INFO)/$(THISAPP)
> PROG = postfix
> -PAK_VER = 17
> +PAK_VER = 18
>
> DEPS = ""
>
> @@ -66,7 +66,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = 4e6ed7056576e0c54cfce6040a0bb0ad
> +$(DL_FILE)_MD5 = d292bb49a1c79ff6d2eb9c5e88c51425
>
> install : $(TARGET)
>
> --
> 2.16.4
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-03-11 15:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-08 19:22 [PATCH] Postfix: update to 3.4.1 Peter Müller
2019-03-11 9:51 ` Michael Tremer
2019-03-11 15:15 ` Peter Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox