aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bzip2/bzip2_1.0.5.bb
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-09-20 22:32:44 +0400
committerRoman I Khimov <khimov@altell.ru>2010-09-21 09:57:35 +0400
commit3e9ff12c2c9306b73de0892e7a02a90930458e8d (patch)
treed2e68c09b449fbb8c91b713c682a30e44f535c95 /recipes/bzip2/bzip2_1.0.5.bb
parent907d0ce00d72ee7f97bdd58193136ef15644bd9f (diff)
downloadopenembedded-3e9ff12c2c9306b73de0892e7a02a90930458e8d.tar.gz
bzip2: update 1.0.5 to 1.0.6
* fixes CVE-2010-0405 Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/bzip2/bzip2_1.0.5.bb')
-rw-r--r--recipes/bzip2/bzip2_1.0.5.bb35
1 files changed, 0 insertions, 35 deletions
diff --git a/recipes/bzip2/bzip2_1.0.5.bb b/recipes/bzip2/bzip2_1.0.5.bb
deleted file mode 100644
index a088230bbb..0000000000
--- a/recipes/bzip2/bzip2_1.0.5.bb
+++ /dev/null
@@ -1,35 +0,0 @@
-DESCRIPTION = "Very high-quality data compression program"
-SECTION = "console/utils"
-PR = "r2"
-
-LICENSE = "bzip2"
-SRC_URI = "http://www.bzip.org/${PV}/bzip2-${PV}.tar.gz \
- file://bzip2-1.0.5-autoconfiscated.patch"
-
-inherit autotools pkgconfig
-
-do_configure_prepend () {
- if test -f LICENSE ; then sh ./autogen.sh ; fi
-}
-
-do_install_append () {
- mv ${D}${bindir}/bunzip2 ${D}${bindir}/bunzip2.${PN}
- mv ${D}${bindir}/bzcat ${D}${bindir}/bzcat.${PN}
- ln -sf libbz2.so.1.0.5 ${D}${libdir}/libbz2.so.1.0
-}
-
-PACKAGES =+ "libbz2"
-FILES_libbz2 = "${libdir}/libbz2.so.*"
-
-pkg_postinst_${PN} () {
- update-alternatives --install ${bindir}/bunzip2 bunzip2 bunzip2.${PN} 100
- update-alternatives --install ${bindir}/bzcat bzcat bzcat.${PN} 100
-}
-
-pkg_prerm_${PN} () {
- update-alternatives --remove bunzip2 bunzip2.${PN}
- update-alternatives --remove bzcat bzcat.${PN}
-}
-
-SRC_URI[md5sum] = "3c15a0c8d1d3ee1c46a1634d00617b1a"
-SRC_URI[sha256sum] = "f7bf5368309d76e5daf3a89d4d1bea688dac7780742e7a0ae1af19be9316fe22"