diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-18 16:02:01 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-18 18:21:43 +0800 |
commit | 0331fa55449e686d0ecba81fdd9d3a1248461a41 (patch) | |
tree | 3c52a2b69068f59579f1ccd80fd3e2f95e5c4efa /recipes/dpkg/dpkg.inc | |
parent | 39a6937fd60d946b405b35547a041c617e541d17 (diff) |
dpkg: Upgrade to 1.14.29 to address a flaw in dpkg-source
Addresses CVE-2010-0396.
Diffstat (limited to 'recipes/dpkg/dpkg.inc')
-rw-r--r-- | recipes/dpkg/dpkg.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/dpkg/dpkg.inc b/recipes/dpkg/dpkg.inc index b15a6365b4..f665b4ba15 100644 --- a/recipes/dpkg/dpkg.inc +++ b/recipes/dpkg/dpkg.inc @@ -2,7 +2,7 @@ DESCRIPTION = "Package maintenance system for Debian." LICENSE = "GPL" SECTION = "base" -SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.gz \ +SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.gz;name=src \ file://ignore_extra_fields.patch;patch=1 \ file://noupdalt.patch;patch=1" |