From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] Postfix: update to 3.4.1 Date: Mon, 11 Mar 2019 09:51:29 +0000 Message-ID: <579C2949-EA65-455A-AADA-0013EE167E1D@ipfire.org> In-Reply-To: <004e3722-c954-e8a2-01fb-4fbbf6964f24@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4391939158706278765==" List-Id: --===============4391939158706278765== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, I merged this. Did you see that 3.4.3 is out? I am not sure, but is that emergency fix impor= tant for us? -Michael > On 8 Mar 2019, at 19:22, Peter M=C3=BCller wro= te: >=20 > Signed-off-by: Peter M=C3=BCller > --- > config/rootfiles/packages/postfix | 2 ++ > lfs/postfix | 6 +++--- > 2 files changed, 5 insertions(+), 3 deletions(-) >=20 > 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 @@ >=20 > include Config >=20 > -VER =3D 3.3.2 > +VER =3D 3.4.1 >=20 > THISAPP =3D postfix-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D postfix > -PAK_VER =3D 17 > +PAK_VER =3D 18 >=20 > DEPS =3D "" >=20 > @@ -66,7 +66,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_MD5 =3D 4e6ed7056576e0c54cfce6040a0bb0ad > +$(DL_FILE)_MD5 =3D d292bb49a1c79ff6d2eb9c5e88c51425 >=20 > install : $(TARGET) >=20 > --=20 > 2.16.4 --===============4391939158706278765==--