SHA256
1
0
forked from pool/postfix
OBS User unknown
2008-09-13 10:02:46 +00:00
committed by Git OBS Bridge
parent cd1959ea70
commit 9a5f0949d7
6 changed files with 85 additions and 51 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Sep 11 14:34:22 CEST 2008 - varkoly@suse.de
- (bnc#415216) - Postfix RPM Install Displays Multiple Warnings
- clean up spec file
-------------------------------------------------------------------
Tue Sep 9 09:57:35 CEST 2008 - varkoly@suse.de
- Update to Version 2.5 patchlevel 5
* Bugfix (introduced Postfix 2.4): epoll file descriptor leak.
With Postfix >= 2.4 on Linux >= 2.6, Postfix has an epoll
file descriptor leak when it executes non-Postfix commands
in, for example, user-controlled $HOME/.forward files.
* Security: some systems have changed their link() semantics,
and will hardlink a symlink, contrary to POSIX and XPG4.
Sebastian Krahmer, SuSE. File: util/safe_open.c.
The solution introduces the following incompatible change:
when the target of mail delivery is a symlink, the parent
directory of that symlink must now be writable by root only
(in addition to the already existing requirement that the
symlink itself is owned by root). This change will break
legitimate configurations that deliver mail to a symbolic
link in a directory with less restrictive permissions.
* Bugfix: dangling pointer in vstring_sprintf_prepend().
File: util/vstring.c.
-------------------------------------------------------------------
Mon Aug 25 18:45:03 CEST 2008 - mt@suse.de