OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 02-Nov-2006 17:22:36
Branch: HEAD Handle: 2006110216223600
Modified files:
openpkg-src/postfix postfix.patch postfix.spec
Log:
upgrading package: postfix 2.3.3 -> 2.3.4
Summary:
Revision Changes Path
1.13 +8 -23 openpkg-src/postfix/postfix.patch
1.245 +2 -2 openpkg-src/postfix/postfix.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postfix/postfix.patch
============================================================================
$ cvs diff -u -r1.12 -r1.13 postfix.patch
--- openpkg-src/postfix/postfix.patch 26 Aug 2006 07:30:50 -0000 1.12
+++ openpkg-src/postfix/postfix.patch 2 Nov 2006 16:22:36 -0000 1.13
@@ -1,6 +1,6 @@
Index: makedefs
---- makedefs.orig 2006-07-31 15:03:31 +0200
-+++ makedefs 2006-08-26 09:00:57 +0200
+--- makedefs.orig 2006-08-26 17:54:59 +0200
++++ makedefs 2006-11-02 17:14:40 +0100
@@ -118,6 +118,8 @@
;;
FreeBSD.6*) SYSTYPE=FREEBSD6
@@ -10,20 +10,9 @@
OpenBSD.2*) SYSTYPE=OPENBSD2
;;
OpenBSD.3*) SYSTYPE=OPENBSD3
-@@ -132,6 +134,10 @@
- ;;
- NetBSD.3*) SYSTYPE=NETBSD3
- ;;
-+ NetBSD.3*) SYSTYPE=NETBSD3
-+ ;;
-+ NetBSD.4*) SYSTYPE=NETBSD4
-+ ;;
- BSD/OS.2*) SYSTYPE=BSDI2
- ;;
- BSD/OS.3*) SYSTYPE=BSDI3
Index: src/util/file_limit.c
--- src/util/file_limit.c.orig 2003-10-22 20:48:36 +0200
-+++ src/util/file_limit.c 2006-08-26 09:00:57 +0200
++++ src/util/file_limit.c 2006-11-02 17:13:58 +0100
@@ -80,12 +80,21 @@
void set_file_limit(off_t limit)
{
@@ -48,7 +37,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 2006-08-26 09:00:57 +0200
++++ src/util/msg_syslog.c 2006-11-02 17:13:58 +0100
@@ -50,6 +50,11 @@
#include <syslog.h>
#include <string.h>
@@ -98,9 +87,9 @@
/* msg_syslog_init - initialize */
Index: src/util/sys_defs.h
---- src/util/sys_defs.h.orig 2006-07-31 15:04:29 +0200
-+++ src/util/sys_defs.h 2006-08-26 09:03:20 +0200
-@@ -24,10 +24,10 @@
+--- src/util/sys_defs.h.orig 2006-09-29 00:55:47 +0200
++++ src/util/sys_defs.h 2006-11-02 17:13:58 +0100
+@@ -24,7 +24,7 @@
* 4.4BSD and close derivatives.
*/
#if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \
@@ -108,8 +97,4 @@
+ || defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \
|| defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \
|| defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \
-- || defined(NETBSD1) || defined(NETBSD2) || defined(NETBSD3) \
-+ || defined(NETBSD1) || defined(NETBSD2) || defined(NETBSD3) ||
defined(NETBSD4) \
- || defined(EKKOBSD1)
- #define SUPPORTED
- #include <sys/types.h>
+ || defined(NETBSD1) || defined(NETBSD2) || defined(NETBSD3) \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/postfix/postfix.spec
============================================================================
$ cvs diff -u -r1.244 -r1.245 postfix.spec
--- openpkg-src/postfix/postfix.spec 22 Oct 2006 15:18:41 -0000 1.244
+++ openpkg-src/postfix/postfix.spec 2 Nov 2006 16:22:36 -0000 1.245
@@ -23,7 +23,7 @@
##
# package versions
-%define V_postfix 2.3.3
+%define V_postfix 2.3.4
%define V_pflogsumm 1.1.0
%define V_whoson 2.2.4
@@ -38,7 +38,7 @@
Group: Mail
License: IPL
Version: %{V_postfix}
-Release: 20061022
+Release: 20061102
# package options
%option with_fsl yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]