Processed: Re: Bug#876313: jessie-pu: package dput/0.9.6.4+deb8u1

2017-10-08 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #876313 [release.debian.org] jessie-pu: package dput/0.9.6.4+deb8u1
Added tag(s) pending.

-- 
876313: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876313
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#876313: jessie-pu: package dput/0.9.6.4+deb8u1

2017-10-08 Thread Adam D. Barratt
Control: tags -1 + pending

On Sat, 2017-10-07 at 14:55 +0200, Ansgar Burchardt wrote:
> "Adam D. Barratt" writes:
> > On Wed, 2017-09-20 at 22:10 +0200, Ansgar Burchardt wrote:
> > > 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.
> > 
> > Please go ahead.
> 
> Thanks, uploaded.
> 

Flagged for acceptance into o-p-u; thanks.

Our automated lintian checks noticed this:

+E: control-file-has-bad-permissions md5sums 0664 != 0644

Regards,

Adam



Bug#876313: jessie-pu: package dput/0.9.6.4+deb8u1

2017-10-07 Thread Ansgar Burchardt
"Adam D. Barratt" writes:
> On Wed, 2017-09-20 at 22:10 +0200, Ansgar Burchardt wrote:
>> 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.
>
> Please go ahead.

Thanks, uploaded.

Ansgar



Bug#876313: jessie-pu: package dput/0.9.6.4+deb8u1

2017-10-07 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Wed, 2017-09-20 at 22:10 +0200, Ansgar Burchardt wrote:
> 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.
> 

Please go ahead.

Regards,

Adam



Processed: Re: Bug#876313: jessie-pu: package dput/0.9.6.4+deb8u1

2017-10-07 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed
Bug #876313 [release.debian.org] jessie-pu: package dput/0.9.6.4+deb8u1
Added tag(s) confirmed.

-- 
876313: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876313
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#876313: jessie-pu: package dput/0.9.6.4+deb8u1

2017-09-20 Thread Ansgar Burchardt
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.0 +0200
+++ dput-0.9.6.4+deb8u1/debian/changelog2017-09-20 21:32:45.0 
+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   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.cf2013-07-19 11:54:33.0 +0200
+++ dput-0.9.6.4+deb8u1/dput.cf 2017-09-20 21:32:33.0 +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