From: Sarah Morgensen <iskarian@mgsn.dev>
To: 50389@debbugs.gnu.org
Subject: [bug#50389] [PATCH core-updates-frozen] gnu: libsrtp: Update to 2.4.0.
Date: Sat, 4 Sep 2021 19:13:46 -0700 [thread overview]
Message-ID: <4a755ac9ee4129086c381318daa2ea5249538031.1630807703.git.iskarian@mgsn.dev> (raw)
Fix building libsrtp with GCC 10 by updating to 2.4.0.
* gnu/packages/telephony.scm (libsrtp): Update to 2.4.0.
---
This fixes the build for libsrtp (and its 35 dependents, if they have no other
issues) by updating to 2.4.0. I was able to build this on x86_64, but I don't
have the spare cycles to build its dependents.
Its changelog looks okay to me, but here are the changes since the last
version [0]:
--8<---------------cut here---------------start------------->8---
Major changes
#529 - Remove EKT files, this was never completed and the draft has since changed.
#512 - Adds suport for Mbedtls as a crypto backend.
#503 - Support apple silicon build.
#495 - Adds support for the Meson build system. This is an alternative to Cmake and auto tools.
Other changes
#546 - Improve OpenSSL KDF check.
#542 - Add void to function declarations for EVP_EncryptInit check.
#531 - Remove dead code.
#524 - Support running against nss >= 3.52.
#521 - Remove references to dtls from libsrtp.
#520 - Use nss based hmac when nss enabled.
#519 - Move selftest vectors form backends to common files.
#515 - Extend cmake support.
#514 - Fix gcc11 warning by defining output length.
#502 - Remove visual studio build files.
#501 - cmake: Set the VERSION property of the srtp2 library.
#500 - Fixed issue #499 with buffer overflow.
#498 - Feature/additional error checks.
#496 - Rework check for OPENSSL_cleanse().
#492 - Avoid non-existing compiler flag -O4.
#491 - Fix two-byte RTP header extension encryption.
#478 - Modify cmake to install crypto_types.h instead of cipher_types.h
--8<---------------cut here---------------end--------------->8---
[0] https://github.com/cisco/libsrtp/blob/master/CHANGES
--
Sarah
gnu/packages/telephony.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 9924031993..3035809225 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -20,6 +20,7 @@
;;; Copyright © 2020, 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
;;; Copyright © 2021 LibreMiami <packaging-guix@libremiami.org>
+;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -413,7 +414,7 @@ internet.")
(define-public libsrtp
(package
(name "libsrtp")
- (version "2.3.0")
+ (version "2.4.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -422,7 +423,7 @@ internet.")
(file-name (git-file-name name version))
(sha256
(base32
- "1f7i3jdh1wzdv7zjlz7gs3xw5jqig9zw8z9awsqqcp54f94xdpvd"))))
+ "0syl2ywddgqz29h43d6rc7waf3hp2yc14yhnrvdsja2bg8wrv6sb"))))
(native-inputs
`(("psmisc" ,psmisc) ;some tests require 'killall'
("procps" ,procps)))
base-commit: 68dd6d809398297dc2ebef522186c9b9f2566739
--
2.32.0
next reply other threads:[~2021-09-05 2:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-05 2:13 Sarah Morgensen [this message]
2021-09-05 9:12 ` bug#50389: [PATCH core-updates-frozen] gnu: libsrtp: Update to 2.4.0 Guillaume Le Vaillant
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4a755ac9ee4129086c381318daa2ea5249538031.1630807703.git.iskarian@mgsn.dev \
--to=iskarian@mgsn.dev \
--cc=50389@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).