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|' \ |