diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2016-01-20 15:44:42 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-02-04 09:37:43 +0000 |
commit | 1dfcbc6c8e2372345f6181b06acd94f0c184bb5e (patch) | |
tree | 3383e5ccc2ae4926621d15b6eb484ef9970d206e /main/spamassassin/spamd.crond | |
parent | db824002e838087bd1acaf9ba5ef6e29edcc57a0 (diff) | |
download | aports-1dfcbc6c8e2372345f6181b06acd94f0c184bb5e.tar.bz2 aports-1dfcbc6c8e2372345f6181b06acd94f0c184bb5e.tar.xz |
main/spamassassin: [V2] APKBUILD recreated with apkbuild-cpan. obsolete init-script replaced with new one, some parts are moved to subpackages
- added ssl support for spamd & spamc
- perl libraries and configuration data are moved to perl-mail-spamassasin subpackage
- spamc client binary have own dependencies and moved to -client subpackage
- sa-compile needs development packages to run, so moved to -compiler subpackage
- init-script rewritten from scratch and supports legacy conf.d syntax
- periodic rules update added to cron
TODO: some optional perl-modules still in testing (or still not accepted). When they moved to main, need to add them to cpan-dependency.
optional module missing: Geo::IP --- testing/perl-geo-ip
optional module missing: Net::CIDR::Lite --- testing/perl-net-cidr-lite && main/perl-net-cidr-lite is present too ...
optional module missing: IO::Socket::INET6 --- testing/perl-io-socket-inet6
optional module missing: Encode::Detect::Detector --- not in git
optional module missing: Net::Patricia --- testing/perl-net-patricia
Diffstat (limited to 'main/spamassassin/spamd.crond')
-rw-r--r-- | main/spamassassin/spamd.crond | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/spamassassin/spamd.crond b/main/spamassassin/spamd.crond new file mode 100644 index 0000000000..c9ccce550e --- /dev/null +++ b/main/spamassassin/spamd.crond @@ -0,0 +1,3 @@ +#!/bin/sh + +/usr/bin/sa-update |