From 53b03c70e9a26ffdd9552bcb5c1b50557b218219 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 27 Apr 2014 17:50:59 +0000 Subject: [PATCH] wget: bump to 1.15. Fixes compilation in buildhost with new perl (bugs 15563 and 15718) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Compiling wget 1.14 in buildhosts with new perl (& texinfo?) versions may fail. I experienced this with Ubuntu 14.04 x64 (with perl 5.18). Bugs about this: https://dev.openwrt.org/ticket/15718 https://dev.openwrt.org/ticket/15563 The problem has been fixed upstream in wget: http://git.savannah.gnu.org/cgit/wget.git/commit/?id=9e8d899a356d95be34737488bb8fd59d4c6b3dbd ​ http://git.savannah.gnu.org/cgit/wget.git/commit/doc?id=7f43748544f26008d0dd337704f02a6ed3200aaf Both fixes are included in the already released wget 1.15. Compiling that succeeds without any need to patch wget source. I have compiled ax71xx for WNDR3700 and it compiled ok and works. Signed-off-by: hannu.nyman@iki.fi git-svn-id: svn://svn.openwrt.org/openwrt/packages@40574 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/wget/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/wget/Makefile b/net/wget/Makefile index 297ece043..bea4523be 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wget -PKG_VERSION:=1.14 +PKG_VERSION:=1.15 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_MD5SUM:=316f6f59292c9098ad81fd54f658c579 +PKG_MD5SUM:=7a279d5ac5594919124d5526e7143e28 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) -- 2.11.0