diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2011-03-20 04:37:41 +0800 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2011-03-20 04:37:41 +0800 |
commit | e8826d52bdcc944993e9b709b49bebd38cdacd14 (patch) | |
tree | 249431d5cf819cf3e342bd098558ebc1f6d354fe /mail | |
parent | 81ddeba9961fdf77eb2a884dcfcbdcd2f8a3df33 (diff) | |
download | freebsd-ports-gnome-e8826d52bdcc944993e9b709b49bebd38cdacd14.tar.gz freebsd-ports-gnome-e8826d52bdcc944993e9b709b49bebd38cdacd14.tar.zst freebsd-ports-gnome-e8826d52bdcc944993e9b709b49bebd38cdacd14.zip |
- Update to 2.6.9
Security: CVE-2011-0411
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix26/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix26/distinfo | 4 | ||||
-rw-r--r-- | mail/postfix26/files/patch-src::util::sys_defs.h | 14 |
3 files changed, 5 insertions, 15 deletions
diff --git a/mail/postfix26/Makefile b/mail/postfix26/Makefile index 3fd97f7124cd..c1079d842b7e 100644 --- a/mail/postfix26/Makefile +++ b/mail/postfix26/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 2.6.8 +PORTVERSION= 2.6.9 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ diff --git a/mail/postfix26/distinfo b/mail/postfix26/distinfo index 6c910afa239e..d56a2f17104d 100644 --- a/mail/postfix26/distinfo +++ b/mail/postfix26/distinfo @@ -1,4 +1,4 @@ -SHA256 (postfix/postfix-2.6.8.tar.gz) = 9702d867856eb386616d70154bf12009700ff8805df4895b1cc86158651f8fd6 -SIZE (postfix/postfix-2.6.8.tar.gz) = 3329462 +SHA256 (postfix/postfix-2.6.9.tar.gz) = ec4991c9da98a241e9d4d283c87c73c7733a236009a64cc7ed2e089063967593 +SIZE (postfix/postfix-2.6.9.tar.gz) = 3331860 SHA256 (postfix/postfix-2.6.5-vda-ng.patch.gz) = e1c04e9d268dc84832334997e1f593af9877dbd5030708280427a0dc4452e797 SIZE (postfix/postfix-2.6.5-vda-ng.patch.gz) = 12435 diff --git a/mail/postfix26/files/patch-src::util::sys_defs.h b/mail/postfix26/files/patch-src::util::sys_defs.h index ae573a599988..15c466e01518 100644 --- a/mail/postfix26/files/patch-src::util::sys_defs.h +++ b/mail/postfix26/files/patch-src::util::sys_defs.h @@ -1,5 +1,5 @@ ---- src/util/sys_defs.h.orig 2010-03-27 22:48:21.000000000 -0400 -+++ src/util/sys_defs.h 2010-03-27 22:49:57.000000000 -0400 +--- src/util/sys_defs.h.orig 2011-03-01 19:35:19.000000000 -0500 ++++ src/util/sys_defs.h 2011-03-01 19:36:54.000000000 -0500 @@ -25,7 +25,7 @@ */ #if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \ @@ -9,13 +9,3 @@ || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \ || defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \ || defined(NETBSD1) || defined(NETBSD2) || defined(NETBSD3) \ -@@ -111,7 +111,8 @@ - #define HAS_DUPLEX_PIPE /* 4.1 breaks with kqueue(2) */ - #endif - --#if __FreeBSD_version >= 800098 /* commit: r194262 */ -+#if (__FreeBSD_version >= 702104 && __FreeBSD_version <= 800000) \ -+ || __FreeBSD_version >= 800100 - #define HAS_CLOSEFROM - #endif - |