curl/8.5.0

Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
sbwml 2024-02-05 01:02:35 +08:00
parent 2e757628dd
commit bbc8a53265
3 changed files with 7 additions and 5 deletions

View File

@ -106,11 +106,13 @@ config LIBCURL_NGHTTP2
default y default y
config LIBCURL_NGHTTP3 config LIBCURL_NGHTTP3
bool "HTTP3 protocol" bool "HTTP/3 protocol"
depends on LIBCURL_OPENSSL
default n default n
config LIBCURL_NGTCP2 config LIBCURL_NGTCP2
bool "QUIC protocol" bool "QUIC protocol"
depends on LIBCURL_OPENSSL
default n default n
comment "Miscellaneous" comment "Miscellaneous"

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/nls.mk include $(INCLUDE_DIR)/nls.mk
PKG_NAME:=curl PKG_NAME:=curl
PKG_VERSION:=8.4.0 PKG_VERSION:=8.5.0
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
@ -17,7 +17,7 @@ PKG_SOURCE_URL:=https://github.com/curl/curl/releases/download/curl-$(subst .,_,
https://dl.uxnr.de/mirror/curl/ \ https://dl.uxnr.de/mirror/curl/ \
https://curl.askapache.com/download/ \ https://curl.askapache.com/download/ \
https://curl.se/download/ https://curl.se/download/
PKG_HASH:=e5250581a9c032b1b6ed3cf2f9c114c811fc41881069e9892d115cc73f9e88c6 PKG_HASH:=ce4b6a6655431147624aaf582632a36fe1ade262d5fab385c60f78942dd8d87b
PKG_LICENSE:=MIT PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=COPYING PKG_LICENSE_FILES:=COPYING

View File

@ -1,6 +1,6 @@
--- a/Makefile.am --- a/Makefile.am
+++ b/Makefile.am +++ b/Makefile.am
@@ -159,7 +159,7 @@ CLEANFILES = $(VC10_LIBVCXPROJ) $(VC10_S @@ -134,7 +134,7 @@ CLEANFILES = $(VC14_LIBVCXPROJ) \
bin_SCRIPTS = curl-config bin_SCRIPTS = curl-config
SUBDIRS = lib src SUBDIRS = lib src
@ -9,7 +9,7 @@
pkgconfigdir = $(libdir)/pkgconfig pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libcurl.pc pkgconfig_DATA = libcurl.pc
@@ -273,8 +273,6 @@ cygwinbin: @@ -248,8 +248,6 @@ cygwinbin:
# We extend the standard install with a custom hook: # We extend the standard install with a custom hook:
install-data-hook: install-data-hook:
(cd include && $(MAKE) install) (cd include && $(MAKE) install)