FreeBSD Bugzilla – Attachment 175523 Details for
Bug 213301
security/xmlsec1: Fix libxmlsec-openssl when building with LibreSSL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Simple patch to stop configure detecting libressl as openssl 1.1.0
xmlsec1.patch (text/plain), 1.34 KB, created by
Michael Gmelin
on 2016-10-08 00:42:28 UTC
(
hide
)
Description:
Simple patch to stop configure detecting libressl as openssl 1.1.0
Filename:
MIME Type:
Creator:
Michael Gmelin
Created:
2016-10-08 00:42:28 UTC
Size:
1.34 KB
patch
obsolete
>Index: security/xmlsec1/Makefile >=================================================================== >--- security/xmlsec1/Makefile (revision 423487) >+++ security/xmlsec1/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= xmlsec1 > PORTVERSION= 1.2.22 >+PORTREVISION= 1 > CATEGORIES= security > MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \ > ftp://ftp.aleksey.com/pub/xmlsec/releases/ \ >Index: security/xmlsec1/files/patch-configure >=================================================================== >--- security/xmlsec1/files/patch-configure (nonexistent) >+++ security/xmlsec1/files/patch-configure (working copy) >@@ -0,0 +1,11 @@ >+--- configure~ 2016-04-20 18:27:12.000000000 +0200 >++++ configure 2016-10-08 02:15:02.429748989 +0200 >+@@ -14258,7 +14258,7 @@ >+ /* end confdefs.h. */ >+ >+ #include <openssl/opensslv.h> >+- #if OPENSSL_VERSION_NUMBER >= 0x10100000L >++ #if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) >+ yes >+ #endif >+ > >Property changes on: security/xmlsec1/files/patch-configure >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 213301
: 175523