seafile-client-qt: update to 8.0.1
Remove libressl patch.
This commit is contained in:
parent
a98b3cf190
commit
af02dcdd7d
3 changed files with 6 additions and 17 deletions
|
@ -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)
|
|
||||||
{
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'seafile-client-qt'
|
# Template file for 'seafile-client-qt'
|
||||||
pkgname=seafile-client-qt
|
pkgname=seafile-client-qt
|
||||||
version=7.0.10
|
version=8.0.1
|
||||||
revision=1
|
revision=1
|
||||||
_sourcename="seafile-client"
|
_sourcename="seafile-client"
|
||||||
wrksrc="${_sourcename}-${version}"
|
wrksrc="${_sourcename}-${version}"
|
||||||
|
@ -14,7 +14,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://seafile.com"
|
homepage="https://seafile.com"
|
||||||
distfiles="https://github.com/haiwen/seafile-client/archive/v${version}.tar.gz"
|
distfiles="https://github.com/haiwen/seafile-client/archive/v${version}.tar.gz"
|
||||||
checksum=3b373e13fd56fd1cb768db598302f19669919194a3d2a54b0eb929ff04310333
|
checksum=49bd391549b54f1cf043026862e765c8c27e84be07835c8ffc21d81570968367
|
||||||
|
|
||||||
build_options="shibboleth"
|
build_options="shibboleth"
|
||||||
desc_option_shibboleth="Build with Shibboleth support"
|
desc_option_shibboleth="Build with Shibboleth support"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# upstream sometimes retag source until official announcement.
|
# upstream sometimes retag source
|
||||||
# rely on windows client availabiliy to detect new version.
|
# use upstream's Ubuntu focal repo to detect new version.
|
||||||
site=https://download.seadrive.org/
|
site='https://linux-clients.seafile.com/seafile-deb/focal/pool/main/s/seafile-gui/'
|
||||||
pattern='<Key>seafile-\K[\d.]+(?=-en.msi</Key>)'
|
pattern='seafile-gui_\K[\d.]+(?=_amd64.deb)'
|
||||||
|
|
Loading…
Reference in a new issue