logo

etc_portage

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/etc_portage.git
commit: 8fda3cf67c735a478795b65ad6e7a66775d86702
parent 0eec8ffb2d8468e4147c3e6f436f7cab589ed53c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed,  6 Jan 2021 04:53:23 +0100

Remove libressl

Diffstat:

Mpackage.env/gcc1-
Dpatches/dev-libs/libgit2-0.26.8/openssl_stream.h_libressl_2.7.patch13-------------
2 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/package.env/gcc b/package.env/gcc @@ -9,7 +9,6 @@ =dev-cpp/clucene-2.3.3.4-r6::gentoo gcc =dev-cpp/tbb-2017.20161128::gentoo gcc =dev-lang/ocaml-4.04.2-r1::gentoo gcc -=dev-libs/openssl-0.9.8z_p8-r1::gentoo gcc =dev-libs/softhsm-2.5.0::gentoo gcc =dev-util/vulkan-headers-1.1.92.0 gcc # See related issues/PR https://bugs.llvm.org/show_bug.cgi?id=37136 Fails on 6.0.1 =games-arcade/stepmania-5.1.0_beta2::lanodanOverlay gcc diff --git a/patches/dev-libs/libgit2-0.26.8/openssl_stream.h_libressl_2.7.patch b/patches/dev-libs/libgit2-0.26.8/openssl_stream.h_libressl_2.7.patch @@ -1,13 +0,0 @@ -diff --git a/src/openssl_stream.h b/src/openssl_stream.h -index f5e59da..6391176 100644 ---- a/src/openssl_stream.h -+++ b/src/openssl_stream.h -@@ -27,7 +27,7 @@ extern int git_openssl_stream_new(git_stream **out, const char *host, const char - - - --# if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) -+# if OPENSSL_VERSION_NUMBER < 0x10100000L || LIBRESSL_VERSION_NUMBER < 0x2070500fL - - GIT_INLINE(BIO_METHOD*) BIO_meth_new(int type, const char *name) - {