diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-10-29 22:08:07 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-10-29 22:08:07 +0100 |
commit | 38d652a4523f82ae9ad66fe61555971847ca7a6d (patch) | |
tree | 2237575441cd98275fd8851aacb7e35c1196b2d8 | |
parent | 68e57c7b496e10dfda99ff214f52406ac54737c9 (diff) |
wget: update to v1.16
The update fixes CVE-2014-4877 which allows malicious FTP servers
to modify local filesystem contents through specificially crafted
symlinks.
Please backport to for-14.07 too.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
-rw-r--r-- | net/wget/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index c03dffcb3..cb6230ad4 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2011 OpenWrt.org +# Copyright (C) 2007-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wget -PKG_VERSION:=1.15 +PKG_VERSION:=1.16 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_MD5SUM:=7a279d5ac5594919124d5526e7143e28 +PKG_MD5SUM:=fe102975ab3a6c049777883f1bb9ad07 PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com> PKG_LICENSE:=GPL-3.0+ |