Bug#724306: Bug #724306: pu: package dpkg/1.16.11

2013-09-28 Thread Adam D. Barratt
Control: tags -1 + pending

On Sat, 2013-09-28 at 05:47 +0200, Guillem Jover wrote:
 On Thu, 2013-09-26 at 05:37:30 +0100, Adam D. Barratt wrote:
  On Thu, 2013-09-26 at 04:46 +0200, Guillem Jover wrote:
   On Tue, 2013-09-24 at 19:47:16 +0100, Adam D. Barratt wrote:
This looks okay overall; thanks. I'm assuming that the changes have been
tested on a stable system, particularly the Replaces.
   
   Yes. Let me know if and when you want this uploaded to the stable
   queue.
  
  Please feel free to go ahead.
 
 Done, thanks!

Flagged for acceptance.

Regards,

Adam


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1380352409.22427.11.ca...@jacala.jungle.funky-badger.org



Processed: Re: Bug #724306: pu: package dpkg/1.16.11

2013-09-28 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 + pending
Bug #724306 [release.debian.org] pu: package dpkg/1.16.11
Added tag(s) pending.

-- 
724306: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724306
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: 
http://lists.debian.org/handler.s.b724306.13803524206506.transcr...@bugs.debian.org



NEW changes in stable-new

2013-09-28 Thread Debian FTP Masters
Processing changes file: dpkg_1.16.11_amd64.changes
  ACCEPT


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vpom3-0006gh...@franck.debian.org



NEW changes in oldstable-new

2013-09-28 Thread Debian FTP Masters
Processing changes file: linux-2.6_2.6.32-48squeeze4_multi.changes
  ACCEPT
Processing changes file: linux-2.6_2.6.32-48squeeze4_armel.changes
  ACCEPT
Processing changes file: linux-2.6_2.6.32-48squeeze4_i386.changes
  ACCEPT
Processing changes file: linux-2.6_2.6.32-48squeeze4_ia64.changes
  ACCEPT
Processing changes file: linux-2.6_2.6.32-48squeeze4_mips.changes
  ACCEPT
Processing changes file: linux-2.6_2.6.32-48squeeze4_mipsel.changes
  ACCEPT
Processing changes file: linux-2.6_2.6.32-48squeeze4_powerpc.changes
  ACCEPT
Processing changes file: linux-2.6_2.6.32-48squeeze4_s390.changes
  ACCEPT
Processing changes file: linux-2.6_2.6.32-48squeeze4_amd64.changes
  ACCEPT
Processing changes file: linux-2.6_2.6.32-48squeeze4_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: http://lists.debian.org/e1vpoqf-0006gs...@franck.debian.org



Bug#724815: pu: package cups/1.5.3-5+deb7u1

2013-09-28 Thread Didier Raboud
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: pu

Dear Release Team,

I would like to get #722886 fixed in Wheezy. This 'important' bug fixes
a dnssd backend crash when browsing printers shared on jessie+ (CUPS
1.6) print servers.

This bug is already fixed (or rather, doesn't apply in cups 1.6 as
shipped in jessie+ as the cups avahi backend has been rewritten.

The full debdiff is attached, as well as the patch on the
cups-avahi.patch. The proposed changelog is as follows:

 cups (1.5.3-5+deb7u1) stable; urgency=low
 
   [ Tim Waugh ]
   * dnssd backend: don't crash if avahi gives a callback with no TXT
 record (Closes: #722886)

Thanks in advance, cheers,

OdyX
diff -Nru cups-1.5.3/debian/changelog cups-1.5.3/debian/changelog
--- cups-1.5.3/debian/changelog	2013-03-18 15:26:53.0 +0100
+++ cups-1.5.3/debian/changelog	2013-09-27 19:54:43.0 +0200
@@ -1,3 +1,11 @@
+cups (1.5.3-5+deb7u1) stable; urgency=low
+
+  [ Tim Waugh ]
+  * dnssd backend: don't crash if avahi gives a callback with no TXT
+record (Closes: #722886)
+
+ -- Didier Raboud o...@debian.org  Fri, 27 Sep 2013 19:53:20 +0200
+
 cups (1.5.3-5) unstable; urgency=low
 
   * Team upload
diff -Nru cups-1.5.3/debian/patches/cups-avahi.patch cups-1.5.3/debian/patches/cups-avahi.patch
--- cups-1.5.3/debian/patches/cups-avahi.patch	2013-03-11 18:31:12.0 +0100
+++ cups-1.5.3/debian/patches/cups-avahi.patch	2013-09-27 19:49:33.0 +0200
@@ -527,7 +527,7 @@
  
fprintf(stderr, DEBUG2: query_callback(sdRef=%p, flags=%x, 
interfaceIndex=%d, errorCode=%d, fullName=\%s\, 
-@@ -719,94 +986,233 @@
+@@ -719,94 +986,235 @@
if ((ptr = strstr(name, ._)) != NULL)
  *ptr = '\0';
  
@@ -596,7 +596,7 @@
 +{
 +  AvahiClient		*client;
 +  cups_device_t		key,
-+			*device;
++			*device = NULL;
 +  char			uqname[1024],
 +			*ptr;
 +  cups_txt_records_t	txtr;
@@ -627,11 +627,13 @@
 +  key.type = device_type (type);
 +
 + /*
-+  * Find the device and the the TXT information.
++  * Find the device and the TXT information.
 +  */
 +
 +  txtr.txt = txt;
-+  device = find_device ((cups_array_t *) context, txtr, key);
++  if (txt != NULL)
++device = find_device ((cups_array_t *) context, txtr, key);
++
 +  if (device)
 +  {
 +   /*
@@ -823,7 +825,7 @@
  	{
  	 /*
  	  * Add USB device ID information...
-@@ -861,6 +1267,10 @@
+@@ -861,6 +1269,10 @@
  	  if (device-type == CUPS_DEVICE_PRINTER)
  	device-sent = 1;
  	}
@@ -834,7 +836,7 @@
}
  
if (device-device_id)
-@@ -910,11 +1320,9 @@
+@@ -910,11 +1322,9 @@
  }
}
  
From f66442acd3eb82162f870faf0d3c192b866af8cf Mon Sep 17 00:00:00 2001
From: Tim Waugh twa...@redhat.com
Date: Fri, 27 Sep 2013 19:50:52 +0200
Subject: [PATCH 1/2] dnssd backend: don't crash if avahi gives a callback with
 no TXT record

Upstream-Bug: #927040
Closes: #722886
---
 debian/patches/cups-avahi.patch | 14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/debian/patches/cups-avahi.patch b/debian/patches/cups-avahi.patch
index 93461ac..07acdf5 100644
--- a/debian/patches/cups-avahi.patch
+++ b/debian/patches/cups-avahi.patch
@@ -527,7 +527,7 @@
  
fprintf(stderr, DEBUG2: query_callback(sdRef=%p, flags=%x, 
interfaceIndex=%d, errorCode=%d, fullName=\%s\, 
-@@ -719,94 +986,233 @@
+@@ -719,94 +986,235 @@
if ((ptr = strstr(name, ._)) != NULL)
  *ptr = '\0';
  
@@ -596,7 +596,7 @@
 +{
 +  AvahiClient		*client;
 +  cups_device_t		key,
-+			*device;
++			*device = NULL;
 +  char			uqname[1024],
 +			*ptr;
 +  cups_txt_records_t	txtr;
@@ -627,11 +627,13 @@
 +  key.type = device_type (type);
 +
 + /*
-+  * Find the device and the the TXT information.
++  * Find the device and the TXT information.
 +  */
 +
 +  txtr.txt = txt;
-+  device = find_device ((cups_array_t *) context, txtr, key);
++  if (txt != NULL)
++device = find_device ((cups_array_t *) context, txtr, key);
++
 +  if (device)
 +  {
 +   /*
@@ -823,7 +825,7 @@
  	{
  	 /*
  	  * Add USB device ID information...
-@@ -861,6 +1267,10 @@
+@@ -861,6 +1269,10 @@
  	  if (device-type == CUPS_DEVICE_PRINTER)
  	device-sent = 1;
  	}
@@ -834,7 +836,7 @@
}
  
if (device-device_id)
-@@ -910,11 +1320,9 @@
+@@ -910,11 +1322,9 @@
  }
}
  
-- 
1.8.4.rc3



Bug#706798: transition: Libav 9

2013-09-28 Thread Rémi Vanicat
Hello,

A recent change in a build dependency (libmodplug 1:0.8.8.4-4[1]) of
xmms2 make it FTBS[2]. As it is part of the libav transition and already
have been rebuilt for it, I wanted to have you OK to upload the fixed
version now

Note that xmms2 is also part of the liboost[3] transition, and do not have
yet been rebuilt for it, and this is also related to the ruby1.8-removal[4]

[1]:http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652139
[2]:http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724487
[3]:http://release.debian.org/transitions/html/boost1.54.html
[4]:http://release.debian.org/transitions/html/ruby1.8-removal.html
-- 
Rémi Vanicat


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87siwp2sme@gmail.com



NEW changes in stable-new

2013-09-28 Thread Debian FTP Masters
Processing changes file: dpkg_1.16.11_armhf.changes
  ACCEPT
Processing changes file: dpkg_1.16.11_i386.changes
  ACCEPT
Processing changes file: dpkg_1.16.11_ia64.changes
  ACCEPT
Processing changes file: dpkg_1.16.11_kfreebsd-amd64.changes
  ACCEPT
Processing changes file: dpkg_1.16.11_kfreebsd-i386.changes
  ACCEPT
Processing changes file: dpkg_1.16.11_mips.changes
  ACCEPT
Processing changes file: dpkg_1.16.11_mipsel.changes
  ACCEPT
Processing changes file: dpkg_1.16.11_s390.changes
  ACCEPT
Processing changes file: dpkg_1.16.11_s390x.changes
  ACCEPT
Processing changes file: dpkg_1.16.11_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: http://lists.debian.org/e1vpr7g-000558...@franck.debian.org



Bug#724815: pu: package cups/1.5.3-5+deb7u1

2013-09-28 Thread Cyril Brulebois
Control: tag -1 wheezy confirmed

Didier Raboud o...@debian.org (2013-09-28):
 This bug is already fixed (or rather, doesn't apply in cups 1.6 as
 shipped in jessie+ as the cups avahi backend has been rewritten.

Please tell the BTS that, then.

 The full debdiff is attached, as well as the patch on the
 cups-avahi.patch. The proposed changelog is as follows:

s/patch/commit/ I guess?

  cups (1.5.3-5+deb7u1) stable; urgency=low
  
[ Tim Waugh ]
* dnssd backend: don't crash if avahi gives a callback with no TXT
  record (Closes: #722886)

Looks good to me, please upload.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Processed: Re: Bug#724815: pu: package cups/1.5.3-5+deb7u1

2013-09-28 Thread Debian Bug Tracking System
Processing control commands:

 tag -1 wheezy confirmed
Bug #724815 [release.debian.org] pu: package cups/1.5.3-5+deb7u1
Added tag(s) wheezy and confirmed.

-- 
724815: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724815
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: 
http://lists.debian.org/handler.s.b724815.138036244424002.transcr...@bugs.debian.org



NEW changes in stable-new

2013-09-28 Thread Debian FTP Masters
Processing changes file: dpkg_1.16.11_armel.changes
  ACCEPT


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vprlh-0001pm...@franck.debian.org



Re: Roll call for porters of architectures in sid and testing

2013-09-28 Thread Andreas Barth
Hi,

I'm an active porter for mipsen (both mips and mipsel) and plan to
continue that during the full next cycle (or rather: spend more time
on it compared to the recent months). As that, I'm involved in
debugging packages, triaging, fixing and forwarding arch-specific
issues, keeping contact to linux-mips-community and upstream (and
being contacted by them as well), involved about getting new hardware
supported and for our autobuilders, maintaining buildds, running and
using such hardware for my own purposes etc.



Andi


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130928103321.gw28...@mails.so.argh.org



Bug#724815: pu: package cups/1.5.3-5+deb7u1

2013-09-28 Thread Didier 'OdyX' Raboud
Version: 1.6.1-1

Le samedi, 28 septembre 2013 12.00:40 Cyril Brulebois a écrit :
 Control: tag -1 wheezy confirmed
 
 Didier Raboud o...@debian.org (2013-09-28):
  This bug is already fixed (or rather, doesn't apply in cups 1.6 as
  shipped in jessie+ as the cups avahi backend has been rewritten.
 
 Please tell the BTS that, then.

Hereby doing that, marking as fixed in 1.6.1-1:

  cups (1.6.1-1) experimental; urgency=low
  
 * New upstream release
   - Avahi-based Bonjour/DNS-SD/mDNS support

 Looks good to me, please upload.

Uploaded, thanks for the fast review!

Cheers,
OdyX

signature.asc
Description: This is a digitally signed message part.


Bug#724849: pu: package perl/5.14.2-21+deb7u1

2013-09-28 Thread Dominic Hargreaves
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: pu

Attached are two patches against perl 5.14.2-21 for consideration for
the next wheezy point release.

The first patch contains mainly functional changes with associated
Debian bugs. The second set are correctness/believed-to-be-non-exploitable
security issues taken from 5.14.4.

Please note that a separate bug report will follow for
libdigest-sha-perl, which will need to be released at the same time.

Please would you let me know whether I may upload packages including
either or both sets of changes?

Thanks,
Dominic.
diff --git a/cpan/Digest-SHA/SHA.xs b/cpan/Digest-SHA/SHA.xs
index 7088a33..893bed2 100644
--- a/cpan/Digest-SHA/SHA.xs
+++ b/cpan/Digest-SHA/SHA.xs
@@ -23,6 +23,9 @@ PROTOTYPES: ENABLE
 int
 shaclose(s)
 	SHA *	s
+CODE:
+   RETVAL = shaclose(s);
+   sv_setiv(SvRV(ST(0)), 0);
 
 int
 shadump(file, s)
diff --git a/cpan/Digest-SHA/lib/Digest/SHA.pm b/cpan/Digest-SHA/lib/Digest/SHA.pm
index 8cea302..2e70f60 100644
--- a/cpan/Digest-SHA/lib/Digest/SHA.pm
+++ b/cpan/Digest-SHA/lib/Digest/SHA.pm
@@ -65,7 +65,7 @@ sub new {
 
 sub DESTROY {
 	my $self = shift;
-	shaclose($$self) if $$self;
+	if ($$self) { shaclose($$self); $$self = undef }
 }
 
 sub clone {
diff --git a/debian/.git-dpm b/debian/.git-dpm
index c8c980a..36f1942 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -1,6 +1,6 @@
 # see git-dpm(1) from git-dpm package
-93f6c83c7454de33df00a0e3fde3a890d6c87e91
-93f6c83c7454de33df00a0e3fde3a890d6c87e91
+504aefc29e21b6cc8e7d81ca83548ccda7ca606d
+504aefc29e21b6cc8e7d81ca83548ccda7ca606d
 5f99bf7a09dd2ae3c22081331f4973210a543731
 5f99bf7a09dd2ae3c22081331f4973210a543731
 perl_5.14.2.orig.tar.bz2
diff --git a/debian/changelog b/debian/changelog
index 14df505..fa9a5b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+perl (5.14.2-21+deb7u1) UNRELEASED; urgency=low
+
+  * Fix issue with shared references disappearing on sub return
+(Closes: #718438)
+  * Make perlbug.PL look up local patches at runtime (Closes: #710842)
+  * Apply patch from upstream fixing Digest::SHA double-free
+crash (Closes: #711206)
+
+ -- Dominic Hargreaves d...@earth.li  Mon, 23 Sep 2013 20:40:20 +0100
+
 perl (5.14.2-21) unstable; urgency=low
 
   [ Dominic Hargreaves ]
diff --git a/debian/control b/debian/control
index a0310a1..0840ed0 100644
--- a/debian/control
+++ b/debian/control
@@ -282,7 +282,7 @@ Breaks: perl-doc ( ${Upstream-Version}-1),
  libmime-base64-perl ( 3.13),
  libtime-hires-perl ( 1.9721.01),
  libstorable-perl ( 2.27),
- libdigest-sha-perl ( 5.71-2),
+ libdigest-sha-perl ( 5.71-2+deb7u1),
  libsys-syslog-perl ( 0.27),
  libcompress-zlib-perl ( 2.033),
  libcompress-raw-zlib-perl ( 2.033),
diff --git a/debian/patches/fixes/digest_sha_double_free.diff b/debian/patches/fixes/digest_sha_double_free.diff
new file mode 100644
index 000..340a699
--- /dev/null
+++ b/debian/patches/fixes/digest_sha_double_free.diff
@@ -0,0 +1,43 @@
+From 504aefc29e21b6cc8e7d81ca83548ccda7ca606d Mon Sep 17 00:00:00 2001
+From: Chris 'BinGOs' Williams ch...@bingosnet.co.uk
+Date: Fri, 28 Jun 2013 13:07:34 +0100
+Subject: maint-5.18: Digest-SHA crash fix in 5.85
+
+Backported minimal changes from blead
+
+Bug-Debian: http://bugs.debian.org/711206
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=86295
+Origin: http://perl5.git.perl.org/perl.git/commit/ee8c6f40e6bd7b4e08eac8386f9a092fdd609ffa
+Patch-Name: fixes/digest_sha_double_free.diff
+---
+ cpan/Digest-SHA/SHA.xs|3 +++
+ cpan/Digest-SHA/lib/Digest/SHA.pm |2 +-
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/cpan/Digest-SHA/SHA.xs b/cpan/Digest-SHA/SHA.xs
+index 7088a33..893bed2 100644
+--- a/cpan/Digest-SHA/SHA.xs
 b/cpan/Digest-SHA/SHA.xs
+@@ -23,6 +23,9 @@ PROTOTYPES: ENABLE
+ int
+ shaclose(s)
+ 	SHA *	s
++CODE:
++   RETVAL = shaclose(s);
++   sv_setiv(SvRV(ST(0)), 0);
+ 
+ int
+ shadump(file, s)
+diff --git a/cpan/Digest-SHA/lib/Digest/SHA.pm b/cpan/Digest-SHA/lib/Digest/SHA.pm
+index 8cea302..2e70f60 100644
+--- a/cpan/Digest-SHA/lib/Digest/SHA.pm
 b/cpan/Digest-SHA/lib/Digest/SHA.pm
+@@ -65,7 +65,7 @@ sub new {
+ 
+ sub DESTROY {
+ 	my $self = shift;
+-	shaclose($$self) if $$self;
++	if ($$self) { shaclose($$self); $$self = undef }
+ }
+ 
+ sub clone {
diff --git a/debian/patches/fixes/perlbug-patchlist.diff b/debian/patches/fixes/perlbug-patchlist.diff
new file mode 100644
index 000..d123722
--- /dev/null
+++ b/debian/patches/fixes/perlbug-patchlist.diff
@@ -0,0 +1,83 @@
+From dc41c3a1d8f2f3f3f507971fe86eb45079e5ec21 Mon Sep 17 00:00:00 2001
+From: Niko Tyni nt...@debian.org
+Date: Thu, 27 Jun 2013 14:37:01 +0300
+Subject: Make perlbug look up the list of local patches at run time
+
+Re-parsing patchlevel.h in Perl by perlbug.PL is error prone
+and apparently unnecessary. The same information is available
+to perlbug via Config::local_patches().
+
+This fixes [perl 

Bug#724850: pu: package libdigest-sha-perl/5.71-2+deb7u1

2013-09-28 Thread Dominic Hargreaves
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: pu

As discussed in #724849, this should be considered for the next wheezy
point release.

Thanks,
Dominic.
diff --git a/debian/changelog b/debian/changelog
index eb75d57..7b89806 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libdigest-sha-perl (5.71-2+deb7u1) UNRELEASED; urgency=low
+
+  * Add 724342-fix-double-free-in-destroy.patch patch.
+Fix double-free when Digest::SHA object is destroyed
+(Closes: #724342)
+
+ -- Dominic Hargreaves d...@earth.li  Tue, 24 Sep 2013 21:55:34 +0100
+
 libdigest-sha-perl (5.71-2) unstable; urgency=low
 
   * Add 698172-fix-double-free-in-load-subroutine.patch patch.
diff --git a/debian/control b/debian/control
index f638d00..3dd4fad 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,8 @@ Uploaders: Allard Hoeve all...@byte.nl,
  Niko Tyni nt...@iki.fi,
  gregor herrmann gre...@debian.org,
  Damyan Ivanov d...@debian.org,
- Salvatore Bonaccorso car...@debian.org
+ Salvatore Bonaccorso car...@debian.org,
+ Dominic Hargreaves d...@earth.li
 Standards-Version: 3.9.3
 Homepage: http://search.cpan.org/dist/Digest-SHA/
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libdigest-sha-perl.git
diff --git a/debian/patches/724342-fix-double-free-in-destroy.patch b/debian/patches/724342-fix-double-free-in-destroy.patch
new file mode 100644
index 000..5fd90f8
--- /dev/null
+++ b/debian/patches/724342-fix-double-free-in-destroy.patch
@@ -0,0 +1,42 @@
+From 504aefc29e21b6cc8e7d81ca83548ccda7ca606d Mon Sep 17 00:00:00 2001
+From: Chris 'BinGOs' Williams ch...@bingosnet.co.uk
+Date: Fri, 28 Jun 2013 13:07:34 +0100
+Subject: [PATCH] maint-5.18: Digest-SHA crash fix in 5.85
+
+Backported minimal changes from blead
+
+Bug-Debian: http://bugs.debian.org/724342
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=86295
+Origin: http://perl5.git.perl.org/perl.git/commit/ee8c6f40e6bd7b4e08eac8386f9a092fdd609ffa
+---
+ SHA.xs|3 +++
+ lib/Digest/SHA.pm |2 +-
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/SHA.xs b/SHA.xs
+index 7088a33..893bed2 100644
+--- a/SHA.xs
 b/SHA.xs
+@@ -23,6 +23,9 @@ PROTOTYPES: ENABLE
+ int
+ shaclose(s)
+ 	SHA *	s
++CODE:
++   RETVAL = shaclose(s);
++   sv_setiv(SvRV(ST(0)), 0);
+ 
+ int
+ shadump(file, s)
+diff --git a/lib/Digest/SHA.pm b/lib/Digest/SHA.pm
+index 8cea302..2e70f60 100644
+--- a/lib/Digest/SHA.pm
 b/lib/Digest/SHA.pm
+@@ -65,7 +65,7 @@ sub new {
+ 
+ sub DESTROY {
+ 	my $self = shift;
+-	shaclose($$self) if $$self;
++	if ($$self) { shaclose($$self); $$self = undef }
+ }
+ 
+ sub clone {
diff --git a/debian/patches/series b/debian/patches/series
index 04c11bb..2b4d631 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 698172-fix-double-free-in-load-subroutine.patch
+724342-fix-double-free-in-destroy.patch


Bug#724789: pu: package glusterfs/3.2.7-3+deb7u1

2013-09-28 Thread Patrick Matthäi

Am 28.09.2013 01:47, schrieb Cyril Brulebois:

Control: tag -1 confirmed

Patrick Matthäi pmatth...@debian.org (2013-09-27):

--- tags/3.2.7-3/debian/changelog   2012-11-12 20:37:46.218864002 +0100
+++ branches/wheezy/debian/changelog2013-09-27 21:19:25.155488829 +0200
@@ -1,3 +1,11 @@
+glusterfs (3.2.7-3+deb7u1) stable; urgency=low
+
+  * Add patch 04-ext4-safe to fix broken glusterfs with Linux
+= 3.2.46-1+deb7u1 if you use ext4 as storage backend.
+Closes: #722694
+
+ -- Patrick Matthäi pmatth...@debian.org  Fri, 27 Sep 2013 21:13:42 +0200


Looks good to me, please upload.


Thanks, uploaded!



Mraw,
KiBi.




--
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

E-Mail: pmatth...@debian.org
patr...@linux-dev.org
*/


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/52471dc5.3080...@debian.org



Bug#724857: pu: package python-defaults/2.7.3-4

2013-09-28 Thread Scott Kitterman
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: pu

In Wheezy, we inadvertently failed to include /usr/bin/python2.  Since the
freeze/release, it's become clearer that the use of /usr/bin/python2 in third
party scripts is increasing.  Leaving aside the sanity of this approach, it is
the upstream Python recommendation to provide it and Debian's lack of it is
causing problems for users.

While this doesn't directly affect running any packages in the archive, since
the fix is so simple/low risk, I think we ought to go ahead and provide it
for Wheezy to make life easier for users trying to use externally developed
scripts.

Use of /usr/bin/python2 is spreading more rapidly than I had expected.  We did
a survey, and it appears that Debian is the only major distro not providing it
in their current stable release (even CentOS/RHEL have added it to their
python2.6 packages).

I know, but the users ... can get annoying, but I think this is one case
where it actually applies.

Scott K
diff -Nru python-defaults-2.7.3/debian/changelog python-defaults-2.7.3/debian/changelog
--- python-defaults-2.7.3/debian/changelog	2013-02-08 16:26:43.0 -0500
+++ python-defaults-2.7.3/debian/changelog	2013-09-28 15:36:47.0 -0400
@@ -1,3 +1,11 @@
+python-defaults (2.7.3-4+deb7u1) stable; urgency=low
+
+  * Add symlink for /usr/bin/python2 (Closes: #723182)
+- This was inadvertently omitted during Wheezy development, but is already
+  fixed in jessie (the fix proposed here is identical)
+
+ -- Scott Kitterman sc...@kitterman.com  Sat, 28 Sep 2013 15:30:14 -0400
+
 python-defaults (2.7.3-4) unstable; urgency=low
 
   [ Dmitry Shachnev ]
diff -Nru python-defaults-2.7.3/debian/rules python-defaults-2.7.3/debian/rules
--- python-defaults-2.7.3/debian/rules	2012-06-30 14:31:59.0 -0400
+++ python-defaults-2.7.3/debian/rules	2013-09-28 15:30:07.0 -0400
@@ -166,9 +166,12 @@
 	: # provide the python and python.1 defaults
 	mkdir -p debian/python-minimal/usr/bin
 	ln -sf python$(VER) debian/python-minimal/usr/bin/python
+	ln -sf python$(VER) debian/python-minimal/usr/bin/python2
 	mkdir -p debian/python-minimal/usr/share/man/man1
 	ln -sf python$(VER).1.gz \
 		debian/python-minimal/usr/share/man/man1/python.1.gz
+	ln -sf python$(VER).1.gz \
+		debian/python-minimal/usr/share/man/man1/python2.1.gz
 
 	: # 
 	mkdir -p debian/python-minimal/usr/share/python


Processed: Re: Bug#724850: pu: package libdigest-sha-perl/5.71-2+deb7u1

2013-09-28 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 + wheezy confirmed
Bug #724850 [release.debian.org] pu: package libdigest-sha-perl/5.71-2+deb7u1
Added tag(s) wheezy and confirmed.

-- 
724850: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724850
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: 
http://lists.debian.org/handler.s.b724850.13804056252037.transcr...@bugs.debian.org



Bug#724850: pu: package libdigest-sha-perl/5.71-2+deb7u1

2013-09-28 Thread Adam D. Barratt

Control: tags -1 + wheezy confirmed

On 2013-09-28 19:14, Dominic Hargreaves wrote:
As discussed in #724849, this should be considered for the next 
wheezy

point release.


Please go ahead; 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: 
http://lists.debian.org/ab0b48bb1903cd3158c890c86c844...@mail.adsl.funky-badger.org



Bug#724849: pu: package perl/5.14.2-21+deb7u1

2013-09-28 Thread Adam D. Barratt

Control: tags -1 + confirmed wheezy

On 2013-09-28 19:08, Dominic Hargreaves wrote:

Attached are two patches against perl 5.14.2-21 for consideration for
the next wheezy point release.

The first patch contains mainly functional changes with associated
Debian bugs. The second set are 
correctness/believed-to-be-non-exploitable

security issues taken from 5.14.4.

Please note that a separate bug report will follow for
libdigest-sha-perl, which will need to be released at the same time.

Please would you let me know whether I may upload packages including
either or both sets of changes?


Assuming the resulting packages have been tested on wheezy systems, 
please feel free to go ahead with both sets of changes; 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: 
http://lists.debian.org/72988ce24bc60e9c51f73a47c2b43...@mail.adsl.funky-badger.org



Processed: Re: Bug#724849: pu: package perl/5.14.2-21+deb7u1

2013-09-28 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 + confirmed wheezy
Bug #724849 [release.debian.org] pu: package perl/5.14.2-21+deb7u1
Added tag(s) wheezy and confirmed.

-- 
724849: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724849
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: 
http://lists.debian.org/handler.s.b724849.13804060574713.transcr...@bugs.debian.org



Bug#724861: pu: package intel-microcode/1.20130906.1

2013-09-28 Thread Henrique de Moraes Holschuh
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: pu

Dear stable release manager(s),

Please authorize an update of intel-microcode for wheezy, to version
1.20130906.1.

Intel released yet another microcode update.  I don't have much data about
this one, but it basically updates the Nehalem Embedded Xeons (that were
left out by Intel in the 20130808 update currently in proposed-updates), and
the new Haswell non-Xeon processors.

The Embedded Xeon updates are very likely to be for the same reason all
other Core i* and their Xeon counterparts were updated, i.e. the security
issues and data corruption bugs.

There is not much data on the Haswell processors' update, however there is
some stuff marked as It is possible for the BIOS to contain a fix for this
issue in their spec updates, and that's Intel lingo for fixed by a
microcode update, it is a fair guess that it addresses some or all of those
errata.

The package also fixes an old (Debian) issue, where microcode for the very
old Xeon processors with Nocona core was not being shipped for the amd64
arch.

Anyway, the diff for the proposed packages to update stable is attached.

This is a diff from the packages *already* in proposed-updates.  Most of the
diff is documentation (changelog) changes.  There are NO script/code
changes.

As usual, I've left out the hunk for the upstream microcode data file
change, as it is enourmous and doesn't show anything useful.

Thank you!


Diffstat:
 changelog|  393 +-
 cpu-signatures.txt   |2 +-
 debian/changelog |   19 +
 microcode-20130808.dat = microcode-20130906.dat | 5175 --
 4 files changed, 2977 insertions(+), 2612 deletions(-)

Diff attached (with microcode.dat changes suppresed).

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

Kernel: Linux 3.4.63+ (SMP w/8 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh
diff --git a/changelog b/changelog
index 10ad8a2..19223f4 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,11 @@
+2013-09-06:
+  * Updated Microcodes:
+sig 0x000306c3, pf mask 0x32, 2013-08-07, rev 0x0016, size 20480
+sig 0x00040651, pf mask 0x72, 2013-08-08, rev 0x0016, size 19456
+
+  * Updated Microcodes (recently removed):
+sig 0x000106e4, pf mask 0x09, 2013-07-01, rev 0x0003, size 6144
+
 2013-08-08:
   * New Microcodes:
 sig 0x000306c3, pf mask 0x32, 2013-07-02, rev 0x0012, size 19456
@@ -77,7 +85,7 @@
   * New Microcodes:
 sig 0x000206a7, pf mask 0x12, 2011-04-07, rev 0x0017, size 8192
 
-  * Readded Microcodes:
+  * Added back microcodes (unchanged, removed in the past):
 sig 0x0f12, pf mask 0x04, 2003-05-02, rev 0x002e, size 2048
 
   * Removed Microcodes (recently rolled back):
@@ -226,8 +234,6 @@
 sig 0x0680, pf mask 0x08, 1999-05-25, rev 0x000d, size 2048
 sig 0x0680, pf mask 0x20, 1999-05-25, rev 0x000c, size 2048
 sig 0x0696, pf mask 0x10, 2000-07-07, rev 0x0001, size 2048
-sig 0x0f41, pf mask 0x20, 2004-11-22, rev 0x0011, size 5120
-sig 0x0f41, pf mask 0x9d, 2004-11-22, rev 0x0012, size 5120
 sig 0x000106c1, pf mask 0x01, 2007-12-03, rev 0x0109, size 5120
 
 2008-09-10:
@@ -258,280 +264,7 @@
 2008-02-20:
   * License text update, no microcode changes.
 
-2008-01-31:
-  * New Microcodes:
-sig 0x06d8, pf mask 0x08, 2006-08-31, rev 0x0021, size 2048
-sig 0x06e8, pf mask 0x20, 2005-11-15, rev 0x0039, size 4096
-sig 0x06ec, pf mask 0x20, 2006-05-01, rev 0x0054, size 4096
-sig 0x06ec, pf mask 0x80, 2006-09-12, rev 0x0059, size 4096
-sig 0x06f2, pf mask 0x20, 2007-03-15, rev 0x0057, size 4096
-sig 0x06f6, pf mask 0x20, 2007-03-15, rev 0x00c7, size 4096
-sig 0x06fa, pf mask 0x80, 2007-03-13, rev 0x0092, size 4096
-sig 0x06fb, pf mask 0x01, 2007-07-13, rev 0x00b6, size 4096
-sig 0x06fd, pf mask 0x80, 2007-03-13, rev 0x00a1, size 4096
-sig 0x0f11, pf mask 0x02, 2003-07-29, rev 0x000a, size 2048
-sig 0x0f22, pf mask 0x02, 2003-07-29, rev 0x0005, size 2048
-sig 0x0f64, pf mask 0x01, 2005-12-15, rev 0x0002, size 3072
-sig 0x00010661, pf mask 0x04, 2007-05-01, rev 0x0036, size 4096
-sig 0x00010676, pf mask 0x01, 2008-01-19, rev 0x060b, size 4096
-sig 0x00010676, pf mask 0x04, 2008-01-19, rev 0x060b, size 4096
-sig 0x00010676, pf mask 0x10, 2008-01-19, rev 0x060b, size 4096
-sig 0x00010676, pf mask 0x40, 2008-01-19, rev 0x060b, size 4096
-sig 

Bug#724815: pu: package cups/1.5.3-5+deb7u1

2013-09-28 Thread Adam D. Barratt

Control: tags -1 + pending

On 2013-09-28 14:48, Didier 'OdyX' Raboud wrote:

Le samedi, 28 septembre 2013 12.00:40 Cyril Brulebois a écrit :

Didier Raboud o...@debian.org (2013-09-28):
 cups (1.6.1-1) experimental; urgency=low

* New upstream release
  - Avahi-based Bonjour/DNS-SD/mDNS support



Looks good to me, please upload.


Uploaded, thanks for the fast review!


Flagged for acceptance.

Regards,

Adam


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/c36a2b94ca66ed8ecf21deb0e4bf2...@mail.adsl.funky-badger.org



Processed: Re: Bug#724815: pu: package cups/1.5.3-5+deb7u1

2013-09-28 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 + pending
Bug #724815 [release.debian.org] pu: package cups/1.5.3-5+deb7u1
Added tag(s) pending.

-- 
724815: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724815
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: 
http://lists.debian.org/handler.s.b724815.138040957624593.transcr...@bugs.debian.org



Processed: Re: Bug#724789: pu: package glusterfs/3.2.7-3+deb7u1

2013-09-28 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 + pending
Bug #724789 [release.debian.org] pu: package glusterfs/3.2.7-3+deb7u1
Added tag(s) pending.

-- 
724789: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724789
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: 
http://lists.debian.org/handler.s.b724789.138040952023725.transcr...@bugs.debian.org



Bug#724789: pu: package glusterfs/3.2.7-3+deb7u1

2013-09-28 Thread Adam D. Barratt

Control: tags -1 + pending

On 2013-09-28 19:19, Patrick Matthäi wrote:

Am 28.09.2013 01:47, schrieb Cyril Brulebois:

Patrick Matthäi pmatth...@debian.org (2013-09-27):
--- tags/3.2.7-3/debian/changelog	2012-11-12 20:37:46.218864002 
+0100
+++ branches/wheezy/debian/changelog	2013-09-27 21:19:25.155488829 
+0200

@@ -1,3 +1,11 @@
+glusterfs (3.2.7-3+deb7u1) stable; urgency=low
+
+  * Add patch 04-ext4-safe to fix broken glusterfs with Linux
+= 3.2.46-1+deb7u1 if you use ext4 as storage backend.
+Closes: #722694
+
+ -- Patrick Matthäi pmatth...@debian.org  Fri, 27 Sep 2013 
21:13:42 +0200


Looks good to me, please upload.


Thanks, uploaded!


Flagged for acceptance.

Regards,

Adam


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/7e9de1ea6c0418fcf31525d556e30...@mail.adsl.funky-badger.org



NEW changes in stable-new

2013-09-28 Thread Debian FTP Masters
Processing changes file: cups_1.5.3-5+deb7u1_amd64.changes
  ACCEPT
Processing changes file: glusterfs_3.2.7-3+deb7u1_amd64.changes
  ACCEPT


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vq3l6-0001fb...@franck.debian.org



NEW changes in oldstable-new

2013-09-28 Thread Debian FTP Masters
Processing changes file: user-mode-linux_2.6.32-1um-4+48squeeze4_amd64.changes
  ACCEPT
Processing changes file: user-mode-linux_2.6.32-1um-4+48squeeze4_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: http://lists.debian.org/e1vq3ly-0001n1...@franck.debian.org



Bug#724861: pu: package intel-microcode/1.20130906.1

2013-09-28 Thread Cyril Brulebois
Henrique de Moraes Holschuh h...@debian.org (2013-09-28):
 Package: release.debian.org
 Severity: normal
 User: release.debian@packages.debian.org
 Usertags: pu
 
 Dear stable release manager(s),
 
 Please authorize an update of intel-microcode for wheezy, to version
 1.20130906.1.
 
 Intel released yet another microcode update.  I don't have much data about
 this one, but it basically updates the Nehalem Embedded Xeons (that were
 left out by Intel in the 20130808 update currently in proposed-updates), and
 the new Haswell non-Xeon processors.
 
 The Embedded Xeon updates are very likely to be for the same reason all
 other Core i* and their Xeon counterparts were updated, i.e. the security
 issues and data corruption bugs.
 
 There is not much data on the Haswell processors' update, however there is
 some stuff marked as It is possible for the BIOS to contain a fix for this
 issue in their spec updates, and that's Intel lingo for fixed by a
 microcode update, it is a fair guess that it addresses some or all of those
 errata.
 
 The package also fixes an old (Debian) issue, where microcode for the very
 old Xeon processors with Nocona core was not being shipped for the amd64
 arch.
 
 Anyway, the diff for the proposed packages to update stable is attached.
 
 This is a diff from the packages *already* in proposed-updates.  Most of the
 diff is documentation (changelog) changes.  There are NO script/code
 changes.
 
 As usual, I've left out the hunk for the upstream microcode data file
 change, as it is enourmous and doesn't show anything useful.

There is not much data on what release managers think about rushing
upgrades into p-u, but the fact there's no definitive data point on the
microcode update, and the fact that it has been available for less than
a week seem to point out that letting this update reach p-u before the
next point release is highly unlikely.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#724857: pu: package python-defaults/2.7.3-4

2013-09-28 Thread Cyril Brulebois
Control: tag -1 wheezy confirmed

Scott Kitterman deb...@kitterman.com (2013-09-28):
 In Wheezy, we inadvertently failed to include /usr/bin/python2.  Since the
 freeze/release, it's become clearer that the use of /usr/bin/python2 in third
 party scripts is increasing.  Leaving aside the sanity of this approach, it is
 the upstream Python recommendation to provide it and Debian's lack of it is
 causing problems for users.
 
 While this doesn't directly affect running any packages in the archive, since
 the fix is so simple/low risk, I think we ought to go ahead and provide it
 for Wheezy to make life easier for users trying to use externally developed
 scripts.
 
 Use of /usr/bin/python2 is spreading more rapidly than I had expected.  We did
 a survey, and it appears that Debian is the only major distro not providing it
 in their current stable release (even CentOS/RHEL have added it to their
 python2.6 packages).
 
 I know, but the users ... can get annoying, but I think this is one case
 where it actually applies.

Looks reasonable to me, please upload.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Processed: Re: Bug#724857: pu: package python-defaults/2.7.3-4

2013-09-28 Thread Debian Bug Tracking System
Processing control commands:

 tag -1 wheezy confirmed
Bug #724857 [release.debian.org] pu: package python-defaults/2.7.3-4
Added tag(s) wheezy and confirmed.

-- 
724857: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724857
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: 
http://lists.debian.org/handler.s.b724857.138042085019479.transcr...@bugs.debian.org



Bug#724857: pu: package python-defaults/2.7.3-4

2013-09-28 Thread Scott Kitterman
On Sunday, September 29, 2013 04:14:13 Cyril Brulebois wrote:
 Control: tag -1 wheezy confirmed
 
 Scott Kitterman deb...@kitterman.com (2013-09-28):
  In Wheezy, we inadvertently failed to include /usr/bin/python2.  Since the
  freeze/release, it's become clearer that the use of /usr/bin/python2 in
  third party scripts is increasing.  Leaving aside the sanity of this
  approach, it is the upstream Python recommendation to provide it and
  Debian's lack of it is causing problems for users.
...
 
 Looks reasonable to me, please upload.

Uploaded.

Scott K

signature.asc
Description: This is a digitally signed message part.


NEW changes in stable-new

2013-09-28 Thread Debian FTP Masters
Processing changes file: cups_1.5.3-5+deb7u1_i386.changes
  ACCEPT
Processing changes file: cups_1.5.3-5+deb7u1_kfreebsd-amd64.changes
  ACCEPT
Processing changes file: cups_1.5.3-5+deb7u1_kfreebsd-i386.changes
  ACCEPT
Processing changes file: cups_1.5.3-5+deb7u1_s390x.changes
  ACCEPT
Processing changes file: dpkg_1.16.11_powerpc.changes
  ACCEPT


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vq7ys-0003bf...@franck.debian.org



NEW changes in stable-new

2013-09-28 Thread Debian FTP Masters
Processing changes file: glusterfs_3.2.7-3+deb7u1_i386.changes
  ACCEPT
Processing changes file: glusterfs_3.2.7-3+deb7u1_s390.changes
  ACCEPT
Processing changes file: glusterfs_3.2.7-3+deb7u1_s390x.changes
  ACCEPT
Processing changes file: cups_1.5.3-5+deb7u1_ia64.changes
  ACCEPT
Processing changes file: cups_1.5.3-5+deb7u1_powerpc.changes
  ACCEPT
Processing changes file: cups_1.5.3-5+deb7u1_s390.changes
  ACCEPT
Processing changes file: cups_1.5.3-5+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: http://lists.debian.org/e1vq8cx-0005qv...@franck.debian.org



NEW changes in stable-new

2013-09-28 Thread Debian FTP Masters
Processing changes file: glusterfs_3.2.7-3+deb7u1_ia64.changes
  ACCEPT
Processing changes file: glusterfs_3.2.7-3+deb7u1_sparc.changes
  ACCEPT
Processing changes file: cups_1.5.3-5+deb7u1_armhf.changes
  ACCEPT
Processing changes file: cups_1.5.3-5+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: http://lists.debian.org/e1vq8rr-0007mk...@franck.debian.org



NEW changes in stable-new

2013-09-28 Thread Debian FTP Masters
Processing changes file: cups_1.5.3-5+deb7u1_mipsel.changes
  ACCEPT


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