FreeBSD Bugzilla – Attachment 116192 Details for
Bug 158111
New port security/sslscan
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 3.01 KB, created by
Matthieu Bouthors
on 2011-06-21 13:30:12 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
Matthieu Bouthors
Created:
2011-06-21 13:30:12 UTC
Size:
3.01 KB
patch
obsolete
># 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 158111
: 116192