Accepting request 107223 from home:computersalat:devel:mail
update to 2.8.8 OBS-URL: https://build.opensuse.org/request/show/107223 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=125
This commit is contained in:
parent
f6ff91d4c2
commit
66b2b31609
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:66427812a0d9704ca21cdf6043474a00f6c1312f3060a5c5e2cbde2f782ec3b0
|
|
||||||
size 2638892
|
|
3
postfix-2.8.8.tar.bz2
Normal file
3
postfix-2.8.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8110ed897e3546fa694d32b5290edc8ceeab7e9ba3ee47906ee3d2dbb14f0aad
|
||||||
|
size 2638884
|
@ -1,6 +1,6 @@
|
|||||||
diff -uNr postfix-2.8.3.orig/README_FILES/VDA_README postfix-2.8.3/README_FILES/VDA_README
|
diff -uNr postfix-2.8.5.orig/README_FILES/VDA_README postfix-2.8.5/README_FILES/VDA_README
|
||||||
--- postfix-2.8.3.orig/README_FILES/VDA_README 1970-01-01 01:00:00.000000000 +0100
|
--- postfix-2.8.5.orig/README_FILES/VDA_README 1970-01-01 01:00:00.000000000 +0100
|
||||||
+++ postfix-2.8.3/README_FILES/VDA_README 2011-03-03 08:26:48.000000000 +0100
|
+++ postfix-2.8.5/README_FILES/VDA_README 2011-03-03 08:26:48.000000000 +0100
|
||||||
@@ -0,0 +1,10 @@
|
@@ -0,0 +1,10 @@
|
||||||
+Postfix VDA patch for maildir++ quota support by
|
+Postfix VDA patch for maildir++ quota support by
|
||||||
+ Anderson Nadal <andernadal@gmail.com>
|
+ Anderson Nadal <andernadal@gmail.com>
|
||||||
@ -12,9 +12,9 @@ diff -uNr postfix-2.8.3.orig/README_FILES/VDA_README postfix-2.8.3/README_FILES/
|
|||||||
+provided by this patch.
|
+provided by this patch.
|
||||||
+
|
+
|
||||||
+
|
+
|
||||||
diff -uNr postfix-2.8.3.orig/src/global/mail_params.h postfix-2.8.3/src/global/mail_params.h
|
diff -uNr postfix-2.8.5.orig/src/global/mail_params.h postfix-2.8.5/src/global/mail_params.h
|
||||||
--- postfix-2.8.3.orig/src/global/mail_params.h 2011-01-17 15:56:39.000000000 +0100
|
--- postfix-2.8.5.orig/src/global/mail_params.h 2011-01-17 15:56:39.000000000 +0100
|
||||||
+++ postfix-2.8.3/src/global/mail_params.h 2011-03-03 07:40:55.000000000 +0100
|
+++ postfix-2.8.5/src/global/mail_params.h 2011-03-03 07:40:55.000000000 +0100
|
||||||
@@ -2333,6 +2333,54 @@
|
@@ -2333,6 +2333,54 @@
|
||||||
#define DEF_VIRT_GID_MAPS ""
|
#define DEF_VIRT_GID_MAPS ""
|
||||||
extern char *var_virt_gid_maps;
|
extern char *var_virt_gid_maps;
|
||||||
@ -70,9 +70,9 @@ diff -uNr postfix-2.8.3.orig/src/global/mail_params.h postfix-2.8.3/src/global/m
|
|||||||
#define VAR_VIRT_MINUID "virtual_minimum_uid"
|
#define VAR_VIRT_MINUID "virtual_minimum_uid"
|
||||||
#define DEF_VIRT_MINUID 100
|
#define DEF_VIRT_MINUID 100
|
||||||
extern int var_virt_minimum_uid;
|
extern int var_virt_minimum_uid;
|
||||||
diff -uNr postfix-2.8.3.orig/src/util/file_limit.c postfix-2.8.3/src/util/file_limit.c
|
diff -uNr postfix-2.8.5.orig/src/util/file_limit.c postfix-2.8.5/src/util/file_limit.c
|
||||||
--- postfix-2.8.3.orig/src/util/file_limit.c 2003-10-22 20:48:36.000000000 +0200
|
--- postfix-2.8.5.orig/src/util/file_limit.c 2003-10-22 20:48:36.000000000 +0200
|
||||||
+++ postfix-2.8.3/src/util/file_limit.c 2011-03-03 07:40:55.000000000 +0100
|
+++ postfix-2.8.5/src/util/file_limit.c 2011-03-03 07:40:55.000000000 +0100
|
||||||
@@ -85,7 +85,11 @@
|
@@ -85,7 +85,11 @@
|
||||||
#else
|
#else
|
||||||
struct rlimit rlim;
|
struct rlimit rlim;
|
||||||
@ -86,9 +86,9 @@ diff -uNr postfix-2.8.3.orig/src/util/file_limit.c postfix-2.8.3/src/util/file_l
|
|||||||
if (setrlimit(RLIMIT_FSIZE, &rlim) < 0)
|
if (setrlimit(RLIMIT_FSIZE, &rlim) < 0)
|
||||||
msg_fatal("setrlimit: %m");
|
msg_fatal("setrlimit: %m");
|
||||||
#ifdef SIGXFSZ
|
#ifdef SIGXFSZ
|
||||||
diff -uNr postfix-2.8.3.orig/src/virtual/mailbox.c postfix-2.8.3/src/virtual/mailbox.c
|
diff -uNr postfix-2.8.5.orig/src/virtual/mailbox.c postfix-2.8.5/src/virtual/mailbox.c
|
||||||
--- postfix-2.8.3.orig/src/virtual/mailbox.c 2008-07-26 03:22:37.000000000 +0200
|
--- postfix-2.8.5.orig/src/virtual/mailbox.c 2008-07-26 03:22:37.000000000 +0200
|
||||||
+++ postfix-2.8.3/src/virtual/mailbox.c 2011-03-03 07:40:55.000000000 +0100
|
+++ postfix-2.8.5/src/virtual/mailbox.c 2011-03-03 07:40:55.000000000 +0100
|
||||||
@@ -70,6 +70,70 @@
|
@@ -70,6 +70,70 @@
|
||||||
#define YES 1
|
#define YES 1
|
||||||
#define NO 0
|
#define NO 0
|
||||||
@ -268,9 +268,9 @@ diff -uNr postfix-2.8.3.orig/src/virtual/mailbox.c postfix-2.8.3/src/virtual/mai
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Cleanup.
|
* Cleanup.
|
||||||
diff -uNr postfix-2.8.3.orig/src/virtual/maildir.c postfix-2.8.3/src/virtual/maildir.c
|
diff -uNr postfix-2.8.5.orig/src/virtual/maildir.c postfix-2.8.5/src/virtual/maildir.c
|
||||||
--- postfix-2.8.3.orig/src/virtual/maildir.c 2006-06-26 14:59:19.000000000 +0200
|
--- postfix-2.8.5.orig/src/virtual/maildir.c 2006-06-26 14:59:19.000000000 +0200
|
||||||
+++ postfix-2.8.3/src/virtual/maildir.c 2011-03-03 08:15:42.000000000 +0100
|
+++ postfix-2.8.5/src/virtual/maildir.c 2011-03-03 08:15:42.000000000 +0100
|
||||||
@@ -63,28 +63,420 @@
|
@@ -63,28 +63,420 @@
|
||||||
#include <mbox_open.h>
|
#include <mbox_open.h>
|
||||||
#include <dsn_util.h>
|
#include <dsn_util.h>
|
||||||
@ -1256,9 +1256,9 @@ diff -uNr postfix-2.8.3.orig/src/virtual/maildir.c postfix-2.8.3/src/virtual/mai
|
|||||||
+
|
+
|
||||||
return (deliver_status);
|
return (deliver_status);
|
||||||
}
|
}
|
||||||
diff -uNr postfix-2.8.3.orig/src/virtual/virtual.c postfix-2.8.3/src/virtual/virtual.c
|
diff -uNr postfix-2.8.5.orig/src/virtual/virtual.c postfix-2.8.5/src/virtual/virtual.c
|
||||||
--- postfix-2.8.3.orig/src/virtual/virtual.c 2010-01-02 02:57:04.000000000 +0100
|
--- postfix-2.8.5.orig/src/virtual/virtual.c 2010-01-02 02:57:04.000000000 +0100
|
||||||
+++ postfix-2.8.3/src/virtual/virtual.c 2011-03-03 07:40:55.000000000 +0100
|
+++ postfix-2.8.5/src/virtual/virtual.c 2011-03-03 07:40:55.000000000 +0100
|
||||||
@@ -335,12 +335,30 @@
|
@@ -335,12 +335,30 @@
|
||||||
char *var_mail_spool_dir; /* XXX dependency fix */
|
char *var_mail_spool_dir; /* XXX dependency fix */
|
||||||
bool var_strict_mbox_owner;
|
bool var_strict_mbox_owner;
|
||||||
@ -1388,9 +1388,9 @@ diff -uNr postfix-2.8.3.orig/src/virtual/virtual.c postfix-2.8.3/src/virtual/vir
|
|||||||
MAIL_SERVER_PRIVILEGED,
|
MAIL_SERVER_PRIVILEGED,
|
||||||
0);
|
0);
|
||||||
}
|
}
|
||||||
diff -uNr postfix-2.8.3.orig/src/virtual/virtual.h postfix-2.8.3/src/virtual/virtual.h
|
diff -uNr postfix-2.8.5.orig/src/virtual/virtual.h postfix-2.8.5/src/virtual/virtual.h
|
||||||
--- postfix-2.8.3.orig/src/virtual/virtual.h 2006-01-08 00:59:47.000000000 +0100
|
--- postfix-2.8.5.orig/src/virtual/virtual.h 2006-01-08 00:59:47.000000000 +0100
|
||||||
+++ postfix-2.8.3/src/virtual/virtual.h 2011-03-03 07:40:55.000000000 +0100
|
+++ postfix-2.8.5/src/virtual/virtual.h 2011-03-03 07:40:55.000000000 +0100
|
||||||
@@ -34,6 +34,9 @@
|
@@ -34,6 +34,9 @@
|
||||||
extern MAPS *virtual_mailbox_maps;
|
extern MAPS *virtual_mailbox_maps;
|
||||||
extern MAPS *virtual_uid_maps;
|
extern MAPS *virtual_uid_maps;
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 27 16:35:56 UTC 2012 - chris@computersalat.de
|
||||||
|
|
||||||
|
- update to 2.8.8
|
||||||
|
Bugfixes:
|
||||||
|
tlsproxy(8) stored TLS sessions with a serverID of
|
||||||
|
"tlsproxy" instead of "smtpd", wasting an opportunity for
|
||||||
|
session reuse. File: tlsproxy/tlsproxy.c.
|
||||||
|
missing lookup table entry and terminator, causing
|
||||||
|
proxymap server segfault when postscreen(8) or verify(8)
|
||||||
|
attempted to access their cache via the proxymap server.
|
||||||
|
This could never have worked anyway, because the Postfix
|
||||||
|
2.8 proxymap protocol does not support cache cleanup. File
|
||||||
|
util/dict.c.
|
||||||
|
the Postfix client sqlite
|
||||||
|
quoting routine returned the unquoted result instead of the
|
||||||
|
quoted text. The opportunities for misuse are limited,
|
||||||
|
because Postfix sqlite files are usually owned by root, and
|
||||||
|
Postfix daemons usually run with non-root privileges so
|
||||||
|
they can't corrupt the database. Problem reported by Rob
|
||||||
|
McGee (rob0). File: global/dict_sqlite.c.
|
||||||
|
the trace service did not
|
||||||
|
distinguish between notifications for a non-bounce or a
|
||||||
|
bounce message. This code pre-dates DSN support and should
|
||||||
|
have been updated when it was re-purposed to handle DSN
|
||||||
|
SUCCESS notifications. Problem reported by Sabahattin
|
||||||
|
Gucukoglu. File: bounce/bounce_trace_service.c.
|
||||||
|
- use latest VDA patch (2.8.5)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 25 15:12:38 UTC 2012 - varkoly@suse.com
|
Wed Jan 25 15:12:38 UTC 2012 - varkoly@suse.com
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ Name: postfix
|
|||||||
Summary: A fast, secure, and flexible mailer
|
Summary: A fast, secure, and flexible mailer
|
||||||
License: IPL-1.0
|
License: IPL-1.0
|
||||||
Group: Productivity/Networking/Email/Servers
|
Group: Productivity/Networking/Email/Servers
|
||||||
Version: 2.8.7
|
Version: 2.8.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.postfix.org/
|
Url: http://www.postfix.org/
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
@ -35,7 +35,7 @@ Patch3: ipv6_disabled.patch
|
|||||||
Patch10: %{name}-2.8.3-main.cf.patch
|
Patch10: %{name}-2.8.3-main.cf.patch
|
||||||
Patch11: %{name}-2.8.3-master.cf.patch
|
Patch11: %{name}-2.8.3-master.cf.patch
|
||||||
Patch12: %{name}-2.8.3-post-install.patch
|
Patch12: %{name}-2.8.3-post-install.patch
|
||||||
Patch20: %{name}-vda-v10-2.8.3.patch
|
Patch20: %{name}-vda-v10-2.8.5.patch
|
||||||
Patch21: postfix-2.8.5-ssl-release-buffers.patch
|
Patch21: postfix-2.8.5-ssl-release-buffers.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
PreReq: %insserv_prereq %fillup_prereq
|
PreReq: %insserv_prereq %fillup_prereq
|
||||||
|
Loading…
Reference in New Issue
Block a user