Author: nbd Date: 2014-12-10 17:03:02 +0100 (Wed, 10 Dec 2014) New Revision: 43600
Modified: trunk/package/libs/uclient/Makefile Log: uclient: update to the latest version, fixes HTTP digest auth processing Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/libs/uclient/Makefile =================================================================== --- trunk/package/libs/uclient/Makefile 2014-12-10 16:02:49 UTC (rev 43599) +++ trunk/package/libs/uclient/Makefile 2014-12-10 16:03:02 UTC (rev 43600) @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uclient -PKG_VERSION:=2014-09-04 +PKG_VERSION:=2014-09-10 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:=57a1dda8f31878282e554bb98d5cc81307edea49 +PKG_SOURCE_VERSION:=71ca932167085f313711d4259393c5f3441cc3a8 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
