2993d809d2
- Support for decrypting resumed sessions. - Fixed a core dump under certain RST conditions. - Support for an arbitrary number of connections (previous versions had a hard limit). - Better error reporting when you provide a bad password. - Some performance fixes. - Other bug fixes.
25 lines
541 B
Makefile
25 lines
541 B
Makefile
# $OpenBSD: Makefile,v 1.4 2001/10/27 12:11:09 jakob Exp $
|
|
|
|
COMMENT= SSLv3/TLS network protocol analyzer
|
|
|
|
DISTNAME= ssldump-0.9b2
|
|
CATEGORIES= net
|
|
NEED_VERSION= 1.363
|
|
|
|
HOMEPAGE= http://www.rtfm.com/ssldump/
|
|
|
|
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://www.rtfm.com/ssldump/
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
CONFIGURE_ARGS+= --with-openssl-inc=/usr/include \
|
|
--with-openssl-lib=/usr/lib
|
|
|
|
.include <bsd.port.mk>
|