diff --git a/.cvsignore b/.cvsignore index 91715f4..de96852 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ pfixtls-0.8.11a-1.1.11-0.9.6d.tar.bz2 -postfix-1.1.11.tar.bz2 +postfix-1.1.12.tar.gz diff --git a/postfix.spec b/postfix.spec index 6f29e5c..985271d 100644 --- a/postfix.spec +++ b/postfix.spec @@ -11,7 +11,7 @@ # If set to 1 if official version, 0 if snapshot %define official 1 -%define ver 1.1.11 +%define ver 1.1.12 %define releasedate 20020624 %define alternatives 1 %if %{official} @@ -46,9 +46,9 @@ Obsoletes: sendmail exim qmail PreReq: %{_sbindir}/groupadd, %{_sbindir}/useradd Epoch: 2 Provides: MTA smtpd smtpdaemon /usr/bin/newaliases -Release: 11 +Release: 1 Summary: Postfix Mail Transport Agent -Source0: ftp://ftp.porcupine.org/mirrors/postfix-release/%{ftp_directory}/%{name}-%{version}.tar.bz2 +Source0: ftp://ftp.porcupine.org/mirrors/postfix-release/%{ftp_directory}/%{name}-%{version}.tar.gz Source3: postfix-etc-init.d-postfix Source5: postfix-aliases Source6: postfix-chroot-setup.awk @@ -59,6 +59,7 @@ Patch1: postfix-config.patch Patch2: postfix-smtp_sasl_proto.c.patch Patch3: postfix-alternatives.patch Patch4: postfix-1.1.4-sasl2-patch +Patch5: postfix-1.1.12-resolve.patch # Optional patches - set the appropriate environment variables to include # them when building the package/spec file @@ -120,6 +121,9 @@ patch -p1 <%{tlsno}/pfixtls.diff # Apply the SASL2 patch to make postfix work correctly with SASL2. %patch4 -p1 -b .sasl2 +# Fix issue with malformed addresses +%patch5 -p1 -b .headers + # Apply optional patches # Apply my SMTPD Multiline greeting patch @@ -513,6 +517,9 @@ exit 0 %{_mandir}/*/* %changelog +* Mon Jul 28 2003 Bill Nottingham 2:1.1.12-1 +- update to 1.1.12, add a patch from the author + * Mon Feb 24 2003 Elliot Lee - rebuilt diff --git a/sources b/sources index 221d076..f293e2f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 9ea830b526ca7aabd1092fd0990cf27c pfixtls-0.8.11a-1.1.11-0.9.6d.tar.bz2 -32cfe25a33dcf03edcd945ea60c9be2c postfix-1.1.11.tar.bz2 +d1d0f9792ec6ea063ccca59184e54212 postfix-1.1.12.tar.gz