forked from pool/postfix
- update to 2.7.1
* Bugfix (introduced Postfix 2.6) in the XFORWARD implementation, which sends remote SMTP client attributes through SMTP-based content filters. The Postfix SMTP client did not skip "unknown" SMTP client attributes, causing a syntax error when sending an "unknown" client PORT attribute. * Robustness: skip LDAP queries with non-ASCII search strings, instead of failing with a database lookup error. * Safety: Postfix processes now log a warning when a matchlist has a #comment at the end of a line (for example mynetworks or relay_domains). * Portability: OpenSSL 1.0.0 changes the priority of anonymous cyphers. * Portability: Berkeley DB 5.x is now supported. OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=42
This commit is contained in:
parent
2126f91a28
commit
4780689a8d
@ -488,7 +488,7 @@ diff -ruN postfix-2.7.0-ORIG/src/util/dict_db.c postfix-2.7.0/src/util/dict_db.c
|
|||||||
+ if ((errno = db->upgrade(db,db_path,0)) != 0)
|
+ if ((errno = db->upgrade(db,db_path,0)) != 0)
|
||||||
+ msg_fatal("upgrade of database %s: %m",db_path);
|
+ msg_fatal("upgrade of database %s: %m",db_path);
|
||||||
+ }
|
+ }
|
||||||
#if (DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR > 0)
|
#if DB_VERSION_MAJOR == 5 || (DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR > 0)
|
||||||
if ((errno = db->open(db, 0, db_path, 0, type, db_flags, 0644)) != 0)
|
if ((errno = db->open(db, 0, db_path, 0, type, db_flags, 0644)) != 0)
|
||||||
msg_fatal("open database %s: %m", db_path);
|
msg_fatal("open database %s: %m", db_path);
|
||||||
diff -ruN postfix-2.7.0-ORIG/src/util/dict_dbm.c postfix-2.7.0/src/util/dict_dbm.c
|
diff -ruN postfix-2.7.0-ORIG/src/util/dict_dbm.c postfix-2.7.0/src/util/dict_dbm.c
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ff2730b50067b4d90222087a5bf5c3f6978e81dd0e0177d3bcd573fce67825f2
|
|
||||||
size 2477793
|
|
3
postfix-2.7.1.tar.bz2
Normal file
3
postfix-2.7.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ea3b1b0344d250cdcdbd9b8ab58bca1a3c543d719aa7eec7a5d15890da6e48e8
|
||||||
|
size 2548661
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 10 10:55:54 UTC 2010 - varkoly@novell.com
|
||||||
|
|
||||||
|
- update to 2.7.1
|
||||||
|
* Bugfix (introduced Postfix 2.6) in the XFORWARD implementation,
|
||||||
|
which sends remote SMTP client attributes through SMTP-based content filters.
|
||||||
|
The Postfix SMTP client did not skip "unknown" SMTP client attributes,
|
||||||
|
causing a syntax error when sending an "unknown" client PORT attribute.
|
||||||
|
* Robustness: skip LDAP queries with non-ASCII search strings, instead of failing with a database lookup error.
|
||||||
|
* Safety: Postfix processes now log a warning when a matchlist has
|
||||||
|
a #comment at the end of a line (for example mynetworks or relay_domains).
|
||||||
|
* Portability: OpenSSL 1.0.0 changes the priority of anonymous cyphers.
|
||||||
|
* Portability: Berkeley DB 5.x is now supported.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 20 17:08:26 UTC 2010 - chris@computersalat.de
|
Thu May 20 17:08:26 UTC 2010 - chris@computersalat.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package postfix (Version 2.7.0)
|
# spec file for package postfix (Version 2.7.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
Name: postfix
|
Name: postfix
|
||||||
Summary: A fast, secure, and flexible mailer
|
Summary: A fast, secure, and flexible mailer
|
||||||
Version: 2.7.0
|
Version: 2.7.1
|
||||||
Release: 3
|
Release: 3
|
||||||
License: IBM Public License ..
|
License: IBM Public License ..
|
||||||
Group: Productivity/Networking/Email/Servers
|
Group: Productivity/Networking/Email/Servers
|
||||||
|
Loading…
Reference in New Issue
Block a user