SHA256
1
0
forked from pool/libsrtp

Accepting request 355450 from home:jengelh:branches:network:telephony

- Update to new upstream release 1.5.3
* Maintenance release, including fix for CVE-2015-6360.

OBS-URL: https://build.opensuse.org/request/show/355450
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libsrtp?expand=0&rev=13
This commit is contained in:
Ismail Dönmez 2016-01-23 09:25:21 +00:00 committed by Git OBS Bridge
parent d27d8dc6a9
commit b736b6570d
4 changed files with 12 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:86e1efe353397c0751f6bdd709794143bd1b76494412860f16ff2b6d9c304eda
size 1690272

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 22 18:36:01 UTC 2016 - jengelh@inai.de
- Update to new upstream release 1.5.3
* Maintenance release, including fix for CVE-2015-6360.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 29 09:49:32 UTC 2015 - dimstar@opensuse.org Wed Jul 29 09:49:32 UTC 2015 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package libsrtp # spec file for package libsrtp
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%define soname 1 %define soname 1
Name: libsrtp Name: libsrtp
Version: 1.5.2 Version: 1.5.3
Release: 0 Release: 0
Summary: Secure Real-Time Transport Protocol (SRTP) library Summary: Secure Real-Time Transport Protocol (SRTP) library
License: BSD-3-Clause License: BSD-3-Clause
@ -31,7 +31,7 @@ BuildRequires: gcc
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(openssl)
Provides: srtp = %{version}-%{release} Provides: srtp = %{version}-%{release}
Obsoletes: srtp < %{version} Obsoletes: srtp < %{version}-%{release}
%description %description
The libSRTP library is an open source implementation of the Secure The libSRTP library is an open source implementation of the Secure
@ -71,7 +71,6 @@ itself can be found on the Secure RTP page.
%prep %prep
%setup -q %setup -q
sed -i 's/\r/\n/g' doc/draft-irtf-cfrg-icm-00.txt
%build %build
%configure \ %configure \