[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
129/249: gnu: sofia-sip: Update to 1.13.17 and fix build with gcc-14.
From: |
guix-commits |
Subject: |
129/249: gnu: sofia-sip: Update to 1.13.17 and fix build with gcc-14. |
Date: |
Mon, 6 Jan 2025 07:51:36 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 84d9e3961ba671cbafab4815e69a7769d490c5b9
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..2960f89831 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 © 2024 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
- 85/249: gnu: accountsservice: Fix build with gcc-14., (continued)
- 85/249: gnu: accountsservice: Fix build with gcc-14., guix-commits, 2025/01/06
- 02/249: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fix libm.so."", guix-commits, 2025/01/06
- 16/249: gnu: Re-Add automake-1.16.5., guix-commits, 2025/01/06
- 05/249: gnu: gcc-boot0: Fix building on powerpc64le-linux., guix-commits, 2025/01/06
- 14/249: gnu: automake: Fix build with gcc-14., guix-commits, 2025/01/06
- 03/249: Revert "Partial revert "gnu: make-bootstrap: Update gcc-static to gcc-14, for the 64bit Hurd."", guix-commits, 2025/01/06
- 23/249: gnu: guile-lzlib: Fix build with gcc-14., guix-commits, 2025/01/06
- 96/249: gnu: libvisual: Fix build with gcc-14., guix-commits, 2025/01/06
- 118/249: gnu: efivar: Fix build on i686-linux with gcc-14., guix-commits, 2025/01/06
- 95/249: gnu: syslinux: Drop python2 dependency., guix-commits, 2025/01/06
- 129/249: gnu: sofia-sip: Update to 1.13.17 and fix build with gcc-14.,
guix-commits <=
- 136/249: gnu: Add icu4c-71., guix-commits, 2025/01/06
- 140/249: gnu: zxing-cpp: Fix build with gcc-14., guix-commits, 2025/01/06
- 181/249: Revert "gnu: perl-tk: Fix build with gcc-14.", guix-commits, 2025/01/06
- 21/249: gnu: torsocks: Fix build with gcc-14., guix-commits, 2025/01/06
- 18/249: gnu: bdb: Use automake-1.16.5., guix-commits, 2025/01/06
- 09/249: gnu: libffi: Update to 3.4.6; fixes build with gcc-14., guix-commits, 2025/01/06
- 08/249: gnu: libffi: Fix build for x86_64-linux with gcc-14., guix-commits, 2025/01/06
- 28/249: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14., guix-commits, 2025/01/06
- 29/249: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2025/01/06
- 43/249: gnu: gn: Fix build with gcc-14., guix-commits, 2025/01/06