Bug#1034639: unblock: spamassassin/4.0.0-5

2023-04-30 Thread Noah Meyerhans
Control: tags -1 - moreinfo

On Sun, Apr 30, 2023 at 08:08:55AM +0200, Paul Gevers wrote:
> > Please go ahead and remove the moreinfo tag once the upload happened.
> 
> Already several years we don't accept uploader built binaries in testing.
> Unfortunately, we can't binNMU arch:all binaries, so please upload a
> no-change *source only* version 4.0.0-6.

*sigh* Done, with apologies.



Bug#1034639: unblock: spamassassin/4.0.0-5

2023-04-30 Thread Paul Gevers

Control: tags -1 moreinfo

Hi Noah

On 27-04-2023 07:41, Paul Gevers wrote:

On 20-04-2023 18:22, Noah Meyerhans wrote:

This is a targeted change that addresses #1034347,


Please go ahead and remove the moreinfo tag once the upload happened.


Already several years we don't accept uploader built binaries in 
testing. Unfortunately, we can't binNMU arch:all binaries, so please 
upload a no-change *source only* version 4.0.0-6.


Paul

Migration status for spamassassin (4.0.0-4 to 4.0.0-5): BLOCKED: 
Rejected/violates migration policy/introduces a regression

Issues preventing migration:
∙ ∙ Not built on buildd: arch all binaries uploaded by noahm, a new 
source-only upload is needed to allow migration

∙ ∙ Not built on buildd: arch amd64 binaries uploaded by noahm


OpenPGP_signature
Description: OpenPGP digital signature


Bug#1034639: unblock: spamassassin/4.0.0-5

2023-04-26 Thread Paul Gevers

Control: tags -1 confirmed moreinfo

Hi Noah.

On 20-04-2023 18:22, Noah Meyerhans wrote:

This is a targeted change that addresses #1034347,


Please go ahead and remove the moreinfo tag once the upload happened.

Paul


OpenPGP_signature
Description: OpenPGP digital signature


Bug#1034639: unblock: spamassassin/4.0.0-5

2023-04-20 Thread Noah Meyerhans
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: spamassas...@packages.debian.org
Control: affects -1 + src:spamassassin

Please unblock package spamassassin

This is a targeted change that addresses #1034347, in which spamd can
sometimes be started with incorrect DNS server configuration.  This happens
because spamd startup happened too early in the boot process, and services
responsible for populating resolv.conf had not necessarily run yet.  The
solution was to order spamd.service After=network-online.target, as shown in
the attached debdiff.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1034347

[ Reason ]
Spamd needs a valid DNS configuration for complete operation.

[ Impact ]
Without working DNS, spamd is unable to make use of many of its core mail
validation services, which diminishes its usefulness.

[ Tests ]
Manual validation by myself and the bug submitter.

[ Risks ]
It's a trivial change to the boot order and should not impact anything that
depends on spamd.

[ Checklist ]
  [x] all changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in testing

unblock spamassassin/4.0.0-5
diff -Nru spamassassin-4.0.0/debian/changelog 
spamassassin-4.0.0/debian/changelog
--- spamassassin-4.0.0/debian/changelog 2023-01-06 13:05:09.0 -0800
+++ spamassassin-4.0.0/debian/changelog 2023-04-16 13:28:05.0 -0700
@@ -1,3 +1,9 @@
+spamassassin (4.0.0-5) unstable; urgency=medium
+
+  * Update spamd.service to order after network-online.target (Closes: 
#1034347)
+
+ -- Noah Meyerhans   Sun, 16 Apr 2023 13:28:05 -0700
+
 spamassassin (4.0.0-4) unstable; urgency=medium
 
   * Revert "drop unused params from Makefile.PL"
diff -Nru spamassassin-4.0.0/debian/spamd.service 
spamassassin-4.0.0/debian/spamd.service
--- spamassassin-4.0.0/debian/spamd.service 2023-01-06 12:32:43.0 
-0800
+++ spamassassin-4.0.0/debian/spamd.service 2023-04-16 13:04:49.0 
-0700
@@ -1,6 +1,6 @@
 [Unit]
 Description=Perl-based spam filter using text analysis
-After=network.target
+After=syslog.target network-online.target
 
 [Service]
 Type=simple