mirror of
https://github.com/openwrt/packages.git
synced 2026-01-07 10:21:20 +00:00
Merge pull request #20600 from oskarirauta/curl
curl: enable unix sockets by default
This commit is contained in:
@@ -139,7 +139,7 @@ config LIBCURL_ZSTD
|
||||
|
||||
config LIBCURL_UNIX_SOCKETS
|
||||
bool "Enable unix domain socket support"
|
||||
default n
|
||||
default y
|
||||
help
|
||||
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.
|
||||
|
||||
@@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/nls.mk
|
||||
|
||||
PKG_NAME:=curl
|
||||
PKG_VERSION:=7.88.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=https://github.com/curl/curl/releases/download/curl-$(subst .,_,$(PKG_VERSION))/ \
|
||||
|
||||
Reference in New Issue
Block a user