From f5c3d4c4578917d7bf78e5662578004073e3b85e Mon Sep 17 00:00:00 2001 From: Markus Ueberall Date: Sat, 21 Feb 2026 20:31:50 +0100 Subject: [PATCH] Added note that `libsignal_jni_soNNNN_ubuntu1310*` artefacts will vanish starting with libsignal v0.87.4 --- Provide-native-lib-for-libsignal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Provide-native-lib-for-libsignal.md b/Provide-native-lib-for-libsignal.md index 84a8fec..27afb85 100644 --- a/Provide-native-lib-for-libsignal.md +++ b/Provide-native-lib-for-libsignal.md @@ -24,7 +24,7 @@ Builds for some additional platforms are available in * `libsignal_jni_soNNNN_ubuntu1804_{amd64,i686,arm64,armv7,mips64,mips64el,mips,mipsel,powerpc,ppc64,ppc64el,riscv64,s390x,sparc64}.gz` _(these require `glibc` v2.27 or newer)_ * `libsignal_jni_soNNNN_ubuntu1604_{ppc64,ppc64el}.gz` _(these require `glibc` v2.22 or newer)_ * `libsignal_jni_soNNNN_ubuntu1604_{amd64,i686,arm64,armv7,mips64,mips64el,mips,mipsel,powerpc,s390x,sparc64}.gz` _(these require `glibc` v2.18 or newer)_ - * Artefacts cross-built against header files and libraries of the unsupported older Ubuntu release 13.10: + * Artefacts cross-built against header files and libraries of the unsupported older Ubuntu release 13.10 (only available for libsignal v0.87.3 and earlier, as later versions have a C++ standard library build/runtime requirement that cannot be easily met, [see here](https://github.com/signalapp/libsignal/releases/tag/v0.87.4)): * `libsignal_jni_soNNNN_ubuntu1310_arm64.gz` _(requires `glibc` v2.17 or newer)_ * `libsignal_jni_soNNNN_ubuntu1310_{amd64,armv7,i686}.gz` _(these require `glibc` v2.16 or newer)_