diff --git a/net/acme/Makefile b/net/acme/Makefile index 8ce6e3dd4..e6220a6e4 100644 --- a/net/acme/Makefile +++ b/net/acme/Makefile @@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk define Package/acme SECTION:=net CATEGORY:=Network - DEPENDS:=+gnu-wget +ca-bundle +openssl-util +socat + DEPENDS:=+wget-ssl +ca-bundle +openssl-util +socat TITLE:=ACME (Letsencrypt) client URL:=https://acme.sh PKGARCH:=all diff --git a/net/wget/Makefile b/net/wget/Makefile index 306da1b14..ffad46109 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wget PKG_VERSION:=1.20.3 -PKG_RELEASE:=2 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) @@ -29,7 +29,7 @@ define Package/wget/Default SUBMENU:=File Transfer TITLE:=Non-interactive network downloader URL:=https://www.gnu.org/software/wget/index.html - PROVIDES:=wget + PROVIDES:=gnu-wget endef define Package/wget/Default/description @@ -46,7 +46,7 @@ $(call Package/wget/Default) DEPENDS+= +libopenssl +librt TITLE+= (with SSL support) VARIANT:=ssl - PROVIDES+=gnu-wget + PROVIDES+=wget-ssl ALTERNATIVES:=300:/usr/bin/wget:/usr/bin/wget-ssl endef @@ -59,7 +59,7 @@ define Package/wget-nossl $(call Package/wget/Default) TITLE+= (without SSL support) VARIANT:=nossl - PROVIDES+=gnu-wget + PROVIDES+=wget ALTERNATIVES:=300:/usr/bin/wget:/usr/bin/wget-nossl endef