From fd43377c5f23f4f718e2846cf9fd423f87bf4af3 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Wed, 30 Jan 2013 11:08:19 +0100 Subject: libupnp: Update to the updated release 1.6.18 fixing several vulnerabilities (CVE-2012-5958 to CVE-2012-5965). Signed-off-by: Florian Boor --- recipes/upnp/libupnp_1.3.1.bb | 10 ---------- recipes/upnp/libupnp_1.6.18.bb | 13 +++++++++++++ recipes/upnp/libupnp_1.6.5.bb | 13 ------------- 3 files changed, 13 insertions(+), 23 deletions(-) delete mode 100644 recipes/upnp/libupnp_1.3.1.bb create mode 100644 recipes/upnp/libupnp_1.6.18.bb delete mode 100644 recipes/upnp/libupnp_1.6.5.bb diff --git a/recipes/upnp/libupnp_1.3.1.bb b/recipes/upnp/libupnp_1.3.1.bb deleted file mode 100644 index f48b7519ee..0000000000 --- a/recipes/upnp/libupnp_1.3.1.bb +++ /dev/null @@ -1,10 +0,0 @@ -DESCRIPTION = "The Linux* SDK for UPnP* Devices (libupnp) provides developers with an API and open source code for building control points, devices, and bridges that are compliant with Version 1.0 of the Universal Plug and Play Device Architecture Specification." -HOMEPAGE = "http://upnp.sourceforge.net/" -LICENSE = "BSD" - -LEAD_SONAME = "libupnp" -SRC_URI = "${SOURCEFORGE_MIRROR}/upnp/${P}.tar.gz" -inherit autotools pkgconfig - -SRC_URI[md5sum] = "6646be5e31e58188e8f47c6ce64faa4c" -SRC_URI[sha256sum] = "4d0d6a5302222757fb36ee21d8f8e1b3de849c2de658ab1105272f32ff78767d" diff --git a/recipes/upnp/libupnp_1.6.18.bb b/recipes/upnp/libupnp_1.6.18.bb new file mode 100644 index 0000000000..1b3fbaaef0 --- /dev/null +++ b/recipes/upnp/libupnp_1.6.18.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "The portable SDK for UPnP* Devices (libupnp) provides developers with an API and open source code for building control points, devices, and bridges that are compliant with Version 1.0 of the Universal Plug and Play Device Architecture Specification." +HOMEPAGE = "http://pupnp.sourceforge.net/" +LICENSE = "BSD" + +PR = "r0" + +LEAD_SONAME = "libupnp" +SRC_URI = "${SOURCEFORGE_MIRROR}/pupnp/${P}.tar.bz2" + +inherit autotools + +SRC_URI[md5sum] = "11c6484fd2e2927bf3b8d8108407ca56" +SRC_URI[sha256sum] = "b21bc676365622d3ace1b25292dab8d4d23f6e6a80ddc8f029b765d39797e934" diff --git a/recipes/upnp/libupnp_1.6.5.bb b/recipes/upnp/libupnp_1.6.5.bb deleted file mode 100644 index 05d4758798..0000000000 --- a/recipes/upnp/libupnp_1.6.5.bb +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "The portable SDK for UPnP* Devices (libupnp) provides developers with an API and open source code for building control points, devices, and bridges that are compliant with Version 1.0 of the Universal Plug and Play Device Architecture Specification." -HOMEPAGE = "http://pupnp.sourceforge.net/" -LICENSE = "BSD" - -PR = "r1" - -LEAD_SONAME = "libupnp" -SRC_URI = "${SOURCEFORGE_MIRROR}/pupnp/${P}.tar.bz2" - -inherit autotools - -SRC_URI[md5sum] = "2b0370e7c405a5bc80880085e6d7d827" -SRC_URI[sha256sum] = "95b11e2db04c2e714c2f4fb05d9d31351d3388dababd4e1dd5300f4b0d5e8767" -- cgit 1.2.3-korg