Fix my booboo
Submitted by: billf Reviewed by: will
This commit is contained in:
parent
25bad3c542
commit
7b433d0839
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43621
@ -156,7 +156,6 @@
|
||||
SUBDIR += ssh
|
||||
SUBDIR += ssh-multiadd
|
||||
SUBDIR += ssh2
|
||||
SUBDIR += ssldump
|
||||
SUBDIR += sslproxy
|
||||
SUBDIR += sslwrap
|
||||
SUBDIR += sst
|
||||
|
@ -1,25 +0,0 @@
|
||||
# New ports collection makefile for: ssldump
|
||||
# Date created: 07 Jun 2001
|
||||
# Whom: Stanislav Grozev <tacho@daemonz.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ssldump
|
||||
PORTVERSION= 0.9b1.p1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.rtfm.com/ssldump/
|
||||
DISTNAME= ssldump-0.9b1
|
||||
DIST_SUBDIR= ssldump
|
||||
|
||||
PATCH_SITES= http://www.rtfm.com/ssldump/
|
||||
PATCHFILES= patch1
|
||||
|
||||
MAINTAINER= tacho@daemonz.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --with-openssl=/usr
|
||||
|
||||
MAN1= ssldump.1
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
MD5 (ssldump/ssldump-0.9b1.tar.gz) = ace8f1b4f8bfa4cd494a3e546655c5e7
|
||||
MD5 (ssldump/patch1) = 799e5c2638639c5250b1937d706a7ddf
|
@ -1 +0,0 @@
|
||||
An SSLv3/TLS network protocol analyzer
|
@ -1,10 +0,0 @@
|
||||
ssldump is an SSLv3/TLS network protocol analyzer. It identifies TCP connections
|
||||
on the chosen network interface and attempts to interpret them as SSLv3/TLS
|
||||
traffic. When it identifies SSLv3/TLS traffic, it decodes the records and
|
||||
displays them in a textual form to stdout. If provided with the appropriate
|
||||
keying material, it will also decrypt the connections and display the
|
||||
application data traffic.
|
||||
|
||||
WWW: http://www.rtfm.com/ssldump/
|
||||
|
||||
-tacho@daemonz.org
|
@ -1 +0,0 @@
|
||||
bin/ssldump
|
Loading…
Reference in New Issue
Block a user