aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postfix22
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2006-04-07 05:46:57 +0800
committermnag <mnag@FreeBSD.org>2006-04-07 05:46:57 +0800
commitd11fa2025ef6392496366a7b7d495fce3bc9ff6b (patch)
tree5112f7cc8dad0c3088c777ea8fd53920cf2425c0 /mail/postfix22
parent2c16b76d993ba7ef98b1c1b6246d18a17c3df884 (diff)
downloadfreebsd-ports-graphics-d11fa2025ef6392496366a7b7d495fce3bc9ff6b.tar.gz
freebsd-ports-graphics-d11fa2025ef6392496366a7b7d495fce3bc9ff6b.tar.zst
freebsd-ports-graphics-d11fa2025ef6392496366a7b7d495fce3bc9ff6b.zip
- Update to 2.2.10
- Trust only in host instead of subnet in default instalation. [1] - Update VDA patch to 2.2.9 Notified by: Anton Yuzhaninov <citrin__citrin.ru>
Diffstat (limited to 'mail/postfix22')
-rw-r--r--mail/postfix22/Makefile2
-rw-r--r--mail/postfix22/distinfo12
-rw-r--r--mail/postfix22/files/patch-conf::main.cf13
-rw-r--r--mail/postfix22/scripts/configure.postfix4
4 files changed, 20 insertions, 11 deletions
diff --git a/mail/postfix22/Makefile b/mail/postfix22/Makefile
index b4402f69985..74c49887983 100644
--- a/mail/postfix22/Makefile
+++ b/mail/postfix22/Makefile
@@ -15,7 +15,7 @@
# NOTE: PCRE is enabled by default unless you specifically disable it.
PORTNAME= postfix
-PORTVERSION= 2.2.9
+PORTVERSION= 2.2.10
PORTEPOCH= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
diff --git a/mail/postfix22/distinfo b/mail/postfix22/distinfo
index 82f7ddc7852..0d3649d7606 100644
--- a/mail/postfix22/distinfo
+++ b/mail/postfix22/distinfo
@@ -1,9 +1,9 @@
-MD5 (postfix/postfix-2.2.9.tar.gz) = be78631bd9b6bf7735e43abfa54d69f6
-SHA256 (postfix/postfix-2.2.9.tar.gz) = 47cacebab97f2659f83c4aeff5b9660505684bd7f8fb2f41628997673eb94f69
-SIZE (postfix/postfix-2.2.9.tar.gz) = 2442158
+MD5 (postfix/postfix-2.2.10.tar.gz) = 440a4702182a79ac2f51e8974fb742c9
+SHA256 (postfix/postfix-2.2.10.tar.gz) = 7c3f4cabd9f5bbba0c8987b0dcbafdce45a4f13b7f917bcfc6d7b3caf8ce34f1
+SIZE (postfix/postfix-2.2.10.tar.gz) = 2443513
MD5 (postfix/postfix-libspf2-2.2.0-5.patch) = 80be36e0f14e1a1f39a3b30b9b2d4115
SHA256 (postfix/postfix-libspf2-2.2.0-5.patch) = b43c29d3424a552ea990dca8031bd4110cb49b3ecb927f6bacc4cd1442f2dbed
SIZE (postfix/postfix-libspf2-2.2.0-5.patch) = 26077
-MD5 (postfix/postfix-2.2.8-vda.patch.gz) = 50a7768db7bf7374b6e3fa24b99c19b9
-SHA256 (postfix/postfix-2.2.8-vda.patch.gz) = b325514aa1bb3f90dcc749be16f7c74d18d8ab75cee6f9b20d740dd0ce5c07ac
-SIZE (postfix/postfix-2.2.8-vda.patch.gz) = 7741
+MD5 (postfix/postfix-2.2.9-vda.patch.gz) = 9e574deee39ede061c3e90da529356ca
+SHA256 (postfix/postfix-2.2.9-vda.patch.gz) = a67ea4a0b8c8a73ffc08c2d5d8b7d9289437112002b6041eff5d1215d1484e97
+SIZE (postfix/postfix-2.2.9-vda.patch.gz) = 7775
diff --git a/mail/postfix22/files/patch-conf::main.cf b/mail/postfix22/files/patch-conf::main.cf
index 67e356de21d..7e3397f23a5 100644
--- a/mail/postfix22/files/patch-conf::main.cf
+++ b/mail/postfix22/files/patch-conf::main.cf
@@ -1,5 +1,5 @@
---- conf/main.cf.orig Sat Mar 5 11:53:42 2005
-+++ conf/main.cf Sat Mar 5 11:53:42 2005
+--- conf/main.cf.orig Thu Apr 6 18:26:05 2006
++++ conf/main.cf Thu Apr 6 18:27:10 2006
@@ -32,13 +32,13 @@
# The command_directory parameter specifies the location of all
# postXXX commands.
@@ -16,6 +16,15 @@
# QUEUE AND PROCESS OWNERSHIP
#
+@@ -237,7 +237,7 @@
+ #
+ #mynetworks_style = class
+ #mynetworks_style = subnet
+-#mynetworks_style = host
++mynetworks_style = host
+
+ # Alternatively, you can specify the mynetworks list by hand, in
+ # which case Postfix ignores the mynetworks_style setting.
@@ -608,37 +608,37 @@
# sendmail_path: The full pathname of the Postfix sendmail command.
# This is the Sendmail-compatible mail posting interface.
diff --git a/mail/postfix22/scripts/configure.postfix b/mail/postfix22/scripts/configure.postfix
index c920df9c761..114f19c95d9 100644
--- a/mail/postfix22/scripts/configure.postfix
+++ b/mail/postfix22/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix22/scripts/Attic/configure.postfix,v 1.72 2006-02-22 13:53:31 mnag Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix22/scripts/Attic/configure.postfix,v 1.73 2006-04-06 21:46:57 mnag Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -229,7 +229,7 @@ while [ "$1" ]; do
;;
VDA)
echo "PATCH_SITES+= http://web.onda.com.br/nadal/postfix/VDA/"
- echo "PATCHFILES+= postfix-2.2.8-vda.patch.gz"
+ echo "PATCHFILES+= postfix-2.2.9-vda.patch.gz"
echo "PATCH_DIST_STRIP= -p1"
;;
Test)