naddy
d159f8d1ad
Make use of "find -exec {} +" (which is POSIX) and "find -delete"
...
(which is not) throughout the ports Makefiles.
* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.
ok kn@ rsadowski@ espie@
2020-03-20 16:44:21 +00:00
sthen
3318ced016
replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
2019-07-12 20:46:54 +00:00
espie
f4b7f81318
convert to PKGSTEM
2018-09-04 12:46:09 +00:00
rpe
9a8b5ccd06
Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
...
daemon scripts and bump subpackages that contain the *.rc scripts.
discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
ajacoutot
7168f2aaf3
Fix pexp.
2015-07-15 20:45:24 +00:00
sthen
9d7ef05428
properly remove this (now 0-byte) file; reminded by Brad
2015-04-12 18:35:14 +00:00
sthen
1f9a513648
update to MailScanner-4.85.2-1, from Brad (maintainer)
2015-04-09 19:55:09 +00:00
ajacoutot
9d087a11f1
Tweak documentation according to recent rc changes.
...
ok jasper@
2014-07-22 10:55:40 +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
brad
3765ea7813
Mirror the distfile and change MASTER_SITES to my server; upstream
...
snuck in config file changes to the distfile.
ok sthen@
2014-03-29 22:50:05 +00:00
brad
f23e3e75b6
Lift some temp file fixes from the github repo. It's always fun noticing your
...
mail server blow up so to speak and then wonder why /var is out of inodes and
seeing that 803,000 or so inodes are in use. Where could they posibly be in
use? Then finding 801,000+ 0 byte temp files which had been accumulating for
quite awhile in /var/spool/MailScanner/incoming/SpamAssassin-Temp.
ok sthen@
2013-12-12 21:56:19 +00:00
brad
a7c3fdab88
Update to MailScanner 4.84.6-1.
...
ok sthen@
2013-08-12 20:22:44 +00:00
espie
0662a4e9d6
PERMIT_* / REGRESS->TEST sweep
2013-03-11 11:20:26 +00:00
brad
6c281cd4c4
Update to MailScanner 4.84.5-3.
...
ok sthen@
2012-12-02 07:22:33 +00:00
pea
644d721dfc
unbreak update_bad_phishing_sites and
...
update_bad_phishing_emails scripts.
ok brad (maintainer), sthen@
2012-03-06 20:09:40 +00:00
sthen
cb297f8a0a
Update to MailScanner 4.84.5-2, OK with Brad.
...
- Fixes URL used to fetch phishing-detection database; the domain that
it was hosted on lapsed. You may have a corrupt database: if the file
/var/spool/MailScanner/quarantine/phishingupdate exists, delete it
and run update_bad_phishing_sites and update_bad_phishing_emails
manually as the "run as user".
- While there update the TNEF.pm fix to improve temp file handling.
2012-03-06 08:34:20 +00:00
sthen
4a03f67ff3
Previous update caused a problem with external TNEF unpacking; add a
...
diff posted on the mailing list to fix it. OK Brad (maintainer).
2011-12-08 08:03:20 +00:00
sthen
dfe0775c4b
update to MailScanner 4.84.3-1, from Brad.
2011-08-21 11:03:26 +00:00
sthen
76d000dcb2
add an rc script for MailScanner, looks ok to Brad (maintainer).
2011-07-22 19:57:20 +00:00
sthen
7cca087371
update to MailScanner 4.84.1-1, from Brad (maintainer).
2011-07-22 07:33:55 +00:00
ajacoutot
f982995f2b
Add a consistent header that substitutes FULLPKGNAME for the READMEs.
...
ok jasper@ sthen@
2011-06-02 13:41:36 +00:00
sthen
a05c0d8690
update to 4.83.5-1, from Brad
2011-05-12 12:20:41 +00:00
sthen
e3cbc9ab0b
Have check_mailscanner pick up the "Run As User" setting from
...
MailScanner.conf and explicitly start as that user. This avoids setuid
in perl (triggering taint mode) and so it sidesteps taint mode fallout
which has appeared recently, most likely due to the CVE-2011-1487 fix
in Perl.
Maintainer believed to be away this week, so committing now and we
can change it later if he disagrees when he returns. ok todd@
2011-04-21 20:25:35 +00:00
sthen
4558f09dd3
update MailScanner to 4.83.4-1, ok Brad
...
- fixed logging of ClamAV updates (thanks for Peter Bonivart for this!).
- fixed "Return-Path:" header so it doesn't contain any 8-bit characters
which conflict with the new "RP_8BIT" rule in SpamAssassin.
2011-03-24 09:55:30 +00:00
sthen
bc20387f68
update MailScanner to 4.83.2-1; ok Brad. Fixes crashes with spaces
...
in virus names (recently triggered by some sanesecurity signature files).
2011-03-19 00:12:08 +00:00
sthen
660a84dcbf
update to 4.82.6-1, ok Brad (maintainer).
2011-03-02 23:38:52 +00:00
ajacoutot
ba1d321f62
Update to mailscanner-4.82.3.1.
...
from Brad.
2010-12-29 06:42:16 +00:00
espie
f7466761c3
missed some
2010-11-22 09:20:34 +00:00
ajacoutot
77a5e7dd2f
Missed bump after move to pkg-readmes.
2010-11-21 08:02:38 +00:00
jasper
c508b4ad59
- switch to pkg-readmes
...
ok brad (MAINTAINER)
2010-11-16 09:17:55 +00:00
sthen
9c54dca161
alphabetically sort RUN_DEPENDS and add p5-DBD-SQLite, it's optional but
...
fairly lightweight and is used in the default configuration.
Brad (maintainer) ok.
2010-11-16 07:33:59 +00:00
sthen
34090b3740
Force dep on newer p5-Archive-Zip, req by Brad.
2010-10-15 18:52:05 +00:00
sthen
9fcd52e59d
update to 4.81.4-1 from Brad.
2010-09-27 09:38:23 +00:00
sthen
3d31744801
update MailScanner to 4.81.3-1, from Brad
2010-08-19 08:34:19 +00:00
sthen
33c9e085d7
fix RUN_DEPENDS, bump REVISION. Spotted by Viq.
2010-07-26 11:22:07 +00:00
sthen
88777836d3
update to 4.80.10-1, bugfixes include a regression introduced with the
...
last update using % variables in rulesets. From Brad.
2010-06-22 07:38:14 +00:00
sthen
56f09cbf4d
update to 4.80.7-1 (notable addition: support for storing config in sql)
...
From Brad.
2010-06-18 21:48:23 +00:00
sthen
6366c7c3ff
update to 4.80.4-1, Brad (maintainer) ok.
2010-05-27 11:04:30 +00:00
sthen
c0934407e5
RUN_DEPENDS on a specific minimum version of mail/tnef rather than
...
just allowing any version; from Brad
2010-03-21 00:00:09 +00:00
sthen
188736352e
Update to 4.80.1-1, fixes more Perl 5.10.1 taint mode problems
...
and problems with certain virus scanners.
ok Brad (maintainer), jasper@.
ports is not fully open, do not commit without specific permission.
2010-02-24 15:28:14 +00:00
sthen
0cd0d135bf
update to 4.79.8-1, fixes another problem with perl 5.10.1 taint mode.
...
ok Brad, jasper
2010-01-20 08:47:12 +00:00
sthen
64e43fb40f
Update to 4.79.6-1; more perl taint mode cleanup, bug in clamav output
...
parser fixed (just clamav, not clamd/clamavmodule).
ok jasper@, Brad (maintainer).
2010-01-15 20:37:51 +00:00
sthen
7502a30b15
Update MailScanner to 4.79.5-1, another perl taint mode fix needed
...
with perl 5.10. From Brad.
2010-01-12 00:22:01 +00:00
sthen
88ca46acab
Update to 4.79.4-1 from Brad; fixes another Perl taint-mode check
...
which causes problems with Perl 5.10.1.
2009-11-29 23:07:45 +00:00
sthen
63fc1bddd3
Update to 4.79.3-1, from Brad (maintainer).
...
Fixes problems with Perl taint mode since the Perl 5.10.1 upgrade.
2009-11-27 23:19:06 +00:00
sthen
981de6844b
install upgrade_MailScanner_conf, from Brad (maintainer).
2009-10-17 16:25:49 +00:00
sthen
739c6ade48
update to 4.78.17-1, from Brad (maintainer).
2009-10-07 20:59:29 +00:00
sthen
119262df7f
update to 4.77.10-1; from Brad, taking MAINTAINER, todd@ agrees.
2009-06-11 23:33:26 +00:00
sthen
631abf82a2
update to 4.76.25-1, from Brad. ok todd@
2009-05-23 21:30:05 +00:00
todd
2c01ec6bc6
update to 4.75.11, tested by brad and sthen@ for nearly a week now, from brad
2009-04-08 22:29:24 +00:00