[Midnightbsd-cvs] mports [23489] trunk/www/aria2/files/patch-src-libssl_compat.h: add patch

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu May 10 18:18:33 EDT 2018


Revision: 23489
          http://svnweb.midnightbsd.org/mports/?rev=23489
Author:   laffer1
Date:     2018-05-10 18:18:32 -0400 (Thu, 10 May 2018)
Log Message:
-----------
add patch

Added Paths:
-----------
    trunk/www/aria2/files/patch-src-libssl_compat.h

Added: trunk/www/aria2/files/patch-src-libssl_compat.h
===================================================================
--- trunk/www/aria2/files/patch-src-libssl_compat.h	                        (rev 0)
+++ trunk/www/aria2/files/patch-src-libssl_compat.h	2018-05-10 22:18:32 UTC (rev 23489)
@@ -0,0 +1,11 @@
+--- src/libssl_compat.h.orig	2017-11-08 12:43:40 UTC
++++ src/libssl_compat.h
+@@ -37,7 +37,7 @@
+ 
+ #include <openssl/opensslv.h>
+ 
+-#if defined(LIBRESSL_VERSION_NUMBER)
++#if (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER >= 0x20700000fL)
+ #define LIBRESSL_IN_USE 1
+ #else // !defined(LIBRESSL_VERSION_NUMBER)
+ #define LIBRESSL_IN_USE 0


Property changes on: trunk/www/aria2/files/patch-src-libssl_compat.h
___________________________________________________________________
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


More information about the Midnightbsd-cvs mailing list