Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 596398 - net-libs/libsrtp-2.0.0 version bump
Summary: net-libs/libsrtp-2.0.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tony Vroon (RETIRED)
URL: https://github.com/cisco/libsrtp/rele...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-07 04:43 UTC by Aric Belsito
Modified: 2016-11-25 21:30 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild diff for 1.5.4 (libsrtp-1.5.4.ebuild,2.00 KB, text/plain)
2016-10-07 15:35 UTC, Joakim Tjernlund
Details
ebuild diff for 2.0.0 (libsrtp-2.0.0.diff,1.20 KB, text/plain)
2016-10-07 15:36 UTC, Joakim Tjernlund
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aric Belsito 2016-10-07 04:43:36 UTC
This is probably has an API change, but 1.5.4 is still newer than the in-tree version.
Comment 1 Joakim Tjernlund 2016-10-07 15:04:19 UTC
Yes please, both 1.5.4 and 2.0.0 are needed.

As an extra bonus, CVE-2015-6360(https://bugs.gentoo.org/show_bug.cgi?id=579318)
will be fixed(or so I think)
Comment 2 Joakim Tjernlund 2016-10-07 15:34:06 UTC
Tested a little, turns out that 2.0.0 is SLOT:able.
Attaching two diffs for 1.5.4 and 2.0.0
Comment 3 Joakim Tjernlund 2016-10-07 15:35:54 UTC
Created attachment 449470 [details]
ebuild diff for 1.5.4
Comment 4 Joakim Tjernlund 2016-10-07 15:36:26 UTC
Created attachment 449472 [details]
ebuild diff for 2.0.0
Comment 5 Joakim Tjernlund 2016-10-28 12:13:21 UTC
ping?
Comment 6 Aric Belsito 2016-10-28 19:22:04 UTC
@Joakim

The Bugtracker seems kind of dead recently -- I think I'll open a pull request.
Comment 7 Patrice Clement gentoo-dev 2016-11-25 21:30:13 UTC
commit b99a7a3dd52a72ba2888597d8a5ee9c5e304d4a9 (HEAD -> master, origin/master, origin/HEAD)
Author:     Aric Belsito <lluixhi@gmail.com>
AuthorDate: Fri Oct 28 13:04:49 2016 -0700
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Fri Nov 25 22:28:49 2016 +0100

net-libs/libsrtp: version bump to 1.5.4 and 2.0.0.

This commit:
* adds LibreSSL support.
* switches to EAPI 6.
* cleans up the src_prepare phase.

Gentoo-Bug: https://bugs.gentoo.org/596398
Closes: https://github.com/gentoo/gentoo/pull/2689

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

net-libs/libsrtp/Manifest                          |  2 +
.../libsrtp/files/libsrtp-pcap-automagic-r0.patch  |  4 +-
net-libs/libsrtp/libsrtp-1.5.4.ebuild              | 78 ++++++++++++++++++++++
net-libs/libsrtp/libsrtp-2.0.0.ebuild              | 74 ++++++++++++++++++++
4 files changed, 156 insertions(+), 2 deletions(-)
create mode 100644 net-libs/libsrtp/libsrtp-1.5.4.ebuild
create mode 100644 net-libs/libsrtp/libsrtp-2.0.0.ebuild

Merged! Thanks.