MEGAsdk: update to 3.4.3.

This commit is contained in:
John 2018-11-01 15:57:57 +01:00 committed by Helmut Pozimski
parent 1eb6f3e9bf
commit 61e8c1ea84
3 changed files with 3 additions and 18 deletions

View File

@ -2930,7 +2930,7 @@ libvted-3.so.0 libvted-3.7.0_2
libpeasd-3.so.0 libpeasd-3.7.0_2
libgstreamerd-3.so.0 libgstreamerd-3.7.0_2
libgtkdgl-3.so.0 libgtkdgl-3.7.0_2
libmega.so.30401 MEGAsdk-3.4.1_1
libmega.so.30403 MEGAsdk-3.4.3_1
libopenglrecorder.so.0 libopenglrecorder-0.1.0_1
libgpod.so.4 libgpod-0.8.3_1
libi2c.so.0 i2c-tools-4.0_1

View File

@ -1,15 +0,0 @@
Source: John
Upstream: Pending: https://github.com/meganz/sdk/pull/1217
Reson: Fix compiling with libressl
---
--- src/posix/net.cpp 2018-10-02 13:03:00.000000000 +0200
+++ - 2018-10-03 16:01:20.000116632 +0200
@@ -2530,7 +2530,7 @@
#define EVP_PKEY_get0_RSA(_pkey_) ((_pkey_)->pkey.rsa)
#endif
-#if (OPENSSL_VERSION_NUMBER < 0x1010100fL)
+#if (OPENSSL_VERSION_NUMBER < 0x1010100fL) || defined (LIBRESSL_VERSION_NUMBER)
const BIGNUM *RSA_get0_n(const RSA *rsa)
{
#if (OPENSSL_VERSION_NUMBER < 0x10100000L) || defined (LIBRESSL_VERSION_NUMBER)

View File

@ -1,6 +1,6 @@
# Template file for 'MEGAsdk'
pkgname=MEGAsdk
version=3.4.2
version=3.4.3
revision=1
wrksrc=sdk-${version}
build_style=gnu-configure
@ -16,7 +16,7 @@ maintainer="John <johnz@posteo.net>"
license="BSD-2-Clause"
homepage="https://mega.nz"
distfiles="https://github.com/meganz/sdk/archive/v${version}.tar.gz"
checksum=c9ebc3ad9a9787fd2da8e740816bf87482233ec5fbab3acc5029ad1e40e0f984
checksum=ffd4799069648719069dff9f10e0d125f2e74523749f6f13ee82307fc96a3e33
replaces="libmega>=0"
build_options="libuv mediainfo"