This is probably has an API change, but 1.5.4 is still newer than the in-tree version.
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)
Tested a little, turns out that 2.0.0 is SLOT:able. Attaching two diffs for 1.5.4 and 2.0.0
Created attachment 449470 [details] ebuild diff for 1.5.4
Created attachment 449472 [details] ebuild diff for 2.0.0
ping?
@Joakim The Bugtracker seems kind of dead recently -- I think I'll open a pull request.
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.