FreeBSD Bugzilla – Attachment 187056 Details for
Bug 222910
security/sslscan: Add openssl-unsafe option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for security/sslscan
patch-security_sslscan-unsafessl (text/plain), 780 bytes, created by
Bernard Spil
on 2017-10-10 19:07:25 UTC
(
hide
)
Description:
svn diff for security/sslscan
Filename:
MIME Type:
Creator:
Bernard Spil
Created:
2017-10-10 19:07:25 UTC
Size:
780 bytes
patch
obsolete
>Index: security/sslscan/Makefile >=================================================================== >--- security/sslscan/Makefile (revision 451468) >+++ security/sslscan/Makefile (working copy) >@@ -11,10 +11,20 @@ > > LICENSE= GPLv3 > >-USES= gmake ssl >+OPTIONS_DEFINE= UNSAFESSL >+UNSAFESSL_DESC= Use openssl-unsafe as libssl provider (SSLv2 etc.) >+ >+USES= gmake > USE_GITHUB= yes > GH_ACCOUNT= rbsec > >+UNSAFESSL_USES_OFF= ssl >+UNSAFESSL_BUILD_DEPENDS= ${LOCALBASE}/openssl-unsafe/lib/libssl.so:security/openssl-unsafe >+UNSAFESSL_RUN_DEPENDS= ${UNSAFESSL_BUILD_DEPENDS} >+UNSAFESSL_CFLAGS= -I${LOCALBASE}/openssl-unsafe/include >+UNSAFESSL_LDFLAGS= -L${LOCALBASE}/openssl-unsafe/lib >+UNSAFESSL_ALL_TARGET= sslscan >+ > .include <bsd.port.pre.mk> > > .if ${SSL_DEFAULT:Mopenssl-devel}
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 222910
: 187056