[source] uclient: Update to 2016-12-09

LEDE Commits lede-commits at lists.infradead.org
Mon Jan 2 12:54:39 PST 2017


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/55209a9df93992b4326f0620eab39f73b39bfef3

commit 55209a9df93992b4326f0620eab39f73b39bfef3
Author: Florian Fainelli <f.fainelli at gmail.com>
AuthorDate: Sat Dec 31 16:13:31 2016 -0800

    uclient: Update to 2016-12-09
    
    Brings in the following changes:
    
    52d955fd802a remove obsolete mac os x /opt/local include/library search path
    a4e49b4163b2 Fix unused results warnings
    48cfff3fbec9 uclient-http: send correct "Host:" header if port is set
    
    Signed-off-by: Florian Fainelli <f.fainelli at gmail.com>
---
 package/libs/uclient/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libs/uclient/Makefile b/package/libs/uclient/Makefile
index 0b4a1c1..1fa089a 100644
--- a/package/libs/uclient/Makefile
+++ b/package/libs/uclient/Makefile
@@ -5,9 +5,9 @@ PKG_RELEASE=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(LEDE_GIT)/project/uclient.git
-PKG_SOURCE_DATE:=2016-07-30
-PKG_SOURCE_VERSION:=ccb314db2e99463de15eed9d7626360d82aec4d2
-PKG_MIRROR_HASH:=76102eabb687fa34369b2216f6b379ff56fcc835e3e89cbd21dcc150ffbc9071
+PKG_SOURCE_DATE:=2016-12-09
+PKG_SOURCE_VERSION:=52d955fd802a4d990b7ff9116f02ff52aa63ffec
+PKG_MIRROR_HASH:=b96f53ccaa62a229e818be836bb4fc85aa4a1ce257fd41fbdbf4e31a959c641f
 CMAKE_INSTALL:=1
 
 PKG_BUILD_DEPENDS:=ustream-ssl



More information about the lede-commits mailing list