forked from pool/postfix
This commit is contained in:
parent
a689ec509b
commit
400b7c1333
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bce55ae6be130ef085c9968bfdf8ac36e4b77dd4bd84ba9da4fc7fc3464c65d7
|
|
||||||
size 2934634
|
|
3
postfix-2.4.6.tar.gz
Normal file
3
postfix-2.4.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:00d079d6354bb3979b186da6bbe281b42eea2716620da781bcdb36dd558edcca
|
||||||
|
size 2935249
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:9089d0e367a0c47c545d1436ac8d570749d2e9987bcf0c85e9f5da3e78119f44
|
oid sha256:374cde618bc0960e02640539fb074b5bdb7d916f472d41939d5e5857621aa4a1
|
||||||
size 17381
|
size 17462
|
||||||
|
@ -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
|
Mon Oct 22 17:38:19 CEST 2007 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
22
postfix.spec
22
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.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -23,8 +23,8 @@ Provides: smtp_daemon
|
|||||||
Conflicts: sendmail exim
|
Conflicts: sendmail exim
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: A fast, secure, and flexible mailer
|
Summary: A fast, secure, and flexible mailer
|
||||||
Version: 2.4.5
|
Version: 2.4.6
|
||||||
Release: 29
|
Release: 1
|
||||||
Source: postfix-%{version}.tar.gz
|
Source: postfix-%{version}.tar.gz
|
||||||
Source1: postfix-SuSE.tar.gz
|
Source1: postfix-SuSE.tar.gz
|
||||||
Patch: dynamic_maps.patch
|
Patch: dynamic_maps.patch
|
||||||
@ -578,6 +578,22 @@ Authors:
|
|||||||
Wietse Venema <wietse@porcupine.org>
|
Wietse Venema <wietse@porcupine.org>
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Oct 22 2007 - sbrabec@suse.cz
|
||||||
- Use correct SuSEfirewall2 rule directory.
|
- Use correct SuSEfirewall2 rule directory.
|
||||||
* Wed Oct 17 2007 - varkoly@suse.de
|
* Wed Oct 17 2007 - varkoly@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user