mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Update to 4.03.
'make cert' fix submitted by: Krzysztof Stryjek <wtp@mud.pl>
This commit is contained in:
parent
e0c1a40d84
commit
e9d65ec173
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72795
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= stunnel
|
||||
PORTVERSION= 4.00
|
||||
PORTVERSION= 4.03
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.stunnel.org/download/stunnel/src/ \
|
||||
ftp://stunnel.mirt.net/stunnel/ \
|
||||
@ -19,9 +19,10 @@ USE_OPENSSL= YES
|
||||
USE_REINPLACE= YES
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --localstatedir=/var/tmp --with-pem-dir=${PEM_DIR}
|
||||
CONFIGURE_ARGS= --localstatedir=/var/tmp --with-pem-dir=${PEM_DIR} \
|
||||
--enable-static
|
||||
|
||||
MAN8= stunnel.8
|
||||
MAN8= stunnel.8 stunnel.pl.8
|
||||
|
||||
PEM_DIR?= ${PREFIX}/etc
|
||||
|
||||
@ -59,7 +60,7 @@ cert:
|
||||
@${ECHO} "The new certificate will be saved into ${PREFIX}/etc/stunnel.pem"
|
||||
@${ECHO} "**************************************************************************"
|
||||
@${ECHO} ""
|
||||
@(cd ${WRKSRC}; make cert)
|
||||
${INSTALL} -m 600 ${WRKSRC}/stunnel.pem ${PEM_DIR}/
|
||||
@(cd ${WRKSRC}/tools/; make stunnel.pem)
|
||||
${INSTALL} -m 600 ${WRKSRC}/tools/stunnel.pem ${PEM_DIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (stunnel-4.00.tar.gz) = 5da49496d516aa2716405a6defac0b0d
|
||||
MD5 (stunnel-4.03.tar.gz) = 79dddf4174f3c2f7a83202bd8c9c6794
|
||||
|
@ -1,11 +1,11 @@
|
||||
etc/rc.d/stunnel.sh.sample
|
||||
etc/stunnel/stunnel.conf-sample
|
||||
lib/libstunnel.so.0
|
||||
lib/libstunnel.so
|
||||
lib/libstunnel.la
|
||||
lib/libstunnel.a
|
||||
sbin/stunnel
|
||||
%%PORTDOCS%%share/doc/stunnel/stunnel.html
|
||||
%%PORTDOCS%%share/doc/stunnel/stunnel.pl.html
|
||||
%%PORTDOCS%%share/doc/stunnel/examples/ca.html
|
||||
%%PORTDOCS%%share/doc/stunnel/examples/ca.pl
|
||||
%%PORTDOCS%%share/doc/stunnel/examples/importCA.html
|
||||
@ -18,7 +18,6 @@ sbin/stunnel
|
||||
%%PORTDOCS%%share/doc/stunnel/COPYING
|
||||
%%PORTDOCS%%share/doc/stunnel/COPYRIGHT.GPL
|
||||
%%PORTDOCS%%share/doc/stunnel/CREDITS
|
||||
%%PORTDOCS%%share/doc/stunnel/FAQ
|
||||
%%PORTDOCS%%share/doc/stunnel/INSTALL
|
||||
%%PORTDOCS%%share/doc/stunnel/INSTALL.W32
|
||||
%%PORTDOCS%%share/doc/stunnel/NEWS
|
||||
|
Loading…
Reference in New Issue
Block a user