public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] libsrtp: update to 2.2.0
@ 2018-07-01  6:11 Peter Müller
  2018-07-01  9:37 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Müller @ 2018-07-01  6:11 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2615 bytes --]

This fixes a number of bugs and security issues.

Signed-off-by: Peter Müller <peter.mueller(a)link38.eu>
---
 config/rootfiles/packages/libsrtp | 49 +++++++--------------------------------
 lfs/libsrtp                       |  6 ++---
 2 files changed, 11 insertions(+), 44 deletions(-)

diff --git a/config/rootfiles/packages/libsrtp b/config/rootfiles/packages/libsrtp
index 3ee2e3b64..d033c34a6 100644
--- a/config/rootfiles/packages/libsrtp
+++ b/config/rootfiles/packages/libsrtp
@@ -1,41 +1,8 @@
-#usr/include/srtp
-#usr/include/srtp/aes.h
-#usr/include/srtp/aes_cbc.h
-#usr/include/srtp/aes_gcm_ossl.h
-#usr/include/srtp/aes_icm.h
-#usr/include/srtp/aes_icm_ossl.h
-#usr/include/srtp/alloc.h
-#usr/include/srtp/auth.h
-#usr/include/srtp/cipher.h
-#usr/include/srtp/config.h
-#usr/include/srtp/crypto.h
-#usr/include/srtp/crypto_kernel.h
-#usr/include/srtp/crypto_math.h
-#usr/include/srtp/crypto_types.h
-#usr/include/srtp/cryptoalg.h
-#usr/include/srtp/datatypes.h
-#usr/include/srtp/ekt.h
-#usr/include/srtp/err.h
-#usr/include/srtp/getopt_s.h
-#usr/include/srtp/gf2_8.h
-#usr/include/srtp/hmac.h
-#usr/include/srtp/integers.h
-#usr/include/srtp/kernel_compat.h
-#usr/include/srtp/key.h
-#usr/include/srtp/null_auth.h
-#usr/include/srtp/null_cipher.h
-#usr/include/srtp/prng.h
-#usr/include/srtp/rand_source.h
-#usr/include/srtp/rdb.h
-#usr/include/srtp/rdbx.h
-#usr/include/srtp/rtp.h
-#usr/include/srtp/rtp_priv.h
-#usr/include/srtp/sha1.h
-#usr/include/srtp/srtp.h
-#usr/include/srtp/srtp_priv.h
-#usr/include/srtp/stat.h
-#usr/include/srtp/ut_sim.h
-#usr/include/srtp/xfm.h
-usr/lib/libsrtp.so
-usr/lib/libsrtp.so.1
-#usr/lib/pkgconfig/libsrtp.pc
+#usr/include/srtp2
+#usr/include/srtp2/auth.h
+#usr/include/srtp2/cipher.h
+#usr/include/srtp2/crypto_types.h
+#usr/include/srtp2/srtp.h
+usr/lib/libsrtp2.so
+usr/lib/libsrtp2.so.1
+#usr/lib/pkgconfig/libsrtp2.pc
diff --git a/lfs/libsrtp b/lfs/libsrtp
index d72a240ec..9fafb3606 100644
--- a/lfs/libsrtp
+++ b/lfs/libsrtp
@@ -24,14 +24,14 @@
 
 include Config
 
-VER        = 1.5.4
+VER        = 2.2.0
 THISAPP    = libsrtp-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = libsrtp
-PAK_VER    = 3
+PAK_VER    = 4
 
 DEPS       = ""
 
@@ -43,7 +43,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 64a9580f86a9c3e1c4986e944e6a5a84
+$(DL_FILE)_MD5 = f77a27457d219f2991ea7aa2f0c11ec9
 
 install : $(TARGET)
 
-- 
2.16.4


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-01  9:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-01  6:11 [PATCH] libsrtp: update to 2.2.0 Peter Müller
2018-07-01  9:37 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox