Bug#920942: transition: libfm-qt

2019-02-04 Thread Emilio Pozuelo Monfort
Control: tags -1 confirmed

On 03/02/2019 14:50, Alf Gaida wrote:
> Hi Emilio,
> 
> can we go on with libfm-qt? The builds are fine, not all release
> architectures are built due to slow build architectures, but i expect
> them to build fine - maybe there will be some easy fixable symbol issues.
> 
> * armel was built with some new symbols and some missed symbols - the
> missed things are fixed
> * armhf, mips64el and mipsel should build fine - but have a huge build
> queue, so i would expect builds in a week or so

Alright, let's make an exception for this, on the grounds that we currently have
an unstable version in buster, and the fact that this is pretty self-contained.

Emilio



Processed: Re: Bug#920942: transition: libfm-qt

2019-02-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 confirmed
Bug #920942 [release.debian.org] transition: libfm-qt
Added tag(s) confirmed.

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



NEW changes in stable-new

2019-02-04 Thread Debian FTP Masters
Processing changes file: r-cran-readxl_0.1.1-1+deb9u2_armhf.changes
  ACCEPT
Processing changes file: r-cran-readxl_0.1.1-1+deb9u2_mips64el.changes
  ACCEPT
Processing changes file: samba_4.5.16+dfsg-1_armel.changes
  ACCEPT
Processing changes file: samba_4.5.16+dfsg-1_armhf.changes
  ACCEPT
Processing changes file: samba_4.5.16+dfsg-1_mips.changes
  ACCEPT
Processing changes file: samba_4.5.16+dfsg-1_mipsel.changes
  ACCEPT
Processing changes file: sox_14.4.1-5+deb9u1_armel.changes
  ACCEPT
Processing changes file: sox_14.4.1-5+deb9u1_armhf.changes
  ACCEPT
Processing changes file: sox_14.4.1-5+deb9u1_mips64el.changes
  ACCEPT



NEW changes in stable-new

2019-02-04 Thread Debian FTP Masters
Processing changes file: arc_5.21q-4+deb9u1_armel.changes
  ACCEPT
Processing changes file: arc_5.21q-4+deb9u1_armhf.changes
  ACCEPT
Processing changes file: arc_5.21q-4+deb9u1_mips64el.changes
  ACCEPT
Processing changes file: arc_5.21q-4+deb9u1_mipsel.changes
  ACCEPT
Processing changes file: linux_4.9.144-3_armhf.changes
  ACCEPT
Processing changes file: r-cran-readxl_0.1.1-1+deb9u2_armel.changes
  ACCEPT
Processing changes file: r-cran-readxl_0.1.1-1+deb9u2_mips.changes
  ACCEPT
Processing changes file: r-cran-readxl_0.1.1-1+deb9u2_mipsel.changes
  ACCEPT
Processing changes file: samba_4.5.16+dfsg-1_arm64.changes
  ACCEPT
Processing changes file: sox_14.4.1-5+deb9u1_amd64.changes
  ACCEPT
Processing changes file: sox_14.4.1-5+deb9u1_mips.changes
  ACCEPT
Processing changes file: sox_14.4.1-5+deb9u1_mipsel.changes
  ACCEPT



Bug#921319: stretch-pu: package iptables-persistent/1.0.4+nmu2

2019-02-04 Thread gustavo panizzo

hello

On Mon, Feb 04, 2019 at 05:05:25PM +0100, Bastian Blank wrote:

On Mon, Feb 04, 2019 at 10:55:26PM +0800, gustavo panizzo wrote:

On Mon, Feb 04, 2019 at 09:59:06AM +, Adam D. Barratt wrote:
> Control: tags -1 + moreinfo
>
> On 2019-02-04 08:11, gustavo panizzo wrote:
> > I'd like to fix the bug #921186 in stable, only adding a dependency to
> > iptables-persistent the bug can be closed
>
> The metadata for that bug suggests that the bug also affects the package
> in unstable, and is not yet fixed there - is that correct? If so, please
> fix the bug in unstable first; if not, please fix the metadata.
I've fixed the metadata, thanks


The bug is fixed differently in unstable?



After thinking on how I solved this issue in unstable (#794037,
#720110) I came up with another solution, similar to what's done in
unstable

Initially I didn't want to modify the scripts but the initial fix (add
kmod to deps) won't solve #720110 for the reporter, I think the current
proposed fix is better and the risk of regressions is low

debdiff attached


--
IRC: gfa
GPG: 0X44BB1BA79F6C6333

diff -Nru iptables-persistent-1.0.4+nmu2/debian/changelog iptables-persistent-1.0.4+nmu3/debian/changelog
--- iptables-persistent-1.0.4+nmu2/debian/changelog	2017-03-18 21:11:49.0 +0800
+++ iptables-persistent-1.0.4+nmu3/debian/changelog	2019-02-03 19:18:27.0 +0800
@@ -1,3 +1,10 @@
+iptables-persistent (1.0.4+nmu3) stable; urgency=medium
+
+  * Non-maintainer upload
+  * Catch errors in calls to modprobe, thanks Hugo, Closes (#921186)
+
+ -- gustavo panizzo   Sun, 03 Feb 2019 19:18:27 +0800
+
 iptables-persistent (1.0.4+nmu2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru iptables-persistent-1.0.4+nmu2/plugins/15-ip4tables iptables-persistent-1.0.4+nmu3/plugins/15-ip4tables
--- iptables-persistent-1.0.4+nmu2/plugins/15-ip4tables	2017-03-18 21:11:49.0 +0800
+++ iptables-persistent-1.0.4+nmu3/plugins/15-ip4tables	2019-02-03 19:18:27.0 +0800
@@ -31,7 +31,7 @@
 {
 	#save IPv4 rules
 	#need at least iptable_filter loaded:
-	/sbin/modprobe -q iptable_filter
+	/sbin/modprobe -q iptable_filter || true
 	if [ ! -f /proc/net/ip_tables_names ]; then
 		echo "Warning: skipping IPv4 (no modules loaded)"
 	elif [ -x /sbin/iptables-save ]; then
diff -Nru iptables-persistent-1.0.4+nmu2/plugins/25-ip6tables iptables-persistent-1.0.4+nmu3/plugins/25-ip6tables
--- iptables-persistent-1.0.4+nmu2/plugins/25-ip6tables	2017-03-18 21:11:49.0 +0800
+++ iptables-persistent-1.0.4+nmu3/plugins/25-ip6tables	2019-02-03 19:18:27.0 +0800
@@ -31,7 +31,7 @@
 {
 	#save IPv6 rules
 	#need at least ip6table_filter loaded:
-	/sbin/modprobe -q ip6table_filter
+	/sbin/modprobe -q ip6table_filter || true
 	if [ ! -f /proc/net/ip6_tables_names ]; then
 		log_action_cont_msg "Warning: skipping IPv6 (no modules loaded)"
 	elif [ -x /sbin/ip6tables-save ]; then


NEW changes in stable-new

2019-02-04 Thread Debian FTP Masters
Processing changes file: arc_5.21q-4+deb9u1_amd64.changes
  ACCEPT
Processing changes file: arc_5.21q-4+deb9u1_arm64.changes
  ACCEPT
Processing changes file: arc_5.21q-4+deb9u1_i386.changes
  ACCEPT
Processing changes file: arc_5.21q-4+deb9u1_mips.changes
  ACCEPT
Processing changes file: arc_5.21q-4+deb9u1_ppc64el.changes
  ACCEPT
Processing changes file: arc_5.21q-4+deb9u1_s390x.changes
  ACCEPT
Processing changes file: r-cran-readxl_0.1.1-1+deb9u2_arm64.changes
  ACCEPT
Processing changes file: r-cran-readxl_0.1.1-1+deb9u2_i386.changes
  ACCEPT
Processing changes file: r-cran-readxl_0.1.1-1+deb9u2_ppc64el.changes
  ACCEPT
Processing changes file: r-cran-readxl_0.1.1-1+deb9u2_s390x.changes
  ACCEPT
Processing changes file: samba_4.5.16+dfsg-1_i386.changes
  ACCEPT
Processing changes file: samba_4.5.16+dfsg-1_ppc64el.changes
  ACCEPT
Processing changes file: samba_4.5.16+dfsg-1_s390x.changes
  ACCEPT
Processing changes file: sox_14.4.1-5+deb9u1_arm64.changes
  ACCEPT
Processing changes file: sox_14.4.1-5+deb9u1_i386.changes
  ACCEPT
Processing changes file: sox_14.4.1-5+deb9u1_ppc64el.changes
  ACCEPT
Processing changes file: sox_14.4.1-5+deb9u1_s390x.changes
  ACCEPT



NEW changes in stable-new

2019-02-04 Thread Debian FTP Masters
Processing changes file: linux_4.9.144-3_i386.changes
  ACCEPT



Re: Re: Rails 5 transition plan - help needed

2019-02-04 Thread Pirate Praveen
Hi Release team,

I have filed removal requests for blocking packages. Can you process those and 
help get rails to testing?

Thanks
Praveen
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

Bug#914081: stretch-pu: package jdupes/1.7-2

2019-02-04 Thread Eriberto
Em seg, 4 de fev de 2019 às 19:29, Adam D. Barratt
 escreveu:
>
> Control: tags -1 + confirmed
>
> On Mon, 2018-11-19 at 01:11 -0200, Joao Eriberto Mota Filho wrote:
> > From the jdupes upstream:
> >
> > "All versions from 1.5.1 up to 1.7 have potentially serious bugs in
> > the internal memory allocator which caused crashes on Debian ARM and
> > macOS Sierra. These should be updated to a minimum of v1.8 if at all
> > possible.
> >
> > If that isn't possible, the following commits improving/fixing the
> > internal memory allocator should be patched into the old versions:
>
> Please go ahead; sorry for the delay.

Hi Adam,

Uploaded. Thanks!

Regards,

Eriberto



NEW changes in stable-new

2019-02-04 Thread Debian FTP Masters
Processing changes file: linux_4.9.144-3_amd64.changes
  ACCEPT



NEW changes in stable-new

2019-02-04 Thread Debian FTP Masters
Processing changes file: linux_4.9.144-3_armel.changes
  ACCEPT



NEW changes in stable-new

2019-02-04 Thread Debian FTP Masters
Processing changes file: linux_4.9.144-3_arm64.changes
  ACCEPT



NEW changes in stable-new

2019-02-04 Thread Debian FTP Masters
Processing changes file: linux_4.9.144-3_s390x.changes
  ACCEPT



NEW changes in stable-new

2019-02-04 Thread Debian FTP Masters
Processing changes file: linux_4.9.144-3_all.changes
  ACCEPT
Processing changes file: linux_4.9.144-3_ppc64el.changes
  ACCEPT



INFO KFZ

2019-02-04 Thread robert-nutzfahrzeug

Hallo

Ankauf von Fahrzeugen und Baumaschienen jeder Art !

Wir kaufen Bundesweit Fahrzeuge und Baumaschiene Jeglicher Art an. Auch
mit Motor-Getriebe-und Unfallschäden sowie ohne TÜV und hoher
Laufleistungen . LKW,PKW,Transporter,Baumaschienen,
Anhänger,Sattelzugmaschienen,Auflieger, Oldtimer,Motorräder,Kräne etc.

Bitte alles anbieten alles geht in den Export !!!

TEL:01 782438321

Mit freundlichen Grüßen Reiner Bünger



Processed: Re: Bug#916435: stretch-pu: package cups/2.2.1-8+deb9u3

2019-02-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed
Bug #916435 [release.debian.org] stretch-pu: package cups/2.2.1-8+deb9u3
Added tag(s) confirmed.

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



Bug#916435: stretch-pu: package cups/2.2.1-8+deb9u3

2019-02-04 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Fri, 2018-12-14 at 14:09 +0100, Didier 'OdyX' Raboud wrote:
> cups (2.2.1-8+deb9u3) stretch; urgency=low
> 
>   * Backport upstream fixes for:
> - CVE-2017-18248: DBUS notifications could crash the scheduler
> - CVE-2018-4700: Linux session cookies used a predictable random
>   number seed (Closes: #915909)
> 

Please go ahead.

Regards,

Adam



Processed: tagging 887399

2019-02-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 887399 - security
Bug #887399 [release.debian.org] stretch-pu: package python-certbot/0.10.2-1
Removed tag(s) security.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
887399: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887399
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: Re: Bug#920379: stretch-pu: package nvidia-xconfig/390.87-1~deb9u1

2019-02-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed
Bug #920379 [release.debian.org] stretch-pu: package 
nvidia-xconfig/390.87-1~deb9u1
Added tag(s) confirmed.

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



Bug#920381: stretch-pu: package nvidia-modprobe/390.87-1~deb9u1

2019-02-04 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Thu, 2019-01-24 at 22:44 +0100, Andreas Beckmann wrote:
> in addition to switching nvidia-graphics-drivers to the new 390.xx
> upstream release in stretch (#916632), we also need to update some
> related packages to the 390.xx series. We don't want to mix different
> (major) versions which is completely untested (and unsupported
> upstream). And since we build all the components of the driver that
> are available in source code form as separate packages in contrib, we
> need to update a few extra packages in case of the upstream major
> version bump.
> 

Please go ahead.

Regards,

Adam



Processed: Re: Bug#920382: stretch-pu: package nvidia-persistenced/390.87-1~deb9u1

2019-02-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed
Bug #920382 [release.debian.org] stretch-pu: package 
nvidia-persistenced/390.87-1~deb9u1
Added tag(s) confirmed.

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



Bug#920379: stretch-pu: package nvidia-xconfig/390.87-1~deb9u1

2019-02-04 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Thu, 2019-01-24 at 22:29 +0100, Andreas Beckmann wrote:
> in addition to switching nvidia-graphics-drivers to the new 390.xx
> upstream release in stretch (#916632), we also need to update some
> related packages to the 390.xx series. We don't want to mix different
> (major) versions which is completely untested (and unsupported
> upstream). And since we build all the components of the driver that
> are available in source code form as separate packages in contrib, we
> need to update a few extra packages in case of the upstream major
> version bump.
> 

Please go ahead.

Regards,

Adam



Bug#920382: stretch-pu: package nvidia-persistenced/390.87-1~deb9u1

2019-02-04 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Thu, 2019-01-24 at 22:51 +0100, Andreas Beckmann wrote:
> in addition to switching nvidia-graphics-drivers to the new 390.xx
> upstream release in stretch (#916632), we also need to update some
> related packages to the 390.xx series. We don't want to mix different
> (major) versions which is completely untested (and unsupported
> upstream). And since we build all the components of the driver that
> are available in source code form as separate packages in contrib, we
> need to update a few extra packages in case of the upstream major
> version bump.
> 

Please go ahead.

Regards,

Adam



Processed: Re: Bug#920372: stretch-pu: package nvidia-settings/390.87-1~deb9u1

2019-02-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed
Bug #920372 [release.debian.org] stretch-pu: package 
nvidia-settings/390.87-1~deb9u1
Added tag(s) confirmed.

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



Processed: Re: Bug#920381: stretch-pu: package nvidia-modprobe/390.87-1~deb9u1

2019-02-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed
Bug #920381 [release.debian.org] stretch-pu: package 
nvidia-modprobe/390.87-1~deb9u1
Added tag(s) confirmed.

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



Bug#916632: stretch-pu: package nvidia-graphics-drivers/390.87-4~deb9u1

2019-02-04 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Sun, 2018-12-16 at 19:44 +0100, Andreas Beckmann wrote:
> I'd like to update the non-free nvidia-graphics-drivers in stretch to
> a new major upstream release: 384 -> 390
> But with that we finally reached a new legacy branch that will
> receive updates from NVIDIA until the end of 2022. So any future
> updates in stretch will only come from the 390 series and (hopefully)
> require no or only minimal changes to the packaging. (Going beyond
> 390 will be a major step: i386 and armhf driver support are dropped).
> 

Please go ahead.

Regards,

Adam



Processed: Re: Bug#916632: stretch-pu: package nvidia-graphics-drivers/390.87-4~deb9u1

2019-02-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed
Bug #916632 [release.debian.org] stretch-pu: package 
nvidia-graphics-drivers/390.87-4~deb9u1
Added tag(s) confirmed.

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



Bug#920372: stretch-pu: package nvidia-settings/390.87-1~deb9u1

2019-02-04 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Thu, 2019-01-24 at 20:58 +0100, Andreas Beckmann wrote:
> in addition to switching nvidia-graphics-drivers to the new 390.xx
> upstream release in stretch (#916632), we also need to update some
> related packages to the 390.xx series. We don't want to mix different
> (major) versions which is completely untested (and unsupported
> upstream). And since we build all the components of the driver that
> are available in source code form as separate packages in contrib, we
> need to update a few extra packages in case of the upstream major
> version bump. An older version of the 390.xx driver has been
> available in stretch-backports for a long time already with no known
> problems.
> 

Please go ahead.

Regards,

Adam



NEW changes in stable-new

2019-02-04 Thread Debian FTP Masters
Processing changes file: arc_5.21q-4+deb9u1_sourceonly.changes
  ACCEPT
Processing changes file: r-cran-readxl_0.1.1-1+deb9u2_amd64.changes
  ACCEPT
Processing changes file: samba_4.5.16+dfsg-1_amd64.changes
  ACCEPT
Processing changes file: sl-modem_2.9.11~20110321-12+deb9u1_multi.changes
  ACCEPT
Processing changes file: sox_14.4.1-5+deb9u1_sourceonly.changes
  ACCEPT



Processed: Re: Bug#916627: stretch-pu: package glx-alternatives/0.8.8~deb9u1

2019-02-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed
Bug #916627 [release.debian.org] stretch-pu: package 
glx-alternatives/0.8.8~deb9u1
Added tag(s) confirmed.

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



Bug#916627: stretch-pu: package glx-alternatives/0.8.8~deb9u1

2019-02-04 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Sun, 2018-12-16 at 18:57 +0100, Andreas Beckmann wrote:
> I'd like to upgrade the non-free nvidia-graphics-drivers package in
> stretch to the 390.xx legacy branch. As a prerequisite we need an
> updated version of glx-alternatives to support the changed handling
> of
> the libGLX_indirect.so.0 symlink. It also comes with some bugfixes.
> 

Please go ahead.

Regards,

Adam



Processed: reopening 920804, tagging 920804

2019-02-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reopen 920804
Bug #920804 {Done: Dirk Eddelbuettel } [release.debian.org] 
stretch-pu: package r-cran-xl
'reopen' may be inappropriate when a bug has been closed with a version;
all fixed versions will be cleared, and you may need to re-add them.
Bug reopened
No longer marked as fixed in versions r-cran-readxl/0.1.1-1+deb9u2.
> # re-opening p-u bug prematurely closed by upload
> tags 920804 + pending
Bug #920804 [release.debian.org] stretch-pu: package r-cran-xl
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
920804: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=920804
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#920804: marked as done (stretch-pu: package r-cran-xl)

2019-02-04 Thread Debian Bug Tracking System
Your message dated Mon, 04 Feb 2019 21:47:08 +
with message-id 
and subject line Bug#920804: fixed in r-cran-readxl 0.1.1-1+deb9u2
has caused the Debian Bug report #920804,
regarding stretch-pu: package r-cran-xl
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 ow...@bugs.debian.org
immediately.)


-- 
920804: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=920804
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal

This is a follow-up to the discussion in #919324 and subsequent emails with
Moritz and Salvatore. The two CVEs are genuine and fixed, the issue however
is no a full-blown denial-of-service etc so Moritz suggested a normal
security upload.

The debdiff is included below, with the distribution changed from
stretch-security to just stretch.

Happy to upload once you give a green light.  (System information remove as I
type this on Ubuntu 18.10 ...)

Dirk

diff -Nru r-cran-readxl-0.1.1/debian/changelog 
r-cran-readxl-0.1.1/debian/changelog
--- r-cran-readxl-0.1.1/debian/changelog2018-04-13 08:18:46.0 
-0500
+++ r-cran-readxl-0.1.1/debian/changelog2019-01-27 09:29:50.0 
-0600
@@ -1,3 +1,18 @@
+r-cran-readxl (0.1.1-1+deb9u2) stretch; urgency=high
+
+  * src/libxls/ole.h: Updated from readxl upstream (Closes: #919324)
+  * libxls/xlstool.h: Idem
+  * ole.c: Idem
+  * xls.c: Idem
+  * xlstool.c: Idem
+
+  * This addresses
+CVE-2018-20450
+CVE-2018-20452
+with corresponding upstream patch in libxls and readxl
+
+ -- Dirk Eddelbuettel   Sun, 27 Jan 2019 09:29:50 -0600
+
 r-cran-readxl (0.1.1-1+deb9u1) stretch-security; urgency=high
 
   * src/endian.c: Updated from libxls upstream (Closes: #895564)
diff -Nru r-cran-readxl-0.1.1/debian/patches/series 
r-cran-readxl-0.1.1/debian/patches/series
--- r-cran-readxl-0.1.1/debian/patches/series   2018-04-13 08:18:46.0 
-0500
+++ r-cran-readxl-0.1.1/debian/patches/series   2019-01-27 09:29:50.0 
-0600
@@ -1 +1,2 @@
 libxls_upstream
+updated-upstream-changes
diff -Nru r-cran-readxl-0.1.1/debian/patches/updated-upstream-changes 
r-cran-readxl-0.1.1/debian/patches/updated-upstream-changes
--- r-cran-readxl-0.1.1/debian/patches/updated-upstream-changes 1969-12-31 
18:00:00.0 -0600
+++ r-cran-readxl-0.1.1/debian/patches/updated-upstream-changes 2019-01-27 
09:29:50.0 -0600
@@ -0,0 +1,2699 @@
+Description: Updated upstream changes
+ Bug report #919324 contains two CVE reports against libxls which are, along
+ with two more listed at the upstream GitHub repo, fixed in this version of
+ readxl via updated files from libxls.
+Author: Dirk Eddelbuettel 
+Bug-Debian: https://bugs.debian.org/919324
+
+---
+Origin: upstream, https://github.com/evanmiller/libxls, various
+Bug: https://bugs.debian.org/919324
+Forwarded: not-needed
+Last-Update: 2019-01-27
+
+--- r-cran-readxl-0.1.1.orig/src/libxls/ole.h
 r-cran-readxl-0.1.1/src/libxls/ole.h
+@@ -1,33 +1,36 @@
+ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* *
+  *
+- * This file is part of libxls -- A multiplatform, C/C++ library
+- * for parsing Excel(TM) files.
++ * Copyright 2004 Komarov Valery
++ * Copyright 2006 Christophe Leitienne
++ * Copyright 2008-2017 David Hoerl
++ * Copyright 2013 Bob Colbert
++ * Copyright 2013-2018 Evan Miller
+  *
+- * Redistribution and use in source and binary forms, with or without 
modification, are
+- * permitted provided that the following conditions are met:
++ * This file is part of libxls -- A multiplatform, C/C++ library for parsing
++ * Excel(TM) files.
+  *
+- *1. Redistributions of source code must retain the above copyright 
notice, this list of
+- *   conditions and the following disclaimer.
++ * Redistribution and use in source and binary forms, with or without
++ * modification, are permitted provided that the following conditions are met:
+  *
+- *2. Redistributions in binary form must reproduce the above copyright 
notice, this list
+- *   of conditions and the following disclaimer in the documentation 
and/or other materials
+- *   provided with the distribution.
+- *
+- * THIS SOFTWARE IS PROVIDED BY David Hoerl ''AS IS'' AND ANY EXPRESS OR 
IMPLIED
+- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
MERCHANTABILITY AND
+- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL David 
Hoerl OR
+- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
EXEMPLARY, OR
+- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
SUBSTITUTE GOODS OR
+

Processed: r-cran-readxl 0.1.1-1+deb9u2 flagged for acceptance

2019-02-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #920804 [release.debian.org] stretch-pu: package r-cran-xl
Ignoring request to alter tags of bug #920804 to the same tags previously set

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



Processed: sox 14.4.1-5+deb9u1 flagged for acceptance

2019-02-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #921107 [release.debian.org] stretch-pu: package sox/14.4.1-5+deb9u1
Ignoring request to alter tags of bug #921107 to the same tags previously set

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



Processed: arc 5.21q-4+deb9u1 flagged for acceptance

2019-02-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #921281 [release.debian.org] stretch-pu: package arc/5.21q-4+deb9u1
Ignoring request to alter tags of bug #921281 to the same tags previously set

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



Bug#921107: sox 14.4.1-5+deb9u1 flagged for acceptance

2019-02-04 Thread Adam D Barratt
Control: tags -1 + pending

Hi,

The upload referenced by this bug report has been flagged for acceptance into 
the proposed-updates queue for Debian stretch.

Thanks for your contribution!

Upload details
==

Package: sox
Version: 14.4.1-5+deb9u1

Explanation: really apply fixes for CVE-2014-8145



Processed: sl-modem 2.9.11~20110321-12+deb9u1 flagged for acceptance

2019-02-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #919106 [release.debian.org] stretch-pu: package 
sl-modem/2.9.11~20110321-12+deb9u1
Ignoring request to alter tags of bug #919106 to the same tags previously set

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



Processed: samba 4.5.16+dfsg-1 flagged for acceptance

2019-02-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #919712 [release.debian.org] stretch-pu: package samba/2:4.5.16+dfsg-1
Ignoring request to alter tags of bug #919712 to the same tags previously set

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



Processed: arc 5.21q-4+deb9u1 flagged for acceptance

2019-02-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #921281 [release.debian.org] stretch-pu: package arc/5.21q-4+deb9u1
Added tag(s) pending.

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



Bug#921281: arc 5.21q-4+deb9u1 flagged for acceptance

2019-02-04 Thread Adam D Barratt
Control: tags -1 + pending

Hi,

The upload referenced by this bug report has been flagged for acceptance into 
the proposed-updates queue for Debian stretch.

Thanks for your contribution!

Upload details
==

Package: arc
Version: 5.21q-4+deb9u1

Explanation: fix directory traversal bugs [CVE-2015-9275], arcdie crash when 
called with more then 1 variable argument and version 1 arc header reading



Processed: samba 4.5.16+dfsg-1 flagged for acceptance

2019-02-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #919712 [release.debian.org] stretch-pu: package samba/2:4.5.16+dfsg-1
Added tag(s) pending.

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



Bug#912068: stretch-pu: package apache-directory-server/2.0.0~M15-4

2019-02-04 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Sat, 2018-10-27 at 22:35 +0200, Dominik George wrote:
> I would like to upload fixes for two RC bugs that affect stretch and
> make the package uninstallable and, after manually fixing that,
> unusable:
> 
>  #909063 - apacheds: package installation fails due to incorrect
> apacheds.service unit
>  #911557 - apacheds: broken symlinks: /usr/share/apacheds/lib/{log4j-
> 1.2,commons-io,antlr}.jar

I assume there's no way of avoiding the hard-coding of the new
dependencies there?

Please go ahead; sorry for the delay.

Regards,

Adam



Processed: sox 14.4.1-5+deb9u1 flagged for acceptance

2019-02-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #921107 [release.debian.org] stretch-pu: package sox/14.4.1-5+deb9u1
Added tag(s) pending.

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



Processed: Re: Bug#912068: stretch-pu: package apache-directory-server/2.0.0~M15-4

2019-02-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed
Bug #912068 [release.debian.org] stretch-pu: package 
apache-directory-server/2.0.0~M15-4
Added tag(s) confirmed.

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



Bug#919106: sl-modem 2.9.11~20110321-12+deb9u1 flagged for acceptance

2019-02-04 Thread Adam D Barratt
Control: tags -1 + pending

Hi,

The upload referenced by this bug report has been flagged for acceptance into 
the proposed-updates queue for Debian stretch.

Thanks for your contribution!

Upload details
==

Package: sl-modem
Version: 2.9.11~20110321-12+deb9u1

Explanation: support Linux versions > 3



Bug#920804: r-cran-readxl 0.1.1-1+deb9u2 flagged for acceptance

2019-02-04 Thread Adam D Barratt
Control: tags -1 + pending

Hi,

The upload referenced by this bug report has been flagged for acceptance into 
the proposed-updates queue for Debian stretch.

Thanks for your contribution!

Upload details
==

Package: r-cran-readxl
Version: 0.1.1-1+deb9u2

Explanation: fix crash bugs [CVE-2018-20450 CVE-2018-20452]



Processed: r-cran-readxl 0.1.1-1+deb9u2 flagged for acceptance

2019-02-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #920804 [release.debian.org] stretch-pu: package r-cran-xl
Added tag(s) pending.

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



Processed: sl-modem 2.9.11~20110321-12+deb9u1 flagged for acceptance

2019-02-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #919106 [release.debian.org] stretch-pu: package 
sl-modem/2.9.11~20110321-12+deb9u1
Added tag(s) pending.

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



Bug#919712: samba 4.5.16+dfsg-1 flagged for acceptance

2019-02-04 Thread Adam D Barratt
Control: tags -1 + pending

Hi,

The upload referenced by this bug report has been flagged for acceptance into 
the proposed-updates queue for Debian .

Thanks for your contribution!

Upload details
==

Package: samba
Version: 4.5.16+dfsg-1

Explanation: new upstream release; s3:ntlm_auth: fix memory leak in 
manage_gensec_request(); ignore nmbd start errors when there is no non-loopback 
interface or no local IPv4 non-loopback interface; fix CVE-2018-14629 
regression  on a non-CNAME record



Bug#914032: stretch-pu: package gnupg2/2.1.18-8~deb9u4

2019-02-04 Thread Adam D. Barratt
Control: tags -1 + confirmed d-i

On Sun, 2018-11-18 at 12:38 -0500, Daniel Kahn Gillmor wrote:
> When fixing #906545 (GnuPG rejects some malformed keys during import
> instead of cleaning), i inadvertently introduced #913614 (GnuPG fails
> to import keys when no TTY attached and --batch is not specified)
> into debian stable.

Subject to a d-i ack, please go ahead; sorry for the delay.

Regards,

Adam



Bug#913881: stretch-pu: package uriparser/0.8.4-1

2019-02-04 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Fri, 2018-11-16 at 12:29 +0100, Jörg Frings-Fürst wrote:
> the attached debdiff fix the
> 
> CVE-2018-19198,
> CVE-2018-19199 and
> CVE-2018-19200.

Please go ahead; sorry for the delay.

Regards,

Adam



Processed: Re: Bug#914032: stretch-pu: package gnupg2/2.1.18-8~deb9u4

2019-02-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed d-i
Bug #914032 [release.debian.org] stretch-pu: package gnupg2/2.1.18-8~deb9u4
Added tag(s) d-i and confirmed.

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



Processed: Re: Bug#913881: stretch-pu: package uriparser/0.8.4-1

2019-02-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed
Bug #913881 [release.debian.org] stretch-pu: package uriparser/0.8.4-1
Added tag(s) confirmed.

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



Processed: Re: Bug#914081: stretch-pu: package jdupes/1.7-2

2019-02-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed
Bug #914081 [release.debian.org] stretch-pu: package jdupes/1.7-2
Added tag(s) confirmed.

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



Bug#914081: stretch-pu: package jdupes/1.7-2

2019-02-04 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Mon, 2018-11-19 at 01:11 -0200, Joao Eriberto Mota Filho wrote:
> From the jdupes upstream:
> 
> "All versions from 1.5.1 up to 1.7 have potentially serious bugs in
> the internal memory allocator which caused crashes on Debian ARM and
> macOS Sierra. These should be updated to a minimum of v1.8 if at all
> possible.
> 
> If that isn't possible, the following commits improving/fixing the
> internal memory allocator should be patched into the old versions:

Please go ahead; sorry for the delay.

Regards,

Adam



Bug#919576: stretch-pu: package ncmpc/0.25-0.1

2019-02-04 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Mon, 2019-01-28 at 14:35 +0100, kaliko wrote:
> Hi Salvatore
> 
> On 27/01/2019 09:14, Salvatore Bonaccorso wrote:
> > On Thu, Jan 17, 2019 at 01:44:14PM +0100, kaliko wrote:
[...]
> > > Update fixing CVE-2018-9240 / #894724
> > […]> Please use for consistency (although that would be possible if
> > 0.25-0.2 was never used) rather 0.25-0.1+deb9u1 for the version.
> 
> I updated the patch according to your review (find attached).

The diff you provided is reversed. Please feel free to upload the
correctly-applied version.

Regards,

Adam



Processed: Re: Bug#919576: stretch-pu: package ncmpc/0.25-0.1

2019-02-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed
Bug #919576 [release.debian.org] stretch-pu: package ncmpc/0.25-0.1
Added tag(s) confirmed.

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



Processed: Re: Bug#916912: [pre-approval] stretch-pu: package freerdp/1.1.0~git20140921.1.440916e+dfsg1-13+deb9u3

2019-02-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed
Bug #916912 [release.debian.org] [pre-approval] stretch-pu: package 
freerdp/1.1.0~git20140921.1.440916e+dfsg1-13+deb9u3
Added tag(s) confirmed.

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



Bug#916912: [pre-approval] stretch-pu: package freerdp/1.1.0~git20140921.1.440916e+dfsg1-13+deb9u3

2019-02-04 Thread Adam D. Barratt
Control: tags -1 + confirmed

Hi,

On Thu, 2019-01-31 at 22:14 +, Mike Gabriel wrote:
> HI Adam,
> 
> On  Do 31 Jan 2019 21:28:43 CET, Adam D. Barratt wrote:
> 
> > On Fri, 2019-01-11 at 15:26 +0100, Mike Gabriel wrote:
> > > Please review the attached .debdiff (for stretch) and give your
> > > go
> > > for uploading to stretch.
> > 
[...]
> >   * debian/control:
> > + B-D on libssh1.0-dev (instead of libssh-dev).
> 
> It's libssh1.0-dev for stretch and nothing needs to be changed.

Well, no. As you go on to say yourself below, it's libss*l*1.0-dev

> > This change doesn't appear to have actually been included. (Which
> > is
> > just as well, as there is no such package in Debian.)
> 
> Yeah, I guess I mixed those up in the changelog. The  
> debian/jessie/updates branch needs a switch-back [1] from  
> libssl1.0-dev to libssl-dev whereas the debian/stretch/updates
> branch   does not need a change here.
[...]
> I will also publish a blog post that will appear on Planet Debian
> > > that links to built binaries that users may be table to test.
> > 
> > Has there been much take-up / feedback there?
> 
> Over the last 8 days my webserver has registered 18 downloads of  
> freerdp-x11 (either for jessie or for stretch). Without any
> positive feedback given (which I requested explicitly).

That's unfortunate. Let's hope it simply means that people couldn't be
bothered to provide feedback.

Please go ahead.

Regards,

Adam



Processed: Re: Bug#920632: stretch-pu: package intel-microcode/3.20180807a.2~deb9u1

2019-02-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed
Bug #920632 [release.debian.org] stretch-pu: package 
intel-microcode/3.20180807a.2~deb9u1
Added tag(s) confirmed.

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



Processed: Re: Bug#919990: stretch-pu: package chkrootkit/0.50-4+b2

2019-02-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed
Bug #919990 [release.debian.org] stretch-pu: package chkrootkit/0.50-4+b2
Added tag(s) confirmed.

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



Bug#919990: stretch-pu: package chkrootkit/0.50-4+b2

2019-02-04 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Mon, 2019-01-21 at 11:58 +0100, Moritz Schlarb wrote:
> As reported in #600109, /etc/cron.daily/chkrootkit contains a regular
> expression to filter out dhclient3 and dhcpd3 as false positives from
> the packet sniffer test. However, the binaries don't exist anymore,
> they have been renamed to dhclient and dhcpd respectively.

Please go ahead.

Regards,

Adam



Bug#918762: stretch-pu: package twitter-bootstrap3/3.3.7+dfsg-2

2019-02-04 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Wed, 2019-01-09 at 06:58 +0100, Xavier Guimard wrote:
> Hello, twitter-bootstrap3 has some CVEs to fix (issues marked as
> no-dsa). This patch imports related fix from twitter-bootstrap 3.4.

+twitter-bootstrap3 (3.3.7+dfsg-3+deb9u1) stretch; urgency=high

stretch currently has -2, so this should be -2+deb9u1

+  * Team upload.
+  * Fix multiples XSS vulnerabilities (Closes: #907414)

"multiple". It would also be helpful to explicitly list the relevant
CVEs.

With the above fixes, please go ahead.

Regards,

Adam



Processed: Re: Bug#918762: stretch-pu: package twitter-bootstrap3/3.3.7+dfsg-2

2019-02-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed
Bug #918762 [release.debian.org] stretch-pu: package 
twitter-bootstrap3/3.3.7+dfsg-2
Added tag(s) confirmed.

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



Bug#920632: stretch-pu: package intel-microcode/3.20180807a.2~deb9u1

2019-02-04 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Sun, 2019-01-27 at 16:09 -0200, Henrique de Moraes Holschuh wrote:
> Please update the intel-microcode package in stable (stretch) to
> version 3.20180807a.2~deb9u1.  This is a limited security update that
> affects Intel Westmere EP processors, only.

Please go ahead.

Regards,

Adam



Processed: retitle 920804 to stretch-pu: package r-cran-xl, tagging 920804 ..., usertagging 920804

2019-02-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 920804 stretch-pu: package r-cran-xl
Bug #920804 [release.debian.org] release.debian.org: security upload for 
r-cran-readxl
Changed Bug title to 'stretch-pu: package r-cran-xl' from 'release.debian.org: 
security upload for r-cran-readxl'.
> tags 920804 + stretch
Bug #920804 [release.debian.org] stretch-pu: package r-cran-xl
Added tag(s) stretch.
> user release.debian@packages.debian.org
Setting user to release.debian@packages.debian.org (was 
a...@adam-barratt.org.uk).
> usertags 920804 + pu
There were no usertags set.
Usertags are now: pu.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
920804: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=920804
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



NEW changes in stable-new

2019-02-04 Thread Debian FTP Masters
Processing changes file: libreoffice_5.2.7-1+deb9u5_source.changes
  ACCEPT
Processing changes file: libreoffice_5.2.7-1+deb9u5_all.changes
  ACCEPT
Processing changes file: libreoffice_5.2.7-1+deb9u5_amd64.changes
  ACCEPT
Processing changes file: libreoffice_5.2.7-1+deb9u5_arm64.changes
  ACCEPT
Processing changes file: libreoffice_5.2.7-1+deb9u5_armel.changes
  ACCEPT
Processing changes file: libreoffice_5.2.7-1+deb9u5_armhf.changes
  ACCEPT
Processing changes file: libreoffice_5.2.7-1+deb9u5_i386.changes
  ACCEPT
Processing changes file: libreoffice_5.2.7-1+deb9u5_mips.changes
  ACCEPT
Processing changes file: libreoffice_5.2.7-1+deb9u5_mips64el.changes
  ACCEPT
Processing changes file: libreoffice_5.2.7-1+deb9u5_mipsel.changes
  ACCEPT
Processing changes file: libreoffice_5.2.7-1+deb9u5_ppc64el.changes
  ACCEPT
Processing changes file: libreoffice_5.2.7-1+deb9u5_s390x.changes
  ACCEPT
Processing changes file: libvncserver_0.9.11+dfsg-1.3~deb9u1_sourceonly.changes
  ACCEPT
Processing changes file: libvncserver_0.9.11+dfsg-1.3~deb9u1_amd64.changes
  ACCEPT
Processing changes file: libvncserver_0.9.11+dfsg-1.3~deb9u1_arm64.changes
  ACCEPT
Processing changes file: libvncserver_0.9.11+dfsg-1.3~deb9u1_armel.changes
  ACCEPT
Processing changes file: libvncserver_0.9.11+dfsg-1.3~deb9u1_armhf.changes
  ACCEPT
Processing changes file: libvncserver_0.9.11+dfsg-1.3~deb9u1_i386.changes
  ACCEPT
Processing changes file: libvncserver_0.9.11+dfsg-1.3~deb9u1_mips.changes
  ACCEPT
Processing changes file: libvncserver_0.9.11+dfsg-1.3~deb9u1_mips64el.changes
  ACCEPT
Processing changes file: libvncserver_0.9.11+dfsg-1.3~deb9u1_mipsel.changes
  ACCEPT
Processing changes file: libvncserver_0.9.11+dfsg-1.3~deb9u1_ppc64el.changes
  ACCEPT
Processing changes file: libvncserver_0.9.11+dfsg-1.3~deb9u1_s390x.changes
  ACCEPT
Processing changes file: linux_4.9.144-3_source.changes
  ACCEPT
Processing changes file: rssh_2.3.4-5+deb9u2_amd64.changes
  ACCEPT
Processing changes file: rssh_2.3.4-5+deb9u2_arm64.changes
  ACCEPT
Processing changes file: rssh_2.3.4-5+deb9u2_armel.changes
  ACCEPT
Processing changes file: rssh_2.3.4-5+deb9u2_armhf.changes
  ACCEPT
Processing changes file: rssh_2.3.4-5+deb9u2_i386.changes
  ACCEPT
Processing changes file: rssh_2.3.4-5+deb9u2_mips.changes
  ACCEPT
Processing changes file: rssh_2.3.4-5+deb9u2_mips64el.changes
  ACCEPT
Processing changes file: rssh_2.3.4-5+deb9u2_mipsel.changes
  ACCEPT
Processing changes file: rssh_2.3.4-5+deb9u2_ppc64el.changes
  ACCEPT
Processing changes file: rssh_2.3.4-5+deb9u2_s390x.changes
  ACCEPT



Bug#921319: stretch-pu: package iptables-persistent/1.0.4+nmu2

2019-02-04 Thread Bastian Blank
On Mon, Feb 04, 2019 at 10:55:26PM +0800, gustavo panizzo wrote:
> On Mon, Feb 04, 2019 at 09:59:06AM +, Adam D. Barratt wrote:
> > Control: tags -1 + moreinfo
> > 
> > On 2019-02-04 08:11, gustavo panizzo wrote:
> > > I'd like to fix the bug #921186 in stable, only adding a dependency to
> > > iptables-persistent the bug can be closed
> > 
> > The metadata for that bug suggests that the bug also affects the package
> > in unstable, and is not yet fixed there - is that correct? If so, please
> > fix the bug in unstable first; if not, please fix the metadata.
> I've fixed the metadata, thanks

The bug is fixed differently in unstable?

Bastian

-- 
To live is always desirable.
-- Eleen the Capellan, "Friday's Child", stardate 3498.9



Bug#921319: stretch-pu: package iptables-persistent/1.0.4+nmu2

2019-02-04 Thread gustavo panizzo

Hi

On Mon, Feb 04, 2019 at 09:59:06AM +, Adam D. Barratt wrote:

Control: tags -1 + moreinfo

On 2019-02-04 08:11, gustavo panizzo wrote:

I'd like to fix the bug #921186 in stable, only adding a dependency to
iptables-persistent the bug can be closed


The metadata for that bug suggests that the bug also affects the 
package in unstable, and is not yet fixed there - is that correct? If 
so, please fix the bug in unstable first; if not, please fix the 
metadata.

I've fixed the metadata, thanks



Regards,

Adam


--
IRC: gfa
GPG: 0X44BB1BA79F6C6333



Processed: tagging 921319

2019-02-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 921319 - moreinfo
Bug #921319 [release.debian.org] stretch-pu: package 
iptables-persistent/1.0.4+nmu2
Removed tag(s) moreinfo.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
921319: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921319
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#921340: RM: olive/20181223-1

2019-02-04 Thread Gürkan Myczko
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: rm

(explain the reason for the removal here)

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8), LANGUAGE=en_US:en (charmap=UTF-8) (ignored: LC_ALL set to 
en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Processed: reassign 921340 to ftp.debian.org, user release.debian....@packages.debian.org, usertagging 921340

2019-02-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # Needs removing from unstable
> reassign 921340 ftp.debian.org
Bug #921340 [release.debian.org] RM: olive/20181223-1
Bug reassigned from package 'release.debian.org' to 'ftp.debian.org'.
Ignoring request to alter found versions of bug #921340 to the same values 
previously set
Ignoring request to alter fixed versions of bug #921340 to the same values 
previously set
> user release.debian@packages.debian.org
Setting user to release.debian@packages.debian.org (was 
a...@adam-barratt.org.uk).
> usertags 921340 - rm
Usertags were: rm.
Usertags are now: .
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
921340: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921340
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#921319: stretch-pu: package iptables-persistent/1.0.4+nmu2

2019-02-04 Thread Adam D. Barratt

Control: tags -1 + moreinfo

On 2019-02-04 08:11, gustavo panizzo wrote:

I'd like to fix the bug #921186 in stable, only adding a dependency to
iptables-persistent the bug can be closed


The metadata for that bug suggests that the bug also affects the package 
in unstable, and is not yet fixed there - is that correct? If so, please 
fix the bug in unstable first; if not, please fix the metadata.


Regards,

Adam



Processed: Re: Bug#921319: stretch-pu: package iptables-persistent/1.0.4+nmu2

2019-02-04 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + moreinfo
Bug #921319 [release.debian.org] stretch-pu: package 
iptables-persistent/1.0.4+nmu2
Added tag(s) moreinfo.

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



Processed: block 921186 with 921319

2019-02-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 921186 with 921319
Bug #921186 [src:iptables-persistent] iptables-persistent: missing dependency 
to kmod package (for modprobe)
921186 was not blocked by any bugs.
921186 was not blocking any bugs.
Added blocking bug(s) of 921186: 921319
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
921186: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921186
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#921319: stretch-pu: package iptables-persistent/1.0.4+nmu2

2019-02-04 Thread gustavo panizzo
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian@packages.debian.org
Usertags: pu

Hello release team

I'd like to fix the bug #921186 in stable, only adding a dependency to
iptables-persistent the bug can be closed

debdiff attached

thanks!

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable')
Architecture: arm64 (aarch64)

Kernel: Linux 4.19.0-1-arm64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8), LANGUAGE=en_US (charmap=UTF-8) (ignored: LC_ALL set to 
en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru iptables-persistent-1.0.4+nmu2/debian/changelog 
iptables-persistent-1.0.4+nmu3/debian/changelog
--- iptables-persistent-1.0.4+nmu2/debian/changelog 2017-03-18 
21:11:49.0 +0800
+++ iptables-persistent-1.0.4+nmu3/debian/changelog 2019-02-03 
19:18:27.0 +0800
@@ -1,3 +1,11 @@
+iptables-persistent (1.0.4+nmu3) stable; urgency=medium
+
+  * Non-maintainer upload
+  * Depend on kmod as /sbin/modprobe is called unconditionally
+Thanks Hugo, Closes (#921186)
+
+ -- gustavo panizzo   Sun, 03 Feb 2019 19:18:27 +0800
+
 iptables-persistent (1.0.4+nmu2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru iptables-persistent-1.0.4+nmu2/debian/control 
iptables-persistent-1.0.4+nmu3/debian/control
--- iptables-persistent-1.0.4+nmu2/debian/control   2017-03-17 
12:50:20.0 +0800
+++ iptables-persistent-1.0.4+nmu3/debian/control   2019-02-03 
19:18:17.0 +0800
@@ -21,7 +21,7 @@
 
 Package: iptables-persistent
 Architecture: all
-Depends: netfilter-persistent (= ${source:Version}), iptables, ${misc:Depends}
+Depends: netfilter-persistent (= ${source:Version}), iptables, kmod, 
${misc:Depends}
 Description: boot-time loader for netfilter rules, iptables plugin
  netfilter-persistent is a loader for netfilter configuration using a
  plugin-based architecture.