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.5.0 Date: Thu, 19 Mar 2020 10:33:59 +0000 Message-ID: <09ADE022-D67E-458E-800F-290FAD479502@ipfire.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6768477136119041628==" List-Id: --===============6768477136119041628== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 18 Mar 2020, at 21:16, Peter M=C3=BCller wr= ote: >=20 > Please refer to http://www.postfix.org/announcements/postfix-3.5.0.html > for release announcements. >=20 > Signed-off-by: Peter M=C3=BCller > --- > lfs/postfix | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) >=20 > 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 --===============6768477136119041628==--