From c2ee51fdd1c75244514ed1141abec43a5c643e98 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Wed, 7 Mar 2018 02:55:15 +0300 Subject: spice: libressl supported by upstream --- app-emulation/spice/files/spice-libressl.patch | 13 ------------- app-emulation/spice/spice-scm.ebuild | 6 +++--- 2 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 app-emulation/spice/files/spice-libressl.patch (limited to 'app-emulation') diff --git a/app-emulation/spice/files/spice-libressl.patch b/app-emulation/spice/files/spice-libressl.patch deleted file mode 100644 index 2f77fa5..0000000 --- a/app-emulation/spice/files/spice-libressl.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/spice-common/common/ssl_verify.c b/spice-common/common/ssl_verify.c -index a9ed650..27aa5d3 100644 ---- a/spice-common/common/ssl_verify.c -+++ b/spice-common/common/ssl_verify.c -@@ -33,7 +33,7 @@ - #include - #include - --#if OPENSSL_VERSION_NUMBER < 0x10100000 -+#if OPENSSL_VERSION_NUMBER < 0x10100000 || defined (LIBRESSL_VERSION_NUMBER) - static const unsigned char *ASN1_STRING_get0_data(const ASN1_STRING *asn1) - { - return M_ASN1_STRING_data(asn1); diff --git a/app-emulation/spice/spice-scm.ebuild b/app-emulation/spice/spice-scm.ebuild index b287c3c..960f961 100644 --- a/app-emulation/spice/spice-scm.ebuild +++ b/app-emulation/spice/spice-scm.ebuild @@ -47,9 +47,9 @@ python_check_deps() { has_version "dev-python/six[${PYTHON_USEDEP}]" } -PATCHES=( - "${FILESDIR}/spice-libressl.patch" -) +#PATCHES=( +# "${FILESDIR}/spice-libressl.patch" +#) pkg_setup() { [[ ${MERGE_TYPE} != binary ]] && python-any-r1_pkg_setup -- cgit v1.2.3