FreeBSD Bugzilla – Attachment 191845 Details for
Bug 226954
devel/libgit2: Fix build with LibreSSL 2.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for devel/libgit2
patch-devel_libgit2-LibreSSL2.7 (text/plain), 2.12 KB, created by
Bernard Spil
on 2018-03-26 17:37:01 UTC
(
hide
)
Description:
svn diff for devel/libgit2
Filename:
MIME Type:
Creator:
Bernard Spil
Created:
2018-03-26 17:37:01 UTC
Size:
2.12 KB
patch
obsolete
>Index: devel/libgit2/files/patch-src_openssl__stream.c >=================================================================== >--- devel/libgit2/files/patch-src_openssl__stream.c (nonexistent) >+++ devel/libgit2/files/patch-src_openssl__stream.c (working copy) >@@ -0,0 +1,11 @@ >+--- src/openssl_stream.c.orig 2017-06-14 11:31:20 UTC >++++ src/openssl_stream.c >+@@ -103,7 +103,7 @@ int git_openssl_stream_global_init(void) >+ ssl_opts |= SSL_OP_NO_COMPRESSION; >+ #endif >+ >+-#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) >++#if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000L) >+ SSL_load_error_strings(); >+ OpenSSL_add_ssl_algorithms(); >+ #else > >Property changes on: devel/libgit2/files/patch-src_openssl__stream.c >___________________________________________________________________ >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 >Index: devel/libgit2/files/patch-src_openssl__stream.h >=================================================================== >--- devel/libgit2/files/patch-src_openssl__stream.h (nonexistent) >+++ devel/libgit2/files/patch-src_openssl__stream.h (working copy) >@@ -0,0 +1,11 @@ >+--- src/openssl_stream.h.orig 2017-06-14 11:31:20 UTC >++++ src/openssl_stream.h >+@@ -27,7 +27,7 @@ extern int git_openssl_stream_new(git_st >+ >+ >+ >+-# if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) >++# if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000L) >+ >+ GIT_INLINE(BIO_METHOD*) BIO_meth_new(int type, const char *name) >+ { > >Property changes on: devel/libgit2/files/patch-src_openssl__stream.h >___________________________________________________________________ >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
Flags:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 226954
: 191845