Merge pull request #20600 from oskarirauta/curl

curl: enable unix sockets by default
This commit is contained in:
Etienne Champetier 2023-03-27 09:42:23 -04:00 committed by GitHub
commit 5ca29635b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -139,7 +139,7 @@ config LIBCURL_ZSTD
config LIBCURL_UNIX_SOCKETS config LIBCURL_UNIX_SOCKETS
bool "Enable unix domain socket support" bool "Enable unix domain socket support"
default n default y
help help
Enable HTTP over unix domain sockets. Enable HTTP over unix domain sockets.
To use this with the curl command line, you specify the socket path to the new --unix-domain option. To use this with the curl command line, you specify the socket path to the new --unix-domain option.

View file

@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/nls.mk
PKG_NAME:=curl PKG_NAME:=curl
PKG_VERSION:=7.88.1 PKG_VERSION:=7.88.1
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/curl/curl/releases/download/curl-$(subst .,_,$(PKG_VERSION))/ \ PKG_SOURCE_URL:=https://github.com/curl/curl/releases/download/curl-$(subst .,_,$(PKG_VERSION))/ \