wget: Backport patch removing the need for ENGINE support in OpenSSL

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2018-11-17 20:00:55 -08:00
committed by tripolar
parent 25e399fa1c
commit a54ecd9e73
2 changed files with 44 additions and 2 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=wget
PKG_VERSION:=1.19.5
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
@@ -28,7 +28,7 @@ define Package/wget/Default
DEPENDS:=+libpcre +zlib
SUBMENU:=File Transfer
TITLE:=Non-interactive network downloader
URL:=http://www.gnu.org/software/wget/index.html
URL:=https://www.gnu.org/software/wget/index.html
endef
define Package/wget/Default/description