View | Details | Raw Unified | Return to bug 87839
Collapse All | Expand All

(-)Makefile (-2 / +3 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	stunnel
8
PORTNAME=	stunnel
9
PORTVERSION=	4.11
9
PORTVERSION=	4.13
10
CATEGORIES=	security
10
CATEGORIES=	security
11
MASTER_SITES=	http://www.stunnel.org/download/stunnel/src/ \
11
MASTER_SITES=	http://www.stunnel.org/download/stunnel/src/ \
12
		ftp://stunnel.mirt.net/stunnel/ \
12
		ftp://stunnel.mirt.net/stunnel/OBSOLETE/ \
13
		ftp://stunnel.mirt.net/stunnel/OBSOLETE/ \
13
		ftp://opensores.thebunker.net/pub/mirrors/stunnel/download/stunnel/src/
14
		ftp://opensores.thebunker.net/pub/mirrors/stunnel/download/stunnel/src/
14
15
Lines 60-66 Link Here
60
.endif
61
.endif
61
62
62
post-patch:
63
post-patch:
63
# place files under /var/tmp so that this can be run by an unprivileged user
64
# place files under /var/tmp so that this can be run by an unprivileged
64
# user stunnel and group stunnel
65
# user stunnel and group stunnel
65
	@${REINPLACE_CMD} -E -e 's|\@prefix\@/var/run/stunnel/|/var/tmp/stunnel|; \
66
	@${REINPLACE_CMD} -E -e 's|\@prefix\@/var/run/stunnel/|/var/tmp/stunnel|; \
66
		s|nobody|stunnel|;s|nogroup|stunnel|' \
67
		s|nobody|stunnel|;s|nogroup|stunnel|' \
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (stunnel-4.11.tar.gz) = 253c50435d4d81cba6f19ca34266e6dc
1
MD5 (stunnel-4.13.tar.gz) = d06383b49d8da71ca0b7f46caff90bde
2
SIZE (stunnel-4.11.tar.gz) = 484559
2
SIZE (stunnel-4.13.tar.gz) = 488225

Return to bug 87839