- 21 May, 2020 1 commit
-
-
Bryce Harrington authored
The print statement is removed in python3 in favor of a print() function. In python2, ("foo") is the same as "foo", so print("foo") works identically as print "foo". This prevents spamassassin's autopkgtest to fail when run on systems where python -> /usr/bin/python3. Signed-off-by:Bryce Harrington <bryce@bryceharrington.org>
-
- 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 3 commits
-
-
Noah Meyerhans authored
-
Noah Meyerhans authored
-
Noah Meyerhans authored
-
- 20 Nov, 2019 1 commit
-
-
Noah Meyerhans authored
-
- 15 Nov, 2019 9 commits
-
-
Noah Meyerhans authored
-
Noah Meyerhans authored
-
Noah Meyerhans authored
-
Noah Meyerhans authored
-
Noah Meyerhans authored
-
Noah Meyerhans authored
-
Noah Meyerhans authored
-
Noah Meyerhans authored
-
Noah Meyerhans authored
Upstream's rule source is not included in snapshots. Use this script to unify the snapshot source and the rules source.
-
- 13 Nov, 2019 3 commits
-
-
Noah Meyerhans authored
Commit 34f3efcb only updated one of the two references to spamd.pid in the systemd unit file. This change gets the other one.
-
Noah Meyerhans authored
-
Noah Meyerhans authored
-
- 12 Nov, 2019 6 commits
-
-
Noah Meyerhans authored
-
Noah Meyerhans authored
The kernel package has some helpers for working with upstream sources while only tracking the debian/ subdirectory in git. This change borrows the 'orig' and 'maintainerclean' targets, useful for managing an overlay of the upstream sources from a Debian working directory.
-
Noah Meyerhans authored
-
Noah Meyerhans authored
When working with the debian subdirectory via git, the upstream contents are not included in the repository. So we list them in gitignore in order to avoid confusion and reduce the chance that they're accidentally included in a commit.
-
Noah Meyerhans authored
-
Noah Meyerhans authored
-
- 18 Oct, 2019 1 commit
-
-
Noah Meyerhans authored
-