1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

security/stunnel: Update to 5.67

PR:		268167
Submitted by:	Daniel Engberg
This commit is contained in:
Ryan Steinmetz 2022-12-05 08:46:04 -05:00
parent e94cfe1375
commit 5d9a5a6a2e
No known key found for this signature in database
GPG Key ID: D2C3D2B2FEF36DD7
3 changed files with 6 additions and 19 deletions

View File

@ -1,18 +1,16 @@
PORTNAME= stunnel
DISTVERSION= 5.65
DISTVERSION= 5.67
PORTEPOCH= 1
CATEGORIES= security
MASTER_SITES= https://www.stunnel.org/downloads/archive/5.x/ \
https://ftp.nluug.nl/pub/networking/stunnel/archive/5.x/ \
http://ftp.nluug.nl/pub/networking/stunnel/archive/5.x/
http://www.usenix.org.uk/mirrors/stunnel/archive/5.x/
MAINTAINER= zi@FreeBSD.org
COMMENT= SSL encryption wrapper for standard network daemons
WWW= https://www.stunnel.org/
# FIXME: IMHO, there really ought to be a GPL-2+ option or some such.
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
LICENSE= GPLv2+
BROKEN_SSL= libressl libressl-devel
BROKEN_SSL_REASON= missing upstream support

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1658088789
SHA256 (stunnel-5.65.tar.gz) = 60c500063bd1feff2877f5726e38278c086f96c178f03f09d264a2012d6bf7fc
SIZE (stunnel-5.65.tar.gz) = 872293
TIMESTAMP = 1670228606
SHA256 (stunnel-5.67.tar.gz) = 3086939ee6407516c59b0ba3fbf555338f9d52f459bcab6337c0f00e91ea8456
SIZE (stunnel-5.67.tar.gz) = 881256

View File

@ -1,11 +0,0 @@
--- src/client.c.orig 2022-07-17 20:37:11 UTC
+++ src/client.c
@@ -77,6 +77,8 @@ NOEXPORT int redirect(CLI *);
NOEXPORT void print_bound_address(CLI *);
NOEXPORT void reset(SOCKET, const char *);
+extern char **environ;
+
/* allocate local data structure for the new thread */
CLI *alloc_client_session(SERVICE_OPTIONS *opt, SOCKET rfd, SOCKET wfd) {
static unsigned long long seq=0;