From unknown Fri Aug 15 04:03:46 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#50389 <50389@debbugs.gnu.org> To: bug#50389 <50389@debbugs.gnu.org> Subject: Status: [PATCH core-updates-frozen] gnu: libsrtp: Update to 2.4.0. Reply-To: bug#50389 <50389@debbugs.gnu.org> Date: Fri, 15 Aug 2025 11:03:46 +0000 retitle 50389 [PATCH core-updates-frozen] gnu: libsrtp: Update to 2.4.0. reassign 50389 guix-patches submitter 50389 Sarah Morgensen severity 50389 normal tag 50389 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 04 22:14:02 2021 Received: (at submit) by debbugs.gnu.org; 5 Sep 2021 02:14:02 +0000 Received: from localhost ([127.0.0.1]:48902 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mMhfV-0002Xl-T3 for submit@debbugs.gnu.org; Sat, 04 Sep 2021 22:14:02 -0400 Received: from lists.gnu.org ([209.51.188.17]:50836) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mMhfT-0002XH-Vf for submit@debbugs.gnu.org; Sat, 04 Sep 2021 22:14:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58182) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mMhfQ-0000kM-W2 for guix-patches@gnu.org; Sat, 04 Sep 2021 22:13:58 -0400 Received: from out2.migadu.com ([188.165.223.204]:41395) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mMhfN-0003dV-ES for guix-patches@gnu.org; Sat, 04 Sep 2021 22:13:56 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1630808028; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=+FlcLCNwwwov4Oqyvk3kY/T38uPiCifFaJGuBhHIGBk=; b=Sivcbs61S1GASmNmcPb/qUeoEuF5uzrNvkkIhajXoIDPScY2DprTTgbRiUAg+qCui/oTjy 0CvK0/QDPfMugw/aLbHZgyCfUhSH67sMSBl/1RwWCQgIzPWTNnKZEbasjzjiAbHSzZXCmt x/ViLRbePLP/MDy3lzYuCB2Hdn+YnGo= From: Sarah Morgensen To: guix-patches@gnu.org Subject: [PATCH core-updates-frozen] gnu: libsrtp: Update to 2.4.0. Date: Sat, 4 Sep 2021 19:13:46 -0700 Message-Id: <4a755ac9ee4129086c381318daa2ea5249538031.1630807703.git.iskarian@mgsn.dev> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev Received-SPF: pass client-ip=188.165.223.204; envelope-from=iskarian@mgsn.dev; helo=out2.migadu.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) 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 ;;; Copyright © 2020 Vincent Legoll ;;; Copyright © 2021 LibreMiami +;;; Copyright © 2021 Sarah Morgensen ;;; ;;; 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 From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 05 05:13:40 2021 Received: (at 50389-done) by debbugs.gnu.org; 5 Sep 2021 09:13:40 +0000 Received: from localhost ([127.0.0.1]:49183 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mMoDb-0002sA-U1 for submit@debbugs.gnu.org; Sun, 05 Sep 2021 05:13:40 -0400 Received: from mout02.posteo.de ([185.67.36.66]:49915) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mMoDZ-0002rx-FM for 50389-done@debbugs.gnu.org; Sun, 05 Sep 2021 05:13:38 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 1171E240104 for <50389-done@debbugs.gnu.org>; Sun, 5 Sep 2021 11:13:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1630833211; bh=5A6eMAp+tzh7p2OGuGkPnWS8MqkrW7TtFN626FMNLvY=; h=From:To:Cc:Subject:Date:From; b=fWU19rA799YtEskAn3OjkhtANNwPMJ+Cp1aEgBPIUPBrnlr4ZV1a6WmAaMPG2jDiO uYcQcifjlfKbtLP7Oj76/b5RWR/HHbxpa3CbuD+w8JpS0cHKBNyne0DQU0vaO/qKZg wsep3r2Zmi67GVnVkmrbDWrs0YrEjaL/FW3m7msS1xA5bxyXA/fX+kTRHXnS9A37pE jM+RSV1m6t716Q0BUGTls9nrQlLovU7vl0Sn1OkptSwYb17jy9lGiu7atzsYhjL7nk WphOVdciALn426NoTnqICUz0MeM4UvRRXWMF8jcAqDSjD3at58uindMEqZ8gW/iX8w 7F0qRDzIV8AfQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4H2Qn54Vv3z9rxY; Sun, 5 Sep 2021 11:13:29 +0200 (CEST) References: <4a755ac9ee4129086c381318daa2ea5249538031.1630807703.git.iskarian@mgsn.dev> From: Guillaume Le Vaillant To: Sarah Morgensen Subject: Re: [bug#50389] [PATCH core-updates-frozen] gnu: libsrtp: Update to 2.4.0. Date: Sun, 05 Sep 2021 09:12:37 +0000 In-reply-to: <4a755ac9ee4129086c381318daa2ea5249538031.1630807703.git.iskarian@mgsn.dev> Message-ID: <87k0jv2xmv.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50389-done Cc: 50389-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain Patch pushed as 2302adc0eca384fa5d2a78bbfc13dd596a1e2175. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYTSKOA8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j9L3AD/asTrkdA6Z5HzreJcW8duUMehNwu10B3CzThD iwlHFr8A/i5ImaYvyUL1TwHvcKeBiGWwk+I9hsIhL668AJFnj5cv =yzHz -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Aug 15 04:03:46 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 03 Oct 2021 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator