[gentoo-commits] repo/gentoo:master commit in: net-libs/libsrtp/, net-libs/libsrtp/files/

2022-08-29 Thread Stephan Hartmann
commit: 91664da1598843b863eedcd633c728fa53740a6a
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Mon Aug 29 11:26:10 2022 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Mon Aug 29 20:15:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91664da1

net-libs/libsrtp: add 2.4.2

Move to meson build system.

Closes: https://github.com/gentoo/gentoo/pull/27055
Signed-off-by: Stephan Hartmann  gentoo.org>

 net-libs/libsrtp/Manifest  |  1 +
 net-libs/libsrtp/files/libsrtp-2.4.2-doc.patch | 42 +++
 net-libs/libsrtp/libsrtp-2.4.2.ebuild  | 72 ++
 3 files changed, 115 insertions(+)

diff --git a/net-libs/libsrtp/Manifest b/net-libs/libsrtp/Manifest
index e077b2f0b4af..a4c4c10f5c91 100644
--- a/net-libs/libsrtp/Manifest
+++ b/net-libs/libsrtp/Manifest
@@ -1,2 +1,3 @@
 DIST libsrtp-1.6.0.tar.gz 1648862 BLAKE2B 
5526d7659db160df3b6d9f14922bd731d083f04c6dd084ef473c439d720733d0fd8b38bdfe92e30e05a8a94c41df965d04bca52601b2644352428b49b1ed9093
 SHA512 
5ac712d0d343c3b63ed248503cc7d33c637895a274c4434c91f513be117836f27cd5daba83088b4647bbd9c82d841e216e6346af8d485cb9ddcd35dee21d4887
 DIST libsrtp-2.3.0.tar.gz 633819 BLAKE2B 
9ea40e9689fabc29b7a2c637bd4e4a2c44eec79205a6e5c5e5abf1069dfec7ba28d868ba620462205d61fdb28d0ca3b8532c1f59db704edd508e01afb551d255
 SHA512 
34b1a01cb9a75aed175be09aadd2827224203b9801becc3fbc5214667cce79c3b87b0f59e4315583863ab5a2cc4fc81d56ab604a5e4c984518b8a8a2a7b77461
+DIST libsrtp-2.4.2.tar.gz 631393 BLAKE2B 
a062fb7a92294c66f1876c66bf05d9b11412a170c5f7221089680770ab85a62eabb68f781e487981b28602b1f4f7dbba07ebd44ed0248deaf6b9b56061227534
 SHA512 
6e4805e6d34b2050a6f68f629b0b42356b1d27f2cbaa6cc6166e56957609c3d9aa6b723dcc674e5c74180d122d27badd2f9496639ccb1e0c210b9e1f7949d0e2

diff --git a/net-libs/libsrtp/files/libsrtp-2.4.2-doc.patch 
b/net-libs/libsrtp/files/libsrtp-2.4.2-doc.patch
new file mode 100644
index ..571c3f3c5d44
--- /dev/null
+++ b/net-libs/libsrtp/files/libsrtp-2.4.2-doc.patch
@@ -0,0 +1,42 @@
+--- a/doc/Doxyfile.in
 b/doc/Doxyfile.in
+@@ -771,13 +771,13 @@ WARN_LOGFILE   =
+ # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
+ # Note: If this tag is empty the current directory is searched.
+ 
+-INPUT  = ../README.md \
+- ../include/srtp.h \
+- ../crypto/include/auth.h \
+- ../crypto/include/cipher.h \
+- ../crypto/include/crypto_types.h \
+- ../crypto/include/err.h \
+- crypto_kernel.txt
++INPUT  = @TOP_SRCDIR@/README.md \
++ @TOP_SRCDIR@/include/srtp.h \
++ @TOP_SRCDIR@/crypto/include/auth.h \
++ @TOP_SRCDIR@/crypto/include/cipher.h \
++ @TOP_SRCDIR@/crypto/include/crypto_types.h \
++ @TOP_SRCDIR@/crypto/include/err.h \
++ @TOP_SRCDIR@/doc/crypto_kernel.txt
+ 
+ # This tag can be used to specify the character encoding of the source files
+ # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen 
uses
+@@ -1104,7 +1104,7 @@ HTML_FOOTER=
+ # obsolete.
+ # This tag requires that the tag GENERATE_HTML is set to YES.
+ 
+-HTML_STYLESHEET= docs.css
++HTML_STYLESHEET= @TOP_SRCDIR@/doc/docs.css
+ 
+ # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
+ # cascading style sheets that are included after the standard style sheets
+--- a/doc/meson.build
 b/doc/meson.build
+@@ -8,6 +8,7 @@ endif
+ 
+ doc_config = configuration_data()
+ doc_config.set('LIBSRTPVERSIONNUMBER', meson.project_version())
++doc_config.set('TOP_SRCDIR', meson.source_root())
+ 
+ doxyfile = configure_file(input: 'Doxyfile.in',
+   output: 'Doxyfile',

diff --git a/net-libs/libsrtp/libsrtp-2.4.2.ebuild 
b/net-libs/libsrtp/libsrtp-2.4.2.ebuild
new file mode 100644
index ..593b1ed935be
--- /dev/null
+++ b/net-libs/libsrtp/libsrtp-2.4.2.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson-multilib
+
+DESCRIPTION="Open-source implementation of the Secure Real-time Transport 
Protocol (SRTP)"
+HOMEPAGE="https://github.com/cisco/libsrtp";
+SRC_URI="https://github.com/cisco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="2/1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv -sparc ~x86 
~ppc-macos ~x64-macos"
+IUSE="debug doc nss openssl static-libs test"
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="?? ( nss openssl )"
+
+RDEPEND="
+   openssl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
+   nss? ( >=dev-libs/nss-3.52[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}"
+
+BDEPEND="
+   doc? ( app-doc/doxygen )
+   virtual/pkgconfig
+"
+
+PATCHES=( "

[gentoo-commits] repo/gentoo:master commit in: net-libs/libsrtp/, net-libs/libsrtp/files/

2022-08-29 Thread Andreas Sturmlechner
commit: 3520d209daaba0e0e19fec194079dd91bcc6161a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 28 17:55:50 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Aug 29 19:09:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3520d209

net-libs/libsrtp: drop 2.2.0, EAPI-6--

Closes: https://bugs.gentoo.org/762151
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-libs/libsrtp/Manifest  |  1 -
 net-libs/libsrtp/files/libsrtp-2.2.0-gcc-10.patch  | 26 
 .../files/libsrtp-2.2.0-pcap-automagic-r0.patch| 20 --
 net-libs/libsrtp/libsrtp-2.2.0.ebuild  | 76 --
 4 files changed, 123 deletions(-)

diff --git a/net-libs/libsrtp/Manifest b/net-libs/libsrtp/Manifest
index 4cdfe368ac83..e077b2f0b4af 100644
--- a/net-libs/libsrtp/Manifest
+++ b/net-libs/libsrtp/Manifest
@@ -1,3 +1,2 @@
 DIST libsrtp-1.6.0.tar.gz 1648862 BLAKE2B 
5526d7659db160df3b6d9f14922bd731d083f04c6dd084ef473c439d720733d0fd8b38bdfe92e30e05a8a94c41df965d04bca52601b2644352428b49b1ed9093
 SHA512 
5ac712d0d343c3b63ed248503cc7d33c637895a274c4434c91f513be117836f27cd5daba83088b4647bbd9c82d841e216e6346af8d485cb9ddcd35dee21d4887
-DIST libsrtp-2.2.0.tar.gz 308469 BLAKE2B 
4ef318bdf5c69b69b5869f478d5f0b9ee82d7d8a52440d10e931722c75b2f3a62b59f7542bb932cc93a21b7af24e6b253d70b4722833c5e1e5afce052e3b00e2
 SHA512 
3a5214b02199ae8dff45a2ed225ed9b1dcb75a9c6b07669e23bf86f97ad26e3e22b4930acdf3c56b21b605211a89a53a17c61602195b391a5b29a09823ba868c
 DIST libsrtp-2.3.0.tar.gz 633819 BLAKE2B 
9ea40e9689fabc29b7a2c637bd4e4a2c44eec79205a6e5c5e5abf1069dfec7ba28d868ba620462205d61fdb28d0ca3b8532c1f59db704edd508e01afb551d255
 SHA512 
34b1a01cb9a75aed175be09aadd2827224203b9801becc3fbc5214667cce79c3b87b0f59e4315583863ab5a2cc4fc81d56ab604a5e4c984518b8a8a2a7b77461

diff --git a/net-libs/libsrtp/files/libsrtp-2.2.0-gcc-10.patch 
b/net-libs/libsrtp/files/libsrtp-2.2.0-gcc-10.patch
deleted file mode 100644
index 771ae0f51448..
--- a/net-libs/libsrtp/files/libsrtp-2.2.0-gcc-10.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/crypto/math/datatypes.c b/crypto/math/datatypes.c
-index c0dfece..ec2fe6d 100644
 a/crypto/math/datatypes.c
-+++ b/crypto/math/datatypes.c
-@@ -79,7 +79,7 @@ int octet_get_weight(uint8_t octet)
- 
- /* the value MAX_PRINT_STRING_LEN is defined in datatypes.h */
- 
--char bit_string[MAX_PRINT_STRING_LEN];
-+static char bit_string[MAX_PRINT_STRING_LEN];
- 
- uint8_t srtp_nibble_to_hex_char(uint8_t nibble)
- {
-diff --git a/test/util.c b/test/util.c
-index eb203f4..04e149c 100644
 a/test/util.c
-+++ b/test/util.c
-@@ -47,7 +47,7 @@
- #include 
- #include 
- 
--char bit_string[MAX_PRINT_STRING_LEN];
-+static char bit_string[MAX_PRINT_STRING_LEN];
- 
- static inline int hex_char_to_nibble(uint8_t c)
- {

diff --git a/net-libs/libsrtp/files/libsrtp-2.2.0-pcap-automagic-r0.patch 
b/net-libs/libsrtp/files/libsrtp-2.2.0-pcap-automagic-r0.patch
deleted file mode 100644
index 1075825945cb..
--- a/net-libs/libsrtp/files/libsrtp-2.2.0-pcap-automagic-r0.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -uNr libsrtp-2.2.0.ORIG/configure.ac libsrtp-2.2.0/configure.ac
 libsrtp-2.2.0.ORIG/configure.ac2018-06-18 13:28:52.385014993 +0100
-+++ libsrtp-2.2.0/configure.ac 2018-06-18 13:31:09.217020686 +0100
-@@ -273,6 +273,8 @@
- 
- dnl Checking for PCAP
- 
-+AC_ARG_ENABLE([pcap], AS_HELP_STRING([--disable-pcap], [Build without `pcap' 
library (-lpcap)]))
-+AS_IF([test "x$enable_pcap" != "xno"], [
- PCAP_LIB=""
- AC_CHECK_LIB([pcap], [pcap_create],
-   [PCAP_LIB="-lpcap"
-@@ -284,6 +286,7 @@
-AC_DEFINE([HAVE_PCAP], [1], [Define to 1 if you have the `winpcap' library 
(-lwpcap)])
-AC_SUBST([HAVE_PCAP], [1])])
- AC_SUBST([PCAP_LIB])
-+])
-
- AC_MSG_CHECKING([whether to redirect logging to stdout])
- AC_ARG_ENABLE([log-stdout],

diff --git a/net-libs/libsrtp/libsrtp-2.2.0.ebuild 
b/net-libs/libsrtp/libsrtp-2.2.0.ebuild
deleted file mode 100644
index f25da2660cd5..
--- a/net-libs/libsrtp/libsrtp-2.2.0.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools multilib-minimal
-
-DESCRIPTION="Open-source implementation of the Secure Real-time Transport 
Protocol (SRTP)"
-HOMEPAGE="https://github.com/cisco/libsrtp";
-SRC_URI="https://github.com/cisco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="2/1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 -sparc x86 ~ppc-macos 
~x64-macos"
-IUSE="aesicm console debug doc openssl static-libs syslog test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   openssl? (
-   dev-libs/openssl:0=[${MULTILIB_USEDEP}]
-   )
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( CHANGES )
-
-PATCHES=(
-   "${FILESDIR}/${P}-pcap-automagic-r0.patch"
-   "${FILESDIR}/${P}-gcc-10.patch"
-)
-
-src_prepare() {
-   default
-

[gentoo-commits] repo/gentoo:master commit in: net-libs/libsrtp/, net-libs/libsrtp/files/

2020-06-12 Thread Mike Gilbert
commit: 6a1adc628363b4622c055acdcf20020ff49f2f95
Author: Stephan Hartmann  googlemail  com>
AuthorDate: Fri Jun 12 17:38:46 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Jun 12 18:20:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a1adc62

net-libs/libsrtp: fix nss dependency, add rtp patch

Thanks-to: Joakim Tjernlund  infinera.com>
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Stephan Hartmann  googlemail.com>
Signed-off-by: Mike Gilbert  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/16205

 .../libsrtp/files/libsrtp-2.3.0-rtp-header.patch   | 24 ++
 ...ibsrtp-2.3.0.ebuild => libsrtp-2.3.0-r1.ebuild} |  3 ++-
 2 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/net-libs/libsrtp/files/libsrtp-2.3.0-rtp-header.patch 
b/net-libs/libsrtp/files/libsrtp-2.3.0-rtp-header.patch
new file mode 100644
index 000..096b19e8f34
--- /dev/null
+++ b/net-libs/libsrtp/files/libsrtp-2.3.0-rtp-header.patch
@@ -0,0 +1,24 @@
+From 55299517f39e2e1a34df05c27cbc9898071ac9db Mon Sep 17 00:00:00 2001
+From: Lennart Grahl 
+Date: Mon, 18 May 2020 18:01:08 +0200
+Subject: [PATCH] Fix two-byte RTP header extension encryption
+
+Also ignores the application bits as required by RFC 8285, sec 4.3
+Fixes #490
+---
+ srtp/srtp.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/srtp/srtp.c b/srtp/srtp.c
+index b45cee0f..176b01f0 100644
+--- a/srtp/srtp.c
 b/srtp/srtp.c
+@@ -1423,7 +1423,7 @@ static srtp_err_status_t srtp_process_header_encryption(
+ xtn_hdr_data++;
+ }
+ }
+-} else if ((ntohs(xtn_hdr->profile_specific) & 0x1fff) == 0x100) {
++} else if ((ntohs(xtn_hdr->profile_specific) & 0xfff0) == 0x1000) {
+ /* RFC 5285, section 4.3. Two-Byte Header */
+ while (xtn_hdr_data + 1 < xtn_hdr_end) {
+ uint8_t xid = *xtn_hdr_data;

diff --git a/net-libs/libsrtp/libsrtp-2.3.0.ebuild 
b/net-libs/libsrtp/libsrtp-2.3.0-r1.ebuild
similarity index 95%
rename from net-libs/libsrtp/libsrtp-2.3.0.ebuild
rename to net-libs/libsrtp/libsrtp-2.3.0-r1.ebuild
index b534d6b7f95..552f914255b 100644
--- a/net-libs/libsrtp/libsrtp-2.3.0.ebuild
+++ b/net-libs/libsrtp/libsrtp-2.3.0-r1.ebuild
@@ -22,7 +22,7 @@ RDEPEND="
!libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )
)
-   nss? ( dev-libs/nss )
+   nss? ( >=dev-libs/nss-3.52[${MULTILIB_USEDEP}] )
 "
 DEPEND="${RDEPEND}"
 
@@ -36,6 +36,7 @@ DOCS=( CHANGES )
 PATCHES=(
"${FILESDIR}/${P}-gcc-10.patch"
"${FILESDIR}/${P}-nss.patch"
+   "${FILESDIR}/${P}-rtp-header.patch"
 )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: net-libs/libsrtp/, net-libs/libsrtp/files/

2018-06-18 Thread Tony Vroon
commit: 4eb290ca49ac2270122db0c4c4420c2b2456502f
Author: Tony Vroon  gentoo  org>
AuthorDate: Mon Jun 18 12:34:27 2018 +
Commit: Tony Vroon  gentoo  org>
CommitDate: Mon Jun 18 13:31:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eb290ca

net-libs/libsrtp: 2.2.0 version bump

As requested by Arfrever Frehtes Taifersar on IRC.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-libs/libsrtp/Manifest  |  1 +
 .../files/libsrtp-2.2.0-pcap-automagic-r0.patch| 20 ++
 net-libs/libsrtp/libsrtp-2.2.0.ebuild  | 73 ++
 3 files changed, 94 insertions(+)

diff --git a/net-libs/libsrtp/Manifest b/net-libs/libsrtp/Manifest
index 84f89dd671a..6c73f314ae5 100644
--- a/net-libs/libsrtp/Manifest
+++ b/net-libs/libsrtp/Manifest
@@ -1,3 +1,4 @@
 DIST libsrtp-1.6.0.tar.gz 1648862 BLAKE2B 
5526d7659db160df3b6d9f14922bd731d083f04c6dd084ef473c439d720733d0fd8b38bdfe92e30e05a8a94c41df965d04bca52601b2644352428b49b1ed9093
 SHA512 
5ac712d0d343c3b63ed248503cc7d33c637895a274c4434c91f513be117836f27cd5daba83088b4647bbd9c82d841e216e6346af8d485cb9ddcd35dee21d4887
 DIST libsrtp-2.0.0.tar.gz 265564 BLAKE2B 
ebae4a88fd5c77f3ed656569ee4300e4213d5be5c788efc84d8439a14a7773cfa60dc2b7c35a044ad1b5633af581f1526d1c3caa10e3ec800a2d66d5f837ce96
 SHA512 
61bba9aba9bb3e888c2bbc150411d0b3d583ed71ca455c5a3d4d6d06ecd383fdd61f86ad1979fb9c04da1b824e3fb9bb63f0d97e50b4a469d56907fb9dbc42d6
 DIST libsrtp-2.1.0.tar.gz 306090 BLAKE2B 
c5055a66bf12997cd1b0d996a930d413d144280ccf40a1bed4b1ef10caa097f9c4fa40910a66a41bd8e33732b810d8ca5f7cb8acd9cb506cc42ab7e5b5adaf6e
 SHA512 
60f4eb6fd37517eb96df80ab8a9c6fd79dfc89d969bdb04673cd98364f7108fbc703a64b1898056f9220a55315574b6f3f796b6814086360f6fd143e3b20fb3f
+DIST libsrtp-2.2.0.tar.gz 308469 BLAKE2B 
4ef318bdf5c69b69b5869f478d5f0b9ee82d7d8a52440d10e931722c75b2f3a62b59f7542bb932cc93a21b7af24e6b253d70b4722833c5e1e5afce052e3b00e2
 SHA512 
3a5214b02199ae8dff45a2ed225ed9b1dcb75a9c6b07669e23bf86f97ad26e3e22b4930acdf3c56b21b605211a89a53a17c61602195b391a5b29a09823ba868c

diff --git a/net-libs/libsrtp/files/libsrtp-2.2.0-pcap-automagic-r0.patch 
b/net-libs/libsrtp/files/libsrtp-2.2.0-pcap-automagic-r0.patch
new file mode 100644
index 000..1075825945c
--- /dev/null
+++ b/net-libs/libsrtp/files/libsrtp-2.2.0-pcap-automagic-r0.patch
@@ -0,0 +1,20 @@
+diff -uNr libsrtp-2.2.0.ORIG/configure.ac libsrtp-2.2.0/configure.ac
+--- libsrtp-2.2.0.ORIG/configure.ac2018-06-18 13:28:52.385014993 +0100
 libsrtp-2.2.0/configure.ac 2018-06-18 13:31:09.217020686 +0100
+@@ -273,6 +273,8 @@
+ 
+ dnl Checking for PCAP
+ 
++AC_ARG_ENABLE([pcap], AS_HELP_STRING([--disable-pcap], [Build without `pcap' 
library (-lpcap)]))
++AS_IF([test "x$enable_pcap" != "xno"], [
+ PCAP_LIB=""
+ AC_CHECK_LIB([pcap], [pcap_create],
+   [PCAP_LIB="-lpcap"
+@@ -284,6 +286,7 @@
+AC_DEFINE([HAVE_PCAP], [1], [Define to 1 if you have the `winpcap' library 
(-lwpcap)])
+AC_SUBST([HAVE_PCAP], [1])])
+ AC_SUBST([PCAP_LIB])
++])
+
+ AC_MSG_CHECKING([whether to redirect logging to stdout])
+ AC_ARG_ENABLE([log-stdout],

diff --git a/net-libs/libsrtp/libsrtp-2.2.0.ebuild 
b/net-libs/libsrtp/libsrtp-2.2.0.ebuild
new file mode 100644
index 000..05aa4830df6
--- /dev/null
+++ b/net-libs/libsrtp/libsrtp-2.2.0.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools multilib-minimal
+
+DESCRIPTION="Open-source implementation of the Secure Real-time Transport 
Protocol (SRTP)"
+HOMEPAGE="https://github.com/cisco/libsrtp";
+SRC_URI="https://github.com/cisco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="2/1"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
+IUSE="aesicm console debug doc libressl openssl static-libs syslog test"
+
+RDEPEND="
+   openssl? (
+   !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
+   libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )
+   )
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( CHANGES )
+
+PATCHES=( "${FILESDIR}/${P}-pcap-automagic-r0.patch" )
+
+src_prepare() {
+   default
+
+   # test/rtpw.c is using /usr/share/dict/words assuming it exists
+   # using test/rtpw.c guaratees the file exists in any case
+   sed -i -e "s:/usr/share/dict/words:rtpw.c:" test/rtpw.c || die
+
+   eautoreconf
+
+   # sadly, tests are too broken to even consider using work-arounds
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   # stdout: default error output for messages in debug
+   # pcap: seems to be test-only
+   # openssl-kdf: OpenSSL 1.1.0+
+   econf \
+   --enable-log-stdout \
+   --disable-pcap \
+   --disable-openssl-kdf \
+   $(use_enable debug debug-logging) \
+   $(use_enable openssl)
+}
+
+m

[gentoo-commits] repo/gentoo:master commit in: net-libs/libsrtp/, net-libs/libsrtp/files/

2017-09-18 Thread Tony Vroon
commit: 6efbbfd7c1a57942b6d99a83c0b7ffcca13b40f6
Author: Tony Vroon  gentoo  org>
AuthorDate: Mon Sep 18 23:12:56 2017 +
Commit: Tony Vroon  gentoo  org>
CommitDate: Mon Sep 18 23:14:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6efbbfd7

net-libs/libsrtp: Version bump to 1.6.0 & 2.1.0

Package-Manager: portage-2.3.8

 net-libs/libsrtp/Manifest  |  2 +
 .../files/libsrtp-2.1.0-pcap-automagic-r0.patch| 17 +
 net-libs/libsrtp/libsrtp-1.6.0.ebuild  | 83 ++
 net-libs/libsrtp/libsrtp-2.1.0.ebuild  | 73 +++
 4 files changed, 175 insertions(+)

diff --git a/net-libs/libsrtp/Manifest b/net-libs/libsrtp/Manifest
index a8b3d43f8e4..050f81a8a9e 100644
--- a/net-libs/libsrtp/Manifest
+++ b/net-libs/libsrtp/Manifest
@@ -1,5 +1,7 @@
 DIST libsrtp-1.5.2.tar.gz 1690272 SHA256 
86e1efe353397c0751f6bdd709794143bd1b76494412860f16ff2b6d9c304eda SHA512 
fb09252edaca6da5b579fae34d3b6382ee0cf61a706e38283158ef10c879b9a0f80cfd0c354852e771b4649288dd5cc41158a4e046e8073cf26a586dfd41b024
 WHIRLPOOL 
973f27db06b725ca641a5c13184083926dbe0fd99ab18604b1d2d40fa0ab5118e9b978d729502a32bc25d05d6264ee501ff94f72e6dafd46588092f678f0a4c5
 DIST libsrtp-1.5.4.tar.gz 1646184 SHA256 
56a7b521c25134f48faff26b0b1e3d4378a14986a2d3d7bc6fefb48987304ff0 SHA512 
fcf6a36a0f687a6aa2b245e4055332ae892c953e19ebe3bfb7d091da0a7afbfcb804d9f602bd2d849235b559d3ca7924ee00c7f0da419c23b053b096ef4ccd19
 WHIRLPOOL 
7f4ee1f705efeeb635bc88845f094a49a7b447736799c8fd81d8cab4aa9c75f837f7dfb01295b2497f483ba033636cc5075258144a9afb87cea48c7bf57bb463
+DIST libsrtp-1.6.0.tar.gz 1648862 SHA256 
1a3e7904354d55e45b3c5c024ec0eab1b8fa76fdbf4dd2ea2625dad2b3c6edde SHA512 
5ac712d0d343c3b63ed248503cc7d33c637895a274c4434c91f513be117836f27cd5daba83088b4647bbd9c82d841e216e6346af8d485cb9ddcd35dee21d4887
 WHIRLPOOL 
833df06814810de1eef7e08d723e7e9f6bc2abe542d8835b86603d2df96f05f664ab8364a7d726bee57b4422d262f4595bcfe5800879490283cc15f15e2cebba
 DIST libsrtp-2.0.0.tar.gz 265564 SHA256 
2296d132fd8cadd691d1fffeabbc1b9c42ec09e9e780a0d9bd8234a98e63a5a1 SHA512 
61bba9aba9bb3e888c2bbc150411d0b3d583ed71ca455c5a3d4d6d06ecd383fdd61f86ad1979fb9c04da1b824e3fb9bb63f0d97e50b4a469d56907fb9dbc42d6
 WHIRLPOOL 
1ff2b9305d19e49f976708a885642fedb16c1775da1be5c977de6629cb705a3944402c54dd2b7e00ee67cac5ded828e457ac21e9e93178908a03177e203873ec
+DIST libsrtp-2.1.0.tar.gz 306090 SHA256 
0302442ed97d34a77abf84617b657e77674bdd8e789d649f1cac0c5f0d0cf5ee SHA512 
60f4eb6fd37517eb96df80ab8a9c6fd79dfc89d969bdb04673cd98364f7108fbc703a64b1898056f9220a55315574b6f3f796b6814086360f6fd143e3b20fb3f
 WHIRLPOOL 
07f3716215cbbac9f91c8804c7df1298ae8aa4f9e48ae03c21194161e8e2d4dc7805bd825b70b2744239b883211dca4204bfaf135931cef39d34c35316a226e5
 DIST srtp-1.4.4.tgz 502890 SHA256 
d9c2cbb1c95172ed2dc963eff0d6ce1072326dc81cb1dd38414e9f0e430af314 SHA512 
951bfec212f579daae4a5a7fc9eded163dd6790da2e3840629dbeac36d7d960f95a1f1b844505629c7815816515f0784bf9b6e1c47f2986416ec04ec9d4b7564
 WHIRLPOOL 
82b01ce07de0c7b82d5f99b2fda6c72653e2927c3838a15dd1bb7e36725846599f2a96675dcf5ddfd7dcab9210f554b30fcf9bcb3806a60aa732d56926a4c07f
 DIST srtp-1.4.4_p20121108.tar.gz 485875 SHA256 
ebc0b7b27f5ab669a058c82f62b1c96298a961d54633d7041e776bca19a4f295 SHA512 
a6bf2674babed512bd90fd11d63adecf4ddf357d26652f321651fcc42d932d3d9f8713ecab4bdcddb026106a2d5bfbac0a626938f70822f5b1ee05881bb823d9
 WHIRLPOOL 
27296c776d60688dfa3c655999b6a87828036f9a71cff7a9ea9d1f0c6c5afa787eb625fb4ec9254b0eda459769fc0ca41cf4c1eaa38053cd365243c101f444bd

diff --git a/net-libs/libsrtp/files/libsrtp-2.1.0-pcap-automagic-r0.patch 
b/net-libs/libsrtp/files/libsrtp-2.1.0-pcap-automagic-r0.patch
new file mode 100644
index 000..b29fa1ba4f9
--- /dev/null
+++ b/net-libs/libsrtp/files/libsrtp-2.1.0-pcap-automagic-r0.patch
@@ -0,0 +1,17 @@
+diff -uNr libsrtp-2.1.0.ORIG/configure.in libsrtp-2.1.0/configure.in
+--- libsrtp-2.1.0.ORIG/configure.in2017-09-18 23:53:18.241631991 +0100
 libsrtp-2.1.0/configure.in 2017-09-18 23:55:30.077635461 +0100
+@@ -272,10 +272,13 @@
+ AC_SUBST([HMAC_OBJS])
+ 
+ dnl Checking for PCAP
++AC_ARG_ENABLE([pcap], AS_HELP_STRING([--disable-pcap], [Build without `pcap' 
library (-lpcap)]))
++AS_IF([test "x$enable_pcap" != "xno"], [
+ AC_CHECK_LIB([pcap], [pcap_create],
+   [LIBS="-lpcap $LIBS"
+AC_DEFINE([HAVE_PCAP], [1], [Define to 1 if you have the `pcap' library 
(-lpcap)])
+AC_SUBST([HAVE_PCAP], [1])])
++])
+ 
+ AC_MSG_CHECKING([whether to redirect logging to stdout])
+ AC_ARG_ENABLE([log-stdout],

diff --git a/net-libs/libsrtp/libsrtp-1.6.0.ebuild 
b/net-libs/libsrtp/libsrtp-1.6.0.ebuild
new file mode 100644
index 000..01c12476018
--- /dev/null
+++ b/net-libs/libsrtp/libsrtp-1.6.0.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools multilib-minimal
+
+DESCRIPTION="Open-source implementation of the 

[gentoo-commits] repo/gentoo:master commit in: net-libs/libsrtp/, net-libs/libsrtp/files/

2016-11-25 Thread Patrice Clement
commit: b99a7a3dd52a72ba2888597d8a5ee9c5e304d4a9
Author: Aric Belsito  gmail  com>
AuthorDate: Fri Oct 28 20:04:49 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Nov 25 21:28:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b99a7a3d

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  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(-)

diff --git a/net-libs/libsrtp/Manifest b/net-libs/libsrtp/Manifest
index 3174207..a8b3d43 100644
--- a/net-libs/libsrtp/Manifest
+++ b/net-libs/libsrtp/Manifest
@@ -1,3 +1,5 @@
 DIST libsrtp-1.5.2.tar.gz 1690272 SHA256 
86e1efe353397c0751f6bdd709794143bd1b76494412860f16ff2b6d9c304eda SHA512 
fb09252edaca6da5b579fae34d3b6382ee0cf61a706e38283158ef10c879b9a0f80cfd0c354852e771b4649288dd5cc41158a4e046e8073cf26a586dfd41b024
 WHIRLPOOL 
973f27db06b725ca641a5c13184083926dbe0fd99ab18604b1d2d40fa0ab5118e9b978d729502a32bc25d05d6264ee501ff94f72e6dafd46588092f678f0a4c5
+DIST libsrtp-1.5.4.tar.gz 1646184 SHA256 
56a7b521c25134f48faff26b0b1e3d4378a14986a2d3d7bc6fefb48987304ff0 SHA512 
fcf6a36a0f687a6aa2b245e4055332ae892c953e19ebe3bfb7d091da0a7afbfcb804d9f602bd2d849235b559d3ca7924ee00c7f0da419c23b053b096ef4ccd19
 WHIRLPOOL 
7f4ee1f705efeeb635bc88845f094a49a7b447736799c8fd81d8cab4aa9c75f837f7dfb01295b2497f483ba033636cc5075258144a9afb87cea48c7bf57bb463
+DIST libsrtp-2.0.0.tar.gz 265564 SHA256 
2296d132fd8cadd691d1fffeabbc1b9c42ec09e9e780a0d9bd8234a98e63a5a1 SHA512 
61bba9aba9bb3e888c2bbc150411d0b3d583ed71ca455c5a3d4d6d06ecd383fdd61f86ad1979fb9c04da1b824e3fb9bb63f0d97e50b4a469d56907fb9dbc42d6
 WHIRLPOOL 
1ff2b9305d19e49f976708a885642fedb16c1775da1be5c977de6629cb705a3944402c54dd2b7e00ee67cac5ded828e457ac21e9e93178908a03177e203873ec
 DIST srtp-1.4.4.tgz 502890 SHA256 
d9c2cbb1c95172ed2dc963eff0d6ce1072326dc81cb1dd38414e9f0e430af314 SHA512 
951bfec212f579daae4a5a7fc9eded163dd6790da2e3840629dbeac36d7d960f95a1f1b844505629c7815816515f0784bf9b6e1c47f2986416ec04ec9d4b7564
 WHIRLPOOL 
82b01ce07de0c7b82d5f99b2fda6c72653e2927c3838a15dd1bb7e36725846599f2a96675dcf5ddfd7dcab9210f554b30fcf9bcb3806a60aa732d56926a4c07f
 DIST srtp-1.4.4_p20121108.tar.gz 485875 SHA256 
ebc0b7b27f5ab669a058c82f62b1c96298a961d54633d7041e776bca19a4f295 SHA512 
a6bf2674babed512bd90fd11d63adecf4ddf357d26652f321651fcc42d932d3d9f8713ecab4bdcddb026106a2d5bfbac0a626938f70822f5b1ee05881bb823d9
 WHIRLPOOL 
27296c776d60688dfa3c655999b6a87828036f9a71cff7a9ea9d1f0c6c5afa787eb625fb4ec9254b0eda459769fc0ca41cf4c1eaa38053cd365243c101f444bd

diff --git a/net-libs/libsrtp/files/libsrtp-pcap-automagic-r0.patch 
b/net-libs/libsrtp/files/libsrtp-pcap-automagic-r0.patch
index 2457e4d..12c677e 100644
--- a/net-libs/libsrtp/files/libsrtp-pcap-automagic-r0.patch
+++ b/net-libs/libsrtp/files/libsrtp-pcap-automagic-r0.patch
@@ -1,5 +1,5 @@
 configure.in.orig  2015-03-25 15:37:31.953386365 +
-+++ configure.in   2015-03-25 15:39:49.192183689 +
+--- a/configure.in 2015-03-25 15:37:31.953386365 +
 b/configure.in 2015-03-25 15:39:49.192183689 +
 @@ -182,6 +182,8 @@
  AC_SUBST(HMAC_OBJS)
  

diff --git a/net-libs/libsrtp/libsrtp-1.5.4.ebuild 
b/net-libs/libsrtp/libsrtp-1.5.4.ebuild
new file mode 100644
index ..1f3a3b8
--- /dev/null
+++ b/net-libs/libsrtp/libsrtp-1.5.4.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Open-source implementation of the Secure Real-time Transport 
Protocol (SRTP)"
+HOMEPAGE="https://github.com/cisco/libsrtp";
+SRC_URI="https://github.com/cisco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/1"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
+IUSE="aesicm console debug doc libressl openssl static-libs syslog test"
+
+RDEPEND="
+   openssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( CHANGES README TODO )
+
+PATCHES=( "${FILESDIR}/${PN}-pcap-automagic-r0.patch" )
+
+src_prepare() {
+   default
+
+   # test/rtpw.c is using /usr/share/dict/words assuming it exists
+   # using test/rtpw.c guaratees the file exists in any case
+   sed -i -e "s:/usr/share/dict/words:rtpw.c:" test/rtpw.c || die
+
+   eautoreconf
+}
+
+src_configure() {
+   # stdout: default error output for messages in