[source] curl: bump to version 7.54.1

LEDE Commits lede-commits at lists.infradead.org
Thu Jul 13 18:11:13 PDT 2017


lynxis pushed a commit to source.git, branch master:
https://git.lede-project.org/683e73735ebe64ffdbc55aa0037815e4ae282332

commit 683e73735ebe64ffdbc55aa0037815e4ae282332
Author: Alif M. Ahmad <alive4ever at live.com>
AuthorDate: Mon Jun 26 15:09:59 2017 +0000

    curl: bump to version 7.54.1
    
    Upgrade the curl package to latest version. Patches refreshed.
    
    Signed-off-by: Alif M. Ahmad <alive4ever at live.com>
---
 package/network/utils/curl/Makefile                                   | 4 ++--
 package/network/utils/curl/patches/200-no_docs_tests.patch            | 4 ++--
 .../curl/patches/310-mbedtls-disable-runtime-version-check.patch      | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/network/utils/curl/Makefile b/package/network/utils/curl/Makefile
index c7361a3..5d510a4 100644
--- a/package/network/utils/curl/Makefile
+++ b/package/network/utils/curl/Makefile
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=curl
-PKG_VERSION:=7.54.0
+PKG_VERSION:=7.54.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
@@ -16,7 +16,7 @@ PKG_SOURCE_URL:=https://dl.uxnr.de/mirror/curl/ \
 	http://curl.mirror.anstey.ca/ \
 	http://curl.askapache.com/download/ \
 	https://curl.haxx.se/download/
-PKG_HASH:=f50ebaf43c507fa7cc32be4b8108fa8bbd0f5022e90794388f3c7694a302ff06
+PKG_HASH:=fdfc4df2d001ee0c44ec071186e770046249263c491fcae48df0e1a3ca8f25a0
 
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=COPYING
diff --git a/package/network/utils/curl/patches/200-no_docs_tests.patch b/package/network/utils/curl/patches/200-no_docs_tests.patch
index 0f7198b..f5a158b 100644
--- a/package/network/utils/curl/patches/200-no_docs_tests.patch
+++ b/package/network/utils/curl/patches/200-no_docs_tests.patch
@@ -1,6 +1,6 @@
 --- a/Makefile.am
 +++ b/Makefile.am
-@@ -154,8 +154,8 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP)
+@@ -154,8 +154,8 @@
  
  bin_SCRIPTS = curl-config
  
@@ -11,7 +11,7 @@
  
  pkgconfigdir = $(libdir)/pkgconfig
  pkgconfig_DATA = libcurl.pc
-@@ -272,7 +272,7 @@ cygwinbin:
+@@ -275,7 +275,7 @@
  # We extend the standard install with a custom hook:
  install-data-hook:
  	cd include && $(MAKE) install
diff --git a/package/network/utils/curl/patches/310-mbedtls-disable-runtime-version-check.patch b/package/network/utils/curl/patches/310-mbedtls-disable-runtime-version-check.patch
index 02b7e8d..ef9c4b8 100644
--- a/package/network/utils/curl/patches/310-mbedtls-disable-runtime-version-check.patch
+++ b/package/network/utils/curl/patches/310-mbedtls-disable-runtime-version-check.patch
@@ -1,6 +1,6 @@
 --- a/lib/vtls/mbedtls.c
 +++ b/lib/vtls/mbedtls.c
-@@ -791,7 +791,7 @@ void Curl_mbedtls_session_free(void *ptr
+@@ -796,7 +796,7 @@
  
  size_t Curl_mbedtls_version(char *buffer, size_t size)
  {



More information about the lede-commits mailing list