wget: don't build http-ntml as it's deprecated
authorPhilip Prindeville <redacted>
Wed, 4 Feb 2026 21:29:53 +0000 (14:29 -0700)
committerPhilip Prindeville <redacted>
Sun, 8 Feb 2026 18:38:17 +0000 (11:38 -0700)
NTML uses DES and MD4, both of which are retired.

Signed-off-by: Philip Prindeville <redacted>
net/wget/Makefile

index 2f4645b08fd3e6e6953a29abf5840ab8f9efc2fd..5f36771300d927d3d58acc9db4808974055a5339 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=wget
 PKG_VERSION:=1.25.0
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
@@ -72,6 +72,7 @@ endef
 CONFIGURE_ARGS+= \
        --disable-rpath \
        --disable-iri \
+       --disable-ntlm \
        --with-included-libunistring \
        --without-libuuid \
        --without-libpsl
@@ -90,7 +91,6 @@ endif
 
 ifeq ($(BUILD_VARIANT),nossl)
        CONFIGURE_ARGS+= \
-               --disable-ntlm \
                --without-ssl
 endif
 
git clone https://git.99rst.org/PROJECT