diff options
author | seb <seb@pkgsrc.org> | 2002-12-01 21:48:09 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-12-01 21:48:09 +0000 |
commit | 279bd27c20d01531a10cf6d19ee91bd63f8fb6bc (patch) | |
tree | 6667637391161bea4ef7c2be1832b464a72b7732 /security/ssldump/PLIST | |
parent | d477135580af20f224704a3222f9073f948bfa62 (diff) | |
download | pkgsrc-279bd27c20d01531a10cf6d19ee91bd63f8fb6bc.tar.gz |
Update to version 0.9b3. Okay'ed by hubertf.
Package changes: use buildlink2, ssldump command moved from bin/ to sbin/.
Selected Changelogs bits:
* Added support for VLAN networks (Jeffrey Hafey)
* Added support for non-promiscuous mode (-P flag) (Bruce M Simpson)
* Added support for session resumption.
* Added the -X flag to force hex-only printing when binary data is displayed
as hex dumps.
* Added -r as a synonym for -f. -f will eventually
be removed and reused for some other option.
This was done for option compatibility with tcpdump
and on the theory that someday I might add a -w.
* Renamed -h to -H and added it to the documentation.
-h now triggers usage info.
Plus numerous fixes, bug fixes and security fixes.
Diffstat (limited to 'security/ssldump/PLIST')
-rw-r--r-- | security/ssldump/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssldump/PLIST b/security/ssldump/PLIST index ef38a05503b..8971b2eae84 100644 --- a/security/ssldump/PLIST +++ b/security/ssldump/PLIST @@ -1,3 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:17:55 zuntum Exp $ -bin/ssldump +@comment $NetBSD: PLIST,v 1.2 2002/12/01 21:48:10 seb Exp $ man/man1/ssldump.1 +sbin/ssldump |