Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian....@packages.debian.org
Usertags: pu

[ X-Debbugs-Cc'ed dput maintainer ]

I prepared an update for dput to point security uploads to
ftp.security.upload.d.o instead of security-master.d.o, see
attached diff.

I'll skip on dput-ng as it fails to build from source in Jessie (tests
fail with "UnsupportedDistribution: Unsupported release precise";
probably easy to fix, but not motivated).

Ansgar
diff -Nru dput-0.9.6.4/debian/changelog dput-0.9.6.4+deb8u1/debian/changelog
--- dput-0.9.6.4/debian/changelog       2013-07-19 13:08:40.000000000 +0200
+++ dput-0.9.6.4+deb8u1/debian/changelog        2017-09-20 21:32:45.000000000 
+0200
@@ -1,3 +1,10 @@
+dput (0.9.6.4+deb8u1) jessie; urgency=medium
+
+  * dput.cf: replace security-master.d.o with ftp.upload.security.d.o
+    (Closes: #863348)
+
+ -- Ansgar Burchardt <ans...@debian.org>  Wed, 20 Sep 2017 21:32:45 +0200
+
 dput (0.9.6.4) unstable; urgency=low
 
   [ Salvatore Bonaccorso ]
diff -Nru dput-0.9.6.4/dput.cf dput-0.9.6.4+deb8u1/dput.cf
--- dput-0.9.6.4/dput.cf        2013-07-19 11:54:33.000000000 +0200
+++ dput-0.9.6.4+deb8u1/dput.cf 2017-09-20 21:32:33.000000000 +0200
@@ -56,7 +56,7 @@
 # pre_upload_command   = /path/to/some/script
 
 [security-master]
-fqdn                   = security-master.debian.org
+fqdn                   = ftp.security.upload.debian.org
 method                 = ftp
 incoming               = /pub/SecurityUploadQueue
 login                  = anonymous
@@ -66,7 +66,7 @@
 pre_upload_command     = /usr/share/dput/helper/security-warning
 
 [security-master-unembargoed]
-fqdn                   = security-master.debian.org
+fqdn                   = ftp.security.upload.debian.org
 method                 = ftp
 incoming               = /pub/OpenSecurityUploadQueue
 login                  = anonymous

Reply via email to