aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dpkg/dpkg_1.14.29.bb
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-18 16:02:01 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-18 18:21:43 +0800
commit0331fa55449e686d0ecba81fdd9d3a1248461a41 (patch)
tree3c52a2b69068f59579f1ccd80fd3e2f95e5c4efa /recipes/dpkg/dpkg_1.14.29.bb
parent39a6937fd60d946b405b35547a041c617e541d17 (diff)
downloadopenembedded-0331fa55449e686d0ecba81fdd9d3a1248461a41.tar.gz
dpkg: Upgrade to 1.14.29 to address a flaw in dpkg-source
Addresses CVE-2010-0396.
Diffstat (limited to 'recipes/dpkg/dpkg_1.14.29.bb')
-rw-r--r--recipes/dpkg/dpkg_1.14.29.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/dpkg/dpkg_1.14.29.bb b/recipes/dpkg/dpkg_1.14.29.bb
new file mode 100644
index 0000000000..a5016e7ebd
--- /dev/null
+++ b/recipes/dpkg/dpkg_1.14.29.bb
@@ -0,0 +1,14 @@
+require dpkg.inc
+PR = "r1"
+DEPENDS += "zlib bzip2"
+#RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"
+SRC_URI += "file://noman.patch;patch=1"
+SRC_URI[src.md5sum] = "4326172a959b5b6484b4bc126e9f628d"
+SRC_URI[src.sha256sum] = "ea7ec1c861af43ba534a0d7997774a5f1fd4e25a7eea4ff229c9c7bf89aed633"
+
+EXTRA_OECONF = "--without-static-progs \
+ --without-dselect \
+ --with-start-stop-daemon \
+ --with-zlib \
+ --with-bz2lib \
+ --without-sgml-doc"