Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jun 2011 12:29:19 GMT
From:      Matthieu BOUTHORS <matthieu@labs.fr>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/158111: New port security/sslscan
Message-ID:  <201106211229.p5LCTJA2096709@red.freebsd.org>
Resent-Message-ID: <201106211230.p5LCUC15049254@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         158111
>Category:       ports
>Synopsis:       New port security/sslscan
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 21 12:30:12 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Matthieu BOUTHORS
>Release:        
>Organization:
labs.fr
>Environment:
>Description:

>How-To-Repeat:

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#       sslscan
#       sslscan/Makefile
#       sslscan/distinfo
#       sslscan/pkg-descr
#       sslscan/files
#       sslscan/files/patch-sslscan.c
#       sslscan/files/patch-Makefile
#       sslscan/pkg-list
#
echo c - sslscan
mkdir -p sslscan > /dev/null 2>&1
echo x - sslscan/Makefile
sed 's/^X//' >sslscan/Makefile << '2151a656c7affd4761cf4b98d255ce4b'
X# New ports collection makefile for:   pgtune
X# Date created:        16 feb 2009
X# Whom:                Matthieu BOUTHORS
X#
X# $FreeBSD: ports/databases/pgtune/Makefile,v 1.1 2009/05/17 10:14:08 miwi Exp $
X#
X
XPORTNAME=      sslscan
XPORTVERSION=   1.8.2
XCATEGORIES=    security
XMASTER_SITES=  http://downloads.sourceforge.net/project/sslscan/sslscan/ \
X               http://mirror.labs.fr/pub/FreeBSD/distfiles/
XEXTRACT_SUFX=  .tgz
X
XMAINTAINER=    matthieu@labs.fr
XCOMMENT=       SSLScan is a fast SSL port scanner
X
X.include <bsd.port.mk>
2151a656c7affd4761cf4b98d255ce4b
echo x - sslscan/distinfo
sed 's/^X//' >sslscan/distinfo << '77bc5d6f00f5d54496cbccf53a29f7ee'
XSHA256 (sslscan-1.8.2.tgz) = 3b728804456042d96d5c8ccd42326f8e5719d091986793bb7b852a36b50d2b3e
XSIZE (sslscan-1.8.2.tgz) = 22176
77bc5d6f00f5d54496cbccf53a29f7ee
echo x - sslscan/pkg-descr
sed 's/^X//' >sslscan/pkg-descr << '8d605a9987742a1eb98db42cb25d69ee'
XSSLScan is a fast SSL port scanner. SSLScan connects to SSL ports and determines
Xwhat ciphers are supported, which are the servers prefered ciphers, which SSL
Xprotocols are supported and returns the SSL certificate. Client certificates and
Xprivate key can be configured and output is to text / XML.
8d605a9987742a1eb98db42cb25d69ee
echo c - sslscan/files
mkdir -p sslscan/files > /dev/null 2>&1
echo x - sslscan/files/patch-sslscan.c
sed 's/^X//' >sslscan/files/patch-sslscan.c << '4cb9d952958f8183bc662c7cbcc6a90c'
X--- sslscan.c.orig
X+++ sslscan.c
X@@ -41,6 +41,7 @@
X #include <openssl/pkcs12.h>
X #include <openssl/x509.h>
X #include <openssl/x509v3.h>
X+#include <netinet/in.h>
X
X // Defines...
X #define false 0
4cb9d952958f8183bc662c7cbcc6a90c
echo x - sslscan/files/patch-Makefile
sed 's/^X//' >sslscan/files/patch-Makefile << '765f294b6066837e41fcdec47b8d812f'
X--- Makefile.orig      2011-06-21 14:17:30.000000000 +0200
X+++ Makefile   2011-06-21 14:17:45.000000000 +0200
X@@ -1,9 +1,9 @@
X SRCS = sslscan.c
X-BINPATH = /usr/bin/
X-MANPATH = /usr/share/man/
X+BINPATH = /usr/local/bin/
X+MANPATH = /usr/local/man/
X
X all:
X-      gcc -g -Wall -lssl -o sslscan $(SRCS) $(LDFLAGS) $(CFLAGS)
X+      cc -g -Wall -lssl -o sslscan $(SRCS) $(LDFLAGS) $(CFLAGS)
X
X install:
X       cp sslscan $(BINPATH)
765f294b6066837e41fcdec47b8d812f
echo x - sslscan/pkg-list
sed 's/^X//' >sslscan/pkg-list << 'af90f0193cf27bff32ee1e82d293f9df'
Xman/man1/sslscan.1
Xbin/sslscan
af90f0193cf27bff32ee1e82d293f9df
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106211229.p5LCTJA2096709>