diff --git a/srcpkgs/seafile-client-qt/patches/0001-fix-libressl.patch b/srcpkgs/seafile-client-qt/patches/0001-fix-libressl.patch new file mode 100644 index 00000000000..6d245cf2da1 --- /dev/null +++ b/srcpkgs/seafile-client-qt/patches/0001-fix-libressl.patch @@ -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) + { diff --git a/srcpkgs/seafile-client-qt/template b/srcpkgs/seafile-client-qt/template index dc0d317bf89..dc6bc6a841a 100644 --- a/srcpkgs/seafile-client-qt/template +++ b/srcpkgs/seafile-client-qt/template @@ -1,6 +1,6 @@ # Template file for 'seafile-client-qt' pkgname=seafile-client-qt -version=6.1.3 +version=6.1.4 revision=1 _sourcename="seafile-client" wrksrc="${_sourcename}-${version}" @@ -16,7 +16,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=63a124d7e27881bb30304c7a66dab87fddf8634462dc5741102a561dd4c38689 +checksum=fa2433c8925502b563fdd7d93ec5751e4f8e1949b56bf427f2253b86e8c33321 case "$XBPS_TARGET_MACHINE" in *-musl) # Add musl-fts implementation