summaryrefslogtreecommitdiff
path: root/app-emulation
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-03-07 02:55:15 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-03-07 02:55:15 +0300
commitc2ee51fdd1c75244514ed1141abec43a5c643e98 (patch)
tree6b5ff9046bd3840dd9c4493215f285896cde23b2 /app-emulation
parent1da1f52f4544a810edb3463a8adeab85347efdeb (diff)
spice: libressl supported by upstream
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/spice/files/spice-libressl.patch13
-rw-r--r--app-emulation/spice/spice-scm.ebuild6
2 files changed, 3 insertions, 16 deletions
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 <string.h>
- #include <gio/gio.h>
-
--#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