mail/spamassassin-dqs: upgrade to 1.0.2.
- remove useless rules (forces a re-configure of the sh.cf file) - fixed a bug where sometimes trailing dots in fqdn are there breaking the query construction
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= spamassassin-dqs
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.0.1
|
||||
DISTVERSION= 1.0.2
|
||||
CATEGORIES= mail
|
||||
|
||||
MAINTAINER= ler@FreeBSD.org
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1562256350
|
||||
SHA256 (spamhaus-spamassassin-dqs-v1.0.1_GH0.tar.gz) = f1b1ffc3306aa18d02da0cc4baeedce645a5165e7893f08cdce28cfa1cf46b6d
|
||||
SIZE (spamhaus-spamassassin-dqs-v1.0.1_GH0.tar.gz) = 12545
|
||||
TIMESTAMP = 1562490275
|
||||
SHA256 (spamhaus-spamassassin-dqs-v1.0.2_GH0.tar.gz) = a0721afd6e2d35532fd666c34f8a1b5f9455f7d7e5e103f17d22bf4ea6d676b1
|
||||
SIZE (spamhaus-spamassassin-dqs-v1.0.2_GH0.tar.gz) = 13281
|
||||
|
||||
@@ -19,5 +19,17 @@ then restart spamassassin.
|
||||
EOM
|
||||
type: install
|
||||
}
|
||||
{
|
||||
message: <<EOM
|
||||
You will need to re-run this as root:
|
||||
|
||||
cd %%PREFIX%%/etc/mail/spamassassin
|
||||
sed -e 's/your_DQS_key/<your key from above>/g' sh.cf.sample >sh.cf
|
||||
|
||||
and restart spamassassin
|
||||
EOM
|
||||
type: upgrade
|
||||
maximum_version: "1.0.1"
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user