Your message dated Fri, 24 Jul 2009 16:32:45 +0000
with message-id <[email protected]>
and subject line Bug#537351: fixed in pulseaudio 0.9.15-4.1
has caused the Debian Bug report #537351,
regarding pulsaudio: CVE-2009-1894 race allows privilege escalation to root
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 [email protected]
immediately.)


-- 
537351: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537351
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pulseaudio
Severity: grave
Tags: security patch

Hi,
the following CVE (Common Vulnerabilities & Exposures) id was
published for pulseaudio.

CVE-2009-1894[0]:
| Race condition
| 
| If the PulseAudio binary is started on Linux systems, it checks if the
| LD_BIND_NOW environment variable is set. If this is not the case, PulseAudio
| will set the variable and it will reload itself. It tries to determine its 
path
| name by looking at the /proc/self/exe symbolic link. This symbolic link will
| point to the full path name of the current process.
| 
| int main(int argc, char *argv[]) {
| [...]
| #if defined(__linux__) && defined(__OPTIMIZE__)
|    /*
|       Disable lazy relocations to make usage of external libraries
|       more deterministic for our RT threads. We abuse __OPTIMIZE__ as
|       a check whether we are a debug build or not.
|    */
|    
|    if (!getenv("LD_BIND_NOW")) {
|       char *rp;
|    
|       /* We have to execute ourselves, because the libc caches the
|       * value of $LD_BIND_NOW on initialization. */
|    
|       pa_set_env("LD_BIND_NOW", "1");
|       pa_assert_se(rp = pa_readlink("/proc/self/exe"));
|       pa_assert_se(execv(rp, argv) == 0);
|    }
| #endif
| 
| Normally, /proc/self/exe will point to something like /usr/bin/pulseaudio.
| However by using hard links, it is possible to cause /proc/self/exe to point 
to
| a different location.
| 
| $ cd /tmp
| $ ls -la /proc/self/exe
| lrwxrwxrwx 1 yorick yorick 0 2009-06-09 16:31 /proc/self/exe -> /bin/ls
| $ ln `which ls` ls
| $ ./ls -la /proc/self/exe
| lrwxrwxrwx 1 yorick yorick 0 2009-06-09 16:31 /proc/self/exe -> /tmp/ls
| 
| In addition, if a hard link is created, the SUID bit is preserved.
| 
| $ ln `which pulseaudio` pulseaudio
| $ ls -la pulseaudio 
| -rwsr-xr-x 2 root root 71616 2009-04-09 02:12 pulseaudio
| 
| A race condition exists in the reload mechanism of PulseAudio. An attacker
| can exploit this issue by creating a hard link pointing to the PulseAudio
| binary. After this it can execute this binary through the hard link. At this
| moment /proc/sef/exe will point to the hard link. Before PulseAudio is
| restarted, the attacker can replace the hard link with a different 
(executable)
| file or (symbolic) link. If PulseAudio is restarted, it will use a path name
| that at this moment points to a different file, for example a command shell.
| Root privileges are not dropped when PulseAudio is reloading, thus allowing a
| local attacker to gain root privileges.
| 
| Please note, this attack is only possible if the attacker can create hard
| links on the same hard disk partition on which PulseAudio is installed (i.e.
| /usr/bin and /tmp reside on the same partition).

If you fix the vulnerability please also make sure to include the
CVE id in your changelog entry.

Patch available at 
http://git.0pointer.de/?p=pulseaudio.git;a=commitdiff_plain;h=84200b423ebfa7e2dad9b1b65f64eac7bf3d2114;hp=ff252cb48d9bd827d262eb2633fecaff47c6fe5c

For further information see:

[0] http://www.akitasecurity.nl/advisory.php?id=AK20090602
    http://security-tracker.debian.net/tracker/CVE-2009-1894

-- 
Nico Golde - http://www.ngolde.de - [email protected] - GPG: 0xA0A0AAAA
For security reasons, all text in this mail is double-rot13 encrypted.

Attachment: pgpdISjuBkYfT.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: pulseaudio
Source-Version: 0.9.15-4.1

We believe that the bug you reported is fixed in the latest version of
pulseaudio, which is due to be installed in the Debian FTP archive:

libpulse-browse0-dbg_0.9.15-4.1_amd64.deb
  to pool/main/p/pulseaudio/libpulse-browse0-dbg_0.9.15-4.1_amd64.deb
libpulse-browse0_0.9.15-4.1_amd64.deb
  to pool/main/p/pulseaudio/libpulse-browse0_0.9.15-4.1_amd64.deb
libpulse-dev_0.9.15-4.1_amd64.deb
  to pool/main/p/pulseaudio/libpulse-dev_0.9.15-4.1_amd64.deb
libpulse-mainloop-glib0-dbg_0.9.15-4.1_amd64.deb
  to pool/main/p/pulseaudio/libpulse-mainloop-glib0-dbg_0.9.15-4.1_amd64.deb
libpulse-mainloop-glib0_0.9.15-4.1_amd64.deb
  to pool/main/p/pulseaudio/libpulse-mainloop-glib0_0.9.15-4.1_amd64.deb
libpulse0-dbg_0.9.15-4.1_amd64.deb
  to pool/main/p/pulseaudio/libpulse0-dbg_0.9.15-4.1_amd64.deb
libpulse0_0.9.15-4.1_amd64.deb
  to pool/main/p/pulseaudio/libpulse0_0.9.15-4.1_amd64.deb
pulseaudio-dbg_0.9.15-4.1_amd64.deb
  to pool/main/p/pulseaudio/pulseaudio-dbg_0.9.15-4.1_amd64.deb
pulseaudio-esound-compat-dbg_0.9.15-4.1_amd64.deb
  to pool/main/p/pulseaudio/pulseaudio-esound-compat-dbg_0.9.15-4.1_amd64.deb
pulseaudio-esound-compat_0.9.15-4.1_amd64.deb
  to pool/main/p/pulseaudio/pulseaudio-esound-compat_0.9.15-4.1_amd64.deb
pulseaudio-module-bluetooth-dbg_0.9.15-4.1_amd64.deb
  to pool/main/p/pulseaudio/pulseaudio-module-bluetooth-dbg_0.9.15-4.1_amd64.deb
pulseaudio-module-bluetooth_0.9.15-4.1_amd64.deb
  to pool/main/p/pulseaudio/pulseaudio-module-bluetooth_0.9.15-4.1_amd64.deb
pulseaudio-module-gconf-dbg_0.9.15-4.1_amd64.deb
  to pool/main/p/pulseaudio/pulseaudio-module-gconf-dbg_0.9.15-4.1_amd64.deb
pulseaudio-module-gconf_0.9.15-4.1_amd64.deb
  to pool/main/p/pulseaudio/pulseaudio-module-gconf_0.9.15-4.1_amd64.deb
pulseaudio-module-hal-dbg_0.9.15-4.1_amd64.deb
  to pool/main/p/pulseaudio/pulseaudio-module-hal-dbg_0.9.15-4.1_amd64.deb
pulseaudio-module-hal_0.9.15-4.1_amd64.deb
  to pool/main/p/pulseaudio/pulseaudio-module-hal_0.9.15-4.1_amd64.deb
pulseaudio-module-jack-dbg_0.9.15-4.1_amd64.deb
  to pool/main/p/pulseaudio/pulseaudio-module-jack-dbg_0.9.15-4.1_amd64.deb
pulseaudio-module-jack_0.9.15-4.1_amd64.deb
  to pool/main/p/pulseaudio/pulseaudio-module-jack_0.9.15-4.1_amd64.deb
pulseaudio-module-lirc-dbg_0.9.15-4.1_amd64.deb
  to pool/main/p/pulseaudio/pulseaudio-module-lirc-dbg_0.9.15-4.1_amd64.deb
pulseaudio-module-lirc_0.9.15-4.1_amd64.deb
  to pool/main/p/pulseaudio/pulseaudio-module-lirc_0.9.15-4.1_amd64.deb
pulseaudio-module-raop-dbg_0.9.15-4.1_amd64.deb
  to pool/main/p/pulseaudio/pulseaudio-module-raop-dbg_0.9.15-4.1_amd64.deb
pulseaudio-module-raop_0.9.15-4.1_amd64.deb
  to pool/main/p/pulseaudio/pulseaudio-module-raop_0.9.15-4.1_amd64.deb
pulseaudio-module-x11-dbg_0.9.15-4.1_amd64.deb
  to pool/main/p/pulseaudio/pulseaudio-module-x11-dbg_0.9.15-4.1_amd64.deb
pulseaudio-module-x11_0.9.15-4.1_amd64.deb
  to pool/main/p/pulseaudio/pulseaudio-module-x11_0.9.15-4.1_amd64.deb
pulseaudio-module-zeroconf-dbg_0.9.15-4.1_amd64.deb
  to pool/main/p/pulseaudio/pulseaudio-module-zeroconf-dbg_0.9.15-4.1_amd64.deb
pulseaudio-module-zeroconf_0.9.15-4.1_amd64.deb
  to pool/main/p/pulseaudio/pulseaudio-module-zeroconf_0.9.15-4.1_amd64.deb
pulseaudio-utils-dbg_0.9.15-4.1_amd64.deb
  to pool/main/p/pulseaudio/pulseaudio-utils-dbg_0.9.15-4.1_amd64.deb
pulseaudio-utils_0.9.15-4.1_amd64.deb
  to pool/main/p/pulseaudio/pulseaudio-utils_0.9.15-4.1_amd64.deb
pulseaudio_0.9.15-4.1.diff.gz
  to pool/main/p/pulseaudio/pulseaudio_0.9.15-4.1.diff.gz
pulseaudio_0.9.15-4.1.dsc
  to pool/main/p/pulseaudio/pulseaudio_0.9.15-4.1.dsc
pulseaudio_0.9.15-4.1_amd64.deb
  to pool/main/p/pulseaudio/pulseaudio_0.9.15-4.1_amd64.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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nico Golde <[email protected]> (supplier of updated pulseaudio 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 24 Jul 2009 18:02:24 +0200
Source: pulseaudio
Binary: pulseaudio pulseaudio-dbg pulseaudio-utils pulseaudio-utils-dbg 
pulseaudio-esound-compat pulseaudio-esound-compat-dbg 
pulseaudio-module-zeroconf pulseaudio-module-zeroconf-dbg pulseaudio-module-hal 
pulseaudio-module-hal-dbg pulseaudio-module-jack pulseaudio-module-jack-dbg 
pulseaudio-module-lirc pulseaudio-module-lirc-dbg pulseaudio-module-gconf 
pulseaudio-module-gconf-dbg pulseaudio-module-raop pulseaudio-module-raop-dbg 
pulseaudio-module-bluetooth pulseaudio-module-bluetooth-dbg 
pulseaudio-module-x11 pulseaudio-module-x11-dbg libpulse0 libpulse0-dbg 
libpulse-mainloop-glib0 libpulse-mainloop-glib0-dbg libpulse-browse0 
libpulse-browse0-dbg libpulse-dev
Architecture: source amd64
Version: 0.9.15-4.1
Distribution: unstable
Urgency: high
Maintainer: Pulseaudio maintenance team 
<[email protected]>
Changed-By: Nico Golde <[email protected]>
Description: 
 libpulse-browse0 - PulseAudio client libraries (zeroconf support)
 libpulse-browse0-dbg - PulseAudio client libraries (zeroconf support) 
debugging symbols
 libpulse-dev - PulseAudio client development headers and libraries
 libpulse-mainloop-glib0 - PulseAudio client libraries (glib support)
 libpulse-mainloop-glib0-dbg - PulseAudio client libraries (glib support) 
debugging symbols
 libpulse0  - PulseAudio client libraries
 libpulse0-dbg - PulseAudio client libraries detached debugging symbols
 pulseaudio - PulseAudio sound server
 pulseaudio-dbg - PulseAudio sound server detached debugging symbols
 pulseaudio-esound-compat - PulseAudio ESD compatibility layer
 pulseaudio-esound-compat-dbg - PulseAudio ESD compatibility layer debugging 
symbols
 pulseaudio-module-bluetooth - Bluetooth module for PulseAudio sound server
 pulseaudio-module-bluetooth-dbg - Bluetooth module for PulseAudio sound server
 pulseaudio-module-gconf - GConf module for PulseAudio sound server
 pulseaudio-module-gconf-dbg - GConf module for PulseAudio sound server 
debugging symbols
 pulseaudio-module-hal - HAL device detection module for PulseAudio sound server
 pulseaudio-module-hal-dbg - HAL module for PulseAudio sound server debugging 
symbols
 pulseaudio-module-jack - jackd modules for PulseAudio sound server
 pulseaudio-module-jack-dbg - jackd modules for PulseAudio sound server 
debugging symbols
 pulseaudio-module-lirc - lirc module for PulseAudio sound server
 pulseaudio-module-lirc-dbg - lirc module for PulseAudio sound server debugging 
symbols
 pulseaudio-module-raop - RAOP module for PulseAudio sound server
 pulseaudio-module-raop-dbg - RAOP module for PulseAudio sound server
 pulseaudio-module-x11 - X11 module for PulseAudio sound server
 pulseaudio-module-x11-dbg - X11 module for PulseAudio sound server debugging 
symbols
 pulseaudio-module-zeroconf - Zeroconf module for PulseAudio sound server
 pulseaudio-module-zeroconf-dbg - Zeroconf module for PulseAudio sound server 
debugging symbols
 pulseaudio-utils - Command line tools for the PulseAudio sound server
 pulseaudio-utils-dbg - PulseAudio command line tools detached debugging symbols
Closes: 537351
Changes: 
 pulseaudio (0.9.15-4.1) unstable; urgency=high
 .
   * Non-maintainer upload by the Security Team.
   * Fix race condition when reading /proc/self/exe and reloading the binary
     that leads to arbitrary code execution as pulseaudio is suid root
     + Use LDFLAGS to preload DSOs
     + regenerate autofoo
     (CVE-2009-1894; Closes: #537351).
Checksums-Sha1: 
 1446a1f4bff005d9df734348dbfcb1264b2dafeb 2603 pulseaudio_0.9.15-4.1.dsc
 c174edf68def7398dcceda0398453fdb38c5b057 40884 pulseaudio_0.9.15-4.1.diff.gz
 41964df914da50e35e9015a5e1d3ddd95aea701a 1015510 
pulseaudio_0.9.15-4.1_amd64.deb
 c3ef4c645f0627bf8806b8659057d167778acc22 1268956 
pulseaudio-dbg_0.9.15-4.1_amd64.deb
 2755867062d99e23676d8bd4d3278788c12aeb0c 194680 
pulseaudio-utils_0.9.15-4.1_amd64.deb
 552cb60a4802e1bb57f3b2e512a491df758e4307 216626 
pulseaudio-utils-dbg_0.9.15-4.1_amd64.deb
 eeb23069fd63d69b733a2487140af9633e7195a7 158990 
pulseaudio-esound-compat_0.9.15-4.1_amd64.deb
 72e978886317884a0032c47a24f500fb272caace 186564 
pulseaudio-esound-compat-dbg_0.9.15-4.1_amd64.deb
 bc7b2fa4a713b1a7d4f3798f57fddd8366860599 143988 
pulseaudio-module-zeroconf_0.9.15-4.1_amd64.deb
 f6c177c88cdd05ea19c586d726af777bac71f01b 166494 
pulseaudio-module-zeroconf-dbg_0.9.15-4.1_amd64.deb
 24c02d7cfdbce38c3266dd278f0cebfa9e4fb819 137276 
pulseaudio-module-hal_0.9.15-4.1_amd64.deb
 76afbf783a093d68945d2310a8408833cdffa703 144312 
pulseaudio-module-hal-dbg_0.9.15-4.1_amd64.deb
 355e40b9781280327f1cdb7a3920cf26e96dd895 140816 
pulseaudio-module-jack_0.9.15-4.1_amd64.deb
 9e1bbcac6e4beb268200c25d3fef81a379848ddd 157216 
pulseaudio-module-jack-dbg_0.9.15-4.1_amd64.deb
 dae54406a5b7c7decd9715378825de26dafb1e10 131878 
pulseaudio-module-lirc_0.9.15-4.1_amd64.deb
 2cebce7f4b77c05265f9b7e65011ca0853dc7505 138658 
pulseaudio-module-lirc-dbg_0.9.15-4.1_amd64.deb
 b70bccff8caeefe4872e48f2f0a6860535ee2e8f 135314 
pulseaudio-module-gconf_0.9.15-4.1_amd64.deb
 d3c35210decb7e2cd4beeb8690bf47b8fc989445 144784 
pulseaudio-module-gconf-dbg_0.9.15-4.1_amd64.deb
 d2cb5eb88ee651643824d93a30d6bd9c703809e9 148066 
pulseaudio-module-raop_0.9.15-4.1_amd64.deb
 7e3edbce3eec8c3d9976e135ddbf515978f6aac5 173418 
pulseaudio-module-raop-dbg_0.9.15-4.1_amd64.deb
 b07750ac9716165efe7f4d8c8690c5d7ccd6c4bb 188376 
pulseaudio-module-bluetooth_0.9.15-4.1_amd64.deb
 1cdab0f15632726e2ffcec369b22111d6fce662a 227764 
pulseaudio-module-bluetooth-dbg_0.9.15-4.1_amd64.deb
 4df4cdada3563350db4630d476bcb11de21892b2 141020 
pulseaudio-module-x11_0.9.15-4.1_amd64.deb
 846d4194023c1a74f9f2006ca0967a970ad29287 171156 
pulseaudio-module-x11-dbg_0.9.15-4.1_amd64.deb
 31f8e616e211c82fb35d2296529d0f82e9de1091 347606 libpulse0_0.9.15-4.1_amd64.deb
 34e2b446d13c859bb4f5f91eaf0504fa73bbf000 502804 
libpulse0-dbg_0.9.15-4.1_amd64.deb
 6188a3f4696e1d4d764a1fb5ddc23f7c3505de18 134026 
libpulse-mainloop-glib0_0.9.15-4.1_amd64.deb
 d86d90e427d72ff39595c91986d6589a2e1798f3 139070 
libpulse-mainloop-glib0-dbg_0.9.15-4.1_amd64.deb
 d56770e529aec798307962738dfaa62fe983eea0 134866 
libpulse-browse0_0.9.15-4.1_amd64.deb
 696b98bd1514016af577b87c97e0d85a9e9c4d8a 141810 
libpulse-browse0-dbg_0.9.15-4.1_amd64.deb
 dd4493110bc2485c63b480273ae2ca43ba548876 183224 
libpulse-dev_0.9.15-4.1_amd64.deb
Checksums-Sha256: 
 0cc9d81a45950ecffff4503bcadd2b1e960f69ce8a457bbc67f56d61412d52b3 2603 
pulseaudio_0.9.15-4.1.dsc
 697fdf58d74df79e9b79bea478d7b0e1b3f2ec50c546c75406dee8b72ca8b4d5 40884 
pulseaudio_0.9.15-4.1.diff.gz
 04d2c8967ab90079eab433f6cdaa5295419141fa9c3b71556d67a8f499a10b5b 1015510 
pulseaudio_0.9.15-4.1_amd64.deb
 c42ef5ebf8c8c9968474487904e98f68d03934f12102f73c154420261a1cc4f7 1268956 
pulseaudio-dbg_0.9.15-4.1_amd64.deb
 27be2c964abb7efb26b4db9ee0f2fcde9d5d09f5a57f359eedee54785074d40a 194680 
pulseaudio-utils_0.9.15-4.1_amd64.deb
 d540375777f959f838fff2465e83c8b2d072b26c0bfb746631f12d184b376dbe 216626 
pulseaudio-utils-dbg_0.9.15-4.1_amd64.deb
 a304413c8363946d2feae939e36cf51f49bf8d1b73c120d9c4eca468d5717185 158990 
pulseaudio-esound-compat_0.9.15-4.1_amd64.deb
 a665a38650be3ad8dcf8744bf4447edabdab703d3a5c6e903416171d97a95527 186564 
pulseaudio-esound-compat-dbg_0.9.15-4.1_amd64.deb
 238a17eae24588b03510447c1625e11feddfa9085a6786d404725f5533c167f4 143988 
pulseaudio-module-zeroconf_0.9.15-4.1_amd64.deb
 90a9e80a32c70e871f9c01cfa8545419bc0b01c0796f1fb5a7ec0abdba1f1a95 166494 
pulseaudio-module-zeroconf-dbg_0.9.15-4.1_amd64.deb
 4fe439a7e4b20eedbc229460931ea22c49e99c4688298a9ebab9156b287acfe1 137276 
pulseaudio-module-hal_0.9.15-4.1_amd64.deb
 b6b5d76a46020f797a6b2d0a48f14319ad67bd35342cf800f9aa03864ff327f3 144312 
pulseaudio-module-hal-dbg_0.9.15-4.1_amd64.deb
 b32f3a496dbc759e441b4260b3c3350329d8d1cfc3ae38ab03bc446e774ed663 140816 
pulseaudio-module-jack_0.9.15-4.1_amd64.deb
 cd1473329e376ca837022b92b87cc9bbdc3cb143d82704243d26279672a67260 157216 
pulseaudio-module-jack-dbg_0.9.15-4.1_amd64.deb
 8387dc0205fb4a389893472902fcd61a58726c7d4cc9309c3d372d71d60a95b5 131878 
pulseaudio-module-lirc_0.9.15-4.1_amd64.deb
 bbba8fd276a38e4011dd99257b8319c92338d16be6b1e7286d74eeca6931ed62 138658 
pulseaudio-module-lirc-dbg_0.9.15-4.1_amd64.deb
 9a411126d96ac9a42b2365b056a0c688f94f2b0481ee822e416234203e6e939a 135314 
pulseaudio-module-gconf_0.9.15-4.1_amd64.deb
 f4f8396ed0788c67c06571df07a4b75f4bfe7714fbed374770df7df4edeaf552 144784 
pulseaudio-module-gconf-dbg_0.9.15-4.1_amd64.deb
 53667916c64209d2e962cc3e46d9acb6a89d736a1740742e09ef2cc69401f24e 148066 
pulseaudio-module-raop_0.9.15-4.1_amd64.deb
 7993e4fe32cc8f8ca7077f05c2981445f740ef5948601d1f2b1a5eab38e0e6fd 173418 
pulseaudio-module-raop-dbg_0.9.15-4.1_amd64.deb
 27b3229264c1254d96e2cdcdbc3c6aa4178382db7a0e289dd56c7db64fc34eae 188376 
pulseaudio-module-bluetooth_0.9.15-4.1_amd64.deb
 e97589dfb69496f9296a489fbe02f92c1cc22506d13997d3269643032d06add2 227764 
pulseaudio-module-bluetooth-dbg_0.9.15-4.1_amd64.deb
 f518ccd2a4f46c461ac481d7583c35287e21055ec5f41680e1797a19e1dcbe1e 141020 
pulseaudio-module-x11_0.9.15-4.1_amd64.deb
 58c0ae8a95624ea54a29d78b48ec3ac85f3bf19eaa43ebf8a25839953c5e0d38 171156 
pulseaudio-module-x11-dbg_0.9.15-4.1_amd64.deb
 2dc5519aa75d269003eb7d45121ac8e2ac54e8ad198261471affabaeb3c9fe4f 347606 
libpulse0_0.9.15-4.1_amd64.deb
 a7e91662ce8ec655cab94b5403cbea665c6a82b79f97f2ce2e13115ae68d8452 502804 
libpulse0-dbg_0.9.15-4.1_amd64.deb
 d5154ba7cdaf193b8ac1e64825f9ae944c258f66f79855eae74a78c45a743298 134026 
libpulse-mainloop-glib0_0.9.15-4.1_amd64.deb
 83cf998f14237bc5aa921047456541b92b5819ffc45d110560853ee4c2b401f1 139070 
libpulse-mainloop-glib0-dbg_0.9.15-4.1_amd64.deb
 4df779bfd042d528453d87648ab2b35b3e43d23a53df257c0c36a2a94857db69 134866 
libpulse-browse0_0.9.15-4.1_amd64.deb
 da437d0622fdb44ca393e87d66c18975ddf737f6d3cb6d7e1ebdba0a876fc928 141810 
libpulse-browse0-dbg_0.9.15-4.1_amd64.deb
 2c63183845f8c701255f30c1816a9a27ac391630d96dda9e446b9f5a36c60972 183224 
libpulse-dev_0.9.15-4.1_amd64.deb
Files: 
 a2368d29427891f91a8380562118dfe8 2603 sound optional pulseaudio_0.9.15-4.1.dsc
 41e504dc5d2029459c21bca4a64ce1a1 40884 sound optional 
pulseaudio_0.9.15-4.1.diff.gz
 2312fad2150505f8c52ec1eeb2e36d53 1015510 sound optional 
pulseaudio_0.9.15-4.1_amd64.deb
 4392efcc42d1bf55a7bc96e5947eb956 1268956 debug extra 
pulseaudio-dbg_0.9.15-4.1_amd64.deb
 922aecfb79880aa9917daef3d607cb41 194680 sound optional 
pulseaudio-utils_0.9.15-4.1_amd64.deb
 c7ffa860f11582e0e0ae647e7b3e5e22 216626 debug extra 
pulseaudio-utils-dbg_0.9.15-4.1_amd64.deb
 04fe3794168e7b6438e4a4b454be45a5 158990 sound optional 
pulseaudio-esound-compat_0.9.15-4.1_amd64.deb
 45c92566f124dbbbd6f29f4d0e4dd3dc 186564 debug extra 
pulseaudio-esound-compat-dbg_0.9.15-4.1_amd64.deb
 ceb7a405ab0af51c4eadee7b37c74b25 143988 sound optional 
pulseaudio-module-zeroconf_0.9.15-4.1_amd64.deb
 ac278bc5f6596f2f9ea0d34f108614d6 166494 debug extra 
pulseaudio-module-zeroconf-dbg_0.9.15-4.1_amd64.deb
 68bf7fe486cd24376afac0219d23c0b6 137276 sound optional 
pulseaudio-module-hal_0.9.15-4.1_amd64.deb
 ddf88b5846c9ceb0dd13750e5baa0806 144312 debug extra 
pulseaudio-module-hal-dbg_0.9.15-4.1_amd64.deb
 03225fb8987cc06fdba1429ba979aaa8 140816 sound optional 
pulseaudio-module-jack_0.9.15-4.1_amd64.deb
 8031e72e3878958b26916c3014d72129 157216 debug extra 
pulseaudio-module-jack-dbg_0.9.15-4.1_amd64.deb
 f3239b0f24f0476ec648973c64fc8b79 131878 sound optional 
pulseaudio-module-lirc_0.9.15-4.1_amd64.deb
 ad6965fd98f78cd2d25d26afa1f709c4 138658 debug extra 
pulseaudio-module-lirc-dbg_0.9.15-4.1_amd64.deb
 65fa3251e1fa7639f5cffe4eca346017 135314 sound optional 
pulseaudio-module-gconf_0.9.15-4.1_amd64.deb
 a9e260ae5faecfa0778c80e82695d287 144784 debug extra 
pulseaudio-module-gconf-dbg_0.9.15-4.1_amd64.deb
 9c0a0d05c8a88e24eb765c9c7dc13d1c 148066 sound optional 
pulseaudio-module-raop_0.9.15-4.1_amd64.deb
 645199911778abbfde287b30a3ca479c 173418 debug extra 
pulseaudio-module-raop-dbg_0.9.15-4.1_amd64.deb
 4149e7d49af4a8e1ea28303768c308ab 188376 sound extra 
pulseaudio-module-bluetooth_0.9.15-4.1_amd64.deb
 1b97429e3a66db15d003951fae1571b4 227764 debug extra 
pulseaudio-module-bluetooth-dbg_0.9.15-4.1_amd64.deb
 a55d1c381772f9c554c2f654443915b8 141020 sound optional 
pulseaudio-module-x11_0.9.15-4.1_amd64.deb
 b521a1ab30d57a43346197f0a18bce6a 171156 debug extra 
pulseaudio-module-x11-dbg_0.9.15-4.1_amd64.deb
 e3e979fff99a03686f7daa7564a57a56 347606 libs optional 
libpulse0_0.9.15-4.1_amd64.deb
 a9f1fc23439c41aea92a43934548945f 502804 debug extra 
libpulse0-dbg_0.9.15-4.1_amd64.deb
 dba71f2d862d325d7280921834b4675b 134026 sound optional 
libpulse-mainloop-glib0_0.9.15-4.1_amd64.deb
 6dd98bc5fa39f4b1d13cbf725849a805 139070 debug extra 
libpulse-mainloop-glib0-dbg_0.9.15-4.1_amd64.deb
 9a98210406fa311cd1b2156f1861967c 134866 sound optional 
libpulse-browse0_0.9.15-4.1_amd64.deb
 35bdf0c8d8684dede8436d099ff4921d 141810 debug extra 
libpulse-browse0-dbg_0.9.15-4.1_amd64.deb
 0803bd6ecc06b41baf343dd2fdeeeb48 183224 libdevel optional 
libpulse-dev_0.9.15-4.1_amd64.deb

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

iEYEARECAAYFAkpp4UYACgkQHYflSXNkfP9AzgCaAzjH3lcCImXQaIvlufQYoHR9
21UAnj66S0bENhGbpxS6jqRI2nAxVoj7
=z2JE
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to