spice: update to 0.13.90
This commit is contained in:
parent
b0473a1527
commit
ea81576a89
2 changed files with 14 additions and 3 deletions
11
srcpkgs/spice/patches/libressl.patch
Normal file
11
srcpkgs/spice/patches/libressl.patch
Normal file
|
@ -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 <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);
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'spice'
|
# Template file for 'spice'
|
||||||
pkgname=spice
|
pkgname=spice
|
||||||
version=0.13.3
|
version=0.13.90
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-tunnel --disable-opengl --enable-smartcard
|
configure_args="--disable-tunnel --disable-opengl --enable-smartcard
|
||||||
--with-sasl --disable-static --enable-xinerama --disable-celt051"
|
--with-sasl --disable-static --enable-xinerama --disable-celt051"
|
||||||
|
@ -15,7 +15,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.spice-space.org"
|
homepage="http://www.spice-space.org"
|
||||||
distfiles="http://www.spice-space.org/download/releases/spice-${version}.tar.bz2"
|
distfiles="http://www.spice-space.org/download/releases/spice-${version}.tar.bz2"
|
||||||
checksum=30f710c0e7594e05b6b9cc702be748a69f910a95192ab851d748c256157fb89e
|
checksum=c6293cac25e97001e00538bb368658cd6aba1e7e3fd5e1bfa8c8f237e99bca17
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's/armv6hl/arm/g' configure # "detects" cpu from triplet.
|
sed -i 's/armv6hl/arm/g' configure # "detects" cpu from triplet.
|
||||||
|
|
Loading…
Reference in a new issue