From b736b6570d98b0bec705b64e45e0eb81efa15136d18ce832e5076f004ed82a84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sat, 23 Jan 2016 09:25:21 +0000 Subject: [PATCH] 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 --- libsrtp-1.5.2.tar.gz | 3 --- libsrtp-1.5.3.tar.gz | 3 +++ libsrtp.changes | 6 ++++++ libsrtp.spec | 7 +++---- 4 files changed, 12 insertions(+), 7 deletions(-) delete mode 100644 libsrtp-1.5.2.tar.gz create mode 100644 libsrtp-1.5.3.tar.gz diff --git a/libsrtp-1.5.2.tar.gz b/libsrtp-1.5.2.tar.gz deleted file mode 100644 index 081a5f2..0000000 --- a/libsrtp-1.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86e1efe353397c0751f6bdd709794143bd1b76494412860f16ff2b6d9c304eda -size 1690272 diff --git a/libsrtp-1.5.3.tar.gz b/libsrtp-1.5.3.tar.gz new file mode 100644 index 0000000..c28f018 --- /dev/null +++ b/libsrtp-1.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37cd41ddd0a13de9c8af928a662680b4bb7e2289c448e3ad531df18754d2a5ed +size 1646166 diff --git a/libsrtp.changes b/libsrtp.changes index a072772..e8824ba 100644 --- a/libsrtp.changes +++ b/libsrtp.changes @@ -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 diff --git a/libsrtp.spec b/libsrtp.spec index a39217c..a671025 100644 --- a/libsrtp.spec +++ b/libsrtp.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define soname 1 Name: libsrtp -Version: 1.5.2 +Version: 1.5.3 Release: 0 Summary: Secure Real-Time Transport Protocol (SRTP) library License: BSD-3-Clause @@ -31,7 +31,7 @@ BuildRequires: gcc BuildRequires: pkg-config BuildRequires: pkgconfig(openssl) Provides: srtp = %{version}-%{release} -Obsoletes: srtp < %{version} +Obsoletes: srtp < %{version}-%{release} %description 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 %setup -q -sed -i 's/\r/\n/g' doc/draft-irtf-cfrg-icm-00.txt %build %configure \