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: 26-Aug-2006 09:30:52
Branch: HEAD Handle: 2006082608305001
Modified files:
openpkg-src/postfix postfix.patch postfix.spec
Log:
upgrading package: postfix 2.3.2 -> 2.3.3
Summary:
Revision Changes Path
1.12 +10 -10 openpkg-src/postfix/postfix.patch
1.241 +2 -2 openpkg-src/postfix/postfix.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postfix/postfix.patch
============================================================================
$ cvs diff -u -r1.11 -r1.12 postfix.patch
--- openpkg-src/postfix/postfix.patch 14 Jul 2006 08:01:07 -0000 1.11
+++ openpkg-src/postfix/postfix.patch 26 Aug 2006 07:30:50 -0000 1.12
@@ -1,6 +1,6 @@
Index: makedefs
---- makedefs.orig 2006-01-03 22:50:25 +0100
-+++ makedefs 2006-02-22 20:00:04 +0100
+--- makedefs.orig 2006-07-31 15:03:31 +0200
++++ makedefs 2006-08-26 09:00:57 +0200
@@ -118,6 +118,8 @@
;;
FreeBSD.6*) SYSTYPE=FREEBSD6
@@ -10,9 +10,9 @@
OpenBSD.2*) SYSTYPE=OPENBSD2
;;
OpenBSD.3*) SYSTYPE=OPENBSD3
-@@ -128,6 +130,10 @@
+@@ -132,6 +134,10 @@
;;
- NetBSD.2*) SYSTYPE=NETBSD2
+ NetBSD.3*) SYSTYPE=NETBSD3
;;
+ NetBSD.3*) SYSTYPE=NETBSD3
+ ;;
@@ -23,7 +23,7 @@
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-02-22 19:58:39 +0100
++++ src/util/file_limit.c 2006-08-26 09:00:57 +0200
@@ -80,12 +80,21 @@
void set_file_limit(off_t limit)
{
@@ -47,8 +47,8 @@
msg_fatal("setrlimit: %m");
#ifdef SIGXFSZ
Index: src/util/msg_syslog.c
---- src/util/msg_syslog.c.orig 2005-01-19 02:22:19 +0100
-+++ src/util/msg_syslog.c 2006-02-22 19:58:39 +0100
+--- 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
@@ -50,6 +50,11 @@
#include <syslog.h>
#include <string.h>
@@ -98,8 +98,8 @@
/* msg_syslog_init - initialize */
Index: src/util/sys_defs.h
---- src/util/sys_defs.h.orig 2006-07-03 14:37:32 +0200
-+++ src/util/sys_defs.h 2006-07-14 09:52:35 +0200
+--- 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 @@
* 4.4BSD and close derivatives.
*/
@@ -107,7 +107,7 @@
- || defined(FREEBSD5) || defined(FREEBSD6) \
+ || defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \
|| defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \
- || defined(OPENBSD2) || defined(OPENBSD3) \
+ || defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \
- || defined(NETBSD1) || defined(NETBSD2) || defined(NETBSD3) \
+ || defined(NETBSD1) || defined(NETBSD2) || defined(NETBSD3) ||
defined(NETBSD4) \
|| defined(EKKOBSD1)
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/postfix/postfix.spec
============================================================================
$ cvs diff -u -r1.240 -r1.241 postfix.spec
--- openpkg-src/postfix/postfix.spec 25 Aug 2006 19:18:30 -0000 1.240
+++ openpkg-src/postfix/postfix.spec 26 Aug 2006 07:30:51 -0000 1.241
@@ -23,7 +23,7 @@
##
# package versions
-%define V_postfix 2.3.2
+%define V_postfix 2.3.3
%define V_pflogsumm 1.1.0
%define V_whoson 2.2.4
@@ -38,7 +38,7 @@
Group: Mail
License: IPL
Version: %{V_postfix}
-Release: 20060825
+Release: 20060826
# package options
%option with_fsl yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]