diff --git a/libsrtp2.changes b/libsrtp2.changes index f39e7bd..b3f30ca 100644 --- a/libsrtp2.changes +++ b/libsrtp2.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Apr 3 09:23:53 UTC 2024 - pgajdos@suse.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 12:33:30 UTC 2023 - Pedro Monreal diff --git a/libsrtp2.spec b/libsrtp2.spec index aacc67c..a2c7d29 100644 --- a/libsrtp2.spec +++ b/libsrtp2.spec @@ -1,7 +1,7 @@ # # spec file for package libsrtp2 # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: libsrtp2 %define lname libsrtp2-1 -Version: 2.5.0 +Version: 2.6.0 Release: 0 Summary: Secure Real-Time Transport Protocol (SRTP) library v2 License: BSD-3-Clause diff --git a/v2.5.0.tar.gz b/v2.5.0.tar.gz deleted file mode 100644 index 56addb3..0000000 --- a/v2.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a43ef8e9ae2b665292591af62aa1a4ae41e468b6d98d8258f91478735da4e09 -size 638704 diff --git a/v2.6.0.tar.gz b/v2.6.0.tar.gz new file mode 100644 index 0000000..b804fb8 --- /dev/null +++ b/v2.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf641aa654861be10570bfc137d1441283822418e9757dc71ebb69a6cf84ea6b +size 640699