mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
seafile-client-qt: update to 6.1.5.
This commit is contained in:
parent
db69dcf233
commit
1c9a24966a
2 changed files with 3 additions and 14 deletions
|
@ -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)
|
|
||||||
{
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'seafile-client-qt'
|
# Template file for 'seafile-client-qt'
|
||||||
pkgname=seafile-client-qt
|
pkgname=seafile-client-qt
|
||||||
version=6.1.4
|
version=6.1.5
|
||||||
revision=2
|
revision=1
|
||||||
_sourcename="seafile-client"
|
_sourcename="seafile-client"
|
||||||
wrksrc="${_sourcename}-${version}"
|
wrksrc="${_sourcename}-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -17,7 +17,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
|
||||||
license="ASL-2"
|
license="ASL-2"
|
||||||
homepage="https://github.com/haiwen/${_sourcename}"
|
homepage="https://github.com/haiwen/${_sourcename}"
|
||||||
distfiles="https://github.com/haiwen/${_sourcename}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/haiwen/${_sourcename}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=fa2433c8925502b563fdd7d93ec5751e4f8e1949b56bf427f2253b86e8c33321
|
checksum=a86bf72cc10915d8f7eeefb6da6cecdbc3e77b9140a1ecfe1972a375539aa126
|
||||||
|
|
||||||
build_options="shibboleth"
|
build_options="shibboleth"
|
||||||
desc_option_shibboleth="Build with Shibboleth support"
|
desc_option_shibboleth="Build with Shibboleth support"
|
||||||
|
|
Loading…
Add table
Reference in a new issue