seafile-client-qt: update to 8.0.1

Remove libressl patch.
This commit is contained in:
Lon Willett 2021-04-20 13:19:17 +02:00 committed by Érico Nogueira Rolim
parent a98b3cf190
commit af02dcdd7d
3 changed files with 6 additions and 17 deletions

View file

@ -1,11 +0,0 @@
--- src/utils/rsa.cpp.orig
+++ src/utils/rsa.cpp
@@ -13,7 +13,7 @@
/* Forward compatibility functions if libssl < 1.1.0. */
-#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
+#if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000fL)
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=7.0.10
version=8.0.1
revision=1
_sourcename="seafile-client"
wrksrc="${_sourcename}-${version}"
@ -14,7 +14,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
license="Apache-2.0"
homepage="https://seafile.com"
distfiles="https://github.com/haiwen/seafile-client/archive/v${version}.tar.gz"
checksum=3b373e13fd56fd1cb768db598302f19669919194a3d2a54b0eb929ff04310333
checksum=49bd391549b54f1cf043026862e765c8c27e84be07835c8ffc21d81570968367
build_options="shibboleth"
desc_option_shibboleth="Build with Shibboleth support"

View file

@ -1,4 +1,4 @@
# upstream sometimes retag source until official announcement.
# rely on windows client availabiliy to detect new version.
site=https://download.seadrive.org/
pattern='<Key>seafile-\K[\d.]+(?=-en.msi</Key>)'
# upstream sometimes retag source
# use upstream's Ubuntu focal repo to detect new version.
site='https://linux-clients.seafile.com/seafile-deb/focal/pool/main/s/seafile-gui/'
pattern='seafile-gui_\K[\d.]+(?=_amd64.deb)'