aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorsahil <sahil@FreeBSD.org>2011-03-20 04:37:39 +0800
committersahil <sahil@FreeBSD.org>2011-03-20 04:37:39 +0800
commit2a4464078daa2eaf1ff71de44646de76584cebcf (patch)
treeaab5ff40987511b7f42193207832c98485e74084 /mail
parentac6d8253848c2461acc36f3d4584ab96222c7fc4 (diff)
downloadfreebsd-ports-gnome-2a4464078daa2eaf1ff71de44646de76584cebcf.tar.gz
freebsd-ports-gnome-2a4464078daa2eaf1ff71de44646de76584cebcf.tar.zst
freebsd-ports-gnome-2a4464078daa2eaf1ff71de44646de76584cebcf.zip
- Update to 2.5.12
Security: CVE-2011-0411
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix25/Makefile2
-rw-r--r--mail/postfix25/distinfo4
-rw-r--r--mail/postfix25/files/patch-src::util::sys_defs.h14
3 files changed, 5 insertions, 15 deletions
diff --git a/mail/postfix25/Makefile b/mail/postfix25/Makefile
index c4b401405871..83724ab2bfb9 100644
--- a/mail/postfix25/Makefile
+++ b/mail/postfix25/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= postfix
-PORTVERSION= 2.5.11
+PORTVERSION= 2.5.12
PORTEPOCH= 2
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
diff --git a/mail/postfix25/distinfo b/mail/postfix25/distinfo
index 8bd06df6fbb0..396dc9d300fc 100644
--- a/mail/postfix25/distinfo
+++ b/mail/postfix25/distinfo
@@ -1,4 +1,4 @@
-SHA256 (postfix/postfix-2.5.11.tar.gz) = 018b652df5853b5f37c768d7e80b986beb8118520a274e1b55e4b11cdac21043
-SIZE (postfix/postfix-2.5.11.tar.gz) = 3163461
+SHA256 (postfix/postfix-2.5.12.tar.gz) = 288b638c8f0750133c8ea160c915140d01e9f1eb217889babc983238850b6d3b
+SIZE (postfix/postfix-2.5.12.tar.gz) = 3166066
SHA256 (postfix/postfix-2.5.6-vda-ng.patch.gz) = c4e4ff3da5b6bfa2648dc41bbf7ee56c1ba2f62e2c77a7885bc8044a1131f531
SIZE (postfix/postfix-2.5.6-vda-ng.patch.gz) = 12388
diff --git a/mail/postfix25/files/patch-src::util::sys_defs.h b/mail/postfix25/files/patch-src::util::sys_defs.h
index c243755c3db3..15c466e01518 100644
--- a/mail/postfix25/files/patch-src::util::sys_defs.h
+++ b/mail/postfix25/files/patch-src::util::sys_defs.h
@@ -1,5 +1,5 @@
---- src/util/sys_defs.h.orig 2010-03-27 23:07:02.000000000 -0400
-+++ src/util/sys_defs.h 2010-03-27 23:08:50.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
-