curl: bump to 7.66.0

This commit is contained in:
CN_SZTL 2019-09-21 14:37:37 +08:00
parent c7ac0b68a0
commit 9027575d76
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
3 changed files with 5 additions and 5 deletions

2
package/network/utils/curl/Config.in Executable file → Normal file
View File

@ -4,7 +4,7 @@ comment "SSL support"
choice
prompt "Selected SSL library"
default LIBCURL_OPENSSL
default LIBCURL_MBEDTLS
config LIBCURL_MBEDTLS
bool "mbed TLS"

View File

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=curl
PKG_VERSION:=7.65.3
PKG_VERSION:=7.66.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
@ -16,7 +16,7 @@ PKG_SOURCE_URL:=https://dl.uxnr.de/mirror/curl/ \
https://curl.mirror.anstey.ca/ \
https://curl.askapache.com/download/ \
https://curl.haxx.se/download/
PKG_HASH:=f2d98854813948d157f6a91236ae34ca4a1b4cb302617cebad263d79b0235fea
PKG_HASH:=dbb48088193016d079b97c5c3efde8efa56ada2ebf336e8a97d04eb8e2ed98c1
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=COPYING

View File

@ -1,6 +1,6 @@
--- a/Makefile.am
+++ b/Makefile.am
@@ -168,7 +168,7 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP)
@@ -179,7 +179,7 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP)
bin_SCRIPTS = curl-config
SUBDIRS = lib src
@ -9,7 +9,7 @@
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libcurl.pc
@@ -279,8 +279,8 @@ cygwinbin:
@@ -290,8 +290,8 @@ cygwinbin:
# We extend the standard install with a custom hook:
install-data-hook:
cd include && $(MAKE) install