[packages/libsrtp2] - updated to 2.8.0
qboosh
qboosh at pld-linux.org
Thu Jun 25 21:25:50 CEST 2026
commit eac0d626981003c87c2306292bb17ef0e2ba281c
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Jun 25 21:26:21 2026 +0200
- updated to 2.8.0
libsrtp2.spec | 8 ++++----
test-build.patch | 14 +++++++-------
2 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/libsrtp2.spec b/libsrtp2.spec
index 93a517d..aa908b8 100644
--- a/libsrtp2.spec
+++ b/libsrtp2.spec
@@ -1,13 +1,13 @@
Summary: Open-source implementation of Secure Real-time Transport Protocol
Summary(pl.UTF-8): Otwarta implementacja protokołu Secure Real-time Transport Protocol
Name: libsrtp2
-Version: 2.7.0
+Version: 2.8.0
Release: 1
License: BSD
Group: Libraries
#Source0Download: https://github.com/cisco/libsrtp/releases
Source0: https://github.com/cisco/libsrtp/archive/v%{version}/libsrtp-%{version}.tar.gz
-# Source0-md5: ec04a3c04da42ceede025b51fbdeeebf
+# Source0-md5: d4ebbad864e0272e9900904e50996d08
Patch0: test-build.patch
URL: https://github.com/cisco/libsrtp
BuildRequires: autoconf >= 2.50
@@ -103,11 +103,11 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc CHANGES LICENSE README.md
-%attr(755,root,root) %{_libdir}/libsrtp2.so.1
+%{_libdir}/libsrtp2.so.1
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libsrtp2.so
+%{_libdir}/libsrtp2.so
%{_pkgconfigdir}/libsrtp2.pc
%{_includedir}/srtp2
diff --git a/test-build.patch b/test-build.patch
index 744cd4a..1a3ab15 100644
--- a/test-build.patch
+++ b/test-build.patch
@@ -1,15 +1,15 @@
---- libsrtp-2.4.2/test/util.c.orig 2021-09-20 16:13:26.000000000 +0200
-+++ libsrtp-2.4.2/test/util.c 2022-04-02 07:36:44.355835655 +0200
-@@ -49,7 +49,7 @@
- #include <stdint.h>
+--- libsrtp-2.8.0/test/util.c.orig 2026-03-14 10:49:34.000000000 +0100
++++ libsrtp-2.8.0/test/util.c 2026-06-25 20:56:12.076698684 +0200
+@@ -55,7 +55,7 @@
+ #include <stdio.h>
/* include space for null terminator */
-static char bit_string[MAX_PRINT_STRING_LEN + 1];
+static char test_bit_string[MAX_PRINT_STRING_LEN + 1];
- static inline int hex_char_to_nibble(uint8_t c)
- {
-@@ -157,11 +157,11 @@ char *octet_string_hex_string(const void
+ #define ERR_STATUS_STRING(STATUS) \
+ case srtp_err_status_##STATUS: \
+@@ -266,11 +266,11 @@ char *octet_string_hex_string(const void
}
for (i = 0; i < length; i += 2) {
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libsrtp2.git/commitdiff/eac0d626981003c87c2306292bb17ef0e2ba281c
More information about the pld-cvs-commit
mailing list