From ea81576a89220ff6482667a4f6d82265cbf8a9da Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Thu, 3 Aug 2017 12:03:01 +0200 Subject: [PATCH] spice: update to 0.13.90 --- srcpkgs/spice/patches/libressl.patch | 11 +++++++++++ srcpkgs/spice/template | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/spice/patches/libressl.patch diff --git a/srcpkgs/spice/patches/libressl.patch b/srcpkgs/spice/patches/libressl.patch new file mode 100644 index 00000000000..b77c3603b35 --- /dev/null +++ b/srcpkgs/spice/patches/libressl.patch @@ -0,0 +1,11 @@ +--- 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 0c2c47ddb92..75955427f26 100644 --- a/srcpkgs/spice/template +++ b/srcpkgs/spice/template @@ -1,7 +1,7 @@ # Template file for 'spice' pkgname=spice -version=0.13.3 -revision=3 +version=0.13.90 +revision=1 build_style=gnu-configure configure_args="--disable-tunnel --disable-opengl --enable-smartcard --with-sasl --disable-static --enable-xinerama --disable-celt051" @@ -15,7 +15,7 @@ maintainer="Juan RP " license="GPL-2" homepage="http://www.spice-space.org" distfiles="http://www.spice-space.org/download/releases/spice-${version}.tar.bz2" -checksum=30f710c0e7594e05b6b9cc702be748a69f910a95192ab851d748c256157fb89e +checksum=c6293cac25e97001e00538bb368658cd6aba1e7e3fd5e1bfa8c8f237e99bca17 post_extract() { sed -i 's/armv6hl/arm/g' configure # "detects" cpu from triplet.