- 30 May, 2021 5 commits
-
-
Noah Meyerhans authored
-
Noah Meyerhans authored
-
While the init script is still left supporting the variable being set to 0 to disallow the execution of the service, we stop supporting the variable on configure as otherwise this forcefully disables the service on upgrades on sysvinit systems, even when the daemon is currently running, as ENABLED is now gone from /etc/default/spamassassin, which means the user configuration will not be preserved anymore. Closes: #947086
-
-
Noah Meyerhans authored
Drop patches already incorporated upstream, including half of debian/patches/bug_766718-net-dns-vers
-
- 20 Apr, 2021 4 commits
-
-
Noah Meyerhans authored
-
-
Noah Meyerhans authored
-
Noah Meyerhans authored
Upstream bugs fixed in the 3.4 branch following the 3.4.5-pre1 release: Bug 7892 - T_KAM_HTML_FONT_INVALID false positive for " !important" Bug 7897 - URIDNSBL does not trigger meta rules anymore Bug 7851 - charset=ascii is not recognized, leading to MIME_CHARSET_FARAWAY hit Bug 7857 - <a data-saferedirecturl=""> Bug 7866 - TextCat: Improper language classification on URIs in plain/text Bug 7871 - URILocalBL does not instantiate Geo::IP correctly for the ISP database Bug 7879 - Body Length without Signature svn commit 1886188 - do not consider oleobject1.bin files as bad, they could also be images Bug 7777 - askdns problem with multi-valued resource records Bug 7875 - AskDNS plugin does not correctly handle CNAMEs leading to TXTs Bug_7848 - Rule parser doesn't support nested if/ifplugins
-
- 07 Apr, 2021 1 commit
-
-
Noah Meyerhans authored
postinst: Fix perms only if dir exists See merge request debian/spamassassin!5
-
- 23 Dec, 2020 1 commit
-
-
Roel van Meer authored
If spamassassin is installed via the debian installer while start-stop-daemon is diverted via dpkg-divert, sa-compile will not have run, so the output dir doesn't exist when the postinst script tries to change its permissions. That causes an error while configuring sa-compile. Fix that by checking if the dir exists. This may still mean the permissions aren't set properly after the package has been installed (because dpkg-diverting start-stop-daemon means that sa-compile hasn't been run), but at least the package installs now. If you run sa-compile manually afterwards you can set the permissions correctly afterwards as well. Closes: #977957
-
- 04 Aug, 2020 3 commits
-
-
Noah Meyerhans authored
-
Noah Meyerhans authored
During the second build round in the reprotest job, the unit test suite is failing. This change disables the reprotest suite in order to avoid masking pipeline failures caused by failures in other jobs. Reprotest should be re-enabled as soon as possible.
-
Noah Meyerhans authored
There were more python2 requirements than just the Depends line in debian/tests/control. Rather than update to python3, I replaced the tests with equivalent bash-based tests and dropped the python dependencies entirely. Closes: #967039
-
- 03 Aug, 2020 3 commits
-
-
Noah Meyerhans authored
-
Noah Meyerhans authored
Pulled fixes for the following from upstream's svn: https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7810 https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7817 https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7834
-
Noah Meyerhans authored
Replace python with python3 in autopkgtest dependencies in support of the python2 removal effort Closes: #967039
-
- 17 Jul, 2020 2 commits
-
-
Noah Meyerhans authored
-
Noah Meyerhans authored
Closes: #964060
-
- 23 Jun, 2020 2 commits
-
-
Noah Meyerhans authored
-
Noah Meyerhans authored
-
- 22 Jun, 2020 1 commit
-
-
Noah Meyerhans authored
-
- 12 May, 2020 1 commit
-
-
Noah Meyerhans authored
-
- 30 Jan, 2020 2 commits
-
-
Noah Meyerhans authored
-
Noah Meyerhans authored
Retroactively document these fixes, which were not publicly documented when 3.4.4-rc1 was released by upstream.
-
- 21 Jan, 2020 5 commits
-
-
Noah Meyerhans authored
-
Noah Meyerhans authored
We don't use gbp to construct an orig tarball, since upstream sources aren't tracked in this repository.
-
Noah Meyerhans authored
This lintian check is intended to identify postinst scripts that are using s-s-d to start long-lived daemons, when invoke-rc.d should be used for that purpose. In spamassassin's case, s-s-d is only used to invoke the short-lived sa-update and sa-compile programs with the appropriate uid/gid and environment.
-
Noah Meyerhans authored
Upstream is not entirely consistent with their tagging convention. Case in point, tags/spamassassin_release_3_4_4 exists, refers to 3.4.4~rc1. This change adds the ability to override the snapshot location, rather than deriving it from the latest version in debian/changelog. In general we want to use the version from the changelog, so print a warning whenever the override is used.
-
Noah Meyerhans authored
-
- 19 Jan, 2020 1 commit
-
-
Noah Meyerhans authored
-
- 04 Jan, 2020 1 commit
-
-
Noah Meyerhans authored
-
- 12 Dec, 2019 2 commits
-
-
Noah Meyerhans authored
-
Noah Meyerhans authored
- CVE-2018-11805: Malicious rules files, possibly retrieved automatically via sa-update, can run arbitrary commands. - CVE-2019-12420: A message can be crafted in a way to use excessive resources, resulting in a denial of service.
-
- 10 Dec, 2019 1 commit
-
-
Noah Meyerhans authored
Fix some issues reported by lintian See merge request debian/spamassassin!3
-
- 06 Dec, 2019 3 commits
-
-
Janitor authored
Fixes lintian: uses-debhelper-compat-file See https://lintian.debian.org/tags/uses-debhelper-compat-file.html for more details.
-
Janitor authored
+ Use dh_installsystemd rather than deprecated dh_systemd_enable. + Use dh_installsystemd rather than deprecated dh_systemd_start. Fixes lintian: package-uses-old-debhelper-compat-version See https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html for more details.
-
Janitor authored
Fixes lintian: debian-watch-uses-insecure-uri See https://lintian.debian.org/tags/debian-watch-uses-insecure-uri.html for more details.
-
- 25 Nov, 2019 2 commits
-
-
Noah Meyerhans authored
-
Noah Meyerhans authored
-