Add a patch for recognition of modern ciphers. Fix WWW and point

MASTER_SITES to SourceForge.

PR:		215502
Approved by:	arved (maintainer)
This commit is contained in:
Mikhail Teterin 2016-12-28 03:37:40 +00:00
parent 4f6888cf88
commit 85775f4d8f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429702
3 changed files with 8 additions and 3 deletions

View File

@ -3,9 +3,11 @@
PORTNAME= ssldump
PORTVERSION= 0.9b3
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= net security
MASTER_SITES= http://www.rtfm.com/ssldump/
MASTER_SITES= SF
PATCHFILES= 2-ssldump-tls12.diff
PATCH_SITES= https://gist.githubusercontent.com/mtigas/5969597/raw/e62ea9ab8a66ad264ffac47c5047c8d7ba94a67f/
MAINTAINER= arved@FreeBSD.org
COMMENT= SSLv3/TLS network protocol analyzer

View File

@ -1,2 +1,5 @@
TIMESTAMP = 1482450416
SHA256 (ssldump-0.9b3.tar.gz) = 6422c16718d27c270bbcfcc1272c4f9bd3c0799c351f1d6dd54fdc162afdab1e
SIZE (ssldump-0.9b3.tar.gz) = 137435
SHA256 (2-ssldump-tls12.diff) = a6cca3012eb5b7ebead5d56e3184e9c355817a6fa033287d11a836eff3f01d2b
SIZE (2-ssldump-tls12.diff) = 15265

View File

@ -5,4 +5,4 @@ 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/
WWW: https://sourceforge.net/projects/ssldump/