FreeBSD Bugzilla – Attachment 175991 Details for
Bug 213652
security/sslscan: update to 1.11.8, use USE=ssl, fix build with libressl-devel
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
sslscan.patch (text/plain), 1.69 KB, created by
Piotr Kubaj
on 2016-10-20 20:03:46 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2016-10-20 20:03:46 UTC
Size:
1.69 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 424161) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= sslscan >-PORTVERSION= 1.11.6 >+PORTVERSION= 1.11.7 > DISTVERSIONSUFFIX= -${GH_ACCOUNT} > CATEGORIES= security > >@@ -11,8 +11,7 @@ > > LICENSE= GPLv3 > >-USES= gmake >-USE_OPENSSL= yes >+USES= gmake ssl > USE_GITHUB= yes > GH_ACCOUNT= rbsec > >Index: distinfo >=================================================================== >--- distinfo (revision 424161) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1464783619 >-SHA256 (rbsec-sslscan-1.11.6-rbsec_GH0.tar.gz) = 18932a78ad968dc5859b8cc72c84e64a46367887eb9302eaf13069bb9da1e08d >-SIZE (rbsec-sslscan-1.11.6-rbsec_GH0.tar.gz) = 50002 >+TIMESTAMP = 1476993123 >+SHA256 (rbsec-sslscan-1.11.7-rbsec_GH0.tar.gz) = 1a2787b427eabc3e61350c0692970e4ab679891f6310e2dd855bab549ff8cf73 >+SIZE (rbsec-sslscan-1.11.7-rbsec_GH0.tar.gz) = 50801 >Index: files/patch-Makefile >=================================================================== >--- files/patch-Makefile (revision 424161) >+++ files/patch-Makefile (working copy) >@@ -1,4 +1,4 @@ >---- Makefile.orig 2016-03-24 21:02:55 UTC >+--- Makefile.orig 2016-06-13 12:42:11 UTC > +++ Makefile > @@ -3,7 +3,7 @@ ifndef CC > CC=gcc >@@ -23,8 +23,8 @@ > WARNINGS = -Wall -Wformat=2 > @@ -68,6 +68,9 @@ install: > ifeq ($(OS), Darwin) >- install sslscan $(DESTDIR)$(BINDIR)/sslscan; >- install sslscan.1 $(DESTDIR)$(MAN1DIR)/sslscan.1; >+ install -d sslscan $(DESTDIR)$(BINDIR)/sslscan; >+ install -d sslscan.1 $(DESTDIR)$(MAN1DIR)/sslscan.1; > +else ifeq ($(OS), FreeBSD) > + install -s -m 755 sslscan $(DESTDIR)$(BINDIR) > + install -m 644 sslscan.1 $(DESTDIR)$(MAN1DIR)
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 213652
:
175991
|
177549
|
179595