parent
2094e12cce
commit
5885904e60
2 changed files with 13 additions and 2 deletions
11
srcpkgs/seafile-client-qt/patches/0001-fix-libressl.patch
Normal file
11
srcpkgs/seafile-client-qt/patches/0001-fix-libressl.patch
Normal 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)
|
||||||
|
{
|
|
@ -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=6.1.3
|
version=6.1.4
|
||||||
revision=1
|
revision=1
|
||||||
_sourcename="seafile-client"
|
_sourcename="seafile-client"
|
||||||
wrksrc="${_sourcename}-${version}"
|
wrksrc="${_sourcename}-${version}"
|
||||||
|
@ -16,7 +16,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=63a124d7e27881bb30304c7a66dab87fddf8634462dc5741102a561dd4c38689
|
checksum=fa2433c8925502b563fdd7d93ec5751e4f8e1949b56bf427f2253b86e8c33321
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) # Add musl-fts implementation
|
*-musl) # Add musl-fts implementation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue