mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Adding sslwrap version 2.0.5.
Another SSL wrapper application, which uses SSLEay/OpenSSL. PR: 14771 Submitted by: Zahemszky Gabor <zgabor@CoDe.HU>
This commit is contained in:
parent
54ea5fa715
commit
2b52928c68
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24133
@ -63,6 +63,7 @@
|
||||
SUBDIR += ssh
|
||||
SUBDIR += ssh2
|
||||
SUBDIR += sslproxy
|
||||
SUBDIR += sslwrap
|
||||
SUBDIR += strobe
|
||||
SUBDIR += stunnel
|
||||
SUBDIR += sudo
|
||||
|
34
security/sslwrap/Makefile
Normal file
34
security/sslwrap/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: sslwrap
|
||||
# Version required: 2.0.5
|
||||
# Date created: 1999 november 7.
|
||||
# Whom: Zahemszky, Gabor <ZGabor at CoDe dot HU>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= sslwrap
|
||||
PKGNAME= sslwrap-2.0.5
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.rickk.com/sslwrap/
|
||||
|
||||
MAINTAINER= ZGabor@CoDe.HU
|
||||
|
||||
RUN_DEPENDS= ${PREFIX}/lib/libssl.a:${PORTSDIR}/security/openssl
|
||||
BUILD_DEPENDS= ${PREFIX}/include/openssl/ssl.h:${PORTSDIR}/security/openssl
|
||||
|
||||
.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES
|
||||
LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref
|
||||
MAKE_ENV+= EXTRA_SSL_LIBS="-lRSAglue -lrsaref"
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/sslwrap205
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/sslwrap ${PREFIX}/bin/sslwrap
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/sslwrap
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/docs.html \
|
||||
${PREFIX}/share/doc/sslwrap
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
security/sslwrap/distinfo
Normal file
1
security/sslwrap/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (sslwrap.tar.gz) = 1aaccd6cd4c0822f798ff67061d0c90d
|
13
security/sslwrap/files/patch-aa
Normal file
13
security/sslwrap/files/patch-aa
Normal file
@ -0,0 +1,13 @@
|
||||
--- Makefile.orig Tue Sep 28 07:49:54 1999
|
||||
+++ Makefile Sun Dec 26 10:22:14 1999
|
||||
@@ -14,8 +14,8 @@
|
||||
|
||||
all :
|
||||
gcc -o sslwrap ${SRC} ${OPT} -DFLAT_INC -DOPENSSL=${OPENSSL} \
|
||||
- -L/usr/local/ssl/lib -lssl -lcrypto \
|
||||
- -I/usr/local/ssl/include \
|
||||
+ -L${PREFIX}/lib -lssl -lcrypto ${EXTRA_SSL_LIBS} \
|
||||
+ -I${PREFIX}/include \
|
||||
${EXTLIBS}
|
||||
|
||||
clean:
|
1
security/sslwrap/pkg-comment
Normal file
1
security/sslwrap/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Another SSL Wrapper application, which uses SSLEay/OpenSSL
|
18
security/sslwrap/pkg-descr
Normal file
18
security/sslwrap/pkg-descr
Normal file
@ -0,0 +1,18 @@
|
||||
This is a port of sslwrap.
|
||||
|
||||
"... sslwrap is a simple Unix service that sits over any simple TCP service
|
||||
such as POP3, IMAP, SMTP, and encrypts all of the data on the
|
||||
connection using TLS/SSL. It uses ssleay to support SSL version 2 and
|
||||
3. It can run out of inetd. It can also encrypt data for services
|
||||
located on another computer.
|
||||
|
||||
It works with the servers you already have, and does not require any
|
||||
modifications to your existing servers. ..."
|
||||
|
||||
Of course, it works with OpenSSL, too.
|
||||
|
||||
WWW: http://www.rickk.com/sslwrap/
|
||||
|
||||
--
|
||||
|
||||
Ported by Zahemszky, Gabor <ZGabor at CoDe dot HU>
|
4
security/sslwrap/pkg-plist
Normal file
4
security/sslwrap/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/sslwrap
|
||||
share/doc/sslwrap/README
|
||||
share/doc/sslwrap/docs.html
|
||||
@dirrm share/doc/sslwrap
|
Loading…
Reference in New Issue
Block a user