AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to 2.3.3: * Add limits.h include to provide INT_MAX * Introduce srand_deterministic to match OpenBSD (#120) * Test for endianness during CMake setup * Fix leaks in session_cipher get functions - Remove fix_bigendian.patch: upstreamed
- Added patch fix_bigendian.patch (https://github.com/signalapp/libsignal-protocol-c/issues/124)
- Removed patch libsignal-protocol-c-2.3.2-lib_ver.patch This was the only change applied in tarball (see changelog below).
- Update tarball. On new URL seems to be different.
- Build and run tests - Update url
- Add libsignal-protocol-c-2.3.2-lib_ver.patch: Use 2.3.2 lib version. See https://github.com/signalapp/libsignal-protocol-c/pull/110
- Update to 2.3.2: * Update curve25519 code based on upstream changes * Added support for building against OpenSSL 1.1 * Add ability to generate fingerprints from a collection of identity keys * Add support for identity fingerprint format v1 * Update to latest protobuf definition for fingerprints * Provide a pkg-config file for libsignal-protocol-c * Explicitly require check 0.9.10+ for unit tests * Various bug fixes * For full list see: https://github.com/signalapp/libsignal-protocol-c/compare/v2.3.1...v2.3.2
- Remove libsignal-protocol-c-math-lib-shared-lib.patch: Contained in new upstream release - Update to 2.3.1
- Create seperate proper lib package
- Remove: libsignal-protocol-c-link-math.patch: - Add libsignal-protocol-c-math-lib-shared-lib.patch: Upstream added its own version of the mathlib patch, see https://github.com/WhisperSystems/libsignal-protocol-c/issues/57 Additionally I requested library versioning, see: https://github.com/WhisperSystems/libsignal-protocol-c/issues/59
- Initial package for openSUSE in version 2.3.0 - Adding libsignal-protocol-c-link-math.patch: Link with Math library. Otherwise does not build