o Update to 0.70
o Have it be aware of valid CA certificates by means of security/ca-roots port Approved by: maintainer (timeout 26 Jul 2005)
This commit is contained in:
parent
f37b25492c
commit
f9380dbe21
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145431
2 changed files with 9 additions and 5 deletions
|
@ -6,15 +6,16 @@
|
|||
#
|
||||
|
||||
PORTNAME= ucspi-ssl
|
||||
PORTVERSION= 0.68
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.70
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.superscript.com/ucspi-ssl/
|
||||
|
||||
MAINTAINER= lx@redundancy.redundancy.org
|
||||
COMMENT= UCSPI tools for building SSL client-server applications
|
||||
|
||||
RUN_DEPENDS= tcpserver:${PORTSDIR}/sysutils/ucspi-tcp
|
||||
BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root.crt:${PORTSDIR}/security/ca-roots
|
||||
RUN_DEPENDS= tcpserver:${PORTSDIR}/sysutils/ucspi-tcp \
|
||||
${BUILD_DEPENDS}
|
||||
|
||||
USE_PERL5= yes
|
||||
|
||||
|
@ -37,7 +38,9 @@ do-configure:
|
|||
${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/src/conf-cc
|
||||
${ECHO_CMD} "${PREFIX}" > ${WRKSRC}/src/conf-home
|
||||
${ECHO_CMD} "${PREFIX}/bin" > ${WRKSRC}/src/conf-tcpbin
|
||||
${ECHO_CMD} "${PREFIX}/ssl/certs" > ${WRKSRC}/src/conf-cadir
|
||||
${ECHO_CMD} "/etc/ssl" > ${WRKSRC}/src/conf-cadir
|
||||
${ECHO_CMD} "/etc/ssl/cert.pem" > ${WRKSRC}/src/conf-cafile
|
||||
${ECHO_CMD} "/etc/ssl/dh1024.pem" > ${WRKSRC}/src/conf-dhfile
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
MD5 (ucspi-ssl-0.68.tar.gz) = 1bc7b3e883f92b40ce76b0663ea7355e
|
||||
MD5 (ucspi-ssl-0.70.tar.gz) = 22a2ebd0c6905726811c615286bac875
|
||||
SIZE (ucspi-ssl-0.70.tar.gz) = 85111
|
||||
|
|
Loading…
Reference in a new issue