Bug#778919: unblock: nbd/1:3.8-3

2015-02-28 Thread Wouter Verhelst
On Sat, Feb 28, 2015 at 02:58:13AM +0100, Mehdi Dogguy wrote:
 Control: tags -1 + d-i - moreinfo
 
 On Wed, Feb 25, 2015 at 09:24:20PM +0100, Wouter Verhelst w...@uter.be 
 wrote:
  retitle 778919 unblock: nbd/1:3.8-4
  thanks
  
  On Sun, Feb 22, 2015 at 07:02:00PM +0100, Mehdi Dogguy wrote:
   On Sat, Feb 21, 2015 at 08:43:27PM +0100, Wouter Verhelst 
   wou...@debian.org wrote:

If you prefer, I can do another upload with the junk removed. Either
way works for me.
   
   
   That would be nice, yes. And will saves us time during the
   review. Thanks.
  
  Done.
  
 
 Thanks. I've unblocked the package, but it will need a d-i ack from
 d-i RM to migrate.

Thanks. Do I need to do anything for that, or was the tag all that's needed?

(For clarity: there are no changes relevant to the udeb)

-- 
It is easy to love a country that is famous for chocolate and beer

  -- Barack Obama, speaking in Brussels, Belgium, 2014-03-26


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150228081351.ga24...@grep.be



Bug#779411: unblock: videotrans/1.6.1-3

2015-02-28 Thread Alessio Treglia
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Hi,

Please unblock package videotrans. The patch applied to the latest
version already available in unstable fixes an RC issue (bug#778866).
I'm attaching the debdiff too.


Thanks for considering,
Regards.


unblock videotrans/1.6.1-3

-- 
Alessio Treglia  | www.alessiotreglia.com
Debian Developer | ales...@debian.org
Ubuntu Core Developer|  quadris...@ubuntu.com
0416 0004 A827 6E40 BB98 90FB E8A4 8AE5 311D 765A
diffstat for videotrans-1.6.1 videotrans-1.6.1

 changelog   |8 
 patches/04-update_imagemagick.patch |   30 ++
 patches/series  |1 +
 3 files changed, 39 insertions(+)

diff -Nru videotrans-1.6.1/debian/changelog videotrans-1.6.1/debian/changelog
--- videotrans-1.6.1/debian/changelog	2013-10-01 18:20:28.0 +0100
+++ videotrans-1.6.1/debian/changelog	2015-02-24 11:04:54.0 +
@@ -1,3 +1,11 @@
+videotrans (1.6.1-3) unstable; urgency=medium
+
+  * debian/patches/04-update_imagemagick.patch:
+- Update movie-title script to make it work with latest version of
+  ImageMagick. (Closes: #778866)
+
+ -- Alessio Treglia ales...@debian.org  Tue, 24 Feb 2015 11:04:26 +
+
 videotrans (1.6.1-2) unstable; urgency=low
 
   * ffmpeg - avconv conversion.
diff -Nru videotrans-1.6.1/debian/patches/04-update_imagemagick.patch videotrans-1.6.1/debian/patches/04-update_imagemagick.patch
--- videotrans-1.6.1/debian/patches/04-update_imagemagick.patch	1970-01-01 01:00:00.0 +0100
+++ videotrans-1.6.1/debian/patches/04-update_imagemagick.patch	2015-02-24 11:02:26.0 +
@@ -0,0 +1,30 @@
+Description: Refresh src/movie-title.in against ImageMagick's latest version.
+Origin: upstream
+From:
+ http://sourceforge.net/p/videotrans/bugs/18/
+ http://sourceforge.net/p/videotrans/bugs/17/
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778866
+---
+ src/movie-title.in |4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+--- videotrans.orig/src/movie-title.in
 videotrans/src/movie-title.in
+@@ -275,7 +275,7 @@ fi
+ # Find out how large the title images are and decide on a mode accordingly
+ ###
+ 
+-identify -format %w %h ${TITLE}/${title_frames%% *}  ${TEMP}
++identify -format %w %h\n ${TITLE}/${title_frames%% *}  ${TEMP}
+ read xx yy  ${TEMP}
+ rm -f ${TEMP}
+ message Title images are ${xx} by ${yy} pixels.
+@@ -679,7 +679,7 @@ done  ${TEMP}.convert
+ 
+ # Create the overlay image using the commands that were generated above
+ 
+-convert -depth 8 -matte -colorspace Transparent -type PaletteMatte \
++convert -depth 8 -matte -colorspace Transparent \
+ 	${datadir}/videotrans/null.png \
+ 	-background rgba(0,0,0,0) -splice `expr ${xx} - 1 || :`x`expr ${yy} - 1 || :`+0+0 \
+ 	-draw @${TEMP}.convert ${OUTPUT}-overlay.png
diff -Nru videotrans-1.6.1/debian/patches/series videotrans-1.6.1/debian/patches/series
--- videotrans-1.6.1/debian/patches/series	2012-10-15 01:29:55.0 +0100
+++ videotrans-1.6.1/debian/patches/series	2015-02-24 10:46:57.0 +
@@ -1,3 +1,4 @@
 01-fix_shebang.patch
 02-buildsystem.patch
 03-ffmpeg_to_avconv.patch
+04-update_imagemagick.patch


Bug#778919: unblock: nbd/1:3.8-3

2015-02-28 Thread Mehdi Dogguy
On Sat, Feb 28, 2015 at 09:13:51AM +0100, Wouter Verhelst w...@uter.be wrote:
 
 Thanks. Do I need to do anything for that, or was the tag all that's
 needed?


No further actions are required. KiBi looks at d-i tagged bugs every
few days and acks/nacks their unblock. When that's done, we add the
necessary hint. We follow this process for every package with udebs.

Regards,

-- 
Mehdi Dogguy


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150228090203.ga27...@dogguy.org



Bug#779411: marked as done (unblock: videotrans/1.6.1-3)

2015-02-28 Thread Debian Bug Tracking System
Your message dated Sat, 28 Feb 2015 10:05:03 +0100
with message-id 20150228090503.gb27...@dogguy.org
and subject line Re: Bug#779411: unblock: videotrans/1.6.1-3
has caused the Debian Bug report #779411,
regarding unblock: videotrans/1.6.1-3
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.)


-- 
779411: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779411
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Hi,

Please unblock package videotrans. The patch applied to the latest
version already available in unstable fixes an RC issue (bug#778866).
I'm attaching the debdiff too.


Thanks for considering,
Regards.


unblock videotrans/1.6.1-3

-- 
Alessio Treglia  | www.alessiotreglia.com
Debian Developer | ales...@debian.org
Ubuntu Core Developer|  quadris...@ubuntu.com
0416 0004 A827 6E40 BB98 90FB E8A4 8AE5 311D 765A
diffstat for videotrans-1.6.1 videotrans-1.6.1

 changelog   |8 
 patches/04-update_imagemagick.patch |   30 ++
 patches/series  |1 +
 3 files changed, 39 insertions(+)

diff -Nru videotrans-1.6.1/debian/changelog videotrans-1.6.1/debian/changelog
--- videotrans-1.6.1/debian/changelog	2013-10-01 18:20:28.0 +0100
+++ videotrans-1.6.1/debian/changelog	2015-02-24 11:04:54.0 +
@@ -1,3 +1,11 @@
+videotrans (1.6.1-3) unstable; urgency=medium
+
+  * debian/patches/04-update_imagemagick.patch:
+- Update movie-title script to make it work with latest version of
+  ImageMagick. (Closes: #778866)
+
+ -- Alessio Treglia ales...@debian.org  Tue, 24 Feb 2015 11:04:26 +
+
 videotrans (1.6.1-2) unstable; urgency=low
 
   * ffmpeg - avconv conversion.
diff -Nru videotrans-1.6.1/debian/patches/04-update_imagemagick.patch videotrans-1.6.1/debian/patches/04-update_imagemagick.patch
--- videotrans-1.6.1/debian/patches/04-update_imagemagick.patch	1970-01-01 01:00:00.0 +0100
+++ videotrans-1.6.1/debian/patches/04-update_imagemagick.patch	2015-02-24 11:02:26.0 +
@@ -0,0 +1,30 @@
+Description: Refresh src/movie-title.in against ImageMagick's latest version.
+Origin: upstream
+From:
+ http://sourceforge.net/p/videotrans/bugs/18/
+ http://sourceforge.net/p/videotrans/bugs/17/
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778866
+---
+ src/movie-title.in |4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+--- videotrans.orig/src/movie-title.in
 videotrans/src/movie-title.in
+@@ -275,7 +275,7 @@ fi
+ # Find out how large the title images are and decide on a mode accordingly
+ ###
+ 
+-identify -format %w %h ${TITLE}/${title_frames%% *}  ${TEMP}
++identify -format %w %h\n ${TITLE}/${title_frames%% *}  ${TEMP}
+ read xx yy  ${TEMP}
+ rm -f ${TEMP}
+ message Title images are ${xx} by ${yy} pixels.
+@@ -679,7 +679,7 @@ done  ${TEMP}.convert
+ 
+ # Create the overlay image using the commands that were generated above
+ 
+-convert -depth 8 -matte -colorspace Transparent -type PaletteMatte \
++convert -depth 8 -matte -colorspace Transparent \
+ 	${datadir}/videotrans/null.png \
+ 	-background rgba(0,0,0,0) -splice `expr ${xx} - 1 || :`x`expr ${yy} - 1 || :`+0+0 \
+ 	-draw @${TEMP}.convert ${OUTPUT}-overlay.png
diff -Nru videotrans-1.6.1/debian/patches/series videotrans-1.6.1/debian/patches/series
--- videotrans-1.6.1/debian/patches/series	2012-10-15 01:29:55.0 +0100
+++ videotrans-1.6.1/debian/patches/series	2015-02-24 10:46:57.0 +
@@ -1,3 +1,4 @@
 01-fix_shebang.patch
 02-buildsystem.patch
 03-ffmpeg_to_avconv.patch
+04-update_imagemagick.patch
---End Message---
---BeginMessage---
On Sat, Feb 28, 2015 at 08:23:41AM +, Alessio Treglia ales...@debian.org 
wrote:
 
 Please unblock package videotrans. The patch applied to the latest
 version already available in unstable fixes an RC issue (bug#778866).
 I'm attaching the debdiff too.
 
 

Unblocked (by Niels), as suggested by grep-excuses:

$ grep-excuses videotrans
videotrans (1.6.1-2 to 1.6.1-3)
Maintainer: Debian Multimedia Maintainers
Too young, only 3 of 5 days old
Ignoring block request by freeze, due to unblock request by nthykier
Updating videotrans fixes old bugs: #778866
Not considered

Regards,

-- 
Mehdi Dogguy---End Message---


Bug#779423: unblock: llvm-toolchain-3.5/1:3.5-10

2015-02-28 Thread Sylvestre Ledru
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Hello,


Please unblock package llvm-toolchain-3.5

The lldb arch detection is broken. This breaks the usage of lldb.
Cf bug #779332

unblock llvm-toolchain-3.5/1:3.5-10

Thanks,
Sylvestre

-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (900, 'testing'), (600, 'unstable'), (500, 'stable-updates'), 
(500, 'stable'), (300, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru llvm-toolchain-3.5-3.5/debian/changelog llvm-toolchain-3.5-3.5/debian/changelog
--- llvm-toolchain-3.5-3.5/debian/changelog	2014-12-14 22:55:29.0 +0100
+++ llvm-toolchain-3.5-3.5/debian/changelog	2015-02-27 15:29:28.0 +0100
@@ -1,3 +1,10 @@
+llvm-toolchain-3.5 (1:3.5-10) unstable; urgency=medium
+
+  * lldb-arch.diff: Fix a critical bug on lldb arch detection
+(Closes: #779332)
+
+ -- Sylvestre Ledru sylves...@debian.org  Fri, 27 Feb 2015 11:26:38 +0100
+
 llvm-toolchain-3.5 (1:3.5-9) unstable; urgency=medium
 
   * Fix scan-build (patch removed during a conflict) (Closes: #773050)
diff -Nru llvm-toolchain-3.5-3.5/debian/patches/lldb-arch.diff llvm-toolchain-3.5-3.5/debian/patches/lldb-arch.diff
--- llvm-toolchain-3.5-3.5/debian/patches/lldb-arch.diff	1970-01-01 01:00:00.0 +0100
+++ llvm-toolchain-3.5-3.5/debian/patches/lldb-arch.diff	2015-02-27 15:29:28.0 +0100
@@ -0,0 +1,13 @@
+Index: llvm-toolchain-3.5-3.5/lldb/source/Core/Module.cpp
+===
+--- llvm-toolchain-3.5-3.5.orig/lldb/source/Core/Module.cpp
 llvm-toolchain-3.5-3.5/lldb/source/Core/Module.cpp
+@@ -1590,7 +1590,7 @@ Module::SetArchitecture (const ArchSpec
+ m_arch = new_arch;
+ return true;
+ }
+-return m_arch.IsExactMatch(new_arch);
++return m_arch.IsCompatibleMatch(new_arch);
+ }
+ 
+ bool 
diff -Nru llvm-toolchain-3.5-3.5/debian/patches/series llvm-toolchain-3.5-3.5/debian/patches/series
--- llvm-toolchain-3.5-3.5/debian/patches/series	2014-12-14 22:55:29.0 +0100
+++ llvm-toolchain-3.5-3.5/debian/patches/series	2015-02-27 15:29:28.0 +0100
@@ -51,3 +51,4 @@
 ignore-ifcvt3.ll.diff
 scan-build-clang-path.diff
 
+lldb-arch.diff


Processed: Re: Bug#779423: unblock: llvm-toolchain-3.5/1:3.5-10

2015-02-28 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 + moreinfo
Bug #779423 [release.debian.org] unblock: llvm-toolchain-3.5/1:3.5-10
Added tag(s) moreinfo.

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


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.b779423.142512446322160.transcr...@bugs.debian.org



Bug#779423: unblock: llvm-toolchain-3.5/1:3.5-10

2015-02-28 Thread Mehdi Dogguy
Control: tags -1 + moreinfo

On Sat, Feb 28, 2015 at 12:03:03PM +0100, Sylvestre Ledru 
sylves...@debian.org wrote:
 
 Please unblock package llvm-toolchain-3.5
 
 The lldb arch detection is broken. This breaks the usage of lldb.
 Cf bug #779332
 
 unblock llvm-toolchain-3.5/1:3.5-10


Unfortunately, unblocking llvm-toolchain-3.5 requires fixing #777580.
Feel free to remove the moreinfo tag when the RC bug is fixed.

Regards,

-- 
Mehdi Dogguy


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150228115416.ga27...@dogguy.org



Bug#779456: unblock: pylint/1.3.1-3

2015-02-28 Thread Sandro Tosi
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package pylint

This upload fixed the pylint integration with emacs, which is currently broken
on testing.

unblock pylint/1.3.1-3

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (500, 
'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -u pylint-1.3.1/debian/changelog pylint-1.3.1/debian/changelog
--- pylint-1.3.1/debian/changelog
+++ pylint-1.3.1/debian/changelog
@@ -1,3 +1,11 @@
+pylint (1.3.1-3) unstable; urgency=medium
+
+  * debian/patches/f4dcd0bd455451e3f358f7171990317b10436055.patch
+- fix pylint integration with emacs; thanks to Guido Günther for the report;
+  Closes: #778890
+
+ -- Sandro Tosi mo...@debian.org  Sat, 28 Feb 2015 20:44:14 +
+
 pylint (1.3.1-2) unstable; urgency=medium
 
   * debian/patches/5733254372edb1df9f72f72c6733608405a99a40.patch
diff -u pylint-1.3.1/debian/patches/series pylint-1.3.1/debian/patches/series
--- pylint-1.3.1/debian/patches/series
+++ pylint-1.3.1/debian/patches/series
@@ -1,0 +2 @@
+f4dcd0bd455451e3f358f7171990317b10436055.patch
only in patch2:
unchanged:
--- pylint-1.3.1.orig/debian/patches/f4dcd0bd455451e3f358f7171990317b10436055.patch
+++ pylint-1.3.1/debian/patches/f4dcd0bd455451e3f358f7171990317b10436055.patch
@@ -0,0 +1,19 @@
+# HG changeset patch
+# User Edgemaster grand.edgemas...@gmail.com
+# Date 1406657851 0
+# Branch Edgemaster/pylintel-missing-dependency-on-tramp-1406657844364
+# Node ID f4dcd0bd455451e3f358f7171990317b10436055
+# Parent  6c0c7d49cd37f6710d5c01273da45b1626f5beee
+pylint.el: Missing dependency on tramp
+
+diff --git a/elisp/pylint.el b/elisp/pylint.el
+--- a/elisp/pylint.el
 b/elisp/pylint.el
+@@ -34,6 +34,7 @@
+ ;;; Code:
+ 
+ (require 'compile)
++(require 'tramp)
+ 
+ (defgroup pylint nil
+   Minor mode for running the Pylint Python checker


Bug#779462: unblock: shorewall/4.6.4.3-2 . shorewall-core/4.6.4.3-2

2015-02-28 Thread Roberto C. Sanchez
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Please unblock packages shorewall and shorewall-core

I have uploaded version 4.6.4.3-2 of each package to fix RC bugs #779119
and #779120.

debdiffs are attached.

unblock shorewall/4.6.4.3-2
unblock shorewall-core/4.6.4.3-2

- -- System Information:
Debian Release: 7.8
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJU8kCLAAoJECzXeF7dp7IPQ/EQAIs4+HimotvvbLXPvzM5Nan2
Wfu/oBQx5/M2vt0GxZgegypJ9rz/EjtMGNpktxJqBGSXFuvE0/BeqRHJuDF80/P4
Rie6EF/rJlAhZcni2sJ8C/RJ6wLWWt2jniKUi8Tdl5VyTcWttePnnvPI49whcmcK
qr9iKZJjhy8X+uM09+ALHBjyfmCg8wGnRRVNfzkGxKe+rFOYRfuP0UgEGyskenq6
Hv75aEHzTScwYD7GX7JiFvgxN7rUukm4pqILqgXKOPcEY406etGzNBIMa6g8Hi9f
8tJSSbSmS93Qx1srkCCMLWi/V7aZJ2kH9UvKT5CNmSTAyh7x+3Q3Hji1XCGLu9e/
Yu75AoJ+h9rJUNauqwDUkWiJAnda3/DKXnILVgedzMB4llaXIhyEgpW2RuT1Gj9g
1Lc8tMJDvdSZ+TG2kXfO/jmAkhWcAeObT6EVYutbCIb/bwWrdmtMI/plKNxVitFv
JqbyAiYQKzXwAiOBHmANMAgYAL1jNwC2pOmalcuLFk+OH6kHTzUL160hSq7+RJUZ
fn8fcnTJjcbu1G/pAPCFrnnZ191Mv30YGAuLqCsm5yY0FU2VtOWzO3F5cqETRQZM
1yXRYnRfumxUjow2Pb4Fa1Q7z0JE23uEkZsKa0+oK92g49wl3e8A2nXsABgEhG+Z
I+h80Wu9t+WsP72SoVvP
=RPUM
-END PGP SIGNATURE-
diff -Nru shorewall-4.6.4.3/debian/changelog shorewall-4.6.4.3/debian/changelog
--- shorewall-4.6.4.3/debian/changelog	2014-10-19 15:11:40.0 -0400
+++ shorewall-4.6.4.3/debian/changelog	2015-02-28 17:09:33.0 -0500
@@ -1,3 +1,9 @@
+shorewall (4.6.4.3-2) unstable; urgency=low
+
+  * Depend upon perl instead of perl-modules (Closes: #779119)
+
+ -- Roberto C. Sanchez robe...@connexer.com  Sat, 28 Feb 2015 17:07:05 -0500
+
 shorewall (4.6.4.3-1) unstable; urgency=low
 
   * New Upstream Version
diff -Nru shorewall-4.6.4.3/debian/control shorewall-4.6.4.3/debian/control
--- shorewall-4.6.4.3/debian/control	2014-10-19 15:11:40.0 -0400
+++ shorewall-4.6.4.3/debian/control	2015-02-28 17:09:33.0 -0500
@@ -10,7 +10,7 @@
 
 Package: shorewall
 Architecture: all
-Depends: shorewall-core (= ${shorewall:current}), shorewall-core ( ${shorewall:next}), iptables (= 1.3.8), iproute2 | iproute, debconf (= 1.4.69) | cdebconf (= 0.39), perl-modules, bc, ${misc:Depends}
+Depends: shorewall-core (= ${shorewall:current}), shorewall-core ( ${shorewall:next}), iptables (= 1.3.8), iproute2 | iproute, debconf (= 1.4.69) | cdebconf (= 0.39), perl, bc, ${misc:Depends}
 Suggests: shorewall-doc, make
 Replaces: shorewall-common, shorewall-perl, shorewall-shell
 Description: Shoreline Firewall, netfilter configurator
diff -Nru shorewall-core-4.6.4.3/debian/changelog shorewall-core-4.6.4.3/debian/changelog
--- shorewall-core-4.6.4.3/debian/changelog	2014-10-19 15:11:23.0 -0400
+++ shorewall-core-4.6.4.3/debian/changelog	2015-02-28 17:10:31.0 -0500
@@ -1,3 +1,9 @@
+shorewall-core (4.6.4.3-2) unstable; urgency=low
+
+  * Depend upon perl instead of perl-modules (Closes: #779120)
+
+ -- Roberto C. Sanchez robe...@connexer.com  Sat, 28 Feb 2015 17:10:06 -0500
+
 shorewall-core (4.6.4.3-1) unstable; urgency=low
 
   * New Upstream Version
diff -Nru shorewall-core-4.6.4.3/debian/control shorewall-core-4.6.4.3/debian/control
--- shorewall-core-4.6.4.3/debian/control	2014-10-19 15:11:23.0 -0400
+++ shorewall-core-4.6.4.3/debian/control	2015-02-28 17:10:31.0 -0500
@@ -10,7 +10,7 @@
 
 Package: shorewall-core
 Architecture: all
-Depends: iptables (= 1.3.8), iproute2 | iproute, perl-modules, bc, ${misc:Depends}
+Depends: iptables (= 1.3.8), iproute2 | iproute, perl, bc, ${misc:Depends}
 Breaks: shorewall ( 4.5.0~)
 Description: Shorewall core components
  This package provides the core Shorewall components, which are required


Bug#779083: wheezy-pu: package lame/3.99.5+repack1-3

2015-02-28 Thread Adam D. Barratt
Control: tags -1 + pending

On Tue, 2015-02-24 at 16:34 +0100, Fabian Greffrath wrote:
 Am Dienstag, den 24.02.2015, 13:17 + schrieb Adam D. Barratt: 
  Please use 3.99.5+repack1-3+deb7u1 as the version number and feel free 
  to upload. The current distribution of stable-proposed-updates will 
  work, but wheezy is more self-documenting.
 
 Done, thank you!

Flagged for acceptance, thanks.

Regards,

Adam


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1425145845.19763.6.ca...@adam-barratt.org.uk



Processed: Re: Bug#779083: wheezy-pu: package lame/3.99.5+repack1-3

2015-02-28 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 + pending
Bug #779083 [release.debian.org] wheezy-pu: package lame/3.99.5+repack1-3
Added tag(s) pending.

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


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.b779083.142514585312434.transcr...@bugs.debian.org



NEW changes in stable-new

2015-02-28 Thread Debian FTP Masters
Processing changes file: lame_3.99.5+repack1-3+deb7u1_armel.changes
  ACCEPT
Processing changes file: lame_3.99.5+repack1-3+deb7u1_ia64.changes
  ACCEPT
Processing changes file: lame_3.99.5+repack1-3+deb7u1_mipsel.changes
  ACCEPT
Processing changes file: lame_3.99.5+repack1-3+deb7u1_s390x.changes
  ACCEPT


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yrpsg-0004ck...@franck.debian.org



Bug#779466: unblock: e2fsprogs/1.42.12-1.1

2015-02-28 Thread Michael Gilbert
package: release.debian.org
user: release.debian@packages.debian.org
usertags: unblock
severity: normal
x-debbugs-cc: debian-b...@lists.debian.org

Please consider unblocking e2fsprogs.  A security issue is fixed.

unblock e2fsprogs/1.42.12-1.1
unblock-udeb e2fsprogs/1.42.12-1.1
diff -Nru e2fsprogs-1.42.12/debian/changelog e2fsprogs-1.42.12/debian/changelog
--- e2fsprogs-1.42.12/debian/changelog	2014-08-29 12:51:13.0 +
+++ e2fsprogs-1.42.12/debian/changelog	2015-02-22 02:18:20.0 +
@@ -1,3 +1,10 @@
+e2fsprogs (1.42.12-1.1) unstable; urgency=high
+
+  * Non-maintainer upload by the Security Team.
+  * Fix CVE-2015-1572: incomplete fix for CVE-2015-0247 (closes: #778948).
+
+ -- Michael Gilbert mgilb...@debian.org  Sun, 22 Feb 2015 01:50:57 +
+
 e2fsprogs (1.42.12-1) unstable; urgency=low
 
   * New upstream version
diff -Nru e2fsprogs-1.42.12/debian/patches/CVE-2015-1572.patch e2fsprogs-1.42.12/debian/patches/CVE-2015-1572.patch
--- e2fsprogs-1.42.12/debian/patches/CVE-2015-1572.patch	1970-01-01 00:00:00.0 +
+++ e2fsprogs-1.42.12/debian/patches/CVE-2015-1572.patch	2015-02-22 02:18:20.0 +
@@ -0,0 +1,48 @@
+From 49d0fe2a14f2a23da2fe299643379b8c1d37df73
+From: Theodore Ts'o ty...@mit.edu
+Date: Fri, 6 Feb 2015 12:46:39 -0500
+Subject: libext2fs: fix potential buffer overflow in closefs()
+
+The bug fix in f66e6ce4446: libext2fs: avoid buffer overflow if
+s_first_meta_bg is too big had a typo in the fix for
+ext2fs_closefs().  In practice most of the security exposure was from
+the openfs path, since this meant if there was a carefully crafted
+file system, buffer overrun would be triggered when the file system was
+opened.
+
+However, if corrupted file system didn't trip over some corruption
+check, and then the file system was modified via tune2fs or debugfs,
+such that the superblock was marked dirty and then written out via the
+closefs() path, it's possible that the buffer overrun could be
+triggered when the file system is closed.
+
+Also clear up a signed vs unsigned warning while we're at it.
+
+Thanks to Nick Kralevich n...@google.com for asking me to look at
+compiler warning in the code in question, which led me to notice the
+bug in f66e6ce4446.
+
+Addresses: CVE-2015-1572
+
+Signed-off-by: Theodore Ts'o ty...@mit.edu
+
+--- a/lib/ext2fs/closefs.c
 b/lib/ext2fs/closefs.c
+@@ -287,7 +287,7 @@ errcode_t ext2fs_flush2(ext2_filsys fs, int flags)
+ 	dgrp_t		j;
+ #endif
+ 	char	*group_ptr;
+-	int	old_desc_blocks;
++	blk64_t	old_desc_blocks;
+ 	struct ext2fs_numeric_progress_struct progress;
+ 
+ 	EXT2_CHECK_MAGIC(fs, EXT2_ET_MAGIC_EXT2FS_FILSYS);
+@@ -346,7 +346,7 @@ errcode_t ext2fs_flush2(ext2_filsys fs, int flags)
+ 	group_ptr = (char *) group_shadow;
+ 	if (fs-super-s_feature_incompat  EXT2_FEATURE_INCOMPAT_META_BG) {
+ 		old_desc_blocks = fs-super-s_first_meta_bg;
+-		if (old_desc_blocks  fs-super-s_first_meta_bg)
++		if (old_desc_blocks  fs-desc_blocks)
+ 			old_desc_blocks = fs-desc_blocks;
+ 	} else
+ 		old_desc_blocks = fs-desc_blocks;
diff -Nru e2fsprogs-1.42.12/debian/patches/series e2fsprogs-1.42.12/debian/patches/series
--- e2fsprogs-1.42.12/debian/patches/series	1970-01-01 00:00:00.0 +
+++ e2fsprogs-1.42.12/debian/patches/series	2015-02-22 02:18:20.0 +
@@ -0,0 +1 @@
+CVE-2015-1572.patch


Bug#779466: unblock: e2fsprogs/1.42.12-1.1

2015-02-28 Thread Cyril Brulebois
Control: tag -1 d-i confirmed

Michael Gilbert mgilb...@debian.org (2015-02-28):
 package: release.debian.org
 user: release.debian@packages.debian.org
 usertags: unblock
 severity: normal
 x-debbugs-cc: debian-b...@lists.debian.org
 
 Please consider unblocking e2fsprogs.  A security issue is fixed.
 
 unblock e2fsprogs/1.42.12-1.1
 unblock-udeb e2fsprogs/1.42.12-1.1

No objections at first glance.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Processed: Re: Bug#779466: unblock: e2fsprogs/1.42.12-1.1

2015-02-28 Thread Debian Bug Tracking System
Processing control commands:

 tag -1 d-i confirmed
Bug #779466 [release.debian.org] unblock: e2fsprogs/1.42.12-1.1
Added tag(s) d-i and confirmed.

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


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.b779466.14251706264549.transcr...@bugs.debian.org



NEW changes in stable-new

2015-02-28 Thread Debian FTP Masters
Processing changes file: lame_3.99.5+repack1-3+deb7u1_armhf.changes
  ACCEPT
Processing changes file: lame_3.99.5+repack1-3+deb7u1_i386.changes
  ACCEPT
Processing changes file: lame_3.99.5+repack1-3+deb7u1_kfreebsd-amd64.changes
  ACCEPT
Processing changes file: lame_3.99.5+repack1-3+deb7u1_powerpc.changes
  ACCEPT
Processing changes file: lame_3.99.5+repack1-3+deb7u1_s390.changes
  ACCEPT


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yrpe5-0002um...@franck.debian.org



Bug#779456: marked as done (unblock: pylint/1.3.1-3)

2015-02-28 Thread Debian Bug Tracking System
Your message dated Sat, 28 Feb 2015 23:28:49 +0100
with message-id 20150228222849.ga30...@dogguy.org
and subject line Re: Bug#779456: unblock: pylint/1.3.1-3
has caused the Debian Bug report #779456,
regarding unblock: pylint/1.3.1-3
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.)


-- 
779456: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779456
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package pylint

This upload fixed the pylint integration with emacs, which is currently broken
on testing.

unblock pylint/1.3.1-3

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (500, 
'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -u pylint-1.3.1/debian/changelog pylint-1.3.1/debian/changelog
--- pylint-1.3.1/debian/changelog
+++ pylint-1.3.1/debian/changelog
@@ -1,3 +1,11 @@
+pylint (1.3.1-3) unstable; urgency=medium
+
+  * debian/patches/f4dcd0bd455451e3f358f7171990317b10436055.patch
+- fix pylint integration with emacs; thanks to Guido Günther for the report;
+  Closes: #778890
+
+ -- Sandro Tosi mo...@debian.org  Sat, 28 Feb 2015 20:44:14 +
+
 pylint (1.3.1-2) unstable; urgency=medium
 
   * debian/patches/5733254372edb1df9f72f72c6733608405a99a40.patch
diff -u pylint-1.3.1/debian/patches/series pylint-1.3.1/debian/patches/series
--- pylint-1.3.1/debian/patches/series
+++ pylint-1.3.1/debian/patches/series
@@ -1,0 +2 @@
+f4dcd0bd455451e3f358f7171990317b10436055.patch
only in patch2:
unchanged:
--- pylint-1.3.1.orig/debian/patches/f4dcd0bd455451e3f358f7171990317b10436055.patch
+++ pylint-1.3.1/debian/patches/f4dcd0bd455451e3f358f7171990317b10436055.patch
@@ -0,0 +1,19 @@
+# HG changeset patch
+# User Edgemaster grand.edgemas...@gmail.com
+# Date 1406657851 0
+# Branch Edgemaster/pylintel-missing-dependency-on-tramp-1406657844364
+# Node ID f4dcd0bd455451e3f358f7171990317b10436055
+# Parent  6c0c7d49cd37f6710d5c01273da45b1626f5beee
+pylint.el: Missing dependency on tramp
+
+diff --git a/elisp/pylint.el b/elisp/pylint.el
+--- a/elisp/pylint.el
 b/elisp/pylint.el
+@@ -34,6 +34,7 @@
+ ;;; Code:
+ 
+ (require 'compile)
++(require 'tramp)
+ 
+ (defgroup pylint nil
+   Minor mode for running the Pylint Python checker
---End Message---
---BeginMessage---
On Sat, Feb 28, 2015 at 08:52:33PM +, Sandro Tosi mo...@debian.org wrote:
 
 Please unblock package pylint
 
 This upload fixed the pylint integration with emacs, which is currently broken
 on testing.
 

Unblocked.

Regards,

-- 
Mehdi Dogguy---End Message---


Bug#779340: marked as done (unblock (pre-approval): marco/1.8.2+dfsg1-5)

2015-02-28 Thread Debian Bug Tracking System
Your message dated Sat, 28 Feb 2015 19:14:34 +0100
with message-id 20150228181434.ga29...@dogguy.org
and subject line Re: Bug#779340: unblock (pre-approval): marco/1.8.2+dfsg1-5
has caused the Debian Bug report #779340,
regarding unblock (pre-approval): marco/1.8.2+dfsg1-5
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.)


-- 
779340: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779340
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please consider unblocking planned upload of package marco.

Due to a conceptual change in the Gsettings backend subscription handling
in glib 2.43, the MATE upstream team stumbled over several code flaws in
the Gsettings implemenation of MATE. The Debian MATE Packaging Team,
together with the Ubuntu MATE team, would love to see these code flaws
fixed in Debian jessie, although Debian jessie ships an older version of
glib and is not directly affected by these flaws at the moment.

In MATE, several components erroneously read from Gsettings before they
are actually connected to their signals. With the change [1] in glib,
this leads to situations, where changes of certain desktop settings do
not get propagated to the running application (Gsettings notifications
fail). The user needs to logout and login to see changes on desktop
components take effect.

These problems

  o will hit Debian, once glib 2.43 gets uploaded
  o hit derivatives of Debian that ship glib 2.43, currently
Ubuntu MATE 15.04

Indepent from those code flaws being invisible in Debian jessie or not,
the actual code passages in affected MATE components are technically
wrong and should be prophylactically fixed in Debian. This will also
greatly ease the team cooperation with Ubuntu MATE (from where we receive
a great deal of input and impact).

+  [ Martin Wimpress ]
+  * debian/patches:
++ Add 0006_glib_connect_first.patch. Connect to settings
+  first, then read from them. Fixes severe breakage with glib =
+  2.43.1. (Closes: #778694). (LP: #1426327).
+

- In Marco (MATE Window Manager) the applied patch makes sure that
setting changes in the Settings - Preferences - Windows dialog box
immediately reach the running instance of Marco, even with glib = 2.43
installed.

light+love,
Mike


[1] 
https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619


unblock marco/1.8.2+dfsg1-5

-- System Information:
Debian Release: 8.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing-updates'), (500, 
'testing-proposed-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
diff -Nru marco-1.8.2+dfsg1/debian/changelog marco-1.8.2+dfsg1/debian/changelog
--- marco-1.8.2+dfsg1/debian/changelog	2014-10-25 01:52:55.0 +0200
+++ marco-1.8.2+dfsg1/debian/changelog	2015-02-27 12:28:29.0 +0100
@@ -1,3 +1,13 @@
+marco (1.8.2+dfsg1-5) unstable; urgency=medium
+
+  [ Martin Wimpress ]
+  * debian/patches:
++ Add 0006_glib_connect_first.patch. Connect to settings
+  first, then read from them. Fixes severe breakage with glib =
+  2.43.1. (Closes: #778694). (LP: #1426327).
+
+ -- Mike Gabriel sunwea...@debian.org  Fri, 27 Feb 2015 11:53:33 +0100
+
 marco (1.8.2+dfsg1-4) unstable; urgency=medium
 
   * debian/patches:
diff -Nru marco-1.8.2+dfsg1/debian/patches/0006_glib_connect_first.patch marco-1.8.2+dfsg1/debian/patches/0006_glib_connect_first.patch
--- marco-1.8.2+dfsg1/debian/patches/0006_glib_connect_first.patch	1970-01-01 01:00:00.0 +0100
+++ marco-1.8.2+dfsg1/debian/patches/0006_glib_connect_first.patch	2015-02-27 11:45:47.0 +0100
@@ -0,0 +1,43 @@
+From f56a1ba0abceaba79efa55120a9e706768809cb4 Mon Sep 17 00:00:00 2001
+From: Monsta mon...@inbox.ru
+Date: Wed, 18 Feb 2015 15:49:09 +0300
+Subject: [PATCH] prefs: first connect to settings, then read them.
+
+fixes the issue with GLib = 2.43,
+https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619
+---
+ src/core/prefs.c | 14 +++---
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+diff --git a/src/core/prefs.c b/src/core/prefs.c
+index 5f46b55..7f747a2 100644
+--- a/src/core/prefs.c
 b/src/core/prefs.c
+@@ -888,13 +888,6 @@ meta_prefs_init (void)
+   g_hash_table_insert (settings_schemas, KEY_MATE_TERMINAL_SCHEMA, 

NEW changes in stable-new

2015-02-28 Thread Debian FTP Masters
Processing changes file: cups_1.5.3-5+deb7u5_amd64.changes
  ACCEPT
Processing changes file: cups_1.5.3-5+deb7u5_armel.changes
  ACCEPT
Processing changes file: cups_1.5.3-5+deb7u5_armhf.changes
  ACCEPT
Processing changes file: cups_1.5.3-5+deb7u5_i386.changes
  ACCEPT
Processing changes file: cups_1.5.3-5+deb7u5_ia64.changes
  ACCEPT
Processing changes file: cups_1.5.3-5+deb7u5_kfreebsd-amd64.changes
  ACCEPT
Processing changes file: cups_1.5.3-5+deb7u5_kfreebsd-i386.changes
  ACCEPT
Processing changes file: cups_1.5.3-5+deb7u5_mips.changes
  ACCEPT
Processing changes file: cups_1.5.3-5+deb7u5_mipsel.changes
  ACCEPT
Processing changes file: cups_1.5.3-5+deb7u5_powerpc.changes
  ACCEPT
Processing changes file: cups_1.5.3-5+deb7u5_s390.changes
  ACCEPT
Processing changes file: cups_1.5.3-5+deb7u5_s390x.changes
  ACCEPT
Processing changes file: cups_1.5.3-5+deb7u5_sparc.changes
  ACCEPT
Processing changes file: eglibc_2.13-38+deb7u8_all.changes
  ACCEPT
Processing changes file: eglibc_2.13-38+deb7u8_amd64.changes
  ACCEPT
Processing changes file: eglibc_2.13-38+deb7u8_armel.changes
  ACCEPT
Processing changes file: eglibc_2.13-38+deb7u8_armhf.changes
  ACCEPT
Processing changes file: eglibc_2.13-38+deb7u8_i386.changes
  ACCEPT
Processing changes file: eglibc_2.13-38+deb7u8_ia64.changes
  ACCEPT
Processing changes file: eglibc_2.13-38+deb7u8_kfreebsd-amd64.changes
  ACCEPT
Processing changes file: eglibc_2.13-38+deb7u8_kfreebsd-i386.changes
  ACCEPT
Processing changes file: eglibc_2.13-38+deb7u8_mips.changes
  ACCEPT
Processing changes file: eglibc_2.13-38+deb7u8_mipsel.changes
  ACCEPT
Processing changes file: eglibc_2.13-38+deb7u8_powerpc.changes
  ACCEPT
Processing changes file: eglibc_2.13-38+deb7u8_s390.changes
  ACCEPT
Processing changes file: eglibc_2.13-38+deb7u8_s390x.changes
  ACCEPT
Processing changes file: eglibc_2.13-38+deb7u8_sparc.changes
  ACCEPT
Processing changes file: lame_3.99.5+repack1-3+deb7u1_amd64.changes
  ACCEPT
Processing changes file: linux_3.2.65-1+deb7u2_multi.changes
  ACCEPT
Processing changes file: linux_3.2.65-1+deb7u2_amd64.changes
  ACCEPT
Processing changes file: linux_3.2.65-1+deb7u2_armel.changes
  ACCEPT
Processing changes file: linux_3.2.65-1+deb7u2_armhf.changes
  ACCEPT
Processing changes file: linux_3.2.65-1+deb7u2_i386.changes
  ACCEPT
Processing changes file: linux_3.2.65-1+deb7u2_ia64.changes
  ACCEPT
Processing changes file: linux_3.2.65-1+deb7u2_mips.changes
  ACCEPT
Processing changes file: linux_3.2.65-1+deb7u2_mipsel.changes
  ACCEPT
Processing changes file: linux_3.2.65-1+deb7u2_powerpc.changes
  ACCEPT
Processing changes file: linux_3.2.65-1+deb7u2_s390.changes
  ACCEPT
Processing changes file: linux_3.2.65-1+deb7u2_s390x.changes
  ACCEPT
Processing changes file: linux_3.2.65-1+deb7u2_sparc.changes
  ACCEPT
Processing changes file: request-tracker4_4.0.7-5+deb7u3_merged.changes
  ACCEPT
Processing changes file: samba_3.6.6-6+deb7u5_amd64.changes
  ACCEPT
Processing changes file: samba_3.6.6-6+deb7u5_armel.changes
  ACCEPT
Processing changes file: samba_3.6.6-6+deb7u5_armhf.changes
  ACCEPT
Processing changes file: samba_3.6.6-6+deb7u5_i386.changes
  ACCEPT
Processing changes file: samba_3.6.6-6+deb7u5_ia64.changes
  ACCEPT
Processing changes file: samba_3.6.6-6+deb7u5_kfreebsd-amd64.changes
  ACCEPT
Processing changes file: samba_3.6.6-6+deb7u5_kfreebsd-i386.changes
  ACCEPT
Processing changes file: samba_3.6.6-6+deb7u5_mips.changes
  ACCEPT
Processing changes file: samba_3.6.6-6+deb7u5_mipsel.changes
  ACCEPT
Processing changes file: samba_3.6.6-6+deb7u5_powerpc.changes
  ACCEPT
Processing changes file: samba_3.6.6-6+deb7u5_s390.changes
  ACCEPT
Processing changes file: samba_3.6.6-6+deb7u5_s390x.changes
  ACCEPT
Processing changes file: samba_3.6.6-6+deb7u5_sparc.changes
  ACCEPT


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yrlpi-xi...@franck.debian.org



Bug#778492: unblock: ndisc6/1.0.1-2

2015-02-28 Thread Michael Gilbert
 It would be nice to compare what happens when one installs gnome/jessie
 vs. gnome/sid. I really wouldn't want this conflict to trigger having
 rdnssd installed and network-manager/gnome not…

After a successful jessie gnome install over ipv6

$ dpkg -l | grep rdnssd
$ dpkg -l | grep network-manager
network-manager
network-manager-gnome

After a successful sid gnome install over ipv6

$ dpkg -l | grep rdnssd
$ dpkg -l | grep network-manager
network-manager
network-manager-gnome

Best wishes,
Mike


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CANTw=MNJN7RUa5o=udsy8ah1ofsoxnjkmqqy9f7iq3lb_pk...@mail.gmail.com



Bug#779462: marked as done (unblock: shorewall/4.6.4.3-2 . shorewall-core/4.6.4.3-2)

2015-02-28 Thread Debian Bug Tracking System
Your message dated Sun, 1 Mar 2015 01:52:02 +0100
with message-id 20150301005202.gb23...@dogguy.org
and subject line Re: Bug#779462: unblock: shorewall/4.6.4.3-2 . 
shorewall-core/4.6.4.3-2
has caused the Debian Bug report #779462,
regarding unblock: shorewall/4.6.4.3-2 . shorewall-core/4.6.4.3-2
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.)


-- 
779462: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779462
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Please unblock packages shorewall and shorewall-core

I have uploaded version 4.6.4.3-2 of each package to fix RC bugs #779119
and #779120.

debdiffs are attached.

unblock shorewall/4.6.4.3-2
unblock shorewall-core/4.6.4.3-2

- -- System Information:
Debian Release: 7.8
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJU8kCLAAoJECzXeF7dp7IPQ/EQAIs4+HimotvvbLXPvzM5Nan2
Wfu/oBQx5/M2vt0GxZgegypJ9rz/EjtMGNpktxJqBGSXFuvE0/BeqRHJuDF80/P4
Rie6EF/rJlAhZcni2sJ8C/RJ6wLWWt2jniKUi8Tdl5VyTcWttePnnvPI49whcmcK
qr9iKZJjhy8X+uM09+ALHBjyfmCg8wGnRRVNfzkGxKe+rFOYRfuP0UgEGyskenq6
Hv75aEHzTScwYD7GX7JiFvgxN7rUukm4pqILqgXKOPcEY406etGzNBIMa6g8Hi9f
8tJSSbSmS93Qx1srkCCMLWi/V7aZJ2kH9UvKT5CNmSTAyh7x+3Q3Hji1XCGLu9e/
Yu75AoJ+h9rJUNauqwDUkWiJAnda3/DKXnILVgedzMB4llaXIhyEgpW2RuT1Gj9g
1Lc8tMJDvdSZ+TG2kXfO/jmAkhWcAeObT6EVYutbCIb/bwWrdmtMI/plKNxVitFv
JqbyAiYQKzXwAiOBHmANMAgYAL1jNwC2pOmalcuLFk+OH6kHTzUL160hSq7+RJUZ
fn8fcnTJjcbu1G/pAPCFrnnZ191Mv30YGAuLqCsm5yY0FU2VtOWzO3F5cqETRQZM
1yXRYnRfumxUjow2Pb4Fa1Q7z0JE23uEkZsKa0+oK92g49wl3e8A2nXsABgEhG+Z
I+h80Wu9t+WsP72SoVvP
=RPUM
-END PGP SIGNATURE-
diff -Nru shorewall-4.6.4.3/debian/changelog shorewall-4.6.4.3/debian/changelog
--- shorewall-4.6.4.3/debian/changelog	2014-10-19 15:11:40.0 -0400
+++ shorewall-4.6.4.3/debian/changelog	2015-02-28 17:09:33.0 -0500
@@ -1,3 +1,9 @@
+shorewall (4.6.4.3-2) unstable; urgency=low
+
+  * Depend upon perl instead of perl-modules (Closes: #779119)
+
+ -- Roberto C. Sanchez robe...@connexer.com  Sat, 28 Feb 2015 17:07:05 -0500
+
 shorewall (4.6.4.3-1) unstable; urgency=low
 
   * New Upstream Version
diff -Nru shorewall-4.6.4.3/debian/control shorewall-4.6.4.3/debian/control
--- shorewall-4.6.4.3/debian/control	2014-10-19 15:11:40.0 -0400
+++ shorewall-4.6.4.3/debian/control	2015-02-28 17:09:33.0 -0500
@@ -10,7 +10,7 @@
 
 Package: shorewall
 Architecture: all
-Depends: shorewall-core (= ${shorewall:current}), shorewall-core ( ${shorewall:next}), iptables (= 1.3.8), iproute2 | iproute, debconf (= 1.4.69) | cdebconf (= 0.39), perl-modules, bc, ${misc:Depends}
+Depends: shorewall-core (= ${shorewall:current}), shorewall-core ( ${shorewall:next}), iptables (= 1.3.8), iproute2 | iproute, debconf (= 1.4.69) | cdebconf (= 0.39), perl, bc, ${misc:Depends}
 Suggests: shorewall-doc, make
 Replaces: shorewall-common, shorewall-perl, shorewall-shell
 Description: Shoreline Firewall, netfilter configurator
diff -Nru shorewall-core-4.6.4.3/debian/changelog shorewall-core-4.6.4.3/debian/changelog
--- shorewall-core-4.6.4.3/debian/changelog	2014-10-19 15:11:23.0 -0400
+++ shorewall-core-4.6.4.3/debian/changelog	2015-02-28 17:10:31.0 -0500
@@ -1,3 +1,9 @@
+shorewall-core (4.6.4.3-2) unstable; urgency=low
+
+  * Depend upon perl instead of perl-modules (Closes: #779120)
+
+ -- Roberto C. Sanchez robe...@connexer.com  Sat, 28 Feb 2015 17:10:06 -0500
+
 shorewall-core (4.6.4.3-1) unstable; urgency=low
 
   * New Upstream Version
diff -Nru shorewall-core-4.6.4.3/debian/control shorewall-core-4.6.4.3/debian/control
--- shorewall-core-4.6.4.3/debian/control	2014-10-19 15:11:23.0 -0400
+++ shorewall-core-4.6.4.3/debian/control	2015-02-28 17:10:31.0 -0500
@@ -10,7 +10,7 @@
 
 Package: shorewall-core
 Architecture: all
-Depends: iptables (= 1.3.8), iproute2 | iproute, perl-modules, bc, ${misc:Depends}
+Depends: iptables (= 1.3.8), iproute2 | iproute, perl, bc, ${misc:Depends}
 Breaks: shorewall ( 4.5.0~)
 Description: Shorewall core components
  This package provides the core Shorewall components, which are required
---End Message---
---BeginMessage---
Hi,

On Sat, Feb 28, 2015 at 

Bug#779466: marked as done (unblock: e2fsprogs/1.42.12-1.1)

2015-02-28 Thread Debian Bug Tracking System
Your message dated Sun, 1 Mar 2015 01:50:15 +0100
with message-id 20150301005015.ga23...@dogguy.org
and subject line Re: Bug#779466: unblock: e2fsprogs/1.42.12-1.1
has caused the Debian Bug report #779466,
regarding unblock: e2fsprogs/1.42.12-1.1
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.)


-- 
779466: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779466
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
package: release.debian.org
user: release.debian@packages.debian.org
usertags: unblock
severity: normal
x-debbugs-cc: debian-b...@lists.debian.org

Please consider unblocking e2fsprogs.  A security issue is fixed.

unblock e2fsprogs/1.42.12-1.1
unblock-udeb e2fsprogs/1.42.12-1.1
diff -Nru e2fsprogs-1.42.12/debian/changelog e2fsprogs-1.42.12/debian/changelog
--- e2fsprogs-1.42.12/debian/changelog	2014-08-29 12:51:13.0 +
+++ e2fsprogs-1.42.12/debian/changelog	2015-02-22 02:18:20.0 +
@@ -1,3 +1,10 @@
+e2fsprogs (1.42.12-1.1) unstable; urgency=high
+
+  * Non-maintainer upload by the Security Team.
+  * Fix CVE-2015-1572: incomplete fix for CVE-2015-0247 (closes: #778948).
+
+ -- Michael Gilbert mgilb...@debian.org  Sun, 22 Feb 2015 01:50:57 +
+
 e2fsprogs (1.42.12-1) unstable; urgency=low
 
   * New upstream version
diff -Nru e2fsprogs-1.42.12/debian/patches/CVE-2015-1572.patch e2fsprogs-1.42.12/debian/patches/CVE-2015-1572.patch
--- e2fsprogs-1.42.12/debian/patches/CVE-2015-1572.patch	1970-01-01 00:00:00.0 +
+++ e2fsprogs-1.42.12/debian/patches/CVE-2015-1572.patch	2015-02-22 02:18:20.0 +
@@ -0,0 +1,48 @@
+From 49d0fe2a14f2a23da2fe299643379b8c1d37df73
+From: Theodore Ts'o ty...@mit.edu
+Date: Fri, 6 Feb 2015 12:46:39 -0500
+Subject: libext2fs: fix potential buffer overflow in closefs()
+
+The bug fix in f66e6ce4446: libext2fs: avoid buffer overflow if
+s_first_meta_bg is too big had a typo in the fix for
+ext2fs_closefs().  In practice most of the security exposure was from
+the openfs path, since this meant if there was a carefully crafted
+file system, buffer overrun would be triggered when the file system was
+opened.
+
+However, if corrupted file system didn't trip over some corruption
+check, and then the file system was modified via tune2fs or debugfs,
+such that the superblock was marked dirty and then written out via the
+closefs() path, it's possible that the buffer overrun could be
+triggered when the file system is closed.
+
+Also clear up a signed vs unsigned warning while we're at it.
+
+Thanks to Nick Kralevich n...@google.com for asking me to look at
+compiler warning in the code in question, which led me to notice the
+bug in f66e6ce4446.
+
+Addresses: CVE-2015-1572
+
+Signed-off-by: Theodore Ts'o ty...@mit.edu
+
+--- a/lib/ext2fs/closefs.c
 b/lib/ext2fs/closefs.c
+@@ -287,7 +287,7 @@ errcode_t ext2fs_flush2(ext2_filsys fs, int flags)
+ 	dgrp_t		j;
+ #endif
+ 	char	*group_ptr;
+-	int	old_desc_blocks;
++	blk64_t	old_desc_blocks;
+ 	struct ext2fs_numeric_progress_struct progress;
+ 
+ 	EXT2_CHECK_MAGIC(fs, EXT2_ET_MAGIC_EXT2FS_FILSYS);
+@@ -346,7 +346,7 @@ errcode_t ext2fs_flush2(ext2_filsys fs, int flags)
+ 	group_ptr = (char *) group_shadow;
+ 	if (fs-super-s_feature_incompat  EXT2_FEATURE_INCOMPAT_META_BG) {
+ 		old_desc_blocks = fs-super-s_first_meta_bg;
+-		if (old_desc_blocks  fs-super-s_first_meta_bg)
++		if (old_desc_blocks  fs-desc_blocks)
+ 			old_desc_blocks = fs-desc_blocks;
+ 	} else
+ 		old_desc_blocks = fs-desc_blocks;
diff -Nru e2fsprogs-1.42.12/debian/patches/series e2fsprogs-1.42.12/debian/patches/series
--- e2fsprogs-1.42.12/debian/patches/series	1970-01-01 00:00:00.0 +
+++ e2fsprogs-1.42.12/debian/patches/series	2015-02-22 02:18:20.0 +
@@ -0,0 +1 @@
+CVE-2015-1572.patch
---End Message---
---BeginMessage---
On Sun, Mar 01, 2015 at 01:43:43AM +0100, Cyril Brulebois k...@debian.org 
wrote:
 Control: tag -1 d-i confirmed
 
 Michael Gilbert mgilb...@debian.org (2015-02-28):
  package: release.debian.org
  user: release.debian@packages.debian.org
  usertags: unblock
  severity: normal
  x-debbugs-cc: debian-b...@lists.debian.org
  
  Please consider unblocking e2fsprogs.  A security issue is fixed.
  
  unblock e2fsprogs/1.42.12-1.1
  unblock-udeb e2fsprogs/1.42.12-1.1
 
 No objections at first glance.
 

Thanks for the ack. I've added an unblock hint.

Regards,

-- 
Mehdi Dogguy---End Message---


Bug#779462: unblock: shorewall/4.6.4.3-2 . shorewall-core/4.6.4.3-2

2015-02-28 Thread Roberto C . Sánchez
On Sun, Mar 01, 2015 at 01:52:02AM +0100, Mehdi Dogguy wrote:
 Hi,
 
 On Sat, Feb 28, 2015 at 05:26:20PM -0500, Roberto C. Sanchez 
 robe...@connexer.com wrote:
  
  Please unblock packages shorewall and shorewall-core
  
  I have uploaded version 4.6.4.3-2 of each package to fix RC bugs #779119
  and #779120.
  
 
 I've unblocked them and aged them a little.
 
Thanks!

Regards,

-Roberto

-- 
Roberto C. Sánchez


signature.asc
Description: Digital signature


NEW changes in stable-new

2015-02-28 Thread Debian FTP Masters
Processing changes file: lame_3.99.5+repack1-3+deb7u1_sparc.changes
  ACCEPT


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yruqq-0004ww...@franck.debian.org



NEW changes in stable-new

2015-02-28 Thread Debian FTP Masters
Processing changes file: lame_3.99.5+repack1-3+deb7u1_kfreebsd-i386.changes
  ACCEPT


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yrw10-0004lf...@franck.debian.org



NEW changes in stable-new

2015-02-28 Thread Debian FTP Masters
Processing changes file: lame_3.99.5+repack1-3+deb7u1_mips.changes
  ACCEPT


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yrsvf-0004sc...@franck.debian.org