From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] Postfix: update to 3.5.9 Date: Sat, 30 Jan 2021 14:26:11 +0100 Message-ID: <2b75b14c-b802-771c-9624-6338861f172d@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8333726481139704220==" List-Id: --===============8333726481139704220== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This release adds runtime detection of DNSSEC support; please refer to http://www.postfix.org/announcements/postfix-3.5.9.html for its full announcement. Signed-off-by: Peter M=C3=BCller --- lfs/postfix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/postfix b/lfs/postfix index 7160a0192..628704152 100644 --- a/lfs/postfix +++ b/lfs/postfix @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2020 IPFire Team = # +# Copyright (C) 2007-2021 IPFire Team = # # = # # 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.5.8 +VER =3D 3.5.9 =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 28 +PAK_VER =3D 29 =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 c7c55ccc1db2a30d35c3867c21fe7109 +$(DL_FILE)_MD5 =3D a4d1b2df03a500cf8f9759d5fca1c1f6 =20 install : $(TARGET) =20 --=20 2.26.2 --===============8333726481139704220==--