SHA256
1
0
forked from pool/postfix
OBS User unknown
2007-12-06 15:30:40 +00:00
committed by Git OBS Bridge
parent a689ec509b
commit 400b7c1333
5 changed files with 46 additions and 8 deletions

View File

@@ -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