curl: enable zlib support by default
authorJan Havelka <redacted>
Mon, 18 May 2026 11:53:11 +0000 (13:53 +0200)
committerAlexandru Ardelean <redacted>
Fri, 22 May 2026 03:59:39 +0000 (06:59 +0300)
zlib is already a default package required by apk

Signed-off-by: Jan Havelka <redacted>
net/curl/Config.in
net/curl/Makefile

index fc03b3f4335d256c31ca755d5758f66d4cc4a6d3..d4a528f2ca10a521241766cab12c5673ffc0fe9e 100644 (file)
@@ -140,7 +140,7 @@ config LIBCURL_THREADED_RESOLVER
 
 config LIBCURL_ZLIB
        bool "Enable zlib support"
-       default n
+       default y
 
 config LIBCURL_ZSTD
        bool "Enable zstd support"
index 7148903cd7ef500fb3d318a1e4d807578054514e..36029f1ae59ebbca915dfdc45b5968398f7b640c 100644 (file)
@@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/nls.mk
 
 PKG_NAME:=curl
 PKG_VERSION:=8.19.0
-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))/ \
git clone https://git.99rst.org/PROJECT