diff --git a/postfix-2.4.5.tar.gz b/postfix-2.4.5.tar.gz deleted file mode 100644 index ff12602..0000000 --- a/postfix-2.4.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bce55ae6be130ef085c9968bfdf8ac36e4b77dd4bd84ba9da4fc7fc3464c65d7 -size 2934634 diff --git a/postfix-2.4.6.tar.gz b/postfix-2.4.6.tar.gz new file mode 100644 index 0000000..f5ef366 --- /dev/null +++ b/postfix-2.4.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d079d6354bb3979b186da6bbe281b42eea2716620da781bcdb36dd558edcca +size 2935249 diff --git a/postfix-SuSE.tar.gz b/postfix-SuSE.tar.gz index d92f389..27a54a1 100644 --- a/postfix-SuSE.tar.gz +++ b/postfix-SuSE.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9089d0e367a0c47c545d1436ac8d570749d2e9987bcf0c85e9f5da3e78119f44 -size 17381 +oid sha256:374cde618bc0960e02640539fb074b5bdb7d916f472d41939d5e5857621aa4a1 +size 17462 diff --git a/postfix.changes b/postfix.changes index 0ad6906..5ed05d9 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Dec 4 09:02:19 CET 2007 - varkoly@suse.de + +- Update to Version 2.4 patchlevel 6 + Bugfix (introduced Postfix 2.2.11): TLS client certificate + with unparsable canonical name caused the SMTP server's + policy client to allocate zero-length memory, triggering + an assertion that it shouldn't do such things. File: + smtpd/smtpd_check.c. + + Bugfix (introduced Postfix 2.4) missing initialization of + event mask in the event_mask_drain() routine (used by the + obsolete postkick(1) command). Found by Coverity. File: + util/events.c. + + Workaround: the flush daemon forces an access time update + for the per-destination logfile, to prevent an excessive + rate of delivery attempts when the queue file system is + mounted with "noatime". File: flush/flush.c. + +- #330276 – /sbin/conf.d/SuSEconfig.postfix could copy certs into smtpd_tls_CApath + ------------------------------------------------------------------- Mon Oct 22 17:38:19 CEST 2007 - sbrabec@suse.cz diff --git a/postfix.spec b/postfix.spec index f4f12e0..7a9c8fb 100644 --- a/postfix.spec +++ b/postfix.spec @@ -1,5 +1,5 @@ # -# spec file for package postfix (Version 2.4.5) +# spec file for package postfix (Version 2.4.6) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -23,8 +23,8 @@ Provides: smtp_daemon Conflicts: sendmail exim AutoReqProv: on Summary: A fast, secure, and flexible mailer -Version: 2.4.5 -Release: 29 +Version: 2.4.6 +Release: 1 Source: postfix-%{version}.tar.gz Source1: postfix-SuSE.tar.gz Patch: dynamic_maps.patch @@ -578,6 +578,22 @@ Authors: Wietse Venema %changelog +* Tue Dec 04 2007 - varkoly@suse.de +- Update to Version 2.4 patchlevel 6 + Bugfix (introduced Postfix 2.2.11): TLS client certificate + with unparsable canonical name caused the SMTP server's + policy client to allocate zero-length memory, triggering + an assertion that it shouldn't do such things. File: + smtpd/smtpd_check.c. + Bugfix (introduced Postfix 2.4) missing initialization of + event mask in the event_mask_drain() routine (used by the + obsolete postkick(1) command). Found by Coverity. File: + util/events.c. + Workaround: the flush daemon forces an access time update + for the per-destination logfile, to prevent an excessive + rate of delivery attempts when the queue file system is + mounted with "noatime". File: flush/flush.c. +- #330276 – /sbin/conf.d/SuSEconfig.postfix could copy certs into smtpd_tls_CApath * Mon Oct 22 2007 - sbrabec@suse.cz - Use correct SuSEfirewall2 rule directory. * Wed Oct 17 2007 - varkoly@suse.de