summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/wget
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-10-31 18:05:08 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-11-06 16:45:19 +0000
commita4db2d96307538c2f0b2710bfc2b7d6b804b0f06 (patch)
tree96fd44175f2710e6cf26227042457509f6a6ef00 /meta/recipes-extended/wget
parent07e8ae71e849fbb5e5c8a6eac22a637c89d75f5c (diff)
downloadast2050-yocto-poky-a4db2d96307538c2f0b2710bfc2b7d6b804b0f06.zip
ast2050-yocto-poky-a4db2d96307538c2f0b2710bfc2b7d6b804b0f06.tar.gz
wget: upgrade to 1.16
Among other things, fixes CVE-2014-4877: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-4877 (From OE-Core rev: de31ee56e07fea9e3f8ae2f71c69ab5e9c48836f) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/wget')
-rw-r--r--meta/recipes-extended/wget/wget_1.15.bb7
-rw-r--r--meta/recipes-extended/wget/wget_1.16.bb8
2 files changed, 8 insertions, 7 deletions
diff --git a/meta/recipes-extended/wget/wget_1.15.bb b/meta/recipes-extended/wget/wget_1.15.bb
deleted file mode 100644
index c2fcca7..0000000
--- a/meta/recipes-extended/wget/wget_1.15.bb
+++ /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
index 0000000..257b534
--- /dev/null
+++ b/meta/recipes-extended/wget/wget_1.16.bb
@@ -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
OpenPOWER on IntegriCloud