Your message dated Wed, 25 Jun 2014 07:03:39 +0000
with message-id <[email protected]>
and subject line Bug#716887: fixed in spamassassin 3.4.0-2
has caused the Debian Bug report #716887,
regarding spamassassin: systemd unit file
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
716887: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=716887
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: spamassassin
Version: 3.3.2-6
Severity: normal
Tags: patch upstream
please accept this patch adding systemd support to spamassassin
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: armhf (armv7l)
Kernel: Linux 3.4.0 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages spamassassin depends on:
ii adduser 3.113+nmu3
pn libarchive-tar-perl <none>
ii libhtml-parser-perl 3.71-1
ii libnet-dns-perl 0.68-1.1
ii libnetaddr-ip-perl 4.062+dfsg-1
ii libsocket6-perl 0.23-1
ii libsys-hostname-long-perl 1.4-2
ii libwww-perl 6.05-1
ii perl 5.14.2-21
ii perl-modules [libio-zlib-perl] 5.14.2-21
Versions of packages spamassassin recommends:
ii gcc 4:4.8.1-2
ii gnupg 1.4.12-7
ii libc6-dev 2.17-7
ii libio-socket-inet6-perl 2.69-2
ii libmail-spf-perl 2.8.0-1
ii make 3.81-8.2
ii perl [libsys-syslog-perl] 5.14.2-21
ii re2c 0.13.5-1
ii spamc 3.3.2-6
Versions of packages spamassassin suggests:
pn libdbi-perl <none>
ii libio-socket-ssl-perl 1.93-2
pn libmail-dkim-perl <none>
pn libnet-ident-perl <none>
ii perl [libcompress-zlib-perl] 5.14.2-21
pn pyzor <none>
pn razor <none>
-- no debconf information
>From 14412d70ef3a4aec07ee1c49e41f137834208bc3 Mon Sep 17 00:00:00 2001
From: Shawn Landden <[email protected]>
Date: Sat, 13 Jul 2013 21:17:42 -0700
Subject: [PATCH] add systemd spamassassin.service
---
debian/control | 2 +-
debian/rules | 2 ++
debian/spamassassin.service | 11 +++++++++++
3 files changed, 14 insertions(+), 1 deletion(-)
create mode 100644 debian/spamassassin.service
diff --git a/debian/control b/debian/control
index bad3107..2e39a09 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Noah Meyerhans <[email protected]>
Uploaders: Jesus Climent <[email protected]>
Build-Depends: debhelper (>= 7), perl, libssl-dev,
libhtml-parser-perl (>= 3.24), libnet-dns-perl (>= 0.34), libnetaddr-ip-perl,
- hardening-wrapper
+ hardening-wrapper, dh-systemd
Standards-Version: 3.9.3
Homepage: http://www.spamassassin.org/
Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/spamassassin/trunk
diff --git a/debian/rules b/debian/rules
index 98af25f..62317a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -132,7 +132,9 @@ binary-indep: build-indep install-indep
dh_installman -i sa-awl.1p sa-check_spamd.1p
dh_installdocs -i
dh_installexamples -i
+ dh_systemd_enable
dh_installinit -i -- defaults 19 21
+ dh_systemd_start
dh_installcron -i
dh_installchangelogs Changes -i
dh_link -i
diff --git a/debian/spamassassin.service b/debian/spamassassin.service
new file mode 100644
index 0000000..ca9a10f
--- /dev/null
+++ b/debian/spamassassin.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Perl-based spam filter using text analysis
+
+[Service]
+EnvironmentFile=-/etc/default/spamassassin
+ExecStartPre=/usr/bin/test 0 != ${ENABLED}
+ExecStart=/usr/sbin/spamd
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target
--
1.8.3.2
--- End Message ---
--- Begin Message ---
Source: spamassassin
Source-Version: 3.4.0-2
We believe that the bug you reported is fixed in the latest version of
spamassassin, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
[email protected] (supplier of updated spamassassin package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 24 Jun 2014 23:44:30 -0700
Source: spamassassin
Binary: spamassassin spamc sa-compile
Architecture: source all amd64
Version: 3.4.0-2
Distribution: unstable
Urgency: low
Maintainer: Noah Meyerhans <[email protected]>
Changed-By: [email protected]
Description:
sa-compile - Tools for compiling SpamAssassin rules into C
spamassassin - Perl-based spam filter using text analysis
spamc - Client for SpamAssassin spam filtering daemon
Closes: 716887 752542
Changes:
spamassassin (3.4.0-2) unstable; urgency=low
.
* Install a systemd unit file. (Closes: 716887)
* Use env+start-stop-daemon instead of su in cron jobs.
* Skip the random pause in cron.daily if running interactively.
* Apply upstream patch to support new Net::DNS interface.
(Closes: 752542)
* Use dpkg-buildflags instead of the deprecated hardening-wrapper
Checksums-Sha1:
b402ecd5fdc170230b6b918234b3f03c78766155 2406 spamassassin_3.4.0-2.dsc
639b4b7f556bb481b8745431ba9efd2a1d412a7e 35812
spamassassin_3.4.0-2.debian.tar.xz
c010bdd07c8c178c8c3795fb171ff69fbcc75bb0 1106006 spamassassin_3.4.0-2_all.deb
aa4538f35c88cfcdbf311ab5eaa6594910fa3623 87374 sa-compile_3.4.0-2_all.deb
28889be77dfd629dff581e31db43f7a47bccfc82 121542 spamc_3.4.0-2_amd64.deb
Checksums-Sha256:
e6cbb6d569ff415f03a7e254013f88826be0e1edda38e94c65429d2094deb2fd 2406
spamassassin_3.4.0-2.dsc
0ae477333e9590fdcd5e988ac5395f5b9cf5837d8817dabdd306feb562c7e4f3 35812
spamassassin_3.4.0-2.debian.tar.xz
97a30a0e5ac42507a0f9c39b32a1f50a9c8402e53d7ec4f82681cb8e362a6a05 1106006
spamassassin_3.4.0-2_all.deb
6f40a62078b91ec741bed6ef6d6eca9645f83a8a731fadc9ea090e9558034bc7 87374
sa-compile_3.4.0-2_all.deb
ffec1837d55c492a8341f26c0f46cea45cd06cf8c0fd6c9cc02077137bf8a336 121542
spamc_3.4.0-2_amd64.deb
Files:
093592c4484eebe41aa0c36b9e08dd2a 1106006 mail optional
spamassassin_3.4.0-2_all.deb
f77b9b1d07a857eb96de0143fa27907c 87374 mail optional sa-compile_3.4.0-2_all.deb
3f5481df94c698974b770ae3545bc171 121542 mail optional spamc_3.4.0-2_amd64.deb
9d578b38886db81802931e5b1d1e0886 2406 mail optional spamassassin_3.4.0-2.dsc
e9dfbcd60c3b510026b0e18db94d117b 35812 mail optional
spamassassin_3.4.0-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIVAwUBU6pxXvYw89L1q13TAQhOxw//SwYk8srTGZdCFPyGMqcXtaXKvm20p7wP
QQDobRzTiIA6ZUQXfepvabslEzoIATLhw8ZMAqsldF4BXrDieFclt+q2exZuQSl9
qpVFanaTR56cpO3cgjJCe6DRNnMQgGTjHpzNB60FFF4rr7LCwh5FZNZjeD6/I4dK
rs1zjGCv3dv1Bj7LfeQ7izkng7wO1gIC1DKrXQ8mJcnYt0PQKTcRvlZG8b8R8NXl
iWxb4kE265Cp64DxudvF1eymv34WBsRZHmgBhLua/JHyyhgnRvpq60K7tqyqh2hw
L3/kT4QKmh+LrlkiJnbgvvV/0JpdtEBW16IGG5+5LtTV9b0lVf2qgKvPmI0K83ZQ
ejljpjYC7K3UJmjYj3+uvqZE+lohJG3VNlFA0AklmRPLdmJfq/trIVUyEENRrV7B
KfKbKBOBgfXTClZmI8RvThNaZtGiqqkTcZLxDMEXoDNBTH2fsqUj23BEzQFaiBKL
nt3BQo4lff1idGkVk6Mghyr8y6KSkhSXxaZ8Uhsng+jX0DpRKYymlEGE+eZzghup
mbfv/yKjl+iBA0dfILDOI98GuqZqmR2qugLyNBQO4UFC4R8fqobD55vUwfLGpdZy
6nipbc2qsdCMrXS0254ditOAyuRsPDHjiFVxP6UGt/nyb/nWEgsd0qcQBTsfCuKj
q8+0/7UjGG4=
=FTl1
-----END PGP SIGNATURE-----
--- End Message ---