Responsible Changed From-To: freebsd-ports-bugs->dhn I'll take it.
dhn 2011-06-21 15:52:37 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/sslscan Makefile distinfo pkg-descr security/sslscan/files patch-Makefile patch-sslscan.c Log: SSLScan is a fast SSL port scanner. SSLScan connects to SSL ports and determines what ciphers are supported, which are the servers prefered ciphers, which SSL protocols are supported and returns the SSL certificate. Client certificates and private key can be configured and output is to text / XML. PR: ports/158111 Submitted by: Matthieu BOUTHORS <matthieu@labs.fr> Revision Changes Path 1.1176 +1 -0 ports/security/Makefile 1.1 +23 -0 ports/security/sslscan/Makefile (new) 1.1 +2 -0 ports/security/sslscan/distinfo (new) 1.1 +22 -0 ports/security/sslscan/files/patch-Makefile (new) 1.1 +10 -0 ports/security/sslscan/files/patch-sslscan.c (new) 1.1 +4 -0 ports/security/sslscan/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!