Package: spamassassin / 3.4.1-6~bpo8+1

Metadata

Package Version Patches format
spamassassin 3.4.1-6~bpo8+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10_change_config_paths | (download)

INSTALL | 2 1 + 1 - 0 !
README | 10 5 + 5 - 0 !
UPGRADE | 4 2 + 2 - 0 !
USAGE | 6 3 + 3 - 0 !
ldap/README | 2 1 + 1 - 0 !
lib/Mail/SpamAssassin/Conf.pm | 4 2 + 2 - 0 !
lib/Mail/SpamAssassin/Plugin/Test.pm | 2 1 + 1 - 0 !
lib/spamassassin-run.pod | 4 2 + 2 - 0 !
rules/user_prefs.template | 2 1 + 1 - 0 !
sa-compile.raw | 4 2 + 2 - 0 !
sa-learn.raw | 4 2 + 2 - 0 !
spamc/spamc.pod | 4 2 + 2 - 0 !
spamd/README | 2 1 + 1 - 0 !
spamd/README.vpopmail | 2 1 + 1 - 0 !
spamd/spamd.raw | 2 1 + 1 - 0 !
sql/README | 2 1 + 1 - 0 !
sql/README.awl | 2 1 + 1 - 0 !
t/data/testplugin.pm | 2 1 + 1 - 0 !
18 files changed, 30 insertions(+), 30 deletions(-)

---
20_edit_spamc_pod | (download)

spamc/spamc.pod | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
30_edit_README | (download)

README | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

---
55_disable_nagios_epm | (download)

sa-check_spamd.raw | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

---
90_pod_cleanup | (download)

lib/Mail/SpamAssassin/Conf.pm | 2 1 + 1 - 0 !
lib/Mail/SpamAssassin/Plugin/DCC.pm | 1 1 + 0 - 0 !
lib/Mail/SpamAssassin/Plugin/DNSEval.pm | 1 1 + 0 - 0 !
lib/Mail/SpamAssassin/Plugin/MIMEEval.pm | 54 53 + 1 - 0 !
4 files changed, 56 insertions(+), 2 deletions(-)

---
97_bug720499 pod 5.18 | (download)

sa-check_spamd.raw | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 fix pod errors with perl 5.18
 Wrap number-like items in C<>, to avoid parser complains
98_sa compile quiet | (download)

lib/Mail/SpamAssassin/Plugin/BodyRuleBaseExtractor.pm | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

---
bug_766718 net dns vers | (download)

lib/Mail/SpamAssassin/Dns.pm | 5 3 + 2 - 0 !
lib/Mail/SpamAssassin/Plugin/AskDNS.pm | 4 3 + 1 - 0 !
2 files changed, 6 insertions(+), 3 deletions(-)

---
bug_771408_perl_version | (download)

lib/Mail/SpamAssassin/Conf/Parser.pm | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

---
disable_sslv3 | (download)

MANIFEST | 2 0 + 2 - 0 !
spamc/libspamc.c | 12 4 + 8 - 0 !
spamc/spamc.c | 15 5 + 10 - 0 !
spamc/spamc.pod | 4 1 + 3 - 0 !
spamd/spamd.raw | 24 4 + 20 - 0 !
t/spamd_ssl.t | 5 1 + 4 - 0 !
t/spamd_ssl_accept_fail.t | 4 2 + 2 - 0 !
t/spamd_ssl_tls.t | 28 0 + 28 - 0 !
t/spamd_ssl_v3.t | 28 0 + 28 - 0 !
9 files changed, 17 insertions(+), 105 deletions(-)

---
bug_821385_dnsresolver | (download)

lib/Mail/SpamAssassin/DnsResolver.pm | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

---
bug_835494_perl_INC | (download)

spamc/configure.pl | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
bug_760277_net_dns_URIDNSBL | (download)

lib/Mail/SpamAssassin/Plugin/URIDNSBL.pm | 11 5 + 6 - 0 !
1 file changed, 5 insertions(+), 6 deletions(-)

 fix uninitialized values in uridnsbl.pm with net::dns 1.01
dkim_subdomains | (download)

lib/Mail/SpamAssassin/Plugin/DKIM.pm | 25 18 + 7 - 0 !
1 file changed, 18 insertions(+), 7 deletions(-)

 support signer subdomain matching in whitelist_from_dkim
fix uninitialized concat | (download)

lib/Mail/SpamAssassin/PerMsgStatus.pm | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 import upstream fix for uninitialized value warning in mail::spamassassin::permsgstatus::get_names_of_tests_hit_with_scores()
bug_828552 openssl 1.1.0 | (download)

spamc/configure | 131 81 + 50 - 0 !
spamc/configure.in | 4 2 + 2 - 0 !
2 files changed, 83 insertions(+), 52 deletions(-)

 [patch] spamassassin: get it compiled against openssl 1.1.0

CRYPTO_lock was part of the old locking API which got removed. I picked