Accepting request 41316 from server:mail

Copy from server:mail/postfix based on submit request 41316 from user varkoly

OBS-URL: https://build.opensuse.org/request/show/41316
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=48
This commit is contained in:
OBS User autobuild 2010-06-11 08:26:43 +00:00 committed by Git OBS Bridge
commit c505f26b10
6 changed files with 28 additions and 9 deletions

View File

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

View File

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ea3b1b0344d250cdcdbd9b8ab58bca1a3c543d719aa7eec7a5d15890da6e48e8
size 2548661

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d46b2413df658bbf26675776c811a115b7e47ef9f18937174bcfc9f43433d929
size 21444
oid sha256:d81ca63869c0084a1dea32d7a494dff35aa01092a720d64a14b1c4a34f738f19
size 21465

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
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
- fix obviously lost POSTFIX_MYHOSTNAME in SuSEconfig.postfix
-------------------------------------------------------------------
Wed Apr 7 12:39:16 UTC 2010 - varkoly@novell.com

View File

@ -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.
#
@ -21,8 +21,8 @@
Name: postfix
Summary: A fast, secure, and flexible mailer
Version: 2.7.0
Release: 3
Version: 2.7.1
Release: 1
License: IBM Public License ..
Group: Productivity/Networking/Email/Servers
Url: http://www.postfix.org/