Your message dated Thu, 29 Jan 2009 21:47:03 +0000
with message-id <e1lsej1-0003p5...@ries.debian.org>
and subject line Bug#513022: fixed in linux-modules-contrib-2.6 2.6.26-3
has caused the Debian Bug report #513022,
regarding Possible security flaw in ad-hoc probe request processing
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.)


-- 
513022: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=513022
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: rt73
Severity: critical
Tags: security, upstream

"Aviv" <spring...@gmail.com> wrote on Bugtraq:
> Some Ralinktech wireless cards drivers are suffer from integer
> overflow. by sending malformed 802.11 Probe Request packet with no
> care about victim's MAC\BSS\SSID can cause to remote code execution in
> kernel mode.
> 
> In order to exploit this issue, the attacker should send a Probe
> Request packet with SSID length bigger then 128 bytes (but less then
> 256) when the victim's card is in ADHOC mode.  attacker shouldn't be
> on the same network nor even know the MAC\BSS\SSID, he can just send
> it broadcast.
> 
> Tested on Ralink USB wireless adapter (RT73) V3.08 on win2k with the
> latest driver version.

(Archived at
<http://archives.neohapsis.com/archives/bugtraq/2009-01/0167.html>.)

No CVE number appears to have been assigned to this yet.

Ralink's Linux drivers are based on their Windows drivers and the
following code in PeerProbeReqSanity() in the source file sanity.c
appears to have exactly this flaw:

    if ((pFrame->Octet[0] != IE_SSID) || (pFrame->Octet[1] > MAX_LEN_OF_SSID))
    {
        DBGPRINT(RT_DEBUG_TRACE, "PeerProbeReqSanity fail - wrong SSID 
IE(Type=%d,Len=%d)\n",pFrame->Octet[0],pFrame->Octet[1]);
        return FALSE;
    }

    *pSsidLen = pFrame->Octet[1];
    memcpy(Ssid, &pFrame->Octet[2], *pSsidLen);

pFrame->Octet is an array of signed char and MAX_LEN_OF_SSID expands
to a decimal literal which will have type int.  Therefore unsigned
values in the range [128, 255] will be treated as values in the range
[-128, -1] and will pass the test.

Similar code exists in the rt2400, rt2500, rt2570, rt61 and rt2860
drivers.

Ben.



--- End Message ---
--- Begin Message ---
Source: linux-modules-contrib-2.6
Source-Version: 2.6.26-3

We believe that the bug you reported is fixed in the latest version of
linux-modules-contrib-2.6, which is due to be installed in the Debian FTP 
archive:

linux-modules-contrib-2.6_2.6.26-3.dsc
  to 
pool/contrib/l/linux-modules-contrib-2.6/linux-modules-contrib-2.6_2.6.26-3.dsc
linux-modules-contrib-2.6_2.6.26-3.tar.gz
  to 
pool/contrib/l/linux-modules-contrib-2.6/linux-modules-contrib-2.6_2.6.26-3.tar.gz
rt73-modules-2.6-486_2.6.26-3_i386.deb
  to 
pool/contrib/l/linux-modules-contrib-2.6/rt73-modules-2.6-486_2.6.26-3_i386.deb
rt73-modules-2.6-686-bigmem_2.6.26-3_i386.deb
  to 
pool/contrib/l/linux-modules-contrib-2.6/rt73-modules-2.6-686-bigmem_2.6.26-3_i386.deb
rt73-modules-2.6-686_2.6.26-3_i386.deb
  to 
pool/contrib/l/linux-modules-contrib-2.6/rt73-modules-2.6-686_2.6.26-3_i386.deb
rt73-modules-2.6-amd64_2.6.26-3_i386.deb
  to 
pool/contrib/l/linux-modules-contrib-2.6/rt73-modules-2.6-amd64_2.6.26-3_i386.deb
rt73-modules-2.6-openvz-686_2.6.26-3_i386.deb
  to 
pool/contrib/l/linux-modules-contrib-2.6/rt73-modules-2.6-openvz-686_2.6.26-3_i386.deb
rt73-modules-2.6-xen-686_2.6.26-3_i386.deb
  to 
pool/contrib/l/linux-modules-contrib-2.6/rt73-modules-2.6-xen-686_2.6.26-3_i386.deb
rt73-modules-2.6.26-1-486_2.6.26+1.0.3.6-cvs20080623-dfsg1-3_i386.deb
  to 
pool/contrib/l/linux-modules-contrib-2.6/rt73-modules-2.6.26-1-486_2.6.26+1.0.3.6-cvs20080623-dfsg1-3_i386.deb
rt73-modules-2.6.26-1-686-bigmem_2.6.26+1.0.3.6-cvs20080623-dfsg1-3_i386.deb
  to 
pool/contrib/l/linux-modules-contrib-2.6/rt73-modules-2.6.26-1-686-bigmem_2.6.26+1.0.3.6-cvs20080623-dfsg1-3_i386.deb
rt73-modules-2.6.26-1-686_2.6.26+1.0.3.6-cvs20080623-dfsg1-3_i386.deb
  to 
pool/contrib/l/linux-modules-contrib-2.6/rt73-modules-2.6.26-1-686_2.6.26+1.0.3.6-cvs20080623-dfsg1-3_i386.deb
rt73-modules-2.6.26-1-amd64_2.6.26+1.0.3.6-cvs20080623-dfsg1-3_i386.deb
  to 
pool/contrib/l/linux-modules-contrib-2.6/rt73-modules-2.6.26-1-amd64_2.6.26+1.0.3.6-cvs20080623-dfsg1-3_i386.deb
rt73-modules-2.6.26-1-openvz-686_2.6.26+1.0.3.6-cvs20080623-dfsg1-3_i386.deb
  to 
pool/contrib/l/linux-modules-contrib-2.6/rt73-modules-2.6.26-1-openvz-686_2.6.26+1.0.3.6-cvs20080623-dfsg1-3_i386.deb
rt73-modules-2.6.26-1-xen-686_2.6.26+1.0.3.6-cvs20080623-dfsg1-3_i386.deb
  to 
pool/contrib/l/linux-modules-contrib-2.6/rt73-modules-2.6.26-1-xen-686_2.6.26+1.0.3.6-cvs20080623-dfsg1-3_i386.deb



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 513...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Baumann <dan...@debian.org> (supplier of updated 
linux-modules-contrib-2.6 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: SHA1

Format: 1.8
Date: Thu, 29 Jan 2009 22:24:00 +0100
Source: linux-modules-contrib-2.6
Binary: rt73-modules-2.6.26-1-alpha-generic rt73-modules-2.6-alpha-generic 
rt73-modules-2.6.26-1-alpha-smp rt73-modules-2.6-alpha-smp 
rt73-modules-2.6.26-1-alpha-legacy rt73-modules-2.6-alpha-legacy 
rt73-modules-2.6.26-1-amd64 rt73-modules-2.6-amd64 
rt73-modules-2.6.26-1-openvz-amd64 rt73-modules-2.6-openvz-amd64 
rt73-modules-2.6.26-1-xen-amd64 rt73-modules-2.6-xen-amd64 
rt73-modules-2.6.26-1-footbridge rt73-modules-2.6-footbridge 
rt73-modules-2.6.26-1-iop32x rt73-modules-2.6-iop32x 
rt73-modules-2.6.26-1-ixp4xx rt73-modules-2.6-ixp4xx 
rt73-modules-2.6.26-1-orion5x rt73-modules-2.6-orion5x 
rt73-modules-2.6.26-1-versatile rt73-modules-2.6-versatile 
rt73-modules-2.6.26-1-parisc rt73-modules-2.6-parisc 
rt73-modules-2.6.26-1-parisc-smp rt73-modules-2.6-parisc-smp 
rt73-modules-2.6.26-1-parisc64 rt73-modules-2.6-parisc64 
rt73-modules-2.6.26-1-parisc64-smp rt73-modules-2.6-parisc64-smp 
rt73-modules-2.6.26-1-486 rt73-modules-2.6-486 rt73-modules-2.6.26-1-686 
rt73-modules-2.6-686 rt73-modules-2.6.26-1-686-bigmem 
rt73-modules-2.6-686-bigmem rt73-modules-2.6.26-1-openvz-686 
rt73-modules-2.6-openvz-686 rt73-modules-2.6.26-1-xen-686 
rt73-modules-2.6-xen-686 rt73-modules-2.6.26-1-itanium rt73-modules-2.6-itanium 
rt73-modules-2.6.26-1-mckinley rt73-modules-2.6-mckinley 
rt73-modules-2.6.26-1-amiga rt73-modules-2.6-amiga rt73-modules-2.6.26-1-atari 
rt73-modules-2.6-atari rt73-modules-2.6.26-1-bvme6000 rt73-modules-2.6-bvme6000 
rt73-modules-2.6.26-1-mac rt73-modules-2.6-mac rt73-modules-2.6.26-1-mvme147 
rt73-modules-2.6-mvme147 rt73-modules-2.6.26-1-mvme16x rt73-modules-2.6-mvme16x 
rt73-modules-2.6.26-1-r4k-ip22 rt73-modules-2.6-r4k-ip22 
rt73-modules-2.6.26-1-r5k-ip32 rt73-modules-2.6-r5k-ip32 
rt73-modules-2.6.26-1-sb1-bcm91250a rt73-modules-2.6-sb1-bcm91250a 
rt73-modules-2.6.26-1-sb1a-bcm91480b rt73-modules-2.6-sb1a-bcm91480b 
rt73-modules-2.6.26-1-4kc-malta rt73-modules-2.6-4kc-malta 
rt73-modules-2.6.26-1-5kc-malta rt73-modules-2.6-5kc-malta 
rt73-modules-2.6.26-1-r5k-cobalt rt73-modules-2.6-r5k-cobalt 
rt73-modules-2.6.26-1-s390 rt73-modules-2.6-s390 rt73-modules-2.6.26-1-s390x 
rt73-modules-2.6-s390x
Architecture: source i386
Version: 2.6.26-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Kernel Team <debian-ker...@lists.debian.org>
Changed-By: Daniel Baumann <dan...@debian.org>
Description: 
 rt73-modules-2.6-486 - Driver for Ralink RT73 wireless network card modules 
for Linux 2.
 rt73-modules-2.6-4kc-malta - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6-5kc-malta - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6-686 - Driver for Ralink RT73 wireless network card modules 
for Linux 2.
 rt73-modules-2.6-686-bigmem - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6-alpha-generic - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6-alpha-legacy - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6-alpha-smp - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6-amd64 - Driver for Ralink RT73 wireless network card modules 
for Linux 2.
 rt73-modules-2.6-amiga - Driver for Ralink RT73 wireless network card modules 
for Linux 2.
 rt73-modules-2.6-atari - Driver for Ralink RT73 wireless network card modules 
for Linux 2.
 rt73-modules-2.6-bvme6000 - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6-footbridge - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6-iop32x - Driver for Ralink RT73 wireless network card modules 
for Linux 2.
 rt73-modules-2.6-itanium - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6-ixp4xx - Driver for Ralink RT73 wireless network card modules 
for Linux 2.
 rt73-modules-2.6-mac - Driver for Ralink RT73 wireless network card modules 
for Linux 2.
 rt73-modules-2.6-mckinley - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6-mvme147 - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6-mvme16x - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6-openvz-686 - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6-openvz-amd64 - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6-orion5x - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6-parisc - Driver for Ralink RT73 wireless network card modules 
for Linux 2.
 rt73-modules-2.6-parisc-smp - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6-parisc64 - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6-parisc64-smp - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6-r4k-ip22 - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6-r5k-cobalt - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6-r5k-ip32 - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6-s390 - Driver for Ralink RT73 wireless network card modules 
for Linux 2.
 rt73-modules-2.6-s390x - Driver for Ralink RT73 wireless network card modules 
for Linux 2.
 rt73-modules-2.6-sb1-bcm91250a - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6-sb1a-bcm91480b - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6-versatile - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6-xen-686 - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6-xen-amd64 - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6.26-1-486 - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6.26-1-4kc-malta - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6.26-1-5kc-malta - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6.26-1-686 - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6.26-1-686-bigmem - Driver for Ralink RT73 wireless network 
card modules for Linux 2.
 rt73-modules-2.6.26-1-alpha-generic - Driver for Ralink RT73 wireless network 
card modules for Linux 2.
 rt73-modules-2.6.26-1-alpha-legacy - Driver for Ralink RT73 wireless network 
card modules for Linux 2.
 rt73-modules-2.6.26-1-alpha-smp - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6.26-1-amd64 - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6.26-1-amiga - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6.26-1-atari - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6.26-1-bvme6000 - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6.26-1-footbridge - Driver for Ralink RT73 wireless network 
card modules for Linux 2.
 rt73-modules-2.6.26-1-iop32x - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6.26-1-itanium - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6.26-1-ixp4xx - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6.26-1-mac - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6.26-1-mckinley - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6.26-1-mvme147 - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6.26-1-mvme16x - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6.26-1-openvz-686 - Driver for Ralink RT73 wireless network 
card modules for Linux 2.
 rt73-modules-2.6.26-1-openvz-amd64 - Driver for Ralink RT73 wireless network 
card modules for Linux 2.
 rt73-modules-2.6.26-1-orion5x - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6.26-1-parisc - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6.26-1-parisc-smp - Driver for Ralink RT73 wireless network 
card modules for Linux 2.
 rt73-modules-2.6.26-1-parisc64 - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6.26-1-parisc64-smp - Driver for Ralink RT73 wireless network 
card modules for Linux 2.
 rt73-modules-2.6.26-1-r4k-ip22 - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6.26-1-r5k-cobalt - Driver for Ralink RT73 wireless network 
card modules for Linux 2.
 rt73-modules-2.6.26-1-r5k-ip32 - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6.26-1-s390 - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6.26-1-s390x - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6.26-1-sb1-bcm91250a - Driver for Ralink RT73 wireless network 
card modules for Linux 2.
 rt73-modules-2.6.26-1-sb1a-bcm91480b - Driver for Ralink RT73 wireless network 
card modules for Linux 2.
 rt73-modules-2.6.26-1-versatile - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6.26-1-xen-686 - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
 rt73-modules-2.6.26-1-xen-amd64 - Driver for Ralink RT73 wireless network card 
modules for Linux 2.
Closes: 513022
Changes: 
 linux-modules-contrib-2.6 (2.6.26-3) unstable; urgency=medium
 .
   * Manually triggering rebuild against fixed r73 (Closes: #513022).
   * Excluding rt73 on vserver in order to not need to go through NEW at
     this stage of the release.
Checksums-Sha1: 
 1da2d9e75a183527900319a4fbd7fd9802fb95de 3867 
linux-modules-contrib-2.6_2.6.26-3.dsc
 c0515b34fe93aae61b635fee5845d022d906f636 20629 
linux-modules-contrib-2.6_2.6.26-3.tar.gz
 0b405787efe66c17f028f1ca005537712db81bf1 104910 
rt73-modules-2.6.26-1-486_2.6.26+1.0.3.6-cvs20080623-dfsg1-3_i386.deb
 119c59d2c4c51199a648a78a1fb0849c88d2256b 3554 
rt73-modules-2.6-486_2.6.26-3_i386.deb
 6dde677e293b19ae6175ef95fe5767b153ea0792 104830 
rt73-modules-2.6.26-1-686_2.6.26+1.0.3.6-cvs20080623-dfsg1-3_i386.deb
 c3cdfb331ec983e15e829172d1ae355d30564f64 3578 
rt73-modules-2.6-686_2.6.26-3_i386.deb
 221a4b6b858576bffcf3f4aaa9c2d02a813b5030 104870 
rt73-modules-2.6.26-1-686-bigmem_2.6.26+1.0.3.6-cvs20080623-dfsg1-3_i386.deb
 9c40a074e286a994e444ed92125fb288c67f0bf7 3600 
rt73-modules-2.6-686-bigmem_2.6.26-3_i386.deb
 6def87f30ce3933333ca8171056bfaebe43f286b 108264 
rt73-modules-2.6.26-1-amd64_2.6.26+1.0.3.6-cvs20080623-dfsg1-3_i386.deb
 7110032ddf5ae7267e3be8fde60ae63cf17d1f6a 3580 
rt73-modules-2.6-amd64_2.6.26-3_i386.deb
 fa62194e1ac34023182348352ae6720769057c76 104856 
rt73-modules-2.6.26-1-openvz-686_2.6.26+1.0.3.6-cvs20080623-dfsg1-3_i386.deb
 35eaa8825e541b8e909bceb61f11cad8e8e0bc80 3584 
rt73-modules-2.6-openvz-686_2.6.26-3_i386.deb
 5a7a015129cd133adab07ba375ebcaa21c157e34 104824 
rt73-modules-2.6.26-1-xen-686_2.6.26+1.0.3.6-cvs20080623-dfsg1-3_i386.deb
 42779aa85b0e5c03b568293618edcc7cf298be7c 3560 
rt73-modules-2.6-xen-686_2.6.26-3_i386.deb
Checksums-Sha256: 
 0a6ca4620c1615c0cdf18819165f301b1de42c1ef9f44e6e4d40aaddfb033bb4 3867 
linux-modules-contrib-2.6_2.6.26-3.dsc
 2855fa37e622a57ac2fa74d9f4b68e628d6da5de23d02f601670a6bb2226d0d9 20629 
linux-modules-contrib-2.6_2.6.26-3.tar.gz
 bbaf75a685f8d3f89aad334921a4dae0f635fa086226310b22afc4c691140d37 104910 
rt73-modules-2.6.26-1-486_2.6.26+1.0.3.6-cvs20080623-dfsg1-3_i386.deb
 c1127b3a4e9fada2d20660d54633212249da4caaf22af8bc24f5319d43f74ee5 3554 
rt73-modules-2.6-486_2.6.26-3_i386.deb
 524212bb5df71a033c0c93f5010329d1282a18ef32e8743119bf82f71eaabeae 104830 
rt73-modules-2.6.26-1-686_2.6.26+1.0.3.6-cvs20080623-dfsg1-3_i386.deb
 63a3fcaa1333a8b1648811d5c0a890ff4f6a26676eca6bbfa7939de863334f93 3578 
rt73-modules-2.6-686_2.6.26-3_i386.deb
 97e4d659a3e246d071510c735fb09041a70a10b2205eb5f6ca1a5ed74ef64b63 104870 
rt73-modules-2.6.26-1-686-bigmem_2.6.26+1.0.3.6-cvs20080623-dfsg1-3_i386.deb
 7b66cf7a986132d75624b185b896ffdb2833fee1801a03c7423bc8e9d8e18c72 3600 
rt73-modules-2.6-686-bigmem_2.6.26-3_i386.deb
 483451b92d7aea98e90d08ef92d29e5634167d0545b4e2687d3b28b7e821683f 108264 
rt73-modules-2.6.26-1-amd64_2.6.26+1.0.3.6-cvs20080623-dfsg1-3_i386.deb
 1c7900c2f1dc23247d477aa630272459ef52f57dbb4fdeb147269fb98ebcd4e6 3580 
rt73-modules-2.6-amd64_2.6.26-3_i386.deb
 b26e0a262756298dde9725cb25ed5c0db24ab78e9ffb5c2d7f9493557677ac88 104856 
rt73-modules-2.6.26-1-openvz-686_2.6.26+1.0.3.6-cvs20080623-dfsg1-3_i386.deb
 445ef4ea4f21eb2c6569f3d95e0903d796ed3b8c18e0b1a1a5699b7f60aebdff 3584 
rt73-modules-2.6-openvz-686_2.6.26-3_i386.deb
 15d92de4b9121088a3db89fdff8be77b145e0811053ef5c309d065ae6d3a1f25 104824 
rt73-modules-2.6.26-1-xen-686_2.6.26+1.0.3.6-cvs20080623-dfsg1-3_i386.deb
 5e7154b7e76640edc82e4454ce41284f9b122bb6fc863715e7927878cffc1757 3560 
rt73-modules-2.6-xen-686_2.6.26-3_i386.deb
Files: 
 5a61224251befc65d153b7f1e88a0fab 3867 contrib/devel optional 
linux-modules-contrib-2.6_2.6.26-3.dsc
 c90df56e6ec4deec27c923d0c4bd32c4 20629 contrib/devel optional 
linux-modules-contrib-2.6_2.6.26-3.tar.gz
 90f288a93a1d0ee9dd516c21ca5bcdab 104910 contrib/admin optional 
rt73-modules-2.6.26-1-486_2.6.26+1.0.3.6-cvs20080623-dfsg1-3_i386.deb
 5f5214084fc32acaa9386712084820ee 3554 contrib/admin optional 
rt73-modules-2.6-486_2.6.26-3_i386.deb
 fbd081a3af7797678957e90708274ad6 104830 contrib/admin optional 
rt73-modules-2.6.26-1-686_2.6.26+1.0.3.6-cvs20080623-dfsg1-3_i386.deb
 fe7da79b8a5282eed5ba372018c259e1 3578 contrib/admin optional 
rt73-modules-2.6-686_2.6.26-3_i386.deb
 3a4852cb19ecf2fb670790c4b8bace55 104870 contrib/admin optional 
rt73-modules-2.6.26-1-686-bigmem_2.6.26+1.0.3.6-cvs20080623-dfsg1-3_i386.deb
 25298cbca05b995a85eeb4c6617cb4c2 3600 contrib/admin optional 
rt73-modules-2.6-686-bigmem_2.6.26-3_i386.deb
 882073899dc36fef4769f89d21007743 108264 contrib/admin optional 
rt73-modules-2.6.26-1-amd64_2.6.26+1.0.3.6-cvs20080623-dfsg1-3_i386.deb
 2abb3dee06f99154943c121223a2128d 3580 contrib/admin optional 
rt73-modules-2.6-amd64_2.6.26-3_i386.deb
 2fbd205cd8e99e353478abc117a56b2f 104856 contrib/admin optional 
rt73-modules-2.6.26-1-openvz-686_2.6.26+1.0.3.6-cvs20080623-dfsg1-3_i386.deb
 b56609d5ad2d13438ef22fc34325a3bf 3584 contrib/admin optional 
rt73-modules-2.6-openvz-686_2.6.26-3_i386.deb
 630be54956d093508ba985bc2cadc181 104824 contrib/admin optional 
rt73-modules-2.6.26-1-xen-686_2.6.26+1.0.3.6-cvs20080623-dfsg1-3_i386.deb
 5a475681bd1e7dab70f159583f99bbe3 3560 contrib/admin optional 
rt73-modules-2.6-xen-686_2.6.26-3_i386.deb

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

iEYEARECAAYFAkmCIcMACgkQ+C5cwEsrK55WPwCeNLKhWygsuMZlNzuxRWWoLEN2
Z9YAn3VR/XHUdyGd4RWDe06KgpD5UEzI
=LwyG
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to