Bug#697017: root=compute fails at parse_numeric() for lilo compatibility

2013-01-05 Thread Stephen Powell
On Thu, 03 Jan 2013 01:49:14 -0500 (EST), Jonathan Nieder wrote:
 
 Less than or equal to 4095 and 255 respectively, technically. ;-)
 
 The full formula was just trivia.  (stat's st_dev and lilo's MKDEV()
 macro use it, for what it's worth.)

Well I rolled up my sleeves and took a look at lilo's source code,
particularly the MKDEV, MAJOR, and MINOR functions, and now I
understand what you are talking about.  And you're right.  The current
initramfs-tools code, particularly the parse_numeric function, can
handle major device numbers up to 4095 and minor device numbers up to
255.  Whether lilo itself, in actual fact, can correctly handle major
and minor device numbers outside this range, I don't know.  I didn't
dig deeply enough to verify that.  But given that the above three
functions understand the format, I suspect that it will.  If you want
to enhance the code to correctly handle the full 16-hex-digit composite
device number, go ahead.  As you say, it's trivial.  And that would
once again make you the author of the final patch, which is fine.

-- 
  .''`. Stephen Powell
 : :'  :
 `. `'`
   `-


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/740091575.600602.1357397828433.javamail.r...@md01.wow.synacor.com



Processed: Re: /usr/sbin/mkinitramfs: root /dev/nbd0p2 missing nbd /sys/block/ entry

2013-01-05 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 +patch
Bug #697368 [initramfs-tools] /usr/sbin/mkinitramfs: root /dev/nbd0p2 missing 
nbd /sys/block/ entry
Added tag(s) patch.

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


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.b697368.135739806113703.transcr...@bugs.debian.org



Bug#697368: /usr/sbin/mkinitramfs: root /dev/nbd0p2 missing nbd /sys/block/ entry

2013-01-05 Thread Ian Campbell
Control: tags -1 +patch

On Fri, 2013-01-04 at 13:40 +, Ian Campbell wrote:
 I was attempting to install Wheezy on an armel TS-419PII 

I realized that I was running an d-i daily build which I flashed last
year (in December sometime) but I wasn't sure exactly which so I've just
retried with today's daily build and found the same issue.

I patched /target/usr/share/initramfs-tools/hook-functions on the fly
with the following was able to get past this point in the install:

diff --git a/hook-functions b/hook-functions
index 3cdd7f0..572c2f7 100644
--- a/hook-functions
+++ b/hook-functions
@@ -347,6 +347,11 @@ dep_add_modules()
block=${root#/dev/}
block=${block%%p[0-9]*}
 
+   # nbd root /dev/nbdXpX
+   elif [ ${root#/dev/nbd} != ${root} ]; then
+   block=${root#/dev/}
+   block=${block%%p[0-9]*}
+
# DAC960 - good old mylex raid - root dev format /dev/rd/cXdXpX
elif [ ${root#/dev/rd/c} != ${root} ]; then
block=rd!c${root#/dev/rd/c}

I've noticed which my other system which use nbd don't use any
partitions (so root=/dev/nbd0 not root=/dev/nbd0pX). Perhaps
non-partitioned is the common case when using nbd which is why it
appears to work for most people?

FWIW the partition layout which d-i selects if you pick all the defaults
(so guided all on one device or whatever it is called) has a separate
ext2 formatted /boot and a swap partition. I think the separate /boot is
a requirement of the hardware/firmware, or at least it is on some ARM
hardware, not sure why in this particular instance.

Ian.
-- 
Ian Campbell


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


Bug#687442: linux-image-3.2.0-3-686-pae: Add Intel Ivy Bridge support

2013-01-05 Thread Julien Cristau
On Fri, Jan  4, 2013 at 17:13:35 +0100, Julien Cristau wrote:

 http://people.debian.org/~jcristau/linux-image-3.2.0-4.drm-686-pae_3.2.35-3~jcristau.1_i386.deb
 sha1sum 17980ee5bafc40bb4e7bf42576ce40ac81c75833
 
 http://people.debian.org/~jcristau/linux-image-3.2.0-4.drm-amd64_3.2.35-3~jcristau.1_amd64.deb
 sha1sum f6711fe6d0d924aab82ec82fe1a86102a69a8c32
 
Added
http://people.debian.org/~jcristau/linux-image-3.2.0-4.drm-486_3.2.35-3~jcristau.1_i386.deb
sha1sum 76f67adbed522f8e42216f8595c8b5d1699af9ec

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#697473: firmware-iwlwifi: Missing iwlwifi-6000g2a-6.ucode

2013-01-05 Thread Andreas Kloeckner
Package: firmware-iwlwifi
Version: 0.36
Severity: normal

Dear Maintainer,

It looks like there's a file missing from firware-iwlwifi, namely

iwlwifi-6000g2a-6.ucode

Curiously, a very similarly named file,
iwlwifi-6000g2b-6.ucode
is shipped. Ubuntu ships the file:

https://bazaar.launchpad.net/~ubuntu-branches/ubuntu/quantal/linux-firmware/quantal-proposed/view/head:/iwlwifi-6000g2a-6.ucode

The hardware (advanced-n 6205 or some such) loads the -5 firmware and
appears to work ok, but there's debug spew about missing the -6 version
in the kernel log, at least with 3.2.0-4.

Thanks,
Andreas

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

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

firmware-iwlwifi depends on no packages.

firmware-iwlwifi recommends no packages.

Versions of packages firmware-iwlwifi suggests:
ii  initramfs-tools  0.109
ii  linux-image-3.2.0-4-amd64 [linux-image]  3.2.35-2

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130105182028.25246.79978.report...@ding.tiker.net



Bug#687442: linux-image-3.2.0-3-686-pae: Add Intel Ivy Bridge support

2013-01-05 Thread Touko Korpela
On Fri, Jan 04, 2013 at 05:13:35PM +0100, Julien Cristau wrote:
 On Mon, Nov 26, 2012 at 22:28:56 +0100, Julien Cristau wrote:
 
  New image is up at
  http://people.debian.org/~jcristau/linux-image-3.2.0-4.drm-amd64_3.2.34-1~jcristau.1_amd64.deb
  
  sha1sum is 1bbb6e4590e4f000739af89f3090ffc6bb9cb409.
  diff against svn at
  http://people.debian.org/~jcristau/3.2.34-1~jcristau.1.diff
  
 New image:
 - rebased on 3.2.35-2
 - updated drm to 3.4.24
 - with additional patches from 3.2.y that were missing in 3.4.y
 
 diff at
 http://people.debian.org/~jcristau/drm-backport-3.2.35-3~jcristau.1.patch
 
 http://people.debian.org/~jcristau/linux-image-3.2.0-4.drm-686-pae_3.2.35-3~jcristau.1_i386.deb
 sha1sum 17980ee5bafc40bb4e7bf42576ce40ac81c75833
 
 Lightly tested on Dell latitude D520 with intel 945gm graphics, and
 squeeze userspace.
 
 http://people.debian.org/~jcristau/linux-image-3.2.0-4.drm-amd64_3.2.35-3~jcristau.1_amd64.deb
 sha1sum f6711fe6d0d924aab82ec82fe1a86102a69a8c32

Amd64 deb works fine with Asus 1215B (AMD Radeon 6310 APU), wheezy xfce


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130105190234.GA25564@tiikeri.vuoristo.local



Bug#697479: Critical bug fixes to be2net driver

2013-01-05 Thread Bandi,Sarveshwar
Package: src:linux
Version: 3.2.35-2
Severity: important
X-Debbugs-CC: debian-kernel@lists.debian.org

Opening Bug to submit certain 13 critical fixes to be2net driver.


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/9d1f9fe58f08ed47aa451abb038550e90c940...@cmexmb1.ad.emulex.com



Bug#697479: Critical bug fixes to be2net driver

2013-01-05 Thread Bandi,Sarveshwar
Please find attached patches for 13 critical fixes. These patches have been 
accepted upstream.  The patches also contain the upstream commit id thanks to 
Ben Hutchings' git-format-patch-for-backport script .

Thanks,
Sarvesh


debian_7.0_be2net_update.tgz
Description: debian_7.0_be2net_update.tgz


Processed: tagging 661860, reassign 661860 to src:linux

2013-01-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 661860 - moreinfo
Bug #661860 [firmware-realtek] firmware-realtek: Intermittent problems with 
rtl8192cufw.bin
Removed tag(s) moreinfo.
 reassign 661860 src:linux 3.2.6-1
Bug #661860 [firmware-realtek] firmware-realtek: Intermittent problems with 
rtl8192cufw.bin
Bug reassigned from package 'firmware-realtek' to 'src:linux'.
No longer marked as found in versions firmware-nonfree/0.35.
Ignoring request to alter fixed versions of bug #661860 to the same values 
previously set
Bug #661860 [src:linux] firmware-realtek: Intermittent problems with 
rtl8192cufw.bin
The source 'linux' and version '3.2.6-1' do not appear to match any binary 
packages
Marked as found in versions linux/3.2.6-1.
 thanks
Stopping processing here.

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


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13574389771903.transcr...@bugs.debian.org



Processed: reassign 679100 to src:linux

2013-01-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 679100 src:linux 3.2.20-1
Bug #679100 [firmware-ralink] firmware-ralink: Avahi-daemon disconnect wireless 
usb device
Bug reassigned from package 'firmware-ralink' to 'src:linux'.
No longer marked as found in versions firmware-nonfree/0.36.
Ignoring request to alter fixed versions of bug #679100 to the same values 
previously set
Bug #679100 [src:linux] firmware-ralink: Avahi-daemon disconnect wireless usb 
device
Marked as found in versions linux/3.2.20-1.
 thanks
Stopping processing here.

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


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13574390111958.transcr...@bugs.debian.org



Processed: reassign 685895 to src:linux, found 685895 in linux-2.6/2.6.32-45

2013-01-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 685895 src:linux 3.2.23-1
Bug #685895 [firmware-linux-nonfree] firmware-linux-nonfree: Intermittent black 
screen on ATI Radeon with nonfree firmware
Bug reassigned from package 'firmware-linux-nonfree' to 'src:linux'.
No longer marked as found in versions firmware-nonfree/0.28+squeeze1.
Ignoring request to alter fixed versions of bug #685895 to the same values 
previously set
Bug #685895 [src:linux] firmware-linux-nonfree: Intermittent black screen on 
ATI Radeon with nonfree firmware
Marked as found in versions linux/3.2.23-1.
 found 685895 linux-2.6/2.6.32-45
Bug #685895 [src:linux] firmware-linux-nonfree: Intermittent black screen on 
ATI Radeon with nonfree firmware
Marked as found in versions linux-2.6/2.6.32-45.
 thanks
Stopping processing here.

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


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13574390792212.transcr...@bugs.debian.org



Processed: notfound 661860 in 3.2.6-1, found 661860 in linux-2.6/3.2.6-1

2013-01-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 notfound 661860 3.2.6-1
Bug #661860 [src:linux] firmware-realtek: Intermittent problems with 
rtl8192cufw.bin
The source 'linux' and version '3.2.6-1' do not appear to match any binary 
packages
No longer marked as found in versions linux/3.2.6-1.
 found 661860 linux-2.6/3.2.6-1
Bug #661860 [src:linux] firmware-realtek: Intermittent problems with 
rtl8192cufw.bin
Marked as found in versions linux-2.6/3.2.6-1.
 thanks
Stopping processing here.

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


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13574390932260.transcr...@bugs.debian.org



Bug#547146: marked as done (firmware-iwlwifi: very low throughput to some APs)

2013-01-05 Thread Debian Bug Tracking System
Your message dated Sun, 06 Jan 2013 02:25:38 +
with message-id 1357439138.4324.7.ca...@deadeye.wl.decadent.org.uk
and subject line Re: firmware-iwlwifi: very low throughput to some APs
has caused the Debian Bug report #547146,
regarding firmware-iwlwifi: very low throughput to some APs
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.)


-- 
547146: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547146
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: firmware-iwlwifi
Version: 0.14+lenny2
Severity: normal

*** Debian Lenny 5.0.2 - problem with firmware-iwlwifi, very slow speed (max 
600KBs) ***


-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

firmware-iwlwifi depends on no packages.

firmware-iwlwifi recommends no packages.

Versions of packages firmware-iwlwifi suggests:
ii  initramfs-tools   0.92o  tools for generating an initramfs
ii  linux-image-2.6.26-2-686 [lin 2.6.26-17  Linux 2.6.26 image on PPro/Celeron

-- no debconf information


---End Message---
---BeginMessage---
Closing due to lack of response.

Ben.

-- 
Ben Hutchings
Sturgeon's Law: Ninety percent of everything is crap.


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


Processed: reassign 655404 to src:linux

2013-01-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 655404 src:linux
Bug #655404 [firmware-linux-nonfree] firmware-linux-nonfree Radeon R300-family 
problem
Bug reassigned from package 'firmware-linux-nonfree' to 'src:linux'.
No longer marked as found in versions firmware-nonfree/0.34.
Ignoring request to alter fixed versions of bug #655404 to the same values 
previously set
 thanks
Stopping processing here.

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


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13574392833966.transcr...@bugs.debian.org



Bug#597044: marked as done (firmware-bnx2: bnx2 firmware and idrac bug)

2013-01-05 Thread Debian Bug Tracking System
Your message dated Sun, 06 Jan 2013 02:27:19 +
with message-id 1357439239.4324.8.ca...@deadeye.wl.decadent.org.uk
and subject line Re: firmware-bnx2: bnx2 firmware and idrac bug
has caused the Debian Bug report #597044,
regarding firmware-bnx2: bnx2 firmware and idrac bug
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.)


-- 
597044: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597044
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: firmware-bnx2

Version: 0.14+lenny2

Severity: important

 

 

 

-- System Information:

Debian Release: 5.0.5

  APT prefers stable

  APT policy: (500, 'stable')

Architecture: amd64 (x86_64)

 

Kernel: Linux 2.6.26-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/bash

 

firmware-bnx2 depends on no packages.

 

firmware-bnx2 recommends no packages.

 

Versions of packages firmware-bnx2 suggests:

ii  initramfs-tools  0.92o   tools for generating an
initramfs

ii  linux-image-2.6.26-2-amd 2.6.26-24lenny1 Linux 2.6.26 image on AMD64

 

-- no debconf information

 

Broadcom Nextreme II adapter firmware versions prior 1.9.26 has a known bug
with using idrac with shared ethernet card.

 

if I enable vlan option in idrac menu and if i using ethernet interface with
shared mode (Shared mode means both idrac controller and

operating system using same physical ethernet port same time with different
MAC and IP  address) when debian ifup ethernet interface

idrac controller loss connectivity and when debian ifdown ethernet interface
idrac connectivity turns back.

This is and known bug and patched by Broadcom firmware 1.9.26.Current latest
firmware version is 2.0.2 and debian firmware-bnx2 very

out-of-date.

 

 

I tried manually compile and install latest Broadcom driver source and
problem resolved.For information refer following

dell support request article :
http://lists.us.dell.com/pipermail/linux-poweredge/2010-April/042060.html

---End Message---
---BeginMessage---
If I understand correctly, this bug only affects Debian 5.0 'lenny',
which is no longer supported.  Therefore I'm closing it.

Ben.

-- 
Ben Hutchings
Sturgeon's Law: Ninety percent of everything is crap.


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


Bug#681089: firmware-linux-nonfree: Broadcom NetXtreme BCM5722 dropped packets

2013-01-05 Thread Ben Hutchings
The BCM5722 firmware is all in flash, not loaded from disk.  (The
description of firmware-linux-nonfree lists all the chips that it
provides firmware for.)  Therefore, you have not found a bug in
firmware-linux-nonfree, but in the tg3 driver or firmware in flash.

Also, any problems with a driver package you got from Broadcom must be
reported to Broadcom - not to Debian.

As for the increase in the RX dropped counter: since Linux 2.6.37 this
includes packets that were dropped by the kernel before protocol
processing, which were not previously counted at all.  So this probably
does not indicate a regression in the driver.

If I understand your original report correctly, the tg3 driver in Debian
kernel version 2.6.32-45 fails periodically and the driver in version
3.2.20-1~bpo60+1 does not.  So we need to look for a fix to the driver
that was made between those versions.

Let me know if my understanding is correct.

Ben.

-- 
Ben Hutchings
Sturgeon's Law: Ninety percent of everything is crap.


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


Processed: tagging 681089, notfound 681089 in 0.35~bpo60+1

2013-01-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 681089 + moreinfo
Bug #681089 [firmware-linux-nonfree] firmware-linux-nonfree: Broadcom NetXtreme 
BCM5722 dropped packets
Added tag(s) moreinfo.
 notfound 681089 0.35~bpo60+1
Bug #681089 [firmware-linux-nonfree] firmware-linux-nonfree: Broadcom NetXtreme 
BCM5722 dropped packets
There is no source info for the package 'firmware-linux-nonfree' at version 
'0.35~bpo60+1' with architecture ''
Unable to make a source version for version '0.35~bpo60+1'
No longer marked as found in versions 0.35~bpo60+1.
 thanks
Stopping processing here.

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


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.135744033110291.transcr...@bugs.debian.org



Processed: tagging 697473

2013-01-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 697473 + pending
Bug #697473 [firmware-iwlwifi] firmware-iwlwifi: Missing iwlwifi-6000g2a-6.ucode
Added tag(s) pending.
 thanks
Stopping processing here.

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


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.135744076113512.transcr...@bugs.debian.org



Processed: tagging 677813

2013-01-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 677813 + pending
Bug #677813 [firmware-linux-nonfree] firmware-linux-nonfree: missing firmware 
for Radeon Pitcairn GPU
Added tag(s) pending.
 thanks
Stopping processing here.

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


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.135744076413678.transcr...@bugs.debian.org



Processed: tagging 687737

2013-01-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 687737 + pending
Bug #687737 [firmware-linux-nonfree] Please package ene-ub6250 firmware for 
ums_eneub6250 driver
Added tag(s) pending.
 thanks
Stopping processing here.

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


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.135744077113758.transcr...@bugs.debian.org



Processed: tagging 687927

2013-01-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 687927 + pending
Bug #687927 [firmware-realtek] firmware-realtek: Missing rtl8411-1.fw and 
rtl8402-1.fw
Added tag(s) pending.
 thanks
Stopping processing here.

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


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.135744076713737.transcr...@bugs.debian.org



Processing of firmware-nonfree_0.37_multi.changes

2013-01-05 Thread Debian FTP Masters
firmware-nonfree_0.37_multi.changes uploaded successfully to localhost
along with the files:
  firmware-nonfree_0.37.dsc
  firmware-nonfree_0.37.tar.gz
  firmware-linux_0.37_all.deb
  firmware-adi_0.37_all.deb
  firmware-atheros_0.37_all.deb
  firmware-bnx2_0.37_all.deb
  firmware-bnx2x_0.37_all.deb
  firmware-brcm80211_0.37_all.deb
  firmware-intelwimax_0.37_all.deb
  firmware-ipw2x00_0.37_all.deb
  firmware-ivtv_0.37_all.deb
  firmware-iwlwifi_0.37_all.deb
  firmware-libertas_0.37_all.deb
  firmware-linux-nonfree_0.37_all.deb
  firmware-myricom_0.37_all.deb
  firmware-netxen_0.37_all.deb
  firmware-qlogic_0.37_all.deb
  firmware-ralink_0.37_all.deb
  firmware-realtek_0.37_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


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



firmware-nonfree_0.37_multi.changes is NEW

2013-01-05 Thread Debian FTP Masters
Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1trhrz-0005kf...@franck.debian.org



Processed: tagging 687737

2013-01-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 687737 + pending
Bug #687737 [firmware-linux-nonfree] Please package ene-ub6250 firmware for 
ums_eneub6250 driver
Ignoring request to alter tags of bug #687737 to the same tags previously set
 thanks
Stopping processing here.

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


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.135744587615054.transcr...@bugs.debian.org



Processed: tagging 677813

2013-01-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 677813 + pending
Bug #677813 [firmware-linux-nonfree] firmware-linux-nonfree: missing firmware 
for Radeon Pitcairn GPU
Ignoring request to alter tags of bug #677813 to the same tags previously set
 thanks
Stopping processing here.

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


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.135744587315040.transcr...@bugs.debian.org



Processing of linux_3.7.1-1~experimental.2_multi.changes

2013-01-05 Thread Debian FTP Masters
linux_3.7.1-1~experimental.2_multi.changes uploaded successfully to localhost
along with the files:
  linux_3.7.1-1~experimental.2.dsc
  linux_3.7.1-1~experimental.2.debian.tar.xz
  linux-support-3.7-trunk_3.7.1-1~experimental.2_all.deb
  linux-doc-3.7_3.7.1-1~experimental.2_all.deb
  linux-manual-3.7_3.7.1-1~experimental.2_all.deb
  linux-source-3.7_3.7.1-1~experimental.2_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


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



Bug#677813: marked as done (firmware-linux-nonfree: missing firmware for Radeon Pitcairn GPU)

2013-01-05 Thread Debian Bug Tracking System
Your message dated Sun, 06 Jan 2013 04:47:42 +
with message-id e1tri98-0008ah...@franck.debian.org
and subject line Bug#677813: fixed in firmware-nonfree 0.36+wheezy.1
has caused the Debian Bug report #677813,
regarding firmware-linux-nonfree: missing firmware for Radeon Pitcairn GPU
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.)


-- 
677813: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677813
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: firmware-linux-nonfree
Version: 0.36
Severity: wishlist

I'm using Linux 3.5 git with a Radeon HD 7850 graphics card. The radeon kernel
module in Linux 3.5 needs the pitcairn firmware files to load correctly. These
can be downloaded from http://people.freedesktop.org/~agd5f/radeon_ucode/



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

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

firmware-linux-nonfree depends on no packages.

firmware-linux-nonfree recommends no packages.

Versions of packages firmware-linux-nonfree suggests:
ii  initramfs-tools0.106
ii  linux-image-3.2.0-2-amd64 [linux-image]3.2.20-1
ii  linux-image-3.4-trunk-amd64 [linux-image]  3.4.1-1~experimental.1
ii  linux-image-3.5.0-rc2+ [linux-image]   1

-- no debconf information


---End Message---
---BeginMessage---
Source: firmware-nonfree
Source-Version: 0.36+wheezy.1

We believe that the bug you reported is fixed in the latest version of
firmware-nonfree, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 677...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ben Hutchings b...@decadent.org.uk (supplier of updated firmware-nonfree 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 06 Jan 2013 04:17:56 +
Source: firmware-nonfree
Binary: firmware-linux firmware-atheros firmware-bnx2 firmware-bnx2x 
firmware-brcm80211 firmware-intelwimax firmware-ipw2x00 firmware-ivtv 
firmware-iwlwifi firmware-libertas firmware-linux-nonfree firmware-myricom 
firmware-netxen firmware-qlogic firmware-ralink firmware-realtek
Architecture: all source
Version: 0.36+wheezy.1
Distribution: unstable
Urgency: low
Maintainer: Debian Kernel Team debian-kernel@lists.debian.org
Changed-By: Ben Hutchings b...@decadent.org.uk
Closes: 677813 687737 692604
Description: 
 firmware-atheros - Binary firmware for Atheros wireless cards
 firmware-bnx2 - Binary firmware for Broadcom NetXtremeII
 firmware-bnx2x - Binary firmware for Broadcom NetXtreme II 10Gb
 firmware-brcm80211 - Binary firmware for Broadcom 802.11 wireless cards
 firmware-intelwimax - Binary firmware for Intel WiMAX Connection
 firmware-ipw2x00 - Binary firmware for Intel Pro Wireless 2100, 2200 and 2915
 firmware-ivtv - Binary firmware for iTVC15-family MPEG codecs (ivtv and 
pvrusb2 d
 firmware-iwlwifi - Binary firmware for Intel PRO/Wireless 3945 and 802.11n 
cards
 firmware-libertas - Binary firmware for Marvell Libertas 8xxx wireless cards
 firmware-linux - Binary firmware for various drivers in the Linux kernel 
(meta-pac
 firmware-linux-nonfree - Binary firmware for various drivers in the Linux 
kernel
 firmware-myricom - Binary firmware for Myri-10G Ethernet adapters
 firmware-netxen - Binary firmware for QLogic Intelligent Ethernet (3000 and 
3100 Se
 firmware-qlogic - Binary firmware for QLogic IBA7220, QLA1xxx, ISP2xxx and 
SP2x2
 firmware-ralink - Binary firmware for Ralink wireless cards
 firmware-realtek - Binary firmware for Realtek wired and wireless network 
adapters
Changes: 
 firmware-nonfree (0.36+wheezy.1) unstable; urgency=low
 .
   * Update to linux-support-3.2.0-4
   * iwlwifi: Add new driver names and full Intel product names to package
 description
   * linux: Recommend intel-microcode, amd64-microcode (Closes: #692604)
   * linux-nonfree: Add Radeon HD 7700/7800/7900 series firmware and
 Radeon HD IGP 7500/7600 series firmware (Closes: #677813)
   * realtek: Revert 

Bug#692604: marked as done (firmware-linux-nonfree: please recommend amd64-microcode, intel-microcode)

2013-01-05 Thread Debian Bug Tracking System
Your message dated Sun, 06 Jan 2013 04:47:42 +
with message-id e1tri98-0008an...@franck.debian.org
and subject line Bug#692604: fixed in firmware-nonfree 0.36+wheezy.1
has caused the Debian Bug report #692604,
regarding firmware-linux-nonfree: please recommend amd64-microcode, 
intel-microcode
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.)


-- 
692604: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692604
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: firmware-linux-nonfree
Version: 0.36
Severity: wishlist

Please recommend amd64-microcode | intel-microcode for Wheezy.  It would be
best if the majority of our users run with up-to-date microcode...

Unfortunately, since these packages are arch-specific, this recommendation
cannot be met on arches other than i386 and amd64.  AFAIK, this shouldn't
cause any operational problems, though.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-proposed-updates'), (500, 
'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.33+ (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

firmware-linux-nonfree depends on no packages.

firmware-linux-nonfree recommends no packages.

Versions of packages firmware-linux-nonfree suggests:
ii  initramfs-tools  0.109
ii  linux-image-3.2.0-3-amd64 [linux-image]  3.2.23-1

-- no debconf information

-- 
  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
---End Message---
---BeginMessage---
Source: firmware-nonfree
Source-Version: 0.36+wheezy.1

We believe that the bug you reported is fixed in the latest version of
firmware-nonfree, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 692...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ben Hutchings b...@decadent.org.uk (supplier of updated firmware-nonfree 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 06 Jan 2013 04:17:56 +
Source: firmware-nonfree
Binary: firmware-linux firmware-atheros firmware-bnx2 firmware-bnx2x 
firmware-brcm80211 firmware-intelwimax firmware-ipw2x00 firmware-ivtv 
firmware-iwlwifi firmware-libertas firmware-linux-nonfree firmware-myricom 
firmware-netxen firmware-qlogic firmware-ralink firmware-realtek
Architecture: all source
Version: 0.36+wheezy.1
Distribution: unstable
Urgency: low
Maintainer: Debian Kernel Team debian-kernel@lists.debian.org
Changed-By: Ben Hutchings b...@decadent.org.uk
Closes: 677813 687737 692604
Description: 
 firmware-atheros - Binary firmware for Atheros wireless cards
 firmware-bnx2 - Binary firmware for Broadcom NetXtremeII
 firmware-bnx2x - Binary firmware for Broadcom NetXtreme II 10Gb
 firmware-brcm80211 - Binary firmware for Broadcom 802.11 wireless cards
 firmware-intelwimax - Binary firmware for Intel WiMAX Connection
 firmware-ipw2x00 - Binary firmware for Intel Pro Wireless 2100, 2200 and 2915
 firmware-ivtv - Binary firmware for iTVC15-family MPEG codecs (ivtv and 
pvrusb2 d
 firmware-iwlwifi - Binary firmware for Intel PRO/Wireless 3945 and 802.11n 
cards
 firmware-libertas - Binary firmware for Marvell Libertas 8xxx wireless cards
 firmware-linux - Binary firmware for various drivers in the Linux kernel 
(meta-pac
 firmware-linux-nonfree - Binary firmware for various drivers in the Linux 
kernel
 firmware-myricom - Binary firmware for Myri-10G Ethernet adapters
 firmware-netxen - Binary firmware for QLogic Intelligent Ethernet (3000 and 
3100 Se
 firmware-qlogic - Binary firmware for QLogic IBA7220, QLA1xxx, ISP2xxx and 
SP2x2
 firmware-ralink - Binary firmware for Ralink wireless cards
 firmware-realtek - Binary firmware for Realtek wired and wireless network 
adapters
Changes: 
 firmware-nonfree (0.36+wheezy.1) unstable; urgency=low
 .
   * Update to linux-support-3.2.0-4
   * iwlwifi: Add new driver names and full Intel product names to package
 

Bug#687737: marked as done (Please package ene-ub6250 firmware for ums_eneub6250 driver)

2013-01-05 Thread Debian Bug Tracking System
Your message dated Sun, 06 Jan 2013 04:47:42 +
with message-id e1tri98-0008ak...@franck.debian.org
and subject line Bug#687737: fixed in firmware-nonfree 0.36+wheezy.1
has caused the Debian Bug report #687737,
regarding Please package ene-ub6250 firmware for ums_eneub6250 driver
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.)


-- 
687737: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687737
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: firmware-linux-nonfree
Version: 0.36
Severity: wishlist

Hi,

Please consider packaging the ene-ub6250 firmware from the
linux-firmware git tree, used by the ums_eneub6250 driver.
This firmware is required for the correct operation of ENE UB6250 SD
card readers which can be found at least on Acer Aspire One netbooks, a
widely distributed model.

Currently we have to download and install it manually in
/lib/firmware/ene-ub6250/ which is far from ideal for new Debian users.


I hope I'm reporting to the correct package, whether you include that
firmware in firmware-linux-nonfree or you create a new, independent package.

Best regards.


-- System Information:
Debian Release: wheezy/sid
  APT prefers stable-updates
  APT policy: (902, 'stable-updates'), (902, 'testing'), (902,
'stable'), (802, 'unstable'), (2, 'experimental')
Architecture: amd64 (x86_64)

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

firmware-linux-nonfree depends on no packages.

firmware-linux-nonfree recommends no packages.

Versions of packages firmware-linux-nonfree suggests:
ii  initramfs-tools  0.107
ii  linux-image-3.2.0-3-amd64 [linux-image]  3.2.23-1
---End Message---
---BeginMessage---
Source: firmware-nonfree
Source-Version: 0.36+wheezy.1

We believe that the bug you reported is fixed in the latest version of
firmware-nonfree, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 687...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ben Hutchings b...@decadent.org.uk (supplier of updated firmware-nonfree 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 06 Jan 2013 04:17:56 +
Source: firmware-nonfree
Binary: firmware-linux firmware-atheros firmware-bnx2 firmware-bnx2x 
firmware-brcm80211 firmware-intelwimax firmware-ipw2x00 firmware-ivtv 
firmware-iwlwifi firmware-libertas firmware-linux-nonfree firmware-myricom 
firmware-netxen firmware-qlogic firmware-ralink firmware-realtek
Architecture: all source
Version: 0.36+wheezy.1
Distribution: unstable
Urgency: low
Maintainer: Debian Kernel Team debian-kernel@lists.debian.org
Changed-By: Ben Hutchings b...@decadent.org.uk
Closes: 677813 687737 692604
Description: 
 firmware-atheros - Binary firmware for Atheros wireless cards
 firmware-bnx2 - Binary firmware for Broadcom NetXtremeII
 firmware-bnx2x - Binary firmware for Broadcom NetXtreme II 10Gb
 firmware-brcm80211 - Binary firmware for Broadcom 802.11 wireless cards
 firmware-intelwimax - Binary firmware for Intel WiMAX Connection
 firmware-ipw2x00 - Binary firmware for Intel Pro Wireless 2100, 2200 and 2915
 firmware-ivtv - Binary firmware for iTVC15-family MPEG codecs (ivtv and 
pvrusb2 d
 firmware-iwlwifi - Binary firmware for Intel PRO/Wireless 3945 and 802.11n 
cards
 firmware-libertas - Binary firmware for Marvell Libertas 8xxx wireless cards
 firmware-linux - Binary firmware for various drivers in the Linux kernel 
(meta-pac
 firmware-linux-nonfree - Binary firmware for various drivers in the Linux 
kernel
 firmware-myricom - Binary firmware for Myri-10G Ethernet adapters
 firmware-netxen - Binary firmware for QLogic Intelligent Ethernet (3000 and 
3100 Se
 firmware-qlogic - Binary firmware for QLogic IBA7220, QLA1xxx, ISP2xxx and 
SP2x2
 firmware-ralink - Binary firmware for Ralink wireless cards
 firmware-realtek - Binary firmware for Realtek wired and wireless network 
adapters
Changes: 
 firmware-nonfree (0.36+wheezy.1) unstable; urgency=low
 .
   * Update to linux-support-3.2.0-4
   * iwlwifi: Add new driver names and full Intel product names to 

Processing of firmware-nonfree_0.36+wheezy.1_multi.changes

2013-01-05 Thread Debian FTP Masters
firmware-nonfree_0.36+wheezy.1_multi.changes uploaded successfully to localhost
along with the files:
  firmware-nonfree_0.36+wheezy.1.dsc
  firmware-nonfree_0.36+wheezy.1.tar.gz
  firmware-linux_0.36+wheezy.1_all.deb
  firmware-atheros_0.36+wheezy.1_all.deb
  firmware-bnx2_0.36+wheezy.1_all.deb
  firmware-bnx2x_0.36+wheezy.1_all.deb
  firmware-brcm80211_0.36+wheezy.1_all.deb
  firmware-intelwimax_0.36+wheezy.1_all.deb
  firmware-ipw2x00_0.36+wheezy.1_all.deb
  firmware-ivtv_0.36+wheezy.1_all.deb
  firmware-iwlwifi_0.36+wheezy.1_all.deb
  firmware-libertas_0.36+wheezy.1_all.deb
  firmware-linux-nonfree_0.36+wheezy.1_all.deb
  firmware-myricom_0.36+wheezy.1_all.deb
  firmware-netxen_0.36+wheezy.1_all.deb
  firmware-qlogic_0.36+wheezy.1_all.deb
  firmware-ralink_0.36+wheezy.1_all.deb
  firmware-realtek_0.36+wheezy.1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


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



firmware-nonfree_0.36+wheezy.1_multi.changes ACCEPTED into unstable

2013-01-05 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 06 Jan 2013 04:17:56 +
Source: firmware-nonfree
Binary: firmware-linux firmware-atheros firmware-bnx2 firmware-bnx2x 
firmware-brcm80211 firmware-intelwimax firmware-ipw2x00 firmware-ivtv 
firmware-iwlwifi firmware-libertas firmware-linux-nonfree firmware-myricom 
firmware-netxen firmware-qlogic firmware-ralink firmware-realtek
Architecture: all source
Version: 0.36+wheezy.1
Distribution: unstable
Urgency: low
Maintainer: Debian Kernel Team debian-kernel@lists.debian.org
Changed-By: Ben Hutchings b...@decadent.org.uk
Closes: 677813 687737 692604
Description: 
 firmware-atheros - Binary firmware for Atheros wireless cards
 firmware-bnx2 - Binary firmware for Broadcom NetXtremeII
 firmware-bnx2x - Binary firmware for Broadcom NetXtreme II 10Gb
 firmware-brcm80211 - Binary firmware for Broadcom 802.11 wireless cards
 firmware-intelwimax - Binary firmware for Intel WiMAX Connection
 firmware-ipw2x00 - Binary firmware for Intel Pro Wireless 2100, 2200 and 2915
 firmware-ivtv - Binary firmware for iTVC15-family MPEG codecs (ivtv and 
pvrusb2 d
 firmware-iwlwifi - Binary firmware for Intel PRO/Wireless 3945 and 802.11n 
cards
 firmware-libertas - Binary firmware for Marvell Libertas 8xxx wireless cards
 firmware-linux - Binary firmware for various drivers in the Linux kernel 
(meta-pac
 firmware-linux-nonfree - Binary firmware for various drivers in the Linux 
kernel
 firmware-myricom - Binary firmware for Myri-10G Ethernet adapters
 firmware-netxen - Binary firmware for QLogic Intelligent Ethernet (3000 and 
3100 Se
 firmware-qlogic - Binary firmware for QLogic IBA7220, QLA1xxx, ISP2xxx and 
SP2x2
 firmware-ralink - Binary firmware for Ralink wireless cards
 firmware-realtek - Binary firmware for Realtek wired and wireless network 
adapters
Changes: 
 firmware-nonfree (0.36+wheezy.1) unstable; urgency=low
 .
   * Update to linux-support-3.2.0-4
   * iwlwifi: Add new driver names and full Intel product names to package
 description
   * linux: Recommend intel-microcode, amd64-microcode (Closes: #692604)
   * linux-nonfree: Add Radeon HD 7700/7800/7900 series firmware and
 Radeon HD IGP 7500/7600 series firmware (Closes: #677813)
   * realtek: Revert RTL8192SU/RTL8712U firmware to original version
 - Fixes connection drops with ASUS WL-167G V3 and D-Link DWA131
   * realtek: Add RTL8192CE/RTL8188CE A-cut and B-cut firmware
   * linux-nonfree: Add ENE UB6250 firmware (Closes: #687737)
   * atheros: Add firmware for newer AR3012 revisions
Checksums-Sha1: 
 54808839f94eef98dd4fc7508f08870489a9b086 2830 
firmware-nonfree_0.36+wheezy.1.dsc
 7c323636152d0e6570fd2918211fab595ade7fb9 13301962 
firmware-nonfree_0.36+wheezy.1.tar.gz
 575f39f3a5041bcfad83180b75cae08795e3767a 7752 
firmware-linux_0.36+wheezy.1_all.deb
 ddf5a1bb05e5524faea97cc104abdf3b29c92047 495008 
firmware-atheros_0.36+wheezy.1_all.deb
 b16aa29dbdf8b57b3958ebc2debf99e055589e6a 318562 
firmware-bnx2_0.36+wheezy.1_all.deb
 28ad2893be58caa865415a3cec05d46780d96c54 906528 
firmware-bnx2x_0.36+wheezy.1_all.deb
 52655aa22dff947a304ace3ff911d84a68c3bde3 8 
firmware-brcm80211_0.36+wheezy.1_all.deb
 0d24b82f689042aeaad47cebe68fa6433412cf33 2354806 
firmware-intelwimax_0.36+wheezy.1_all.deb
 7df0e8557e89efde17150a3583ea9ef37df0b98b 523932 
firmware-ipw2x00_0.36+wheezy.1_all.deb
 895e6f6b2ee75c436bbfca8c5e2e9063166b497a 136754 
firmware-ivtv_0.36+wheezy.1_all.deb
 7b04e377f0a38f3fc88e82f5421ccba753fb28df 3578810 
firmware-iwlwifi_0.36+wheezy.1_all.deb
 3dafcd28166d7edb235676765bb46a840f72ca01 1512110 
firmware-libertas_0.36+wheezy.1_all.deb
 95d51135d76a301953ce0d145c9d50e0a2b01b46 668042 
firmware-linux-nonfree_0.36+wheezy.1_all.deb
 f96c4a60bad8e36c9737ca7aff70b9daa137a75a 549830 
firmware-myricom_0.36+wheezy.1_all.deb
 890b02e609b784f9c54993540438ce6ca5d8bcff 1414566 
firmware-netxen_0.36+wheezy.1_all.deb
 cd1098156c053af61043b844749f483ba76d7bf9 526420 
firmware-qlogic_0.36+wheezy.1_all.deb
 a03610721839dda676010f88946713bc79b5920c 21386 
firmware-ralink_0.36+wheezy.1_all.deb
 7f55925ceb421c57586f889821ec3aea3fbef1a4 214558 
firmware-realtek_0.36+wheezy.1_all.deb
Checksums-Sha256: 
 b81dbc3dabab88f8507b04c3201b3e9157f338105701b1496e66f4c2b17f551d 2830 
firmware-nonfree_0.36+wheezy.1.dsc
 c24b3a786a42290f727b9e461d167fa6323a6c8bd9db042d303f597e713341c5 13301962 
firmware-nonfree_0.36+wheezy.1.tar.gz
 b65f2cd8b7df26dad426f1588a13465a33f8187aee57e085a4a2d0fc4244fd6c 7752 
firmware-linux_0.36+wheezy.1_all.deb
 2701f035f46e043ee15d23ed6b7e9860732ee5e58a1c04c7375ff13da4776143 495008 
firmware-atheros_0.36+wheezy.1_all.deb
 240d8d399c4c397edb5b9c6675e37c2986380bd094321e48cf3be0caac633e3d 318562 
firmware-bnx2_0.36+wheezy.1_all.deb
 89397b70b0a6661d76aaefa4ff11ebb0608762a29105139d74060be52f0b27f2 906528 
firmware-bnx2x_0.36+wheezy.1_all.deb
 0272645bb9fb48805217deb85ab18fda8c50f0d0f0f0ae5c9c990e107d49fea6 8 
firmware-brcm80211_0.36+wheezy.1_all.deb