]> code.ossystems Code Review - openembedded-core.git/commitdiff
wget: upgrade to 1.16
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 31 Oct 2014 18:05:08 +0000 (18:05 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Nov 2014 16:41:35 +0000 (16:41 +0000)
Among other things, fixes CVE-2014-4877:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-4877

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/wget/wget_1.15.bb [deleted file]
meta/recipes-extended/wget/wget_1.16.bb [new file with mode: 0644]

diff --git a/meta/recipes-extended/wget/wget_1.15.bb b/meta/recipes-extended/wget/wget_1.15.bb
deleted file mode 100644 (file)
index c2fcca7..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \
-           file://fix_makefile.patch \
-          "
-SRC_URI[md5sum] = "506df41295afc6486662cc47470b4618"
-SRC_URI[sha256sum] = "52126be8cf1bddd7536886e74c053ad7d0ed2aa89b4b630f76785bac21695fcd"
-
-require wget.inc
diff --git a/meta/recipes-extended/wget/wget_1.16.bb b/meta/recipes-extended/wget/wget_1.16.bb
new file mode 100644 (file)
index 0000000..257b534
--- /dev/null
@@ -0,0 +1,8 @@
+SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \
+           file://fix_makefile.patch \
+          "
+
+SRC_URI[md5sum] = "293a37977c41b5522f781d3a3a078426"
+SRC_URI[sha256sum] = "b977fc10ac7a72d987d48136251aeb332f2dced1aabd50d6d56bdf72e2b79101"
+
+require wget.inc