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.0 Date: Wed, 18 Mar 2020 21:16:00 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4637492130616462505==" List-Id: --===============4637492130616462505== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Please refer to http://www.postfix.org/announcements/postfix-3.5.0.html for release announcements. Signed-off-by: Peter M=C3=BCller --- lfs/postfix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lfs/postfix b/lfs/postfix index 887051470..e5ce6a7f6 100644 --- a/lfs/postfix +++ b/lfs/postfix @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2019 IPFire Team = # +# Copyright (C) 2007-2020 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.4.8 +VER =3D 3.5.0 =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 22 +PAK_VER =3D 23 =20 DEPS =3D "" =20 @@ -54,7 +54,7 @@ AUXLIBS +=3D -lpcre CCARGS +=3D -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl AUXLIBS +=3D -L/usr/lib/sasl2 -lsasl2 =20 -# SSL +# TLS CCARGS +=3D -DUSE_TLS `pkg-config --cflags openssl` AUXLIBS +=3D `pkg-config --libs openssl` =20 @@ -66,7 +66,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 6944b946887077a28e3dcb375ff53701 +$(DL_FILE)_MD5 =3D f6a48f369cf8d693d7b0f8ab51f0fc9b =20 install : $(TARGET) =20 --=20 2.16.4 --===============4637492130616462505==--