From marc.deslauriers at ubuntu.com Tue Aug 2 18:05:22 2011 From: marc.deslauriers at ubuntu.com (Marc Deslauriers) Date: Tue, 02 Aug 2011 18:05:22 -0000 Subject: [ubuntu/lucid-security] samba_3.4.7~dfsg-1ubuntu3.7_powerpc_translations.tar.gz, samba, samba_3.4.7~dfsg-1ubuntu3.7_ia64_translations.tar.gz, samba_3.4.7~dfsg-1ubuntu3.7_sparc_translations.tar.gz, samba_3.4.7~dfsg-1ubuntu3.7_amd64_translations.tar.gz, samba_3.4.7~dfsg-1ubuntu3.7_armel_translations.tar.gz, samba_3.4.7~dfsg-1ubuntu3.7_i386_translations.tar.gz 2:3.4.7~dfsg-1ubuntu3.7 (Accepted) Message-ID: <20110802180522.22841.22629.launchpad@cocoplum.canonical.com> samba (2:3.4.7~dfsg-1ubuntu3.7) lucid-security; urgency=low * SECURITY UPDATE: cross-site scripting in SWAT - debian/patches/CVE-2011-2694.patch: don't display username in source3/web/swat.c. - CVE-2011-2694 * SECURITY UPDATE: cross-site request forgery in SWAT - debian/patches/CVE-2011-2522.patch: implement nonce in source3/web/{cgi.c,statuspage.c,swat.c,swat_proto.h}. - CVE-2011-2522 Date: Thu, 28 Jul 2011 09:39:38 -0400 Changed-By: Marc Deslauriers Maintainer: Ubuntu Developers https://launchpad.net/ubuntu/lucid/+source/samba/2:3.4.7~dfsg-1ubuntu3.7 -------------- next part -------------- Format: 1.8 Date: Thu, 28 Jul 2011 09:39:38 -0400 Source: samba Binary: samba samba-common-bin samba-common samba-tools smbclient swat samba-doc samba-doc-pdf smbfs libpam-smbpass libsmbclient libsmbclient-dev winbind samba-dbg libwbclient0 Architecture: source Version: 2:3.4.7~dfsg-1ubuntu3.7 Distribution: lucid-security Urgency: low Maintainer: Ubuntu Developers Changed-By: Marc Deslauriers Description: libpam-smbpass - pluggable authentication module for Samba libsmbclient - shared library for communication with SMB/CIFS servers libsmbclient-dev - development files for libsmbclient libwbclient0 - Samba winbind client library samba - SMB/CIFS file, print, and login server for Unix samba-common - common files used by both the Samba server and client samba-common-bin - common files used by both the Samba server and client samba-dbg - Samba debugging symbols samba-doc - Samba documentation samba-doc-pdf - Samba documentation in PDF format samba-tools - Samba testing utilities smbclient - command-line SMB/CIFS clients for Unix smbfs - Samba file system utilities swat - Samba Web Administration Tool winbind - Samba nameservice integration server Changes: samba (2:3.4.7~dfsg-1ubuntu3.7) lucid-security; urgency=low . * SECURITY UPDATE: cross-site scripting in SWAT - debian/patches/CVE-2011-2694.patch: don't display username in source3/web/swat.c. - CVE-2011-2694 * SECURITY UPDATE: cross-site request forgery in SWAT - debian/patches/CVE-2011-2522.patch: implement nonce in source3/web/{cgi.c,statuspage.c,swat.c,swat_proto.h}. - CVE-2011-2522 Checksums-Sha1: 76bff7f9727a40bf9d1e5b2bcdb0ad85935a9021 2909 samba_3.4.7~dfsg-1ubuntu3.7.dsc b05a1fa2b6723a48019cd0864b4ee467c5cd0b50 510764 samba_3.4.7~dfsg-1ubuntu3.7.debian.tar.gz Checksums-Sha256: 9b4bc0ebb5b35bd124b7120b5340fe4ec91a60e49517f6555d401feafa16414b 2909 samba_3.4.7~dfsg-1ubuntu3.7.dsc 71cf860b30443136fe768d1e20df43fa2e6d54b2600ea483ae4a4464cfaccbc7 510764 samba_3.4.7~dfsg-1ubuntu3.7.debian.tar.gz Files: 811b9e486fcf9f6781d54546be9d449e 2909 net optional samba_3.4.7~dfsg-1ubuntu3.7.dsc a9d697513568565627af58dac3962872 510764 net optional samba_3.4.7~dfsg-1ubuntu3.7.debian.tar.gz Original-Maintainer: Debian Samba Maintainers From marc.deslauriers at ubuntu.com Tue Aug 9 17:03:37 2011 From: marc.deslauriers at ubuntu.com (Marc Deslauriers) Date: Tue, 09 Aug 2011 17:03:37 -0000 Subject: [ubuntu/lucid-security] ecryptfs-utils_83-0ubuntu3.2.10.04.1_armel_translations.tar.gz, ecryptfs-utils_83-0ubuntu3.2.10.04.1_i386_translations.tar.gz, ecryptfs-utils_83-0ubuntu3.2.10.04.1_sparc_translations.tar.gz, ecryptfs-utils_83-0ubuntu3.2.10.04.1_amd64_translations.tar.gz, ecryptfs-utils, ecryptfs-utils_83-0ubuntu3.2.10.04.1_ia64_translations.tar.gz, ecryptfs-utils_83-0ubuntu3.2.10.04.1_powerpc_translations.tar.gz 83-0ubuntu3.2.10.04.1 (Accepted) Message-ID: <20110809170337.3611.29678.launchpad@cocoplum.canonical.com> ecryptfs-utils (83-0ubuntu3.2.10.04.1) lucid-security; urgency=low * SECURITY UPDATE: privilege escalation via mountpoint race conditions (LP: #732628) - src/utils/mount.ecryptfs_private.c: chdir into mountpoint before checking permissions. Patch thanks to Dan Rosenberg. - CVE-2011-1831 - CVE-2011-1832 * SECURITY UPDATE: race condition when checking source during mount (LP: #732628) - src/utils/mount.ecryptfs_private.c: use new ecryptfs_check_dev_ruid kernel option when mounting directory. - CVE-2011-1833 * SECURITY UPDATE: mtab corruption via improper handling (LP: #732628) - src/utils/mount.ecryptfs_private.c: modify mtab via a temp file first and make sure it succeeds before replacing the real mtab. Patch thanks to Dan Rosenberg. - CVE-2011-1834 * SECURITY UPDATE: key poisoning via insecure temp directory handling (LP: #732628) - src/utils/ecryptfs-setup-private: make sure we don't copy into a user controlled directory. - CVE-2011-1835 * SECURITY UPDATE: arbitrary file overwrite via lock counter race condition (LP: #732628) - src/utils/mount.ecryptfs_private.c: verify permissions with a file descriptor, and don't follow symlinks. - CVE-2011-1837 Date: Thu, 04 Aug 2011 10:37:00 -0400 Changed-By: Marc Deslauriers Maintainer: Ubuntu Developers https://launchpad.net/ubuntu/lucid/+source/ecryptfs-utils/83-0ubuntu3.2.10.04.1 -------------- next part -------------- Format: 1.8 Date: Thu, 04 Aug 2011 10:37:00 -0400 Source: ecryptfs-utils Binary: ecryptfs-utils libecryptfs0 libecryptfs-dev Architecture: source Version: 83-0ubuntu3.2.10.04.1 Distribution: lucid-security Urgency: low Maintainer: Ubuntu Developers Changed-By: Marc Deslauriers Description: ecryptfs-utils - ecryptfs cryptographic filesystem (utilities) libecryptfs-dev - ecryptfs cryptographic filesystem (development) libecryptfs0 - ecryptfs cryptographic filesystem (library) Launchpad-Bugs-Fixed: 732628 732628 732628 732628 732628 Changes: ecryptfs-utils (83-0ubuntu3.2.10.04.1) lucid-security; urgency=low . * SECURITY UPDATE: privilege escalation via mountpoint race conditions (LP: #732628) - src/utils/mount.ecryptfs_private.c: chdir into mountpoint before checking permissions. Patch thanks to Dan Rosenberg. - CVE-2011-1831 - CVE-2011-1832 * SECURITY UPDATE: race condition when checking source during mount (LP: #732628) - src/utils/mount.ecryptfs_private.c: use new ecryptfs_check_dev_ruid kernel option when mounting directory. - CVE-2011-1833 * SECURITY UPDATE: mtab corruption via improper handling (LP: #732628) - src/utils/mount.ecryptfs_private.c: modify mtab via a temp file first and make sure it succeeds before replacing the real mtab. Patch thanks to Dan Rosenberg. - CVE-2011-1834 * SECURITY UPDATE: key poisoning via insecure temp directory handling (LP: #732628) - src/utils/ecryptfs-setup-private: make sure we don't copy into a user controlled directory. - CVE-2011-1835 * SECURITY UPDATE: arbitrary file overwrite via lock counter race condition (LP: #732628) - src/utils/mount.ecryptfs_private.c: verify permissions with a file descriptor, and don't follow symlinks. - CVE-2011-1837 Checksums-Sha1: 7c2a8db68de4a5a47a5d84a13ef791ccec64d29c 2227 ecryptfs-utils_83-0ubuntu3.2.10.04.1.dsc e25a0e927d69335eaede140e0508f5cdb53a9acc 19003 ecryptfs-utils_83-0ubuntu3.2.10.04.1.diff.gz Checksums-Sha256: 29cc36801fef084cc35a21a1346fb0c7ab53afc3bd3a08a4d12f6ca8c630e0bb 2227 ecryptfs-utils_83-0ubuntu3.2.10.04.1.dsc e555eb8d179efa60a87dbb5bb949f3a12f8ae06329be59ea62b6fac8538d5e7c 19003 ecryptfs-utils_83-0ubuntu3.2.10.04.1.diff.gz Files: fc333b73950217346b3ccd0269454ae9 2227 misc optional ecryptfs-utils_83-0ubuntu3.2.10.04.1.dsc bbacbd62a7f07cabfb21c0471043fdc5 19003 misc optional ecryptfs-utils_83-0ubuntu3.2.10.04.1.diff.gz Original-Maintainer: Daniel Baumann From brian.thomason at canonical.com Tue Aug 9 19:35:25 2011 From: brian.thomason at canonical.com (Brian Thomason) Date: Tue, 09 Aug 2011 19:35:25 -0000 Subject: [ubuntu/lucid] adobe-flashplugin 10.3.183.4-0lucid1 (Accepted) Message-ID: <20110809193525.22471.68213.launchpad@cocoplum.canonical.com> adobe-flashplugin (10.3.183.4-0lucid1) lucid; urgency=low * New upstream release Date: Tue, 09 Aug 2011 15:20:27 -0400 Changed-By: Brian Thomason Maintainer: DL-Flash Player Ubuntu https://launchpad.net/ubuntu/lucid/+source/adobe-flashplugin/10.3.183.4-0lucid1 -------------- next part -------------- -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Tue, 09 Aug 2011 15:20:27 -0400 Source: adobe-flashplugin Binary: adobe-flashplugin adobe-flash-properties-gtk adobe-flash-properties-kde Architecture: source Version: 10.3.183.4-0lucid1 Distribution: lucid Urgency: low Maintainer: DL-Flash Player Ubuntu Changed-By: Brian Thomason Description: adobe-flash-properties-gtk - GTK+ control panel for Adobe Flash Player plugin version 10 adobe-flash-properties-kde - KDE control panel Adobe Flash Player plugin version 10 adobe-flashplugin - Adobe Flash Player plugin version 10 Changes: adobe-flashplugin (10.3.183.4-0lucid1) lucid; urgency=low . * New upstream release Checksums-Sha1: b780f73e207c773b9ae42a6888d98ea78e31d69d 1251 adobe-flashplugin_10.3.183.4-0lucid1.dsc 157233e80a7d7773f6f0297627ff762471c1ad31 5517014 adobe-flashplugin_10.3.183.4.orig.tar.gz bac52358d72ea62d67b27cd5b93bdad1d159d460 4445 adobe-flashplugin_10.3.183.4-0lucid1.diff.gz Checksums-Sha256: 533cf4ea875469e3233eadf093cd3301273962842d8d0ce16bd7975292310a7b 1251 adobe-flashplugin_10.3.183.4-0lucid1.dsc b283dda0b71c7c36abd31d78f58cb048a28b96eace8bfeb7411e864083060c33 5517014 adobe-flashplugin_10.3.183.4.orig.tar.gz b53ab6c6396659dd6a539ec83426fd5a8ef187d616e73a960ad75cf113f83c02 4445 adobe-flashplugin_10.3.183.4-0lucid1.diff.gz Files: 418e8b3665a0867ced114effa9583a5c 1251 partner/web optional adobe-flashplugin_10.3.183.4-0lucid1.dsc 63c8d6a341ac7902019d666a339584f2 5517014 partner/web optional adobe-flashplugin_10.3.183.4.orig.tar.gz 6b373660ee1c434301d8ce12c5f3ca1c 4445 partner/web optional adobe-flashplugin_10.3.183.4-0lucid1.diff.gz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAk5BiwgACgkQOb4zNfJqN5fOJQCcD+b4ejnmQae/bjYrJJOv1WpF uX8AoIZhBcUIglfOgJELOnNb9hqHdg/8 =XBSd -----END PGP SIGNATURE----- From q-funk at ubuntu.com Wed Aug 10 07:57:42 2011 From: q-funk at ubuntu.com (Martin-Eric Racine) Date: Wed, 10 Aug 2011 07:57:42 -0000 Subject: [ubuntu/lucid-proposed] cups-pdf 2.5.0-17squeeze1~lucid1 (Accepted) Message-ID: <20110810075742.11269.44927.launchpad@gac.canonical.com> cups-pdf (2.5.0-17squeeze1~lucid1) lucid-proposed; urgency=low * Pushing 2.5.0-17squeeze1 as an SRU into Lucid-proposed (LP: #573667, #805947). Date: Mon, 25 Jul 2011 03:55:58 +0300 Changed-By: Martin-Éric Racine Maintainer: Debian CUPS Maintainers https://launchpad.net/ubuntu/lucid/+source/cups-pdf/2.5.0-17squeeze1~lucid1 -------------- next part -------------- Format: 1.8 Date: Mon, 25 Jul 2011 03:55:58 +0300 Source: cups-pdf Binary: cups-pdf Architecture: source Version: 2.5.0-17squeeze1~lucid1 Distribution: lucid-proposed Urgency: low Maintainer: Debian CUPS Maintainers Changed-By: Martin-Éric Racine Description: cups-pdf - PDF printer for CUPS Launchpad-Bugs-Fixed: 573667 805947 Changes: cups-pdf (2.5.0-17squeeze1~lucid1) lucid-proposed; urgency=low . * Pushing 2.5.0-17squeeze1 as an SRU into Lucid-proposed (LP: #573667, #805947). Checksums-Sha1: ebe314d70b207b705f0e2809d0b1214f7e533591 1143 cups-pdf_2.5.0-17squeeze1~lucid1.dsc 41a2cd9658e7111d7edcd3391bd013f7a97691f4 12733 cups-pdf_2.5.0-17squeeze1~lucid1.diff.gz Checksums-Sha256: 04417089b68a64fcb898efbe0c67a298b95fe052765a6dde5e25ac6aed2963a1 1143 cups-pdf_2.5.0-17squeeze1~lucid1.dsc be1939360033772e1a3ec2f1bde7b4f97e3f0e11480ee3d83726f762e0da266d 12733 cups-pdf_2.5.0-17squeeze1~lucid1.diff.gz Files: dc12f1f5e5f110716ded2da6b127c3dc 1143 graphics optional cups-pdf_2.5.0-17squeeze1~lucid1.dsc a7f407b63120f1de0eee2a57476dd221 12733 graphics optional cups-pdf_2.5.0-17squeeze1~lucid1.diff.gz From marc.deslauriers at ubuntu.com Wed Aug 10 15:03:40 2011 From: marc.deslauriers at ubuntu.com (Marc Deslauriers) Date: Wed, 10 Aug 2011 15:03:40 -0000 Subject: [ubuntu/lucid-security] flashplugin-nonfree, flashplugin-nonfree_10.3.183.4ubuntu0.10.04.1_amd64_translations.tar.gz, flashplugin-nonfree_10.3.183.4ubuntu0.10.04.1_i386_translations.tar.gz 10.3.183.4ubuntu0.10.04.1 (Accepted) Message-ID: <20110810150340.30380.57700.launchpad@cocoplum.canonical.com> flashplugin-nonfree (10.3.183.4ubuntu0.10.04.1) lucid-security; urgency=low * New upstream release 10.3.183.4 (LP: #823699) - debian/config, debian/postinst: Updated sha256sums and path. - CVE-2011-2130 - CVE-2011-2134 - CVE-2011-2135 - CVE-2011-2136 - CVE-2011-2137 - CVE-2011-2138 - CVE-2011-2139 - CVE-2011-2140 - CVE-2011-2414 - CVE-2011-2415 - CVE-2011-2416 - CVE-2011-2417 - CVE-2011-2425 Date: Wed, 10 Aug 2011 08:53:47 -0400 Changed-By: Marc Deslauriers Maintainer: Ubuntu Developers https://launchpad.net/ubuntu/lucid/+source/flashplugin-nonfree/10.3.183.4ubuntu0.10.04.1 -------------- next part -------------- Format: 1.8 Date: Wed, 10 Aug 2011 08:53:47 -0400 Source: flashplugin-nonfree Binary: flashplugin-installer flashplugin-nonfree Architecture: source Version: 10.3.183.4ubuntu0.10.04.1 Distribution: lucid-security Urgency: low Maintainer: Ubuntu Developers Changed-By: Marc Deslauriers Description: flashplugin-installer - Adobe Flash Player plugin installer flashplugin-nonfree - Adobe Flash Player plugin installer (transitional package) Launchpad-Bugs-Fixed: 823699 Changes: flashplugin-nonfree (10.3.183.4ubuntu0.10.04.1) lucid-security; urgency=low . * New upstream release 10.3.183.4 (LP: #823699) - debian/config, debian/postinst: Updated sha256sums and path. - CVE-2011-2130 - CVE-2011-2134 - CVE-2011-2135 - CVE-2011-2136 - CVE-2011-2137 - CVE-2011-2138 - CVE-2011-2139 - CVE-2011-2140 - CVE-2011-2414 - CVE-2011-2415 - CVE-2011-2416 - CVE-2011-2417 - CVE-2011-2425 Checksums-Sha1: 483e5b438f9c2e3a7838ed10987a632900becf71 1635 flashplugin-nonfree_10.3.183.4ubuntu0.10.04.1.dsc 33ac3fe48eb7fa4e1ceea0eda7f73a947ae0507c 27255 flashplugin-nonfree_10.3.183.4ubuntu0.10.04.1.tar.gz Checksums-Sha256: 220d1c8eed3c08d3f6526a5721466b643f94ed40f88972589cb5c93f0a2aa57a 1635 flashplugin-nonfree_10.3.183.4ubuntu0.10.04.1.dsc 9c3c2dbf262d5c121a8e8c335e743220dbfbb37ab769c6d893649d98f88d239c 27255 flashplugin-nonfree_10.3.183.4ubuntu0.10.04.1.tar.gz Files: c4bb38a2d65e6f8ebcf065aace860a6d 1635 contrib/web optional flashplugin-nonfree_10.3.183.4ubuntu0.10.04.1.dsc de565d78b2448eef7bab48407c5b7b06 27255 contrib/web optional flashplugin-nonfree_10.3.183.4ubuntu0.10.04.1.tar.gz Original-Maintainer: Bart Martens From joshuadfranklin at yahoo.com Wed Aug 10 17:03:35 2011 From: joshuadfranklin at yahoo.com (Joshua Daniel Franklin) Date: Wed, 10 Aug 2011 17:03:35 -0000 Subject: [ubuntu/lucid-security] opensaml2 2.3-1ubuntu0.1 (Accepted) Message-ID: <20110810170335.22102.934.launchpad@cocoplum.canonical.com> opensaml2 (2.3-1ubuntu0.1) lucid-security; urgency=high * SECURITY UPDATE: Fix vulnerability to a "wrapping attack" that could allow a remote, unauthenticated attacker to craft messages that can be successfully verified but contain arbitrary content. This may allow an attacker to subvert the security of software using OpenSAML and supply an unauthenticated login identity and data under the guise of a trusted issuer. (LP: #817199) - Patch obtained from Debian (2.3-2+squeeze1) - CVE-2011-1411 Date: Thu, 28 Jul 2011 14:50:45 -0700 Changed-By: Joshua Daniel Franklin Maintainer: Ubuntu Developers https://launchpad.net/ubuntu/lucid/+source/opensaml2/2.3-1ubuntu0.1 -------------- next part -------------- Format: 1.8 Date: Thu, 28 Jul 2011 14:50:45 -0700 Source: opensaml2 Binary: libsaml6 libsaml2-dev opensaml2-tools opensaml2-schemas libsaml2-doc Architecture: source Version: 2.3-1ubuntu0.1 Distribution: lucid-security Urgency: high Maintainer: Ubuntu Developers Changed-By: Joshua Daniel Franklin Description: libsaml2-dev - Security Assertion Markup Language library (development) libsaml2-doc - Security Assertion Markup Language library (API docs) libsaml6 - Security Assertion Markup Language library (runtime) opensaml2-schemas - Security Assertion Markup Language library (XML schemas) opensaml2-tools - Security Assertion Markup Language command-line tools Launchpad-Bugs-Fixed: 817199 Changes: opensaml2 (2.3-1ubuntu0.1) lucid-security; urgency=high . * SECURITY UPDATE: Fix vulnerability to a "wrapping attack" that could allow a remote, unauthenticated attacker to craft messages that can be successfully verified but contain arbitrary content. This may allow an attacker to subvert the security of software using OpenSAML and supply an unauthenticated login identity and data under the guise of a trusted issuer. (LP: #817199) - Patch obtained from Debian (2.3-2+squeeze1) - CVE-2011-1411 Checksums-Sha1: 68f4d6dfffc5475c5136c053e35843454addbb8a 2199 opensaml2_2.3-1ubuntu0.1.dsc bf40bf95c651cf7b70f3a3db7cc9335aca222aec 8717 opensaml2_2.3-1ubuntu0.1.diff.gz Checksums-Sha256: dc37ab2634c4f92adbb578b759187156b39e976a4c298c7c46240ae1ac1404d5 2199 opensaml2_2.3-1ubuntu0.1.dsc 5b02901c51c97cedae896fdc7f5ba1f3164f906ff6d0669609d9096dd50ef366 8717 opensaml2_2.3-1ubuntu0.1.diff.gz Files: 011c37dad2bfcf4245f31e3b3a38bdd2 2199 libs extra opensaml2_2.3-1ubuntu0.1.dsc 7473ae1e22544d89342d4b8c8d254a3a 8717 libs extra opensaml2_2.3-1ubuntu0.1.diff.gz Original-Maintainer: Debian Shib Team From askdata at ca.ibm.com Wed Aug 10 21:15:58 2011 From: askdata at ca.ibm.com (DB2 Express-C Community) Date: Wed, 10 Aug 2011 21:15:58 -0000 Subject: [ubuntu/lucid] db2exc-amd64 9.7.4-0lucid3 (Accepted) Message-ID: <20110810211558.21252.93782.launchpad@cocoplum.canonical.com> db2exc-amd64 (9.7.4-0lucid3) lucid; urgency=low * 3rd Build for 9.7.4, using new building server Date: Wed, 10 Aug 2011 20:34:28 +0000 Changed-By: DB2 Express-C Community Signed-By: Brian Thomason https://launchpad.net/ubuntu/lucid/+source/db2exc-amd64/9.7.4-0lucid3 -------------- next part -------------- -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Wed, 10 Aug 2011 20:34:28 +0000 Source: db2exc-amd64 Binary: db2exc Architecture: source Version: 9.7.4-0lucid3 Distribution: lucid Urgency: low Maintainer: DB2 Express-C Community Changed-By: DB2 Express-C Community Description: db2exc - DB2 Express-C 9.7 Fix Pack 4 for Linux Changes: db2exc-amd64 (9.7.4-0lucid3) lucid; urgency=low . * 3rd Build for 9.7.4, using new building server Checksums-Sha1: c2892e4adc3926e473e4bcd105255e8d6aaafbac 1025 db2exc-amd64_9.7.4-0lucid3.dsc de873c1937d51dd77b0c10bce3f97cbdd711a366 452351905 db2exc-amd64_9.7.4.orig.tar.gz e04e44156889a8118d893addcd43ab607a513146 23159 db2exc-amd64_9.7.4-0lucid3.diff.gz Checksums-Sha256: 2de1325eb8e00203446b7479b5abf520e667c96f8cdd420d3d99af3b8e621f88 1025 db2exc-amd64_9.7.4-0lucid3.dsc 717e53cb28fbc9fb172cea3fbf9d9b5ebb6475517da2700d8beb6dea6be88bd2 452351905 db2exc-amd64_9.7.4.orig.tar.gz 964ef778eee588a5eee59e4c173e588bdd1cb8ba9e63e2da1b153113fb61f03e 23159 db2exc-amd64_9.7.4-0lucid3.diff.gz Files: a3b51a1bf3457c1fb985001d50c1c34e 1025 partner/devel optional db2exc-amd64_9.7.4-0lucid3.dsc e3e30693fee7afdc454e7249d1ba75a4 452351905 partner/devel optional db2exc-amd64_9.7.4.orig.tar.gz 880211054f8335406ba4b8cf4e14c04d 23159 partner/devel optional db2exc-amd64_9.7.4-0lucid3.diff.gz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAk5C8GkACgkQOb4zNfJqN5c9NACfdy8iety/IYlt09hAVeR99FT+ tUUAoIWy7MrWJRZA6SpHcg4zsnQhKhjs =gfDq -----END PGP SIGNATURE----- From askdata at ca.ibm.com Wed Aug 10 21:40:51 2011 From: askdata at ca.ibm.com (DB2 Express-C Community) Date: Wed, 10 Aug 2011 21:40:51 -0000 Subject: [ubuntu/lucid] db2exc 9.7.4-0lucid1 (Accepted) Message-ID: <20110810214051.1591.89304.launchpad@cocoplum.canonical.com> db2exc (9.7.4-0lucid1) lucid; urgency=low * Initial build of DB2 9.7 FP4 Date: Wed, 10 Aug 2011 21:29:34 +0000 Changed-By: DB2 Express-C Community Signed-By: Brian Thomason https://launchpad.net/ubuntu/lucid/+source/db2exc/9.7.4-0lucid1 -------------- next part -------------- -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Wed, 10 Aug 2011 21:29:34 +0000 Source: db2exc Binary: db2exc Architecture: source Version: 9.7.4-0lucid1 Distribution: lucid Urgency: low Maintainer: DB2 Express-C Community Changed-By: DB2 Express-C Community Description: db2exc - DB2 Express-C Edition 9.7 FP 4 for Linux Changes: db2exc (9.7.4-0lucid1) lucid; urgency=low . * Initial build of DB2 9.7 FP4 Checksums-Sha1: 443e7f2574a81a5fb455a377122dbd9643711c3a 982 db2exc_9.7.4-0lucid1.dsc 2bd34003159ef5e6edb5eaeaf35fd06f57088317 393227959 db2exc_9.7.4.orig.tar.gz 4da38ed6abba8932bc3494ec5f9de6c73def4466 22915 db2exc_9.7.4-0lucid1.diff.gz Checksums-Sha256: b59654742b601166e89932a5825efdcdad0956df7628cc81600e1e42c9bb2e1a 982 db2exc_9.7.4-0lucid1.dsc a4d230404a784a6ec1cabc667b32e1324958689ab215cff30d7a2c8e4ca142ff 393227959 db2exc_9.7.4.orig.tar.gz faef137ede8560391623cc451aba54a792d1db3633f3482d75b013fcc68f6426 22915 db2exc_9.7.4-0lucid1.diff.gz Files: a028e291d809a569997f7b77e384c402 982 partner/devel optional db2exc_9.7.4-0lucid1.dsc eb11eed128aebc02c48dfe44895a035f 393227959 partner/devel optional db2exc_9.7.4.orig.tar.gz e663b566a2d16539e6f71dadfed1f1a2 22915 partner/devel optional db2exc_9.7.4-0lucid1.diff.gz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAk5C+RsACgkQOb4zNfJqN5d0WgCfbw7QtdsX4G3p54ANZzhYFttK SZgAnAhQCLVE34O9rXc3fGqIWtP0IRMv =d1sQ -----END PGP SIGNATURE----- From cjwatson at ubuntu.com Thu Aug 11 07:41:13 2011 From: cjwatson at ubuntu.com (Colin Watson) Date: Thu, 11 Aug 2011 07:41:13 -0000 Subject: [ubuntu/lucid-proposed] debian-installer 20081029ubuntu102.11 (Accepted) Message-ID: <20110811074113.25905.20907.launchpad@gac.canonical.com> debian-installer (20081029ubuntu102.11) lucid-proposed; urgency=low * Move maverick-* images to 2.6.35-30 kernels. Date: Wed, 10 Aug 2011 17:23:19 +0100 Changed-By: Colin Watson Maintainer: Ubuntu Installer Team https://launchpad.net/ubuntu/lucid/+source/debian-installer/20081029ubuntu102.11 -------------- next part -------------- Format: 1.8 Date: Wed, 10 Aug 2011 17:23:19 +0100 Source: debian-installer Binary: debian-installer Architecture: source Version: 20081029ubuntu102.11 Distribution: lucid-proposed Urgency: low Maintainer: Ubuntu Installer Team Changed-By: Colin Watson Description: debian-installer - Debian installer Changes: debian-installer (20081029ubuntu102.11) lucid-proposed; urgency=low . * Move maverick-* images to 2.6.35-30 kernels. Checksums-Sha1: dfe7788cea8219ccfb44a4d0dd0512eace563fb3 3394 debian-installer_20081029ubuntu102.11.dsc 2fa6d0744a52083f1c496691c65ef595a1295b6d 1816798 debian-installer_20081029ubuntu102.11.tar.gz Checksums-Sha256: 04ccc6cb025cf5005b258ef0f408094e6f1af6a09346ab1a64d38749a3d49dc2 3394 debian-installer_20081029ubuntu102.11.dsc 0aeedf149330fd486a6eebfccfcc90354ab988d14d352f4f98b7d04151ed92f5 1816798 debian-installer_20081029ubuntu102.11.tar.gz Files: e941aefaba3973eb27dde4380fee6da7 3394 devel optional debian-installer_20081029ubuntu102.11.dsc e961ddac707116a106357540d04943ef 1816798 devel optional debian-installer_20081029ubuntu102.11.tar.gz Original-Maintainer: Debian Install System Team From marc.deslauriers at ubuntu.com Mon Aug 15 13:04:07 2011 From: marc.deslauriers at ubuntu.com (Marc Deslauriers) Date: Mon, 15 Aug 2011 13:04:07 -0000 Subject: [ubuntu/lucid-security] libxfont 1:1.4.1-1ubuntu0.1 (Accepted) Message-ID: <20110815130407.5062.46837.launchpad@cocoplum.canonical.com> libxfont (1:1.4.1-1ubuntu0.1) lucid-security; urgency=low * SECURITY UPDATE: arbitrary code execution via overflow - debian/patches/CVE-2011-2895.patch: check remaining length in src/fontfile/decompress.c. - CVE-2011-2895 Date: Thu, 11 Aug 2011 10:31:45 -0400 Changed-By: Marc Deslauriers Maintainer: Ubuntu Developers https://launchpad.net/ubuntu/lucid/+source/libxfont/1:1.4.1-1ubuntu0.1 -------------- next part -------------- Format: 1.8 Date: Thu, 11 Aug 2011 10:31:45 -0400 Source: libxfont Binary: libxfont1 libxfont1-dbg libxfont-dev Architecture: source Version: 1:1.4.1-1ubuntu0.1 Distribution: lucid-security Urgency: low Maintainer: Ubuntu Developers Changed-By: Marc Deslauriers Description: libxfont-dev - X11 font rasterisation library (development headers) libxfont1 - X11 font rasterisation library libxfont1-dbg - X11 font rasterisation library (debug package) Changes: libxfont (1:1.4.1-1ubuntu0.1) lucid-security; urgency=low . * SECURITY UPDATE: arbitrary code execution via overflow - debian/patches/CVE-2011-2895.patch: check remaining length in src/fontfile/decompress.c. - CVE-2011-2895 Checksums-Sha1: e41af1275cd36c92a2b4bc3be8d8f8e2f7939fcd 2192 libxfont_1.4.1-1ubuntu0.1.dsc b1d2a8306566af4321f5612953d1dcf7176bef27 18751 libxfont_1.4.1-1ubuntu0.1.diff.gz Checksums-Sha256: 59127bbdff481c3898a8357f0e18153f9146c9054f605b133e520d85f0799861 2192 libxfont_1.4.1-1ubuntu0.1.dsc e7fb83dbfa7dd90031dd5cd9cc237ed029c222caf07be8fa25fd1d97cb840f83 18751 libxfont_1.4.1-1ubuntu0.1.diff.gz Files: 2a39435b8e1fca928fd3f788efacb681 2192 x11 optional libxfont_1.4.1-1ubuntu0.1.dsc 49194bd60f921b7c55741b037e77b1a7 18751 x11 optional libxfont_1.4.1-1ubuntu0.1.diff.gz Original-Maintainer: Debian X Strike Force From marc.deslauriers at ubuntu.com Mon Aug 15 13:04:16 2011 From: marc.deslauriers at ubuntu.com (Marc Deslauriers) Date: Mon, 15 Aug 2011 13:04:16 -0000 Subject: [ubuntu/lucid-security] dhcp3, dhcp3_3.1.3-2ubuntu3.3_amd64_translations.tar.gz, dhcp3_3.1.3-2ubuntu3.3_powerpc_translations.tar.gz, dhcp3_3.1.3-2ubuntu3.3_armel_translations.tar.gz, dhcp3_3.1.3-2ubuntu3.3_sparc_translations.tar.gz, dhcp3_3.1.3-2ubuntu3.3_i386_translations.tar.gz, dhcp3_3.1.3-2ubuntu3.3_ia64_translations.tar.gz 3.1.3-2ubuntu3.3 (Accepted) Message-ID: <20110815130416.5062.89401.launchpad@cocoplum.canonical.com> dhcp3 (3.1.3-2ubuntu3.3) lucid-security; urgency=low * SECURITY UPDATE: denial of service via specially crafted packets - debian/patches/CVE-2011-2748-2749.dpatch: tighten up restriction in common/discover.c, properly calculate length in common/options.c, validate packet->options in server/dhcp.c. - CVE-2011-2748 - CVE-2011-2749 Date: Thu, 11 Aug 2011 11:39:52 -0400 Changed-By: Marc Deslauriers Maintainer: Ubuntu Developers https://launchpad.net/ubuntu/lucid/+source/dhcp3/3.1.3-2ubuntu3.3 -------------- next part -------------- Format: 1.8 Date: Thu, 11 Aug 2011 11:39:52 -0400 Source: dhcp3 Binary: dhcp3-server dhcp3-server-ldap dhcp3-common dhcp3-dev dhcp-client dhcp3-client dhcp3-client-udeb dhcp3-relay Architecture: source Version: 3.1.3-2ubuntu3.3 Distribution: lucid-security Urgency: low Maintainer: Ubuntu Developers Changed-By: Marc Deslauriers Description: dhcp-client - DHCP client transitional package dhcp3-client - DHCP client dhcp3-client-udeb - DHCP Client for debian-installer (udeb) dhcp3-common - common files used by all the dhcp3* packages dhcp3-dev - API for accessing and modifying the DHCP server and client state dhcp3-relay - DHCP relay daemon dhcp3-server - DHCP server for automatic IP address assignment dhcp3-server-ldap - DHCP server able to use LDAP as backend Changes: dhcp3 (3.1.3-2ubuntu3.3) lucid-security; urgency=low . * SECURITY UPDATE: denial of service via specially crafted packets - debian/patches/CVE-2011-2748-2749.dpatch: tighten up restriction in common/discover.c, properly calculate length in common/options.c, validate packet->options in server/dhcp.c. - CVE-2011-2748 - CVE-2011-2749 Checksums-Sha1: 2400a22d85858d0ce0a9ed85bf46e88a7d8ebe8c 1950 dhcp3_3.1.3-2ubuntu3.3.dsc 79fcabfdfcc35fc8b65859911e73c24e728e84b7 146175 dhcp3_3.1.3-2ubuntu3.3.diff.gz Checksums-Sha256: 626ce1cd9e6590369623602d7bb55c1f46737db7a631527a11bade014068a16b 1950 dhcp3_3.1.3-2ubuntu3.3.dsc b786505eb418f8d0f31a59f6c07aeb89b23417a7c16231a5a2611740ac4791ec 146175 dhcp3_3.1.3-2ubuntu3.3.diff.gz Files: 51efc2850938b759e438964b297906c1 1950 net important dhcp3_3.1.3-2ubuntu3.3.dsc a2b1a85dc0381fc834556b14538459cc 146175 net important dhcp3_3.1.3-2ubuntu3.3.diff.gz Original-Maintainer: Andrew Pollock From cjwatson at ubuntu.com Thu Aug 18 16:50:49 2011 From: cjwatson at ubuntu.com (Colin Watson) Date: Thu, 18 Aug 2011 16:50:49 -0000 Subject: [ubuntu/lucid-proposed] base-installer 1.103ubuntu8 (Accepted) Message-ID: <20110818165049.10016.21981.launchpad@gac.canonical.com> base-installer (1.103ubuntu8) lucid-proposed; urgency=low * Honour apt-setup/security_path when constructing initial security entries in sources.list (LP: #820306). Date: Tue, 16 Aug 2011 11:11:28 +0100 Changed-By: Colin Watson Maintainer: Ubuntu Installer Team https://launchpad.net/ubuntu/lucid/+source/base-installer/1.103ubuntu8 -------------- next part -------------- Format: 1.8 Date: Tue, 16 Aug 2011 11:11:28 +0100 Source: base-installer Binary: base-installer bootstrap-base Architecture: source Version: 1.103ubuntu8 Distribution: lucid-proposed Urgency: low Maintainer: Ubuntu Installer Team Changed-By: Colin Watson Description: base-installer - base system installation framework (udeb) bootstrap-base - Install the base system (udeb) Launchpad-Bugs-Fixed: 820306 Changes: base-installer (1.103ubuntu8) lucid-proposed; urgency=low . * Honour apt-setup/security_path when constructing initial security entries in sources.list (LP: #820306). Checksums-Sha1: 63f2fb1b37d5271aae1fc34f419491736f0b9d56 1977 base-installer_1.103ubuntu8.dsc 2601ed0a1184d8638ec3b68b22d1009ae9ae4165 286577 base-installer_1.103ubuntu8.tar.gz Checksums-Sha256: 8676816b21f47c495e1a6375894960c9a69fa724dd680c15c36b703cdd7555bb 1977 base-installer_1.103ubuntu8.dsc 65d9d1887a5b36af6b9d43b2249a1b61e6330012f80c02d3e67a6febd5a887dc 286577 base-installer_1.103ubuntu8.tar.gz Files: 1b1a2bec4bc7378a27cfb768a7ff1650 1977 debian-installer required base-installer_1.103ubuntu8.dsc 6a70dcae622edf96959562477e54752c 286577 debian-installer required base-installer_1.103ubuntu8.tar.gz Original-Maintainer: Debian Install System Team From marc.deslauriers at ubuntu.com Mon Aug 22 15:03:35 2011 From: marc.deslauriers at ubuntu.com (Marc Deslauriers) Date: Mon, 22 Aug 2011 15:03:35 -0000 Subject: [ubuntu/lucid-security] foomatic-filters_4.0.4-0ubuntu1.1_armel_translations.tar.gz, foomatic-filters, foomatic-filters_4.0.4-0ubuntu1.1_sparc_translations.tar.gz, foomatic-filters_4.0.4-0ubuntu1.1_amd64_translations.tar.gz, foomatic-filters_4.0.4-0ubuntu1.1_ia64_translations.tar.gz, foomatic-filters_4.0.4-0ubuntu1.1_i386_translations.tar.gz, foomatic-filters_4.0.4-0ubuntu1.1_powerpc_translations.tar.gz 4.0.4-0ubuntu1.1 (Accepted) Message-ID: <20110822150335.24028.38381.launchpad@cocoplum.canonical.com> foomatic-filters (4.0.4-0ubuntu1.1) lucid-security; urgency=low * SECURITY UPDATE: arbitrary code execution via crafted PPD file - debian/patches/CVE-2011-2964.patch: don't parse named options when running as a filter in foomaticrip.c. - CVE-2011-2964 Date: Wed, 03 Aug 2011 11:24:45 -0400 Changed-By: Marc Deslauriers Maintainer: Ubuntu Developers https://launchpad.net/ubuntu/lucid/+source/foomatic-filters/4.0.4-0ubuntu1.1 -------------- next part -------------- Format: 1.8 Date: Wed, 03 Aug 2011 11:24:45 -0400 Source: foomatic-filters Binary: foomatic-filters Architecture: source Version: 4.0.4-0ubuntu1.1 Distribution: lucid-security Urgency: low Maintainer: Ubuntu Developers Changed-By: Marc Deslauriers Description: foomatic-filters - OpenPrinting printer support - filters Changes: foomatic-filters (4.0.4-0ubuntu1.1) lucid-security; urgency=low . * SECURITY UPDATE: arbitrary code execution via crafted PPD file - debian/patches/CVE-2011-2964.patch: don't parse named options when running as a filter in foomaticrip.c. - CVE-2011-2964 Checksums-Sha1: 3fc92f6e480e6d386b5c2598c8c5aaf35b124087 1852 foomatic-filters_4.0.4-0ubuntu1.1.dsc 7ea690fd3c5748bead765d6411bbed060770d2ed 82023 foomatic-filters_4.0.4-0ubuntu1.1.diff.gz Checksums-Sha256: acaaa69f0ed1220c6bebc44e2a9c8b3886650f36d05795c59cc0d3d51f4765ea 1852 foomatic-filters_4.0.4-0ubuntu1.1.dsc 08ff289428b2c97fd196f64177564827bbd845bb6607ed25f4a8c2ce45f1dba7 82023 foomatic-filters_4.0.4-0ubuntu1.1.diff.gz Files: 0c8f29e7454c0a9ba12365bd708d97d9 1852 text optional foomatic-filters_4.0.4-0ubuntu1.1.dsc 9d5ebb36579bc42ef4dbedc2eb4012c9 82023 text optional foomatic-filters_4.0.4-0ubuntu1.1.diff.gz Original-Maintainer: Chris Lawrence From mterry at ubuntu.com Mon Aug 22 23:05:55 2011 From: mterry at ubuntu.com (Michael Terry) Date: Mon, 22 Aug 2011 23:05:55 -0000 Subject: [ubuntu/lucid-proposed] duplicity 0.6.08b-0ubuntu2.1 (Accepted) Message-ID: <20110822230555.20088.50681.launchpad@gac.canonical.com> duplicity (0.6.08b-0ubuntu2.1) lucid-proposed; urgency=low * debian/patches/04dontrestoresameblock.dpatch: - Fix possible backup corruption bug when resuming backups LP: #613244 * debian/patches/06shamismatch.dpatch: - Fix another possible backup corruption bug when resuming backups LP: #487720 Date: Tue, 16 Aug 2011 14:15:12 -0400 Changed-By: Michael Terry Maintainer: Ubuntu Developers https://launchpad.net/ubuntu/lucid/+source/duplicity/0.6.08b-0ubuntu2.1 -------------- next part -------------- Format: 1.8 Date: Tue, 16 Aug 2011 14:15:12 -0400 Source: duplicity Binary: duplicity Architecture: source Version: 0.6.08b-0ubuntu2.1 Distribution: lucid-proposed Urgency: low Maintainer: Ubuntu Developers Changed-By: Michael Terry Description: duplicity - encrypted bandwidth-efficient backup Launchpad-Bugs-Fixed: 487720 613244 Changes: duplicity (0.6.08b-0ubuntu2.1) lucid-proposed; urgency=low . * debian/patches/04dontrestoresameblock.dpatch: - Fix possible backup corruption bug when resuming backups LP: #613244 * debian/patches/06shamismatch.dpatch: - Fix another possible backup corruption bug when resuming backups LP: #487720 Checksums-Sha1: f0eb0b04b80b6236df7993b573511d46dfebf950 1187 duplicity_0.6.08b-0ubuntu2.1.dsc b86c37199fcc4ed75496d26023725dc661ca80b7 12689 duplicity_0.6.08b-0ubuntu2.1.diff.gz Checksums-Sha256: aa3a38d72420a2fac2c8212f91c8474ea99200ac762fe36ab1062cb6363ed1b1 1187 duplicity_0.6.08b-0ubuntu2.1.dsc 65976864f800509784c31fa8fd09fbfe733c7b415b730e89faa333620c8de2ce 12689 duplicity_0.6.08b-0ubuntu2.1.diff.gz Files: a922d99f993977a52092536008f2530d 1187 utils optional duplicity_0.6.08b-0ubuntu2.1.dsc 0605a7726fa1318e48521dda305c3dfd 12689 utils optional duplicity_0.6.08b-0ubuntu2.1.diff.gz Original-Maintainer: Alexander Zangerl From marc.deslauriers at ubuntu.com Tue Aug 23 13:03:34 2011 From: marc.deslauriers at ubuntu.com (Marc Deslauriers) Date: Tue, 23 Aug 2011 13:03:34 -0000 Subject: [ubuntu/lucid-security] ecryptfs-utils_83-0ubuntu3.2.10.04.2_powerpc_translations.tar.gz, ecryptfs-utils_83-0ubuntu3.2.10.04.2_i386_translations.tar.gz, ecryptfs-utils_83-0ubuntu3.2.10.04.2_amd64_translations.tar.gz, ecryptfs-utils_83-0ubuntu3.2.10.04.2_sparc_translations.tar.gz, ecryptfs-utils_83-0ubuntu3.2.10.04.2_armel_translations.tar.gz, ecryptfs-utils_83-0ubuntu3.2.10.04.2_ia64_translations.tar.gz, ecryptfs-utils 83-0ubuntu3.2.10.04.2 (Accepted) Message-ID: <20110823130334.13367.48522.launchpad@cocoplum.canonical.com> ecryptfs-utils (83-0ubuntu3.2.10.04.2) lucid-security; urgency=low * SECURITY UPDATE: wrong mtab ownership and permissions (LP: #830850) - src/utils/mount.ecryptfs_private.c: also set gid and umask before updating mtab. - CVE-2011-3145 Date: Mon, 22 Aug 2011 15:44:59 -0400 Changed-By: Marc Deslauriers Maintainer: Ubuntu Developers https://launchpad.net/ubuntu/lucid/+source/ecryptfs-utils/83-0ubuntu3.2.10.04.2 -------------- next part -------------- Format: 1.8 Date: Mon, 22 Aug 2011 15:44:59 -0400 Source: ecryptfs-utils Binary: ecryptfs-utils libecryptfs0 libecryptfs-dev Architecture: source Version: 83-0ubuntu3.2.10.04.2 Distribution: lucid-security Urgency: low Maintainer: Ubuntu Developers Changed-By: Marc Deslauriers Description: ecryptfs-utils - ecryptfs cryptographic filesystem (utilities) libecryptfs-dev - ecryptfs cryptographic filesystem (development) libecryptfs0 - ecryptfs cryptographic filesystem (library) Launchpad-Bugs-Fixed: 830850 Changes: ecryptfs-utils (83-0ubuntu3.2.10.04.2) lucid-security; urgency=low . * SECURITY UPDATE: wrong mtab ownership and permissions (LP: #830850) - src/utils/mount.ecryptfs_private.c: also set gid and umask before updating mtab. - CVE-2011-3145 Checksums-Sha1: 8dff808978927edf5124b6aa41b95e84b264b3e0 2227 ecryptfs-utils_83-0ubuntu3.2.10.04.2.dsc 802e190b59814c20e63527f433d0d10d2c866571 19398 ecryptfs-utils_83-0ubuntu3.2.10.04.2.diff.gz Checksums-Sha256: 4b984af2cc552cab2e7b50948d2c7d7ff3122b70d83537bb35136b2e95ea514a 2227 ecryptfs-utils_83-0ubuntu3.2.10.04.2.dsc 0a74e9d2b4b32c1cfb7bfc3afd6d5c80fbc6a72460b10f8079c43dbbb8beb84a 19398 ecryptfs-utils_83-0ubuntu3.2.10.04.2.diff.gz Files: f8d8eb9fd22eb87dbcabea349b33f3b6 2227 misc optional ecryptfs-utils_83-0ubuntu3.2.10.04.2.dsc 6d7e0e041bc0bda549bb103c12a8e401 19398 misc optional ecryptfs-utils_83-0ubuntu3.2.10.04.2.diff.gz Original-Maintainer: Daniel Baumann From cjwatson at ubuntu.com Tue Aug 23 21:38:04 2011 From: cjwatson at ubuntu.com (Colin Watson) Date: Tue, 23 Aug 2011 21:38:04 -0000 Subject: [ubuntu/lucid-proposed] debian-installer 20081029ubuntu102.12 (Accepted) Message-ID: <20110823213804.17469.61130.launchpad@cocoplum.canonical.com> debian-installer (20081029ubuntu102.12) lucid-proposed; urgency=low * Move to 2.6.32-34 kernels. Date: Tue, 23 Aug 2011 18:09:12 +0100 Changed-By: Colin Watson Maintainer: Ubuntu Installer Team https://launchpad.net/ubuntu/lucid/+source/debian-installer/20081029ubuntu102.12 -------------- next part -------------- Format: 1.8 Date: Tue, 23 Aug 2011 18:09:12 +0100 Source: debian-installer Binary: debian-installer Architecture: source Version: 20081029ubuntu102.12 Distribution: lucid-proposed Urgency: low Maintainer: Ubuntu Installer Team Changed-By: Colin Watson Description: debian-installer - Debian installer Changes: debian-installer (20081029ubuntu102.12) lucid-proposed; urgency=low . * Move to 2.6.32-34 kernels. Checksums-Sha1: a2b17f11d461af682ae5f3bcdbb6e52e6e0f97dd 3394 debian-installer_20081029ubuntu102.12.dsc f62adb46b0b9fffaec7b7cb7e279285cd480ea3c 1816909 debian-installer_20081029ubuntu102.12.tar.gz Checksums-Sha256: d02233308c9e2831b006e3626de79eda6b9a27befa0bbd5aac54abb8c8c322ab 3394 debian-installer_20081029ubuntu102.12.dsc 42cc1b473a0856571dc03d3d5de5a4030335a78c62535b925d6bcb49ab1ec545 1816909 debian-installer_20081029ubuntu102.12.tar.gz Files: f824ff08c2ef3e365fc4ec4ba650c232 3394 devel optional debian-installer_20081029ubuntu102.12.dsc 900d61ed75b224ca9c1ec8a168006156 1816909 devel optional debian-installer_20081029ubuntu102.12.tar.gz Original-Maintainer: Debian Install System Team From DaveWalker at ubuntu.com Tue Aug 23 23:52:22 2011 From: DaveWalker at ubuntu.com (Dave Walker (Daviey)) Date: Tue, 23 Aug 2011 23:52:22 -0000 Subject: [ubuntu/lucid-proposed] autofs5 5.0.4-3.1ubuntu5.2 (Accepted) Message-ID: <20110823235222.29181.63146.launchpad@soybean.canonical.com> autofs5 (5.0.4-3.1ubuntu5.2) lucid-proposed; urgency=low * debian/patches/17fix-stale-map-read.dpatch: Resolve issue of not updating map stale status following a successful map read. Patch courtesy of upstream commit. (LP: #578536) Date: Tue, 23 Aug 2011 11:32:29 +0100 Changed-By: Dave Walker (Daviey) Maintainer: Ubuntu Developers https://launchpad.net/ubuntu/lucid/+source/autofs5/5.0.4-3.1ubuntu5.2 -------------- next part -------------- Format: 1.8 Date: Tue, 23 Aug 2011 11:32:29 +0100 Source: autofs5 Binary: autofs5 autofs5-ldap autofs5-hesiod autofs autofs-ldap autofs-hesiod Architecture: source Version: 5.0.4-3.1ubuntu5.2 Distribution: lucid-proposed Urgency: low Maintainer: Ubuntu Developers Changed-By: Dave Walker (Daviey) Description: autofs - dummy transitional package from autofs to autofs5 autofs-hesiod - dummy transitional package from autofs-hesiod to autofs5-hesiod autofs-ldap - dummy transitional package from autofs-ldap to autofs5-ldap autofs5 - kernel-based automounter for Linux, version 5 autofs5-hesiod - Hesiod map support for autofs, version 5 autofs5-ldap - LDAP map support for autofs, version 5 Launchpad-Bugs-Fixed: 578536 Changes: autofs5 (5.0.4-3.1ubuntu5.2) lucid-proposed; urgency=low . * debian/patches/17fix-stale-map-read.dpatch: Resolve issue of not updating map stale status following a successful map read. Patch courtesy of upstream commit. (LP: #578536) Checksums-Sha1: 4fc8157024f2e398facd3278e424f1b6fcc6540c 1362 autofs5_5.0.4-3.1ubuntu5.2.dsc 50c13cff80d69911ed0b3c91c42c4a8690b15814 663608 autofs5_5.0.4.orig.tar.gz de344a1477ebd0d0b45856909c2d2ad645c82d11 136522 autofs5_5.0.4-3.1ubuntu5.2.diff.gz Checksums-Sha256: d2663833059a4e286d960e68b215b829019b04025280f4d45952549bba348109 1362 autofs5_5.0.4-3.1ubuntu5.2.dsc 1556d50567bce54f4ae87b562b6f90dabfdf5b12826246e0de9751744816881a 663608 autofs5_5.0.4.orig.tar.gz 2f67070592aeb0cf579d404764cfd12306c576db2fb92c0ed4858b1d157f20c3 136522 autofs5_5.0.4-3.1ubuntu5.2.diff.gz Files: 08fe27015840f92da7f0209a69007cfd 1362 utils extra autofs5_5.0.4-3.1ubuntu5.2.dsc cbe74e066982da59f7f5552c395b6479 663608 utils extra autofs5_5.0.4.orig.tar.gz c6241decf686431e28e7c769e1003b2c 136522 utils extra autofs5_5.0.4-3.1ubuntu5.2.diff.gz Orginal-Maintainer: Jan Christoph Nordholz From sbeattie at ubuntu.com Thu Aug 25 13:14:11 2011 From: sbeattie at ubuntu.com (Steve Beattie) Date: Thu, 25 Aug 2011 13:14:11 -0000 Subject: [ubuntu/lucid-proposed] gtk-vnc 0.3.10-2ubuntu2.1 (Accepted) Message-ID: <20110825131411.21885.84280.launchpad@wampee.canonical.com> gtk-vnc (0.3.10-2ubuntu2.1) lucid-proposed; urgency=low * Fix off-by-one error in snprintf call generating the version string, thanks to Josh Wendell and mccurlly for identifying the fix (LP: #598597) - add debian/patches/0006-fix-snprintf-off-by-1-lp598597.patch - update debian/patches/series Date: Mon, 15 Aug 2011 11:31:15 -0700 Changed-By: Steve Beattie Maintainer: Ubuntu Developers Signed-By: Dave Walker https://launchpad.net/ubuntu/lucid/+source/gtk-vnc/0.3.10-2ubuntu2.1 -------------- next part -------------- Format: 1.8 Date: Mon, 15 Aug 2011 11:31:15 -0700 Source: gtk-vnc Binary: libgtk-vnc-1.0-0 libgtk-vnc-1.0-0-dbg libgtk-vnc-1.0-dev python-gtk-vnc mozilla-gtk-vnc gvncviewer Architecture: source Version: 0.3.10-2ubuntu2.1 Distribution: lucid-proposed Urgency: low Maintainer: Ubuntu Developers Changed-By: Steve Beattie Description: gvncviewer - VNC viewer using gtk-vnc libgtk-vnc-1.0-0 - A VNC viewer widget for GTK+ (runtime libraries) libgtk-vnc-1.0-0-dbg - A VNC viewer widget for GTK+ (runtime libraries) libgtk-vnc-1.0-dev - A VNC viewer widget for GTK+ (development files) mozilla-gtk-vnc - A VNC viewer widget for GTK+ (mozilla plugin) python-gtk-vnc - A VNC viewer widget for GTK+ (Python binding) Launchpad-Bugs-Fixed: 598597 Changes: gtk-vnc (0.3.10-2ubuntu2.1) lucid-proposed; urgency=low . * Fix off-by-one error in snprintf call generating the version string, thanks to Josh Wendell and mccurlly for identifying the fix (LP: #598597) - add debian/patches/0006-fix-snprintf-off-by-1-lp598597.patch - update debian/patches/series Checksums-Sha1: 00d4efe7193233939d046508ddd84f12843816dd 1561 gtk-vnc_0.3.10-2ubuntu2.1.dsc 40dfa4f5c28dee13db72b9173ecbe9f182817cee 604228 gtk-vnc_0.3.10.orig.tar.gz d6a6639f85e967b2f3a673d444f6c85172cfe122 12478 gtk-vnc_0.3.10-2ubuntu2.1.diff.gz Checksums-Sha256: 8d85d91cfe08c8e88dd62f96ed49495b66544654f6a4fbb7678f013c5bb525cb 1561 gtk-vnc_0.3.10-2ubuntu2.1.dsc 61fdc1824e5621ba77a116fae7e512ced377a914ad34b2a694188277ca679384 604228 gtk-vnc_0.3.10.orig.tar.gz 485c149a68ef47f3fe0d8927b9b228000a26c8ecafe4f60ca7f34c2e993c5ba8 12478 gtk-vnc_0.3.10-2ubuntu2.1.diff.gz Files: fc4edb58f1e48c8637d5cbb2a12ff3be 1561 gnome optional gtk-vnc_0.3.10-2ubuntu2.1.dsc 4d6ae40f7d9e6eff7b62488a2b728b2b 604228 gnome optional gtk-vnc_0.3.10.orig.tar.gz 18bae934c04e5fc0885d28afbe79f721 12478 gnome optional gtk-vnc_0.3.10-2ubuntu2.1.diff.gz Original-Maintainer: Guido Günther From serge.hallyn at ubuntu.com Thu Aug 25 13:15:40 2011 From: serge.hallyn at ubuntu.com (Serge Hallyn) Date: Thu, 25 Aug 2011 13:15:40 -0000 Subject: [ubuntu/lucid-proposed] libcgroup 0.34-0ubuntu2.1 (Accepted) Message-ID: <20110825131540.28299.90375.launchpad@soybean.canonical.com> libcgroup (0.34-0ubuntu2.1) lucid-proposed; urgency=low * debian/patches/cgred-initscript-2.diff (LP: #825598) - source /etc/deafult/cgred, not cgred.conf - pull DAEMON_OPTS from defaults file into init script - --log-file is not a valid option. -f or --logfile is. * Show LOG_FILE in a comment in /etc/default/cgred. Date: Mon, 15 Aug 2011 13:47:54 -0500 Changed-By: Serge Hallyn Maintainer: Ubuntu MOTU Developers Signed-By: Andres Rodriguez https://launchpad.net/ubuntu/lucid/+source/libcgroup/0.34-0ubuntu2.1 -------------- next part -------------- Format: 1.8 Date: Mon, 15 Aug 2011 13:47:54 -0500 Source: libcgroup Binary: libcgroup-dev libcgroup1 libpam-cgroup cgroup-bin Architecture: source Version: 0.34-0ubuntu2.1 Distribution: lucid-proposed Urgency: low Maintainer: Ubuntu MOTU Developers Changed-By: Serge Hallyn Description: cgroup-bin - Tools to control and monitor control groups libcgroup-dev - Development libraries to develop applications that utilize contro libcgroup1 - A library to control and monitor control groups libpam-cgroup - A PAM module to move a user session into a cgroup Launchpad-Bugs-Fixed: 825598 Changes: libcgroup (0.34-0ubuntu2.1) lucid-proposed; urgency=low . * debian/patches/cgred-initscript-2.diff (LP: #825598) - source /etc/deafult/cgred, not cgred.conf - pull DAEMON_OPTS from defaults file into init script - --log-file is not a valid option. -f or --logfile is. * Show LOG_FILE in a comment in /etc/default/cgred. Checksums-Sha1: d36ee84d7ccada785ca14ffe078bc9045aae2123 1831 libcgroup_0.34-0ubuntu2.1.dsc 41abfae6f1f372ed78b3f5b731583b7ff3d2d9db 8104 libcgroup_0.34-0ubuntu2.1.diff.gz Checksums-Sha256: 05169d6a9322d1e8600e713bf6bfc3b25dd5a644561e965f0bd9996661cd3827 1831 libcgroup_0.34-0ubuntu2.1.dsc 3cb856670ac731b258a3aac9019c96f24a6dbf41147a58c1295926de521a0149 8104 libcgroup_0.34-0ubuntu2.1.diff.gz Files: 4e4cb1d6e86be8a9b82ee3b61f4b98c7 1831 libs extra libcgroup_0.34-0ubuntu2.1.dsc 2649c1b32ae4f533d456882f4e6ff196 8104 libs extra libcgroup_0.34-0ubuntu2.1.diff.gz From serge.hallyn at ubuntu.com Thu Aug 25 13:17:48 2011 From: serge.hallyn at ubuntu.com (Serge Hallyn) Date: Thu, 25 Aug 2011 13:17:48 -0000 Subject: [ubuntu/lucid-proposed] libvirt 0.7.5-5ubuntu27.17 (Accepted) Message-ID: <20110825131748.19756.9902.launchpad@chaenomeles.canonical.com> libvirt (0.7.5-5ubuntu27.17) lucid-proposed; urgency=low * debian/libvirt-bin.upstart: add a pre-stop script to shut down running VMs before the host shuts down. (LP: #350936) * debian/libvirt-bin.default: add a comment that this file is not actually used at startup. (LP: #823638) Date: Mon, 15 Aug 2011 15:20:37 -0500 Changed-By: Serge Hallyn Maintainer: Ubuntu Developers https://launchpad.net/ubuntu/lucid/+source/libvirt/0.7.5-5ubuntu27.17 -------------- next part -------------- Format: 1.8 Date: Mon, 15 Aug 2011 15:20:37 -0500 Source: libvirt Binary: libvirt-bin libvirt0 libvirt0-dbg libvirt-doc libvirt-dev python-libvirt Architecture: source Version: 0.7.5-5ubuntu27.17 Distribution: lucid-proposed Urgency: low Maintainer: Ubuntu Developers Changed-By: Serge Hallyn Description: libvirt-bin - the programs for the libvirt library libvirt-dev - development files for the libvirt library libvirt-doc - documentation for the libvirt library libvirt0 - library for interfacing with different virtualization systems libvirt0-dbg - library for interfacing with different virtualization systems python-libvirt - libvirt Python bindings Launchpad-Bugs-Fixed: 350936 823638 Changes: libvirt (0.7.5-5ubuntu27.17) lucid-proposed; urgency=low . * debian/libvirt-bin.upstart: add a pre-stop script to shut down running VMs before the host shuts down. (LP: #350936) * debian/libvirt-bin.default: add a comment that this file is not actually used at startup. (LP: #823638) Checksums-Sha1: eba54fdab1008771ad81dbaa2fadf49b5cff5942 2292 libvirt_0.7.5-5ubuntu27.17.dsc 1f19cae06f6c6ee7743e84100addc2d3f90e7b1f 89874 libvirt_0.7.5-5ubuntu27.17.diff.gz Checksums-Sha256: 5573e60e5589081dede181f025c00a352d8dce71c6dbc235974dd45406cbbb4f 2292 libvirt_0.7.5-5ubuntu27.17.dsc ae986c68f1b2f22411d76e436c0e341dccf3af3024472b9be3af1bde16aa88bc 89874 libvirt_0.7.5-5ubuntu27.17.diff.gz Files: b281658d3ba48c8262d78e6286e09277 2292 libs optional libvirt_0.7.5-5ubuntu27.17.dsc be24c6117ca766a66de7e6670aba15be 89874 libs optional libvirt_0.7.5-5ubuntu27.17.diff.gz Original-Maintainer: Debian Libvirt Maintainers From brian.thomason at canonical.com Thu Aug 25 21:40:18 2011 From: brian.thomason at canonical.com (Brian Thomason) Date: Thu, 25 Aug 2011 21:40:18 -0000 Subject: [ubuntu/lucid] adobe-flashplugin 10.3.183.7-0lucid1 (Accepted) Message-ID: <20110825214018.16603.897.launchpad@cocoplum.canonical.com> adobe-flashplugin (10.3.183.7-0lucid1) lucid; urgency=low * New upstream release Date: Thu, 25 Aug 2011 17:25:39 -0400 Changed-By: Brian Thomason Maintainer: DL-Flash Player Ubuntu https://launchpad.net/ubuntu/lucid/+source/adobe-flashplugin/10.3.183.7-0lucid1 -------------- next part -------------- -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Thu, 25 Aug 2011 17:25:39 -0400 Source: adobe-flashplugin Binary: adobe-flashplugin adobe-flash-properties-gtk adobe-flash-properties-kde Architecture: source Version: 10.3.183.7-0lucid1 Distribution: lucid Urgency: low Maintainer: DL-Flash Player Ubuntu Changed-By: Brian Thomason Description: adobe-flash-properties-gtk - GTK+ control panel for Adobe Flash Player plugin version 10 adobe-flash-properties-kde - KDE control panel Adobe Flash Player plugin version 10 adobe-flashplugin - Adobe Flash Player plugin version 10 Changes: adobe-flashplugin (10.3.183.7-0lucid1) lucid; urgency=low . * New upstream release Checksums-Sha1: f3c4ed7316fb3c58cb5255878b73d9f315a8a91b 1251 adobe-flashplugin_10.3.183.7-0lucid1.dsc 24166f9302d1fe021c18ff59d036c6daca51f7fe 5433328 adobe-flashplugin_10.3.183.7.orig.tar.gz e4b92abaeb92bf3a43f51a29bee68226ec1e09bb 4501 adobe-flashplugin_10.3.183.7-0lucid1.diff.gz Checksums-Sha256: 7b005e12188611edcca516e3a229dc0a5d17ec679304e7add90b05dc3588a307 1251 adobe-flashplugin_10.3.183.7-0lucid1.dsc 830167a087a996d5f2b82a16e07d382cf5d0d039c7e257622b582fcc8b0f3c2d 5433328 adobe-flashplugin_10.3.183.7.orig.tar.gz d39275a3b38ac0a1fa9c7b67dbcba0ab25ca9a732e0f98eda1e777102d745ce6 4501 adobe-flashplugin_10.3.183.7-0lucid1.diff.gz Files: 65e2a9505d655d7e4cef2c4aa611cc6b 1251 partner/web optional adobe-flashplugin_10.3.183.7-0lucid1.dsc 76bfbb720ebd02c81e3ebc467e3af82c 5433328 partner/web optional adobe-flashplugin_10.3.183.7.orig.tar.gz 2e4217fb917fbf23473c7960a997163f 4501 partner/web optional adobe-flashplugin_10.3.183.7-0lucid1.diff.gz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAk5Wvf8ACgkQOb4zNfJqN5f56ACcDmq5W+evwoAzvD9Td7R/n2hc mWQAnAzHjuo1s/1onytqx3hU7uXhYcRV =hit8 -----END PGP SIGNATURE----- From marc.deslauriers at ubuntu.com Fri Aug 26 04:03:45 2011 From: marc.deslauriers at ubuntu.com (Marc Deslauriers) Date: Fri, 26 Aug 2011 04:03:45 -0000 Subject: [ubuntu/lucid-security] flashplugin-nonfree, flashplugin-nonfree_10.3.183.7ubuntu0.10.04.1_i386_translations.tar.gz, flashplugin-nonfree_10.3.183.7ubuntu0.10.04.1_amd64_translations.tar.gz 10.3.183.7ubuntu0.10.04.1 (Accepted) Message-ID: <20110826040345.23730.63371.launchpad@cocoplum.canonical.com> flashplugin-nonfree (10.3.183.7ubuntu0.10.04.1) lucid-security; urgency=low * New upstream release 10.3.183.7 - debian/config, debian/postinst: Updated sha256sums and path. Date: Thu, 25 Aug 2011 21:23:05 -0400 Changed-By: Marc Deslauriers Maintainer: Ubuntu Developers https://launchpad.net/ubuntu/lucid/+source/flashplugin-nonfree/10.3.183.7ubuntu0.10.04.1 -------------- next part -------------- Format: 1.8 Date: Thu, 25 Aug 2011 21:23:05 -0400 Source: flashplugin-nonfree Binary: flashplugin-installer flashplugin-nonfree Architecture: source Version: 10.3.183.7ubuntu0.10.04.1 Distribution: lucid-security Urgency: low Maintainer: Ubuntu Developers Changed-By: Marc Deslauriers Description: flashplugin-installer - Adobe Flash Player plugin installer flashplugin-nonfree - Adobe Flash Player plugin installer (transitional package) Changes: flashplugin-nonfree (10.3.183.7ubuntu0.10.04.1) lucid-security; urgency=low . * New upstream release 10.3.183.7 - debian/config, debian/postinst: Updated sha256sums and path. Checksums-Sha1: 048e2e7e16f052f9db197b31d80bb31ce8b7b085 1635 flashplugin-nonfree_10.3.183.7ubuntu0.10.04.1.dsc f815036cf37d4302408ec1b5ca2d0a19f121b76f 27277 flashplugin-nonfree_10.3.183.7ubuntu0.10.04.1.tar.gz Checksums-Sha256: 326921c1018be91a1a901918c3013da1bd6f48e2be3f80699145f687f55c520e 1635 flashplugin-nonfree_10.3.183.7ubuntu0.10.04.1.dsc 1aa825d5c5bce908e8b503fa3bc9848563fae3df2729b7c5235a8b37223c7695 27277 flashplugin-nonfree_10.3.183.7ubuntu0.10.04.1.tar.gz Files: 803ccd25e5ae673c7959f2fa475af796 1635 contrib/web optional flashplugin-nonfree_10.3.183.7ubuntu0.10.04.1.dsc 8fa87ba7fe2296c23455821245794d9b 27277 contrib/web optional flashplugin-nonfree_10.3.183.7ubuntu0.10.04.1.tar.gz Original-Maintainer: Bart Martens From clint at ubuntu.com Mon Aug 29 03:11:24 2011 From: clint at ubuntu.com (Clint Byrum) Date: Mon, 29 Aug 2011 03:11:24 -0000 Subject: [ubuntu/lucid-proposed] squid 2.7.STABLE7-1ubuntu12.4 (Accepted) Message-ID: <20110829031124.17183.28390.launchpad@wampee.canonical.com> squid (2.7.STABLE7-1ubuntu12.4) lucid-proposed; urgency=low * d/squid.upstart: start on was not sufficient to restart squid on transition from runlevel 1 to 2 (LP: #561779). Also stop on condition was not sufficient to stop squid because of a missing space. (LP: #750371) Date: Sat, 27 Aug 2011 03:20:45 -0700 Changed-By: Clint Byrum Maintainer: Ubuntu Core Developers https://launchpad.net/ubuntu/lucid/+source/squid/2.7.STABLE7-1ubuntu12.4 -------------- next part -------------- Format: 1.8 Date: Sat, 27 Aug 2011 03:20:45 -0700 Source: squid Binary: squid squid-common squid-cgi Architecture: source Version: 2.7.STABLE7-1ubuntu12.4 Distribution: lucid-proposed Urgency: low Maintainer: Ubuntu Core Developers Changed-By: Clint Byrum Description: squid - Internet object cache (WWW proxy cache) squid-cgi - Squid cache manager CGI program squid-common - Internet object cache (WWW proxy cache) - common files Launchpad-Bugs-Fixed: 561779 750371 Changes: squid (2.7.STABLE7-1ubuntu12.4) lucid-proposed; urgency=low . * d/squid.upstart: start on was not sufficient to restart squid on transition from runlevel 1 to 2 (LP: #561779). Also stop on condition was not sufficient to stop squid because of a missing space. (LP: #750371) Checksums-Sha1: 439f64f10331965b6e63ffe4a8111e1fbdf89ac8 1598 squid_2.7.STABLE7-1ubuntu12.4.dsc a2b3f216feb34413c0d5e16069a681368592dd82 312232 squid_2.7.STABLE7-1ubuntu12.4.diff.gz Checksums-Sha256: 0581fe343a318f949b00475bf4cf5d9a1a0450d960d06db181599dd418caac70 1598 squid_2.7.STABLE7-1ubuntu12.4.dsc 51aa43bce48c78ec38d1719a5135a30a1e018a8a1613f48455bd8d799683a7a3 312232 squid_2.7.STABLE7-1ubuntu12.4.diff.gz Files: c19b4440af326df0770d3df32b4bffa8 1598 web optional squid_2.7.STABLE7-1ubuntu12.4.dsc 7edc66533fc608db0f5b3072710322b9 312232 web optional squid_2.7.STABLE7-1ubuntu12.4.diff.gz Original-Maintainer: Luigi Gangitano From craig.magina at canonical.com Mon Aug 29 03:35:22 2011 From: craig.magina at canonical.com (Craig Magina) Date: Mon, 29 Aug 2011 03:35:22 -0000 Subject: [ubuntu/lucid-proposed] multipath-tools 0.4.8-14ubuntu4.10.04.3 (Accepted) Message-ID: <20110829033522.16779.41012.launchpad@wampee.canonical.com> multipath-tools (0.4.8-14ubuntu4.10.04.3) lucid-proposed; urgency=low * Fixes some return logic issues in the blacklist.c:_filter_path function where using blacklist and blacklist_exceptions would cause multipathd to improperly filter paths. (LP: #789229) - The patch was created by Christophe Varoqui in 2007. + http://www.redhat.com/archives/dm-devel/2007-November/msg00054.html + 0013-libmultipath-filter_path-fix_blacklist_filter_exit.patch - [serge-hallyn] swap in the whole upstream git commit and call it 0013-blacklist_exception_issues.patch. Date: Wed, 24 Aug 2011 10:10:29 -0700 Changed-By: Craig Magina Maintainer: Ubuntu Developers Signed-By: Clint Byrum https://launchpad.net/ubuntu/lucid/+source/multipath-tools/0.4.8-14ubuntu4.10.04.3 -------------- next part -------------- Format: 1.8 Date: Wed, 24 Aug 2011 10:10:29 -0700 Source: multipath-tools Binary: multipath-tools kpartx multipath-tools-boot multipath-udeb Architecture: source Version: 0.4.8-14ubuntu4.10.04.3 Distribution: lucid-proposed Urgency: low Maintainer: Ubuntu Developers Changed-By: Craig Magina Description: kpartx - create device mappings for partitions multipath-tools - maintain multipath block device access multipath-tools-boot - Support booting from multipath devices multipath-udeb - maintain multipath block device access (udeb) Launchpad-Bugs-Fixed: 789229 Changes: multipath-tools (0.4.8-14ubuntu4.10.04.3) lucid-proposed; urgency=low . * Fixes some return logic issues in the blacklist.c:_filter_path function where using blacklist and blacklist_exceptions would cause multipathd to improperly filter paths. (LP: #789229) - The patch was created by Christophe Varoqui in 2007. + http://www.redhat.com/archives/dm-devel/2007-November/msg00054.html + 0013-libmultipath-filter_path-fix_blacklist_filter_exit.patch - [serge-hallyn] swap in the whole upstream git commit and call it 0013-blacklist_exception_issues.patch. Checksums-Sha1: 4c8fc576b05b7536330798a809983ec74ac12a11 1793 multipath-tools_0.4.8-14ubuntu4.10.04.3.dsc d32ecd1a4c46319f0fa0b5d079b9f79aba42abdc 29382 multipath-tools_0.4.8-14ubuntu4.10.04.3.diff.gz Checksums-Sha256: 45c347b3f4b42da0a1674f3e6eec955f9f9a1e30fdd90e5171ad2287bda7e112 1793 multipath-tools_0.4.8-14ubuntu4.10.04.3.dsc 0279b047ff52c0cbcd2ff749caa43ce3626fccfc7984246b23ff4ec5cc318e66 29382 multipath-tools_0.4.8-14ubuntu4.10.04.3.diff.gz Files: 1e02695140604b2658b213b069ca0307 1793 admin extra multipath-tools_0.4.8-14ubuntu4.10.04.3.dsc 6129c2c5df2dd46be77ad64fc8dff71d 29382 admin extra multipath-tools_0.4.8-14ubuntu4.10.04.3.diff.gz Original-Maintainer: Debian LVM Team From ph.wolfer at googlemail.com Mon Aug 29 03:40:51 2011 From: ph.wolfer at googlemail.com (Philipp Wolfer) Date: Mon, 29 Aug 2011 03:40:51 -0000 Subject: [ubuntu/lucid-proposed] sound-juicer 2.28.1-2ubuntu0.1 (Accepted) Message-ID: <20110829034051.25627.78548.launchpad@gac.canonical.com> sound-juicer (2.28.1-2ubuntu0.1) lucid-proposed; urgency=low * Build against libmusicbrainz3. LP: #455461 Date: Sun, 21 Aug 2011 22:07:02 +0200 Changed-By: Philipp Wolfer Maintainer: Ubuntu Developers Signed-By: Marc Deslauriers https://launchpad.net/ubuntu/lucid/+source/sound-juicer/2.28.1-2ubuntu0.1 -------------- next part -------------- Format: 1.8 Date: Sun, 21 Aug 2011 22:07:02 +0200 Source: sound-juicer Binary: sound-juicer Architecture: source Version: 2.28.1-2ubuntu0.1 Distribution: lucid-proposed Urgency: low Maintainer: Ubuntu Developers Changed-By: Philipp Wolfer Description: sound-juicer - GNOME CD Ripper Launchpad-Bugs-Fixed: 455461 Changes: sound-juicer (2.28.1-2ubuntu0.1) lucid-proposed; urgency=low . * Build against libmusicbrainz3. LP: #455461 Checksums-Sha1: 04c015b250cf6aa47f02d4e020b387ec7aeb5325 2629 sound-juicer_2.28.1-2ubuntu0.1.dsc f40d44145b33e1d5bdad6fc523f675f1801e9dcd 9275 sound-juicer_2.28.1-2ubuntu0.1.diff.gz Checksums-Sha256: 627220a2cebbeec9419a671dc54ec1b14f002ee937f01609dadb65852531e441 2629 sound-juicer_2.28.1-2ubuntu0.1.dsc 3196cfcb2c9652ecc0327ca7b7b13a2097993db091e7994e4725dbd4e087b115 9275 sound-juicer_2.28.1-2ubuntu0.1.diff.gz Files: 0ce09c39544bd7a1887ccc862d96eeea 2629 sound optional sound-juicer_2.28.1-2ubuntu0.1.dsc 1a48c1fdea67f8b58c8df932a646fc50 9275 sound optional sound-juicer_2.28.1-2ubuntu0.1.diff.gz Original-Maintainer: Ross Burton