Changelog for
libsrtp2-1-2.6.0-1.1.x86_64.rpm :
* Wed Apr 03 2024 pgajdosAATTsuse.com- version update to 2.6.0
* remove use of pointers to 32bit values
* Cleaning up cmake and enabled more warnings.
* start using const on internal arguments
* Some srtp_driver fixes
* remove travis reference from README.md
* meson.build: implement mbedtls support
* iv length is constant so set only once
* Add x86 SIMD optimizations to crypto datatypes
* Add a missing typedef for stream list ctx
* cmake: Rename TEST_APPS as LIBSRTP_TEST_APPS option
* cmake: Support configuring as subproject
* Tue Apr 25 2023 Pedro Monreal
- Enable running the regression tests:
* Add libsrtp2-test-verbose.patch from the debian folks: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=460534
* Wed Feb 01 2023 Jan Engelhardt - Update to release 2.5.0
* No changelog provided; some unspecified crypto updates occurred.
* Wed May 04 2022 Jan Engelhardt - Remove include header editing; the issue once present in libsrtp 2.0.0 seems reasonably resolved in current 2.4.2 [boo#1198887]
* Tue Sep 21 2021 Jan Engelhardt - Update to release 2.4.2
* Fixes an unspecified regression introduced in 2.4.1
* Thu Sep 09 2021 Jan Engelhardt - Update to release 2.4.1
* Use a full-length key even with null ciphers
* Sat Aug 14 2021 Jan Engelhardt - Update to release 2.4.0
* Remove EKT files, this was never completed and the draft has since changed.- Remove 0001-Adjust-.pc-file-not-to-expose-used-crypto-library.patch (merged)
* Sat May 15 2021 Jan Engelhardt - Add 0001-Adjust-.pc-file-not-to-expose-used-crypto-library.patch [boo#1185931]
* Sun Sep 06 2020 Jan Engelhardt - Update to release 2.3.0
* Changes to build system: fuzzer for libsrtp, NSS as optional crypto back end and cmake build support.
* Thu Aug 15 2019 Jan Engelhardt - Update to new upstream release 2.2.0
* Stylistic code changes only.