seafile-client-qt: update to 6.1.4.

Closes: #10393 [via git-merge-pr]
This commit is contained in:
maxice8 2018-01-03 14:42:43 -02:00 committed by Jürgen Buchmüller
parent 2094e12cce
commit 5885904e60
2 changed files with 13 additions and 2 deletions

View File

@ -0,0 +1,11 @@
--- src/utils/rsa.cpp
+++ src/utils/rsa.cpp
@@ -13,7 +13,7 @@ namespace {
/* Forward compatibility functions if libssl < 1.1.0. */
-#if OPENSSL_VERSION_NUMBER < 0x10100000L
+#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d)
{

View File

@ -1,6 +1,6 @@
# Template file for 'seafile-client-qt'
pkgname=seafile-client-qt
version=6.1.3
version=6.1.4
revision=1
_sourcename="seafile-client"
wrksrc="${_sourcename}-${version}"
@ -16,7 +16,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
license="ASL-2"
homepage="https://github.com/haiwen/${_sourcename}"
distfiles="https://github.com/haiwen/${_sourcename}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=63a124d7e27881bb30304c7a66dab87fddf8634462dc5741102a561dd4c38689
checksum=fa2433c8925502b563fdd7d93ec5751e4f8e1949b56bf427f2253b86e8c33321
case "$XBPS_TARGET_MACHINE" in
*-musl) # Add musl-fts implementation