summaryrefslogtreecommitdiffstats
path: root/net/SSLtelnet/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-10-19 10:27:25 +0000
committerkris <kris@FreeBSD.org>2002-10-19 10:27:25 +0000
commitf001ab5dfa11f7b7470747ec23ee0c1615769d5c (patch)
tree9c5cc6182920822118be5683c1db9ff0e24d0d71 /net/SSLtelnet/Makefile
parentf34787fcb98a4643ab7cd49d51c6ac31fc4b28ad (diff)
downloadFreeBSD-ports-f001ab5dfa11f7b7470747ec23ee0c1615769d5c.zip
FreeBSD-ports-f001ab5dfa11f7b7470747ec23ee0c1615769d5c.tar.gz
Re-add SSLtelnet, with patch (patch-an) to fix the security vulnerability
described in FreeBSD-SA-01:49.telnetd Submitted by: kondo hiroshi <kondo@ysyslab.co.jp> PR: ports/42676
Diffstat (limited to 'net/SSLtelnet/Makefile')
-rw-r--r--net/SSLtelnet/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/net/SSLtelnet/Makefile b/net/SSLtelnet/Makefile
new file mode 100644
index 0000000..248f95f
--- /dev/null
+++ b/net/SSLtelnet/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: SSLtelnet
+# Date created: Mar 29, 1998
+# Whom: issei@jp.FreeBSD.org
+#
+# $FreeBSD$
+
+PORTNAME= SSLtelnet
+PORTVERSION= 0.13
+CATEGORIES= net security
+MASTER_SITES= ${MASTER_SITE_LOCAL} \
+ ftp://ftp.psy.uq.oz.au/pub/Crypto/SSLapps/
+MASTER_SITE_SUBDIR= kris
+
+MAINTAINER= ports@FreeBSD.org
+
+USE_OPENSSL= YES
+
+PLIST_SUB+= OPENSSLDIR="${OPENSSLDIR}"
+
+.if !defined(BATCH)
+INSTALL_TARGET= install certificate
+.endif
+
+# Make sure that whole directory tree exists.
+pre-install:
+ ${MKDIR} ${OPENSSLDIR}/certs
+
+post-install:
+ strip $(PREFIX)/bin/telnet
+ strip $(PREFIX)/libexec/telnetd
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud