[pmg-devel] [PATCH spamassassin 0/4] update to KAM.cf and enable building w/o root
Stoiko Ivanov
s.ivanov at proxmox.com
Tue Jun 4 16:12:00 CEST 2019
The current version we have of KAM.cf seems to have a runaway rule, which hit
an user in our (german) forum [0].
They send me the reproducer off-list/forum and I verified that an update to
KAM.cf indeed fixes the 100% cpu pegging of pmg-smtp-filter.
While building the package for tests, I noticed that updating the shipped rules
needed root-permissions (due to the invocation of sa-update with a standard
gpg-directory). The second and third patch changes this, by importing the gpg
key shipped in the upstream-sources to temporary directory and running
`sa-update` with this directory as gpghomedir.
Please run `make sa-updates.tgz` before building and uploading the package
(to match the changelog).
[0] https://forum.proxmox.com/threads/performance-probleme.54671/
Stoiko Ivanov (4):
update KAM.cf
buildsys: import sa-update key from tarball
buildsys: only update sa-updates explicitly
bump version to 3.4.2-3
.gitignore | 1 +
KAM.cf | 219 +++++++++++++++++++++++++++++++++++++++++--------------
Makefile | 18 ++++-
debian/changelog | 8 ++
4 files changed, 189 insertions(+), 57 deletions(-)
create mode 100644 .gitignore
--
2.11.0
More information about the pmg-devel
mailing list