[packages/liblinphone] - updated to 5.4.38

bszx bszx at pld-linux.org
Sun Sep 14 18:26:15 CEST 2025


commit 76ced722337c221a3f98dc41232fe5d77825b3ab
Author: Bartek Szady <bszx at bszx.eu>
Date:   Sun Sep 14 18:24:51 2025 +0200

    - updated to 5.4.38

 build.patch      | 12 ------------
 liblinphone.spec |  6 +++---
 2 files changed, 3 insertions(+), 15 deletions(-)
---
diff --git a/liblinphone.spec b/liblinphone.spec
index 02fe335..51348ed 100644
--- a/liblinphone.spec
+++ b/liblinphone.spec
@@ -9,13 +9,13 @@
 Summary:	Linphone Internet Phone libraries
 Summary(pl.UTF-8):	Biblioteki telefonu internetowego Linphone
 Name:		liblinphone
-Version:	5.4.17
-Release:	4
+Version:	5.4.38
+Release:	1
 License:	AGPL v3+ or proprietary
 Group:		Applications/Communications
 #Source0Download: https://gitlab.linphone.org/BC/public/liblinphone/-/tags
 Source0:	https://gitlab.linphone.org/BC/public/liblinphone/-/archive/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5:	59998279524f56f7324f28e06c366c7d
+# Source0-md5:	5d40555de336f54ed06af56e42af2453
 Patch0:		%{name}-wrappers.patch
 Patch1:		%{name}-jsoncpp.patch
 Patch2:		%{name}-soci.patch
diff --git a/build.patch b/build.patch
index e952e7f..4300e74 100644
--- a/build.patch
+++ b/build.patch
@@ -1,15 +1,3 @@
---- liblinphone-5.4.17/coreapi/lpc2xml.c~	2025-08-02 14:56:53.000000000 +0200
-+++ liblinphone-5.4.17/coreapi/lpc2xml.c	2025-08-02 14:59:06.938552983 +0200
-@@ -43,7 +43,8 @@ static xmlChar *convert_iso_to_utf8(cons
- 		}
- 
- 		temp = size - 1;
--		ret = handler->input(out, &out_size, (const xmlChar *)in, &temp);
-+		xmlCharEncodingInputFunc inFunc = *(xmlCharEncodingInputFunc *)&handler->input;
-+		ret = inFunc(out, &out_size, (const xmlChar *)in, &temp);
- 		if (ret < 0 || temp - size + 1) {
- 			ms_free(out);
- 			return NULL;
 --- liblinphone-5.4.17/console/linphonec.c~	2025-05-15 12:10:44.000000000 +0200
 +++ liblinphone-5.4.17/console/linphonec.c	2025-08-02 15:20:09.706125475 +0200
 @@ -105,7 +105,10 @@ static char **linephonec_readline_comple
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/liblinphone.git/commitdiff/76ced722337c221a3f98dc41232fe5d77825b3ab



More information about the pld-cvs-commit mailing list