OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 12-May-2009 09:31:20 Branch: HEAD Handle: 2009051208311900 Modified files: openpkg-src/postfix postfix.patch postfix.spec Log: upgrading package: postfix 2.5.6 -> 2.6.0 Summary: Revision Changes Path 1.18 +20 -22 openpkg-src/postfix/postfix.patch 1.280 +2 -7 openpkg-src/postfix/postfix.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/postfix/postfix.patch ============================================================================ $ cvs diff -u -r1.17 -r1.18 postfix.patch --- openpkg-src/postfix/postfix.patch 4 Jan 2009 10:17:29 -0000 1.17 +++ openpkg-src/postfix/postfix.patch 12 May 2009 07:31:19 -0000 1.18 @@ -1,20 +1,31 @@ Index: makedefs ---- makedefs.orig 2008-01-15 21:20:24 +0100 -+++ makedefs 2008-01-24 12:31:48 +0100 -@@ -132,6 +132,10 @@ +--- makedefs.orig 2009-05-11 23:26:46 +0200 ++++ makedefs 2009-05-12 09:08:00 +0200 +@@ -144,6 +144,8 @@ ;; FreeBSD.7*) SYSTYPE=FREEBSD7 ;; -+ FreeBSD.7*) SYSTYPE=FREEBSD7 -+ ;; + FreeBSD.8*) SYSTYPE=FREEBSD8 + ;; OpenBSD.2*) SYSTYPE=OPENBSD2 ;; OpenBSD.3*) SYSTYPE=OPENBSD3 +Index: src/smtp/smtp_reuse.c +--- src/smtp/smtp_reuse.c.orig 2008-12-04 01:06:42 +0100 ++++ src/smtp/smtp_reuse.c 2009-05-12 09:07:29 +0200 +@@ -216,7 +216,9 @@ + /* + * Avoid poor performance when TCP MSS > VSTREAM_BUFSIZE. + */ ++#if 0 + vstream_tweak_sock(session->stream); ++#endif + + /* + * Update the list of used cached addresses. Index: src/util/file_limit.c --- src/util/file_limit.c.orig 2003-10-22 20:48:36 +0200 -+++ src/util/file_limit.c 2008-01-24 12:31:48 +0100 ++++ src/util/file_limit.c 2009-05-12 08:58:45 +0200 @@ -80,12 +80,21 @@ void set_file_limit(off_t limit) { @@ -39,7 +50,7 @@ #ifdef SIGXFSZ Index: src/util/msg_syslog.c --- src/util/msg_syslog.c.orig 2006-06-15 20:07:16 +0200 -+++ src/util/msg_syslog.c 2008-01-24 12:31:48 +0100 ++++ src/util/msg_syslog.c 2009-05-12 08:58:45 +0200 @@ -50,6 +50,11 @@ #include <syslog.h> #include <string.h> @@ -89,8 +100,8 @@ /* msg_syslog_init - initialize */ Index: src/util/sys_defs.h ---- src/util/sys_defs.h.orig 2008-01-15 01:51:44 +0100 -+++ src/util/sys_defs.h 2008-01-24 12:32:41 +0100 +--- src/util/sys_defs.h.orig 2009-05-11 02:45:27 +0200 ++++ src/util/sys_defs.h 2009-05-12 08:58:45 +0200 @@ -24,7 +24,7 @@ * 4.4BSD and close derivatives. */ @@ -100,16 +111,3 @@ || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \ || defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \ || defined(NETBSD1) || defined(NETBSD2) || defined(NETBSD3) \ -Index: src/smtp/smtp_reuse.c ---- src/smtp/smtp_reuse.c.orig 2008-12-04 01:06:42 +0100 -+++ src/smtp/smtp_reuse.c 2009-01-04 11:11:45 +0100 -@@ -216,7 +216,9 @@ - /* - * Avoid poor performance when TCP MSS > VSTREAM_BUFSIZE. - */ -+#if 0 - vstream_tweak_sock(stream); -+#endif - - /* - * Update the list of used cached addresses. @@ . patch -p0 <<'@@ .' Index: openpkg-src/postfix/postfix.spec ============================================================================ $ cvs diff -u -r1.279 -r1.280 postfix.spec --- openpkg-src/postfix/postfix.spec 18 Apr 2009 13:14:24 -0000 1.279 +++ openpkg-src/postfix/postfix.spec 12 May 2009 07:31:19 -0000 1.280 @@ -22,7 +22,7 @@ ## # package versions -%define V_postfix 2.5.6 +%define V_postfix 2.6.0 %define V_pflogsumm 1.1.2 %define V_whoson 2.4.0 @@ -37,7 +37,7 @@ Group: Mail License: IPL Version: %{V_postfix} -Release: 20090104 +Release: 20090512 # package options %option with_fsl yes @@ -265,11 +265,6 @@ main.cf master.cf main.cf.default; do rm -f $RPM_BUILD_ROOT%{l_prefix}/etc/postfix/$cfg done - mv $RPM_BUILD_ROOT%{l_prefix}/etc/postfix/postfix-script \ - $RPM_BUILD_ROOT%{l_prefix}/sbin/postfix-script - rm -f $RPM_BUILD_ROOT%{l_prefix}/etc/postfix/postfix-script* - mv $RPM_BUILD_ROOT%{l_prefix}/etc/postfix/post-install \ - $RPM_BUILD_ROOT%{l_prefix}/sbin/postfix-install # install default configuration for name in `grep "^<file" %{SOURCE postfix.txt} | sed -e 's;^.*name=";;' -e 's;".*$;;'`; do @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org