summaryrefslogtreecommitdiff
path: root/package/libsrtp
AgeCommit message (Collapse)Author
2016-04-22libsrtp: fix SHA1 functions conflicts with downstream packagesVicente Olivert Riera
Our current version of libsrtp is preventing linphone to build causing an error like this one: configure:12952: error: This libsrtp version exports symbols conflicting with other libraries. Please use the one from git://git.linphone.org/srtp.git Backporting an upstream patch to rename the SHA1 functions to avoid conflicts with downstream packages: https://github.com/cisco/libsrtp/commit/c270245a94ae9a007202754eb8f7ce9e48f97007 Fixes: http://autobuild.buildroot.net/results/773/7733ee4472834d26cf6bdd4ca557ac19f97290f8/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-04-08libsrtp: security bump to version 1.5.4Baruch Siach
Fixes CVE-2015-6360: Prevent potential DoS attack due to lack of bounds checking on RTP header CSRC count and extension header length. Also, add a hash file. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-04-26package/libsrtp: bump version to 1.5.2Bernd Kuhls
Removed patches applied upstream: https://github.com/cisco/libsrtp/commit/cae277e4377acc90ef787d09ed0d82968bbe809a https://github.com/cisco/libsrtp/commit/b5fad5f893c7f323a8f8e1c512fa48cf6cdb1c8d Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-02-28libsrtp: openssl handling needs shared library supportPeter Korsgaard
Fixes: http://autobuild.buildroot.net/results/ab8/ab80094080c18602a2adb266981f53ebe0647f63/ http://autobuild.buildroot.net/results/a77/a770318af841610e0c10f61cf61bdae298aa59a8/ http://autobuild.buildroot.net/results/ce2/ce27f5b81b74320f4d2efbbaa4754c23fb2feeab/ http://autobuild.buildroot.net/results/57f/57f54c6f00953e8b7da70f4467f38cc9dfca2380/ And many more. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-02-26package/libsrtp: fix static build with opensslRomain Naour
libsrtp forget to link with zlib for static build when openssl support is requested. The issue was reported upstream by Vicente Olivert Riera: https://github.com/cisco/libsrtp/issues/97 Backport upstream patch for the upcoming libsrtp 1.5.2. Since the libsrtp package already use AUTORECONF, apply only the changes for configure.in. Fixes: http://autobuild.buildroot.net/results/a71/a71d85a5bb9af2ee82a8e61054025bceb03dbdeb/ Signed-off-by: Romain Naour <romain.naour@openwide.fr> Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-01-01libsrtp: add missing patchThomas Petazzoni
This patch should have been part of the commit adding the libsrtp package, as it fixes a number of build issues. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-01-01libsrtp: new packageGregory Dymarek
[Thomas: - Add better Config.in help text and fix its indentation - Fix comment header in .mk file - Uncomment useful commented lines in .mk file (SITE and AUTORECONF) - Add LICENSE_FILES variable. - Add handling of static/shared libraries build/installation. - Add dependency on host-pkgconf, so that libsrtp installs its own .pc file. - Add optional dependency on OpenSSL. - Use github helper. - Remove hash file, since we're downloading from Git.] Signed-off-by: Gregory Dymarek <gregd72002@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>