View | Details | Raw Unified | Return to bug 213301
Collapse All | Expand All

(-)security/xmlsec1/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	xmlsec1
4
PORTNAME=	xmlsec1
5
PORTVERSION=	1.2.22
5
PORTVERSION=	1.2.22
6
PORTREVISION=	1
6
CATEGORIES=	security
7
CATEGORIES=	security
7
MASTER_SITES=	http://www.aleksey.com/xmlsec/download/ \
8
MASTER_SITES=	http://www.aleksey.com/xmlsec/download/ \
8
		ftp://ftp.aleksey.com/pub/xmlsec/releases/ \
9
		ftp://ftp.aleksey.com/pub/xmlsec/releases/ \
(-)security/xmlsec1/files/patch-configure (+11 lines)
Line 0 Link Here
1
--- configure~	2016-04-20 18:27:12.000000000 +0200
2
+++ configure	2016-10-08 02:15:02.429748989 +0200
3
@@ -14258,7 +14258,7 @@
4
 /* end confdefs.h.  */
5
 
6
             #include <openssl/opensslv.h>
7
-        #if OPENSSL_VERSION_NUMBER >= 0x10100000L
8
+        #if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER)
9
         yes
10
         #endif
11
 

Return to bug 213301