View | Details | Raw Unified | Return to bug 215502
Collapse All | Expand All

(-)Makefile (-2 / +4 lines)
Lines 3-11 Link Here
3
3
4
PORTNAME=	ssldump
4
PORTNAME=	ssldump
5
PORTVERSION=	0.9b3
5
PORTVERSION=	0.9b3
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	net security
7
CATEGORIES=	net security
8
MASTER_SITES=	http://www.rtfm.com/ssldump/
8
MASTER_SITES=	SF
9
PATCHFILES=	2-ssldump-tls12.diff
10
PATCH_SITES=	https://gist.githubusercontent.com/mtigas/5969597/raw/e62ea9ab8a66ad264ffac47c5047c8d7ba94a67f/
9
11
10
MAINTAINER=	arved@FreeBSD.org
12
MAINTAINER=	arved@FreeBSD.org
11
COMMENT=	SSLv3/TLS network protocol analyzer
13
COMMENT=	SSLv3/TLS network protocol analyzer
(-)distinfo (+3 lines)
Lines 1-2 Link Here
1
TIMESTAMP = 1482450416
1
SHA256 (ssldump-0.9b3.tar.gz) = 6422c16718d27c270bbcfcc1272c4f9bd3c0799c351f1d6dd54fdc162afdab1e
2
SHA256 (ssldump-0.9b3.tar.gz) = 6422c16718d27c270bbcfcc1272c4f9bd3c0799c351f1d6dd54fdc162afdab1e
2
SIZE (ssldump-0.9b3.tar.gz) = 137435
3
SIZE (ssldump-0.9b3.tar.gz) = 137435
4
SHA256 (2-ssldump-tls12.diff) = a6cca3012eb5b7ebead5d56e3184e9c355817a6fa033287d11a836eff3f01d2b
5
SIZE (2-ssldump-tls12.diff) = 15265
(-)pkg-descr (-1 / +1 lines)
Lines 5-8 Link Here
5
provided with the appropriate keying material, it will also decrypt
5
provided with the appropriate keying material, it will also decrypt
6
the connections and display the application data traffic.
6
the connections and display the application data traffic.
7
7
8
WWW: http://www.rtfm.com/ssldump/
8
WWW: https://sourceforge.net/projects/ssldump/

Return to bug 215502