sthen
828b33cd1a
fix FAKE_AS_ROOT
2014-09-16 16:24:02 +00:00
espie
963975501d
explicitly mark the few ports that don't build with FAKE_AS_ROOT=No
2014-09-16 09:07:03 +00:00
sthen
4badb3163a
don't use "echo 'pkg_scripts="${pkg_scripts} icinga' >> /etc/rc.conf.local"
...
examples
2014-07-12 11:25:00 +00:00
naddy
42e81a81b4
drop workarounds for missing AI_ADDRCONFIG
2014-04-30 14:01:29 +00:00
bluhm
0f658cd30c
The regression tests of p5-Mail-SpamAssassin failed if devel/re2c
...
is installed. If the package is not installed, the sa_compile
subtest is skipped.
- Set the TEST_DEPENDS to RUN_DEPENDS to make the test results reliable.
- Create the test config directory before putting the config file
into it.
OK sthen@
2014-04-26 21:10:39 +00:00
bluhm
e8e0fa3bc1
OpenBSD does not support AI_ADDRCONFIG so SpamAssassin did not use
...
getaddrinfo. This caused a lot of warnings and the regression tests
failed. Remove the check for AI_ADDRCONFIG from the eval that
imports Socket.pm.
OK sthen@
2014-04-25 09:20:27 +00:00
ajacoutot
cfe4be35c5
No need to explicitely SUBST_VARS LOCALSTATEDIR anymore.
2014-04-15 08:53:04 +00:00
sthen
ffad37a4fd
missed cvs rm's, pointed out by brad@ (not a problem, but no need to keep
...
them any more).
2014-03-25 21:05:26 +00:00
sthen
90f16a3abc
update to SpamAssassin 3.4.0, with input from brad@
2014-03-16 12:39:22 +00:00
bluhm
44be9bd7a5
Remove test for obsolete SSL version 2 or 3 from p5-Mail-SpamAssassin.
...
It always fails as SSLv2 support has been removed from OpenSSL and
Net::SSLeay.
OK sthen@
2013-10-16 22:29:50 +00:00
espie
0662a4e9d6
PERMIT_* / REGRESS->TEST sweep
2013-03-11 11:20:26 +00:00
sthen
fa42d5bc4d
let SpamAssassin work if sslv2 is disabled, from Brad
2012-06-25 22:12:30 +00:00
ajacoutot
0691c69586
Use RCDIR instead of /etc/rc.d when refering to packages rc scripts.
...
discussed with espie and sthen
ok sthen@
2012-04-22 11:41:55 +00:00
sthen
b4bb4a3614
add dep on p5-IP-Country
2012-04-16 21:41:07 +00:00
sthen
faab4cff6a
don't use groff
2012-01-05 17:25:24 +00:00
sthen
91faa22c52
Where a program with an rc script _requires_ a certain command line
...
parameter to daemonize, move the parameter from daemon to daemon_flags,
so that the user cannot inadvertently prevent it from daemonizing by
adjusting the flags.
Discussed with ajacoutot and schwarze, this method was suggested
by schwarze@ as a simpler alternative to my diff. ok aja@
2011-12-17 22:01:12 +00:00
bluhm
d73670b0a9
Remove the SSLv2 regression test from Mail::SpamAssassin. It is
...
known to fail as Net::SSLeay has removed SSLv2 support.
ok sthen@
2011-12-13 08:52:54 +00:00
sthen
50c90d0c04
- add p5-Mail-SPF-*|p5-Mail-SPF-Query-* as a run dep for SpamAssassin (two
...
options; either can be used but they conflict, so allow both as suggested
by giovanni@).
- install a few more doc files.
- move html mini-howto to a README.
2011-09-21 08:02:07 +00:00
giovanni
2555b16282
Install sql files
...
ok sthen@ (Maintainer)
2011-07-01 06:39:17 +00:00
sthen
fb77f03a80
update SpamAssassin to 3.3.2, thanks Brad and pea@ for testing. ok pea@
2011-06-23 17:32:46 +00:00
sthen
f89bcb29b4
fix a spamassassin --lint warning, from upstream, suggested by Armin Wolfermann
2011-05-04 10:17:53 +00:00
ajacoutot
e8c3c1ed03
Better pexp in rc script.
2011-03-20 06:46:50 +00:00
ajacoutot
4ec44530ca
Simplify after recent rc.subr change.
...
The framework is now stable and we will start documenting it (at last).
2010-12-27 14:50:22 +00:00
ajacoutot
b28452a489
Cope with recent rc.subr changes.
2010-12-24 10:40:04 +00:00
ajacoutot
c401581143
Kill 2 very annoying warnings when running spamd, merged from upstream.
...
ok sthen@ (maintainer)
2010-11-30 08:34:27 +00:00
espie
fe13b4748a
make use of PKGSPEC to simplify depends, requires most recent security/gnupg
...
to compile correctly
2010-11-26 07:51:00 +00:00
espie
bc8dc9adb1
new depends
2010-11-19 07:23:05 +00:00
sthen
3c1cbf2354
rc script for spamassassin; suggestions and ok aja@
2010-11-04 12:07:09 +00:00
espie
051dfa8362
USE_GROFF=Yes
2010-10-18 19:59:15 +00:00
sthen
c3fc7c37fc
perl 5.12.2 fixes
2010-09-27 19:59:39 +00:00
ajacoutot
cabe9a216e
Force dependency on gnupg1 since gnupg2 has the same PKGNAME, it can
...
create some depency mess.
The long term solution is to update+merge gnupg2 into gnupg1 but for now
at least we have a clean dependency chain.
looks ok to jasper@ and pea@
2010-08-25 06:34:50 +00:00
sthen
c5082c8dfe
@sample v330.pre and bump PKGNAME-main.
2010-05-23 21:33:28 +00:00
sthen
74d5329bf1
update to 3.3.1; thanks pea@ for testing and comments
2010-03-24 23:56:04 +00:00
sthen
056e4d6cc4
Adjust FH_DATE_PAST_20XX rule so it doesn't trigger on all dates from 2010.
...
From upstream repository.
2010-01-01 22:41:15 +00:00
sthen
e62096b897
- unbreak with perl 5.10.1 (don't rely on an internal MakeMaker api
...
which changed).
- take MAINTAINER.
looks ok to jasper.
2009-10-23 10:26:17 +00:00
jasper
20696471fe
remove marc balmer as maintainer of all of his ports, to take away the
...
illusion marc still maintains them. as requested by himself.
2009-09-15 17:37:21 +00:00
bluhm
7b45d63ddb
Replace p5-IO-INET6 with p5-IO-Socket-INET6 as the upstream cpan
...
package has been renamed. Unfortunately there is no smooth upgrade
path. Packages have to be deleted and added manually.
discussed with bernd@ and sturm@
2009-01-01 15:23:41 +00:00
sthen
0ea3aa4b94
Adjust dependencies for IO::Zlib and Archive::Tar which now come
...
as part of base Perl. Regen PLIST while there, some manpages missed.
ok simon@ "commitski" mbalmer@
2008-10-01 19:30:39 +00:00
brad
4861666ab0
Update to SpamAssassin 3.2.5; minor bug fix update.
...
ok mbalmer@
2008-09-04 06:42:12 +00:00
mbalmer
33e1f158e8
Maintenance update of SpamAssassin to version 3.2.4.
...
This is a major bug-fix release, with a few minor new features.
2008-01-07 17:52:48 +00:00
sthen
7c3c85f3fa
add RUN_DEPENDS=::devel/re2c so you can compile your ruleset to
...
native code with sa-compile(1).
"committ it" mbalmer@
2007-10-11 17:20:06 +00:00
merdely
8b76ad71d8
Remove surrounding quotes in COMMENT*/PERMIT_*
2007-09-16 00:17:04 +00:00
mbalmer
947a20188f
Minor bugfix update to SpamAssassin 3.2.2.
2007-07-26 05:57:50 +00:00
steven
4faaa741fe
SECURITY update to 3.2.1
...
fixes a local user symlink-attack DoS vulnerability; more details at
http://spamassassin.apache.org/advisories/cve-2007-2873.txt
ok mbalmer@
2007-07-02 10:32:43 +00:00
aanriot
59e0638e7e
get ride of RUN_DEPENDS=${BUILD_DEPENDS} construct.
...
checked by naddy@, ok mbalmer@
2007-05-30 17:39:14 +00:00
mbalmer
8fa09c6336
Fix a problem with the last update.
2007-05-07 19:53:42 +00:00
mbalmer
0372ed1528
Update to SpamAssassin 3.2.0
...
ok simon
2007-05-06 13:28:30 +00:00
espie
9eafbbfb35
base64 checksums.
2007-04-05 16:19:55 +00:00
mbalmer
958e2a9966
3.1.8 is a major bug-fix release, including a potential DoS. The major
...
highlights are:
- bug 5318: fix for CVE-2007-0451: possible DoS due to incredibly
long URIs found in the message content.
- bug 5240: disable perl module usage in update channels unless
--allowplugins is specified
- bug 5288: files with names starting/ending in whitespace weren't usable
- bug 5056: remove Text::Wrap related code due to upstream issues
- bug 5145: update spamassassin and sa-learn to better deal with STDIN
- bug 5140 and 5179: improvements and bug fixes related to DomainKeys
and DKIM support
- several updates for Received header parsing
- several documentation updates and random taint-variable related issues
A more detailed change log can be read here:
http://svn.apache.org/repos/asf/spamassassin/branches/3.1/Changes
ok nikolay
2007-02-15 19:57:48 +00:00
mbalmer
5703af1b64
Maintainer change. Bump PKGNAME.
2006-10-28 07:35:41 +00:00