Skip to content

Commit 683e737

Browse files
alive4everlynxis
authored andcommitted
curl: bump to version 7.54.1
Upgrade the curl package to latest version. Patches refreshed. Signed-off-by: Alif M. Ahmad <[email protected]>
1 parent 8c96eb2 commit 683e737

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package/network/utils/curl/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=curl
11-
PKG_VERSION:=7.54.0
11+
PKG_VERSION:=7.54.1
1212
PKG_RELEASE:=1
1313

1414
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
1515
PKG_SOURCE_URL:=https://dl.uxnr.de/mirror/curl/ \
1616
http://curl.mirror.anstey.ca/ \
1717
http://curl.askapache.com/download/ \
1818
https://curl.haxx.se/download/
19-
PKG_HASH:=f50ebaf43c507fa7cc32be4b8108fa8bbd0f5022e90794388f3c7694a302ff06
19+
PKG_HASH:=fdfc4df2d001ee0c44ec071186e770046249263c491fcae48df0e1a3ca8f25a0
2020

2121
PKG_LICENSE:=MIT
2222
PKG_LICENSE_FILES:=COPYING

package/network/utils/curl/patches/200-no_docs_tests.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/Makefile.am
22
+++ b/Makefile.am
3-
@@ -154,8 +154,8 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP)
3+
@@ -154,8 +154,8 @@
44

55
bin_SCRIPTS = curl-config
66

@@ -11,7 +11,7 @@
1111

1212
pkgconfigdir = $(libdir)/pkgconfig
1313
pkgconfig_DATA = libcurl.pc
14-
@@ -272,7 +272,7 @@ cygwinbin:
14+
@@ -275,7 +275,7 @@
1515
# We extend the standard install with a custom hook:
1616
install-data-hook:
1717
cd include && $(MAKE) install

package/network/utils/curl/patches/310-mbedtls-disable-runtime-version-check.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/lib/vtls/mbedtls.c
22
+++ b/lib/vtls/mbedtls.c
3-
@@ -791,7 +791,7 @@ void Curl_mbedtls_session_free(void *ptr
3+
@@ -796,7 +796,7 @@
44

55
size_t Curl_mbedtls_version(char *buffer, size_t size)
66
{

0 commit comments

Comments
 (0)