[oe-commits] Frans Meulenbroeks : libexif: removed insecure versions

git version control git at git.openembedded.org
Sat Aug 28 06:58:28 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9d9c578a41221e77638f3961f64118f9447c5dd3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9d9c578a41221e77638f3961f64118f9447c5dd3

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sat Aug 28 08:55:52 2010 +0200

libexif: removed insecure versions

versions 0.6.16 and earlier have several security advisories on them
and no one pinned these, also some still had legacy staging
so put these to rest

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/libexif/libexif_0.5.12.bb |   19 -------------------
 recipes/libexif/libexif_0.6.13.bb |   18 ------------------
 recipes/libexif/libexif_0.6.16.bb |    6 ------
 recipes/libexif/libexif_0.6.9.bb  |   22 ----------------------
 4 files changed, 0 insertions(+), 65 deletions(-)

diff --git a/recipes/libexif/libexif_0.5.12.bb b/recipes/libexif/libexif_0.5.12.bb
deleted file mode 100644
index c7f0823..0000000
--- a/recipes/libexif/libexif_0.5.12.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-SECTION = "libs"
-DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures"
-LICENSE = "LGPL"
-SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.gz"
-
-inherit autotools pkgconfig
-
-do_stage() {
-	oe_libinstall -a -so -C libexif libexif ${STAGING_LIBDIR}
-
-        install -d ${STAGING_INCDIR}/libexif
-        for X in exif-byte-order.h exif-data.h exif-format.h exif-loader.h exif-tag.h exif-content.h exif-entry.h exif-ifd.h exif-result.h exif-utils.h
-        do
-                install -m 0644 ${S}/libexif/$X ${STAGING_INCDIR}/libexif/$X
-        done
-}
-
-SRC_URI[md5sum] = "97e17fa05cb638eed5e8e59db431ed3a"
-SRC_URI[sha256sum] = "8daa7618787b3af2218eee9e074f90664bff5676896b997a760f8034383d70d6"
diff --git a/recipes/libexif/libexif_0.6.13.bb b/recipes/libexif/libexif_0.6.13.bb
deleted file mode 100644
index 2842156..0000000
--- a/recipes/libexif/libexif_0.6.13.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures"
-HOMEPAGE = "http://sourceforge.net/projects/libexif"
-SECTION = "libs"
-LICENSE = "LGPL"
-PR = "r2"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.bz2"
-
-inherit autotools 
-
-do_configure_append() {
-	sed -i s:doc\ binary:binary:g Makefile
-}
-
-AUTOTOOLS_STAGE_PKGCONFIG = "1"
-
-SRC_URI[md5sum] = "1b1e2b495c5aa20c08725f30545a110b"
-SRC_URI[sha256sum] = "830802525700e65809afdd56ccdb5cd9950747044ab50666257bbb3d59a82754"
diff --git a/recipes/libexif/libexif_0.6.16.bb b/recipes/libexif/libexif_0.6.16.bb
deleted file mode 100644
index 3fa9fd5..0000000
--- a/recipes/libexif/libexif_0.6.16.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require libexif.inc
-
-PR = "${INC_PR}.0"
-
-SRC_URI[md5sum] = "deee153b1ded5a944ea05d041d959eca"
-SRC_URI[sha256sum] = "db6885d5e40e3a273ff8bb9708ab739c8ace3c5abdd75509eec8ea31a31aac43"
diff --git a/recipes/libexif/libexif_0.6.9.bb b/recipes/libexif/libexif_0.6.9.bb
deleted file mode 100644
index eba9713..0000000
--- a/recipes/libexif/libexif_0.6.9.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures"
-HOMEPAGE = "http://sourceforge.net/projects/libexif"
-LICENSE = "LGPL"
-SECTION = "libs"
-PR = "r2"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.gz"
-
-inherit autotools pkgconfig
-
-do_stage() {
-	oe_libinstall -a -so -C libexif libexif ${STAGING_LIBDIR}
-
-	install -d ${STAGING_INCDIR}/libexif
-	for X in exif-byte-order.h exif-data.h exif-format.h exif-loader.h exif-tag.h exif-content.h exif-entry.h exif-ifd.h exif-result.h exif-utils.h exif-log.h exif-mnote-data.h _stdint.h
-	do
-		install -m 0644 ${S}/libexif/$X ${STAGING_INCDIR}/libexif/$X
-	done
-}
-
-SRC_URI[md5sum] = "0aa142335a8a00c32bb6c7dbfe95fc24"
-SRC_URI[sha256sum] = "a2f309c702ee72967676d96b1a9d06806d069fde8e88076200cca6479c3d3c38"





More information about the Openembedded-commits mailing list