From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= <peter.mueller@link38.eu> To: development@lists.ipfire.org Subject: [PATCH] Postfix: update to 3.3.2 Date: Wed, 23 Jan 2019 21:34:13 +0100 Message-ID: <5b40c580-f8fe-f927-1ef7-25a40b39a007@link38.eu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5952580447292273911==" List-Id: <development.lists.ipfire.org> --===============5952580447292273911== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable See http://www.postfix.org/announcements/postfix-3.3.2.html for release note. This makes Postfix TLS 1.3/OpenSSL 1.1.1a ready. Signed-off-by: Peter M=C3=BCller <peter.mueller(a)link38.eu> --- lfs/postfix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/postfix b/lfs/postfix index 2054c68cf..b22eca138 100644 --- a/lfs/postfix +++ b/lfs/postfix @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2018 IPFire Team <info(a)ipfire.org> = # +# Copyright (C) 2007-2019 IPFire Team <info(a)ipfire.org> = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 3.3.1 +VER =3D 3.3.2 =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 16 +PAK_VER =3D 17 =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 4381c6492f415e4a69cf5099d4acea76 +$(DL_FILE)_MD5 =3D 4e6ed7056576e0c54cfce6040a0bb0ad =20 install : $(TARGET) =20 --=20 2.16.4 --===============5952580447292273911==--