Author: nbd Date: 2015-04-14 23:05:45 +0200 (Tue, 14 Apr 2015) New Revision: 45446
Modified: trunk/package/libs/uclient/Makefile Log: uclient: update to the latest version, fixes a crash in processing redirect/disconnect after headers Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/libs/uclient/Makefile =================================================================== --- trunk/package/libs/uclient/Makefile 2015-04-14 20:50:59 UTC (rev 45445) +++ trunk/package/libs/uclient/Makefile 2015-04-14 21:05:45 UTC (rev 45446) @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uclient -PKG_VERSION:=2015-01-19 +PKG_VERSION:=2015-04-14 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=http://git.openwrt.org/project/uclient.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=6c222d0646fa7c07be96d729009916d5af295332 +PKG_SOURCE_VERSION:=81fdb8fdf1470e1c7bf3124ff20d17feaeb519ee PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_MD5SUM:= CMAKE_INSTALL:=1 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
