Package: spamassassin / 4.0.2-2
Metadata
| Package | Version | Patches format |
|---|---|---|
| spamassassin | 4.0.2-2 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| 10_change_config_paths | (download) |
INSTALL |
2 1 + 1 - 0 ! |
--- |
| 20_edit_spamc_pod | (download) |
spamc/spamc.pod |
2 1 + 1 - 0 ! |
--- |
| 55_disable_nagios_epm | (download) |
sa-check_spamd.raw |
5 5 + 0 - 0 ! |
--- |
| 90_pod_cleanup | (download) |
lib/Mail/SpamAssassin/Conf.pm |
2 1 + 1 - 0 ! |
--- |
| debian_gitignore | (download) |
.gitignore |
50 50 + 0 - 0 ! |
--- |
| bug426031 pod fix | (download) |
spamassassin.raw |
22 1 + 21 - 0 ! |
update site-specific configuration path in man page In Debian, there is exactly one site-specific configuration directory, and it is known in advance. So we can safely remove the list of possible paths from the man page in order to avoid confusion. |
| skip_config_tree_recurse_test | (download) |
t/config_tree_recurse.t |
4 3 + 1 - 0 ! |
skip config_tree_recurse test The default behavior of File::Find will automatically untaint directories with "safe" names. The '~' (tilde) character is not considered a safe name. Because Debian source package names use '~' to denote pre-release versions, the test will fail with a message similar to the following: . t/config_tree_recurse.t ........... _get_cf_pre_files_in_dir error: directory /home/admin/spamassassin-3.4.3~rc6+1/t/log/localrules.tmp is still tainted at /usr/share/perl/5.30/File/Find.pm line 558. at ../lib/Mail/SpamAssassin.pm line 2096. . The solution to this is either to modify lib/Mail/SpamAssassin.pm to consider '~' a safe character, or skip the test altogether. Because the former would impact all installations, and the latter is limited to test coverage, we will skip the test. |
| use_utf8_encoding.patch | (download) |
lib/Mail/SpamAssassin/Util.pm |
2 1 + 1 - 0 ! |
--- |
| add ip configuration debug.patch | (download) |
t/SATest.pm |
6 6 + 0 - 0 ! |
add some debug output to tests Tests are failing on Debian buildd hosts with IPv6-only network configuration. However, I've been unable to reproduce this outside the buildd environment. Adding some debugging output to try to collect more details. . This patch can be dropped when the sitution is resolved. |
| spamd_disable_ai_addrconfig_for_ipv4_literals.patch | (download) |
spamd/spamd.raw |
22 15 + 7 - 0 ! |
disable ai_addrconfig when passing ipv4 literals to getaddrinfo AI_ADDRCONFIG skips the loopback interface, but if it's the only one with IPv4 addresses configured, then it won't be returned by getaddrinfo and spamd won't end up listening anywhere. . |
| disable_spamd_client.patch | (download) |
t/spamd_client.t |
1 1 + 0 - 0 ! |
disable spamd_client.t as it's not reliable enough |
| improve CNAME caching.patch | (download) |
lib/Mail/SpamAssassin/PerMsgStatus.pm |
4 4 + 0 - 0 ! |
[patch] improve cname caching git-svn-id: https://svn.apache.org/repos/asf/spamassassin/trunk@1928197 13f79535-47bb-0310-9956-ffa450edef68 |
| limit CNAME cache to 10 entries by default and make it.patch | (download) |
lib/Mail/SpamAssassin/Conf.pm |
13 13 + 0 - 0 ! |
[patch] limit cname cache to 10 entries by default and make it configurable increase speed processing when there are a huge number of uris git-svn-id: https://svn.apache.org/repos/asf/spamassassin/trunk@1928199 13f79535-47bb-0310-9956-ffa450edef68 |
| skip CNAME checks if dns_max_cname_cache == 0.patch | (download) |
lib/Mail/SpamAssassin/PerMsgStatus.pm |
2 1 + 1 - 0 ! |
[patch] skip cname checks if dns_max_cname_cache == 0 git-svn-id: https://svn.apache.org/repos/asf/spamassassin/trunk@1928240 13f79535-47bb-0310-9956-ffa450edef68 |
| uri_list test requires network access.patch | (download) |
t/uri_list.t |
9 7 + 2 - 0 ! |
[patch] uri_list test requires network access git-svn-id: https://svn.apache.org/repos/asf/spamassassin/trunk@1928242 13f79535-47bb-0310-9956-ffa450edef68 |
| check_that_is_possible_to_verify_if_the_DNS_answer_is_a_CNAME.patch | (download) |
lib/Mail/SpamAssassin/PerMsgStatus.pm |
20 11 + 9 - 0 ! |
[patch] check that is possible to verify if the dns answer is a cname bz #8353 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1117982 git-svn-id: https://svn.apache.org/repos/asf/spamassassin/trunk@1929117 13f79535-47bb-0310-9956-ffa450edef68 |
| set_dns_max_cname_cache.patch | (download) |
t/data/01_test_rules.pre |
2 2 + 0 - 0 ! |
--- |
