SHA256
1
0
forked from pool/libsrtp

Accepting request 367083 from home:XRevan86

- Update to 1.5.4.

OBS-URL: https://build.opensuse.org/request/show/367083
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libsrtp?expand=0&rev=15
This commit is contained in:
Matthias Mailänder 2016-03-06 13:39:35 +00:00 committed by Git OBS Bridge
parent b736b6570d
commit e976aedb65
4 changed files with 17 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:37cd41ddd0a13de9c8af928a662680b4bb7e2289c448e3ad531df18754d2a5ed
size 1646166

3
libsrtp-1.5.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:56a7b521c25134f48faff26b0b1e3d4378a14986a2d3d7bc6fefb48987304ff0
size 1646184

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Mar 4 07:46:25 UTC 2016 - sor.alexei@meowr.ru
- Update to 1.5.4:
* Use BE byte ordering of RTCP trailer.
* Allow zero length payload on unprotect.
-------------------------------------------------------------------
Fri Jan 22 18:36:01 UTC 2016 - jengelh@inai.de

View File

@ -18,20 +18,21 @@
%define soname 1
Name: libsrtp
Version: 1.5.3
Version: 1.5.4
Release: 0
Summary: Secure Real-Time Transport Protocol (SRTP) library
License: BSD-3-Clause
Group: Development/Libraries/C and C++
Url: https://github.com/cisco/libsrtp
#Git-Clone: git://github.com/cisco/libsrtp
#Git-Clone: git://github.com/cisco/libsrtp.git
Source: https://github.com/cisco/libsrtp/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source99: baselibs.conf
BuildRequires: gcc
BuildRequires: pkg-config
BuildRequires: pkgconfig(openssl)
Provides: srtp = %{version}-%{release}
Obsoletes: srtp < %{version}-%{release}
# srtp was last used in openSUSE 13.1.
Provides: srtp = %{version}
Obsoletes: srtp < %{version}
%description
The libSRTP library is an open source implementation of the Secure
@ -56,7 +57,8 @@ itself can be found on the Secure RTP page.
Summary: Secure Real-Time Transport Protocol (SRTP) library
Group: Development/Libraries/C and C++
Requires: %{name}%{soname} = %{version}
Provides: srtp-devel = %{version}-%{release}
# srtp-devel was last used in openSUSE 13.1.
Provides: srtp-devel = %{version}
Obsoletes: srtp-devel < %{version}
%description devel
@ -81,7 +83,6 @@ itself can be found on the Secure RTP page.
# FIXME: Does not work:
# --enable-kernel-linux
# Build both shared and static libraries.
make shared_library %{?_smp_mflags}
%install
@ -115,7 +116,6 @@ for SYMBOL in \
done
%post -n %{name}%{soname} -p /sbin/ldconfig
%postun -n %{name}%{soname} -p /sbin/ldconfig
%files -n %{name}%{soname}