aboutsummaryrefslogtreecommitdiffstats
path: root/mail/tumgreyspf
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2006-09-10 10:30:47 +0800
committermnag <mnag@FreeBSD.org>2006-09-10 10:30:47 +0800
commit7207684943697f8fa28fceb509b458943b418fdd (patch)
tree2269a0441527856617dc4c3ffd256c8480bdf8eb /mail/tumgreyspf
parent5de5794e37f334e7a572c622fd32895b765afde3 (diff)
downloadfreebsd-ports-gnome-7207684943697f8fa28fceb509b458943b418fdd.tar.gz
freebsd-ports-gnome-7207684943697f8fa28fceb509b458943b418fdd.tar.zst
freebsd-ports-gnome-7207684943697f8fa28fceb509b458943b418fdd.zip
- Update to 1.22
Diffstat (limited to 'mail/tumgreyspf')
-rw-r--r--mail/tumgreyspf/Makefile2
-rw-r--r--mail/tumgreyspf/distinfo6
-rw-r--r--mail/tumgreyspf/files/patch-tumgreyspf6
-rw-r--r--mail/tumgreyspf/files/patch-tumgreyspf.conf15
4 files changed, 16 insertions, 13 deletions
diff --git a/mail/tumgreyspf/Makefile b/mail/tumgreyspf/Makefile
index e30c542bb7bb..7f74fd38fa83 100644
--- a/mail/tumgreyspf/Makefile
+++ b/mail/tumgreyspf/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tumgreyspf
-PORTVERSION= 1.20
+PORTVERSION= 1.22
CATEGORIES= mail
MASTER_SITES= ftp://ftp.tummy.com/pub/tummy/tumgreyspf/ \
ftp://ftp.tummy.com/pub/tummy/tumgreyspf/old-releases/
diff --git a/mail/tumgreyspf/distinfo b/mail/tumgreyspf/distinfo
index cc3c8611e5d7..0e8ab1677360 100644
--- a/mail/tumgreyspf/distinfo
+++ b/mail/tumgreyspf/distinfo
@@ -1,3 +1,3 @@
-MD5 (tumgreyspf-1.20.tar.gz) = 9e14a9ff9007d5d7ec715d0ee79a5a1d
-SHA256 (tumgreyspf-1.20.tar.gz) = 3409915459d84a41daf9c709683c5ad823d13c0aa6b62282cc1b65bcfa7fc488
-SIZE (tumgreyspf-1.20.tar.gz) = 26083
+MD5 (tumgreyspf-1.22.tar.gz) = 577af83546bc2daebbfa2a3d26650597
+SHA256 (tumgreyspf-1.22.tar.gz) = 0ca7c464010e26319f5a6b0b0483900dca24d3b1733afb005505599e48efbf4c
+SIZE (tumgreyspf-1.22.tar.gz) = 26246
diff --git a/mail/tumgreyspf/files/patch-tumgreyspf b/mail/tumgreyspf/files/patch-tumgreyspf
index 6a60c1c2058c..647e40af34bc 100644
--- a/mail/tumgreyspf/files/patch-tumgreyspf
+++ b/mail/tumgreyspf/files/patch-tumgreyspf
@@ -1,9 +1,9 @@
---- tumgreyspf.orig Wed Aug 31 21:42:35 2005
-+++ tumgreyspf Wed Aug 31 21:43:01 2005
+--- tumgreyspf.orig Tue Aug 29 21:07:19 2006
++++ tumgreyspf Sat Sep 9 22:57:31 2006
@@ -11,7 +11,6 @@
- import syslog, os, sys, string, re, time, popen2, urllib, stat
+ import syslog, os, sys, string, re, time, popen2, urllib, stat, errno
-sys.path.append('/usr/local/lib/tumgreyspf')
import tumgreyspfsupp
diff --git a/mail/tumgreyspf/files/patch-tumgreyspf.conf b/mail/tumgreyspf/files/patch-tumgreyspf.conf
index d07da9c52ca6..a99ff8ce1f18 100644
--- a/mail/tumgreyspf/files/patch-tumgreyspf.conf
+++ b/mail/tumgreyspf/files/patch-tumgreyspf.conf
@@ -1,6 +1,6 @@
---- tumgreyspf.conf.orig Wed Aug 31 22:23:05 2005
-+++ tumgreyspf.conf Wed Aug 31 22:23:57 2005
-@@ -15,18 +15,18 @@
+--- tumgreyspf.conf.orig Tue Aug 29 21:02:05 2006
++++ tumgreyspf.conf Sat Sep 9 23:06:26 2006
+@@ -15,21 +15,21 @@
# Path to the directory-based configuration. This can be used to override
# the configuration values for certain remote hosts, senders or
# recipients.
@@ -11,10 +11,10 @@
-greylistDir = '/var/local/lib/tumgreyspf/data'
+greylistDir = '%%TUMGREYSPF_DIR%%/data'
- # Path to the program used for greylist checking. This can either be the
- # perl version available from http://spf.pobox.com/ or the
+ # Path to the program used for SPF checking. This can either be the
+ # perl version available from http://www.openspf.com/ or the
# "spfquery-static" program built from libspf2, also available from
- # http://spf.pobox.com/
+ # http://www.openspf.com/
-spfqueryPath = '/usr/local/lib/tumgreyspf/spfquery'
+spfqueryPath = '%%PREFIX%%/bin/spfquery'
@@ -23,3 +23,6 @@
# sub-directory has a file per address named after the bad addresses.
-blackholeDir = '/var/lib/tumgreyspf/blackhole'
+blackholeDir = '%%TUMGREYSPF_DIR%%/blackhole'
+
+ # If set to 1, the last byte of the sender's IP address will be ignored.
+ # So, if mail from 1.2.3.4 was delayed, then redelivered by 1.2.3.58,