[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
129/246: gnu: sofia-sip: Update to 1.13.17 and fix build with gcc-14.
From: |
guix-commits |
Subject: |
129/246: gnu: sofia-sip: Update to 1.13.17 and fix build with gcc-14. |
Date: |
Sun, 12 Jan 2025 10:21:35 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit cd55edc349352e88215a94e030d8947fb2266b3e
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Jan 1 16:27:41 2025 +0100
gnu: sofia-sip: Update to 1.13.17 and fix build with gcc-14.
* gnu/packages/telephony.scm (sofia-sip): Update to 1.13.17.
[arguments]: Add #:configure-flags to relax gcc-14's strictness.
Change-Id: Icca129193b425cc8865dda73754dbb1d595518eb
---
gnu/packages/telephony.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 2cba0296e6..3b9cff38a7 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -24,6 +24,7 @@
;;; Copyright © 2021 Demis Balbach <db@minikn.xyz>
;;; Copyright © 2022 Thomas Albers Raviola <thomas@thomaslabs.org>
;;; Copyright © 2023 Ivan Gankevich <igankevich@capybaramail.xyz>
+;;; Copyright © 2025 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1168,7 +1169,7 @@ very useful to emulate thousands of user agents calling
your SIP system.")
(define-public sofia-sip
(package
(name "sofia-sip")
- (version "1.13.16")
+ (version "1.13.17")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1177,10 +1178,13 @@ very useful to emulate thousands of user agents calling
your SIP system.")
(file-name (git-file-name "sofia-sip" version))
(sha256
(base32
- "1hi9np49wcq91d1w93qi6by40qnr348hpzc2wkw3l955zh1n30lr"))))
+ "19m1ncvn641s5r9vfnivsz8g5960vcfmhhx0s119jfs49kcql2gd"))))
(build-system gnu-build-system)
(arguments
(list
+ #:configure-flags
+ #~(list
+ "CFLAGS=-g -O2 -Wno-error=incompatible-pointer-types")
;; run_addrinfo requires /etc/services for the 'echo' service.
#:make-flags #~'("XFAIL_TESTS = run_addrinfo"
;; libsofia-sip-ua/nta/Makefile.am sets
- 04/246: gnu: commencement: gcc-boot0: Fix build for x86-linux with gcc-14., (continued)
- 04/246: gnu: commencement: gcc-boot0: Fix build for x86-linux with gcc-14., guix-commits, 2025/01/12
- 53/246: gnu: slim: Fix build with gcc-14., guix-commits, 2025/01/12
- 54/246: gnu: tevent: Update to 0.16.1; fixes build with gcc-14., guix-commits, 2025/01/12
- 55/246: gnu: ldb: Update to 2.9.2; fixes build with gcc-14., guix-commits, 2025/01/12
- 68/246: gnu: gcc-11: Update to 11.5.0; fixes build with gcc-14., guix-commits, 2025/01/12
- 72/246: gnu: vala: Update to 0.56.17; fixes build with gcc-14., guix-commits, 2025/01/12
- 93/246: gnu: vde2: Update to 2.3.3; fixes build with gcc-14., guix-commits, 2025/01/12
- 98/246: gnu: libmpeg3: Fix build with gcc-14., guix-commits, 2025/01/12
- 103/246: gnu: sox: Fix build with gcc-14., guix-commits, 2025/01/12
- 112/246: gnu: json-c-0.13: Fix build with gcc-13., guix-commits, 2025/01/12
- 129/246: gnu: sofia-sip: Update to 1.13.17 and fix build with gcc-14.,
guix-commits <=
- 138/246: gnu: mpdscribble: Update to 0.25; fixes build with gcc-14., guix-commits, 2025/01/12
- 133/246: gnu: clucene: Fix build with gcc-14., guix-commits, 2025/01/12
- 172/246: gnu: cdrkit-libre: Fix build with gcc-14., guix-commits, 2025/01/12
- 174/246: gnu: mpfi: Fix build with gcc-14., guix-commits, 2025/01/12
- 175/246: gnu: python-pyicu: Update to 2.14; fixes build., guix-commits, 2025/01/12
- 177/246: gnu: python-pyportmidi: Fix build with gcc-14., guix-commits, 2025/01/12
- 179/246: gnu: perl-tk: Fix build with gcc-14., guix-commits, 2025/01/12
- 184/246: gnu: python-gast: Update to 0.6.0., guix-commits, 2025/01/12
- 188/246: gnu: icu4c: Revert to 71., guix-commits, 2025/01/12
- 191/246: gnu: ghc-8.4.4: Build with gcc-13., guix-commits, 2025/01/12