Skip to content

Commit

Permalink
curl: bump version to 7.72.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flosch-dev committed Aug 24, 2020
1 parent f4147ce commit 0b19b9c
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Expand Up @@ -102,7 +102,7 @@ Latest changes:
* CCID 1.4.18
* cifs-utils 6.6
* cryptsetup 1.7.0
* curl 7.71.1
* curl 7.72.0
* davfs2 1.5.2
* dbus 1.8.20
* dnsmasq 2.81
Expand Down
2 changes: 1 addition & 1 deletion make/curl/Config.in
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_CURL
bool "Curl 7.71.1 (binary only)"
bool "Curl 7.72.0 (binary only)"
default n
select FREETZ_LIB_libcurl if ! FREETZ_PACKAGE_CURL_STATIC
help
Expand Down
4 changes: 2 additions & 2 deletions make/curl/curl.mk
@@ -1,7 +1,7 @@
$(call PKG_INIT_BIN, 7.71.1)
$(call PKG_INIT_BIN, 7.72.0)
$(PKG)_LIB_VERSION:=4.6.0
$(PKG)_SOURCE:=$(pkg)-$($(PKG)_VERSION).tar.xz
$(PKG)_SOURCE_SHA256:=40f83eda27cdbeb25cd4da48cefb639af1b9395d6026d2da1825bf059239658c
$(PKG)_SOURCE_SHA256:=0ded0808c4d85f2ee0db86980ae610cc9d165e9ca9da466196cc73c346513713
$(PKG)_SITE:=http://curl.haxx.se/download

$(PKG)_BINARY:=$($(PKG)_DIR)/src$(if $(FREETZ_PACKAGE_CURL_STATIC),,/.libs)/curl
Expand Down
4 changes: 2 additions & 2 deletions make/curl/patches/100-makefile_no_docs.patch
Expand Up @@ -30,7 +30,7 @@
@echo "generating a fresh ca-bundle.crt"
--- Makefile.in
+++ Makefile.in
@@ -691,7 +691,7 @@
@@ -692,7 +692,7 @@

bin_SCRIPTS = curl-config
SUBDIRS = lib src
Expand All @@ -39,7 +39,7 @@
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libcurl.pc
LIB_VAUTH_CFILES = vauth/cleartext.c vauth/cram.c vauth/digest.c \
@@ -1512,14 +1512,14 @@
@@ -1516,14 +1516,14 @@
# We extend the standard install with a custom hook:
install-data-hook:
(cd include && $(MAKE) install)
Expand Down
2 changes: 1 addition & 1 deletion make/curl/patches/101-cross_compile_writable_argv.patch
@@ -1,6 +1,6 @@
--- configure
+++ configure
@@ -21902,7 +21902,9 @@
@@ -23101,7 +23101,9 @@
LD_LIBRARY_PATH=$CURL_LIBRARY_PATH:$old
export LD_LIBRARY_PATH
if test "$cross_compiling" = yes; then :
Expand Down
2 changes: 1 addition & 1 deletion make/curl/patches/102-binary_static.patch
@@ -1,6 +1,6 @@
--- src/Makefile.in
+++ src/Makefile.in
@@ -253,7 +253,7 @@
@@ -256,7 +256,7 @@
@USE_EXPLICIT_LIB_DEPS_TRUE@ $(top_builddir)/lib/libcurl.la
curl_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
Expand Down
2 changes: 1 addition & 1 deletion make/curl/patches/110-gnu_source__reentrant.patch
@@ -1,6 +1,6 @@
--- configure
+++ configure
@@ -3034,6 +3034,24 @@
@@ -3041,6 +3041,24 @@
## Main body of script. ##
## -------------------- ##

Expand Down
4 changes: 2 additions & 2 deletions make/curl/patches/130-CPPFLAGS_as_CFLAGS.patch
@@ -1,6 +1,6 @@
--- configure
+++ configure
@@ -3812,13 +3812,16 @@
@@ -3819,13 +3819,16 @@
for xc_word in $CFLAGS; do
case "$xc_word" in
-D*)
Expand All @@ -20,7 +20,7 @@
;;
-rpath*)
xc_bad_var_cflags=yes
@@ -43727,13 +43730,16 @@
@@ -44938,13 +44941,16 @@
for xc_word in $CFLAGS; do
case "$xc_word" in
-D*)
Expand Down

0 comments on commit 0b19b9c

Please sign in to comment.