|
|
|
@ -2,14 +2,13 @@
|
|
|
|
|
|
|
|
|
|
Name: libsrtp
|
|
|
|
|
Version: 2.3.0
|
|
|
|
|
Release: 16%{?dist}
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Summary: An implementation of the Secure Real-time Transport Protocol (SRTP)
|
|
|
|
|
License: BSD-3-Clause
|
|
|
|
|
License: BSD
|
|
|
|
|
URL: https://github.com/cisco/libsrtp
|
|
|
|
|
Source0: https://github.com/cisco/libsrtp/archive/v%{version}.tar.gz
|
|
|
|
|
BuildRequires: gcc, nss-devel, libpcap-devel
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: procps-ng
|
|
|
|
|
# Fix shared lib so ldconfig doesn't complain
|
|
|
|
|
Patch0: libsrtp-2.3.0-shared-fix.patch
|
|
|
|
|
# Fix namespace issue in test/util.c
|
|
|
|
@ -75,13 +74,6 @@ install -D -p -m 0755 test/test_srtp %{buildroot}%{_bindir}/test_srtp
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
# the test code does by default not use the libsrtp we built here, but the one installed on the system
|
|
|
|
|
# force LD_LIBRARY_PATH to use the one built in this spec
|
|
|
|
|
export LD_LIBRARY_PATH="%{_builddir}/%{name}-%{version}"
|
|
|
|
|
sed -i -e 's#LD_LIBRARY_PATH=.*#LD_LIBRARY_PATH=\"%{_builddir}/%{name}-%{version}\"#' test/rtpw_test.sh test/rtpw_test_gcm.sh
|
|
|
|
|
make runtest
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc CHANGES README.md
|
|
|
|
@ -96,42 +88,16 @@ make runtest
|
|
|
|
|
%{_bindir}/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.3.0-16
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.3.0-15
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.3.0-15
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-14
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-13
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-12
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 07 2023 Wim Taymans <wtaymans@redhat.com> - 2.3.0-11
|
|
|
|
|
- add %check (thanks to Gerd v. Egidy) Related: rhbz#2163492
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-10
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-9
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
* Thu Jul 06 2023 Wim Taymans <wtaymans@redhat.com> - 2.3.0-8
|
|
|
|
|
- fix NSS incompatibility, thanks to George Joseph
|
|
|
|
|
Resolves: rhbz#2211526
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.3.0-7
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Tom Callaway <spot@fedoraproject.org> - 2.3.0-6
|
|
|
|
|
- fix NSS incompatibility, thanks to George Joseph
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.3.0-6
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|