mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/stunnel: Switch URLs to main project site
Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
51ab6d2290
commit
6284105e0c
@@ -8,4 +8,4 @@ config BR2_PACKAGE_STUNNEL
|
||||
Stunnel is a program that wraps any TCP connection with an SSL
|
||||
connection.
|
||||
|
||||
http://www.stunnel.org/
|
||||
https://www.stunnel.org/
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# From http://www.usenix.org.uk/mirrors/stunnel/stunnel-5.78.tar.gz.sha256
|
||||
# From https://www.stunnel.org/downloads/stunnel-5.78.tar.gz.sha256
|
||||
sha256 8727e53bb8b7528f850327a2a149158422c02183bc120d1d733cc65b1e2c349d stunnel-5.78.tar.gz
|
||||
# Locally calculated
|
||||
sha256 716f18b10eac3f1875ea2205418dd1b0084bd210bd17d615df6b180cfc4d65b6 COPYING.md
|
||||
|
||||
@@ -4,9 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
STUNNEL_VERSION_MAJOR = 5
|
||||
STUNNEL_VERSION = $(STUNNEL_VERSION_MAJOR).78
|
||||
STUNNEL_SITE = http://www.usenix.org.uk/mirrors/stunnel/archive/$(STUNNEL_VERSION_MAJOR).x
|
||||
STUNNEL_VERSION = 5.78
|
||||
STUNNEL_SITE = https://www.stunnel.org/downloads
|
||||
STUNNEL_DEPENDENCIES = host-pkgconf openssl
|
||||
STUNNEL_CONF_OPTS = --with-ssl=$(STAGING_DIR)/usr --with-threads=fork \
|
||||
--disable-libwrap
|
||||
|
||||
Reference in New Issue
Block a user