From d5eb3d655fdbc81df4515be459a59cba50179e7c Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 17 Apr 2018 09:45:45 +0200 Subject: [PATCH] spice: remove libressl patches --- srcpkgs/spice/patches/libressl.patch | 11 ----------- srcpkgs/spice/template | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 srcpkgs/spice/patches/libressl.patch diff --git a/srcpkgs/spice/patches/libressl.patch b/srcpkgs/spice/patches/libressl.patch deleted file mode 100644 index b77c3603b35..00000000000 --- a/srcpkgs/spice/patches/libressl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- spice-common/common/ssl_verify.c.orig 2017-08-03 11:57:02.149307232 +0200 -+++ spice-common/common/ssl_verify.c 2017-08-03 11:57:29.209630642 +0200 -@@ -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/srcpkgs/spice/template b/srcpkgs/spice/template index b1fb6d216ae..4b0b14cc51d 100644 --- a/srcpkgs/spice/template +++ b/srcpkgs/spice/template @@ -1,7 +1,7 @@ # Template file for 'spice' pkgname=spice version=0.14.0 -revision=3 +revision=4 build_style=gnu-configure configure_args="--disable-tunnel --disable-opengl --enable-smartcard --with-sasl --disable-static --enable-xinerama --disable-celt051"