From 1c9a24966a11bc22d786a445deff4255ee264af6 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 2 Feb 2018 07:45:24 -0200 Subject: [PATCH] seafile-client-qt: update to 6.1.5. --- .../seafile-client-qt/patches/0001-fix-libressl.patch | 11 ----------- srcpkgs/seafile-client-qt/template | 6 +++--- 2 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 srcpkgs/seafile-client-qt/patches/0001-fix-libressl.patch diff --git a/srcpkgs/seafile-client-qt/patches/0001-fix-libressl.patch b/srcpkgs/seafile-client-qt/patches/0001-fix-libressl.patch deleted file mode 100644 index 6d245cf2da1..00000000000 --- a/srcpkgs/seafile-client-qt/patches/0001-fix-libressl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) - { diff --git a/srcpkgs/seafile-client-qt/template b/srcpkgs/seafile-client-qt/template index 3d9de80b179..9a00f4706b4 100644 --- a/srcpkgs/seafile-client-qt/template +++ b/srcpkgs/seafile-client-qt/template @@ -1,7 +1,7 @@ # Template file for 'seafile-client-qt' pkgname=seafile-client-qt -version=6.1.4 -revision=2 +version=6.1.5 +revision=1 _sourcename="seafile-client" wrksrc="${_sourcename}-${version}" build_style=cmake @@ -17,7 +17,7 @@ maintainer="yopito " 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=fa2433c8925502b563fdd7d93ec5751e4f8e1949b56bf427f2253b86e8c33321 +checksum=a86bf72cc10915d8f7eeefb6da6cecdbc3e77b9140a1ecfe1972a375539aa126 build_options="shibboleth" desc_option_shibboleth="Build with Shibboleth support"