[packages/libzrtpcpp] - updated to 4.7.0

qboosh qboosh at pld-linux.org
Tue Sep 17 18:46:45 CEST 2024


commit 31b65807bc6454a8dede68a17061af6c008dd1a9
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Sep 17 18:49:36 2024 +0200

    - updated to 4.7.0

 libzrtpcpp-includes.patch | 10 ++++++++++
 libzrtpcpp.spec           | 16 +++++++++-------
 2 files changed, 19 insertions(+), 7 deletions(-)
---
diff --git a/libzrtpcpp.spec b/libzrtpcpp.spec
index 0d976ed..e2833e3 100644
--- a/libzrtpcpp.spec
+++ b/libzrtpcpp.spec
@@ -9,16 +9,17 @@
 Summary:	GNU RTP stack for the zrtp protocol specification
 Summary(pl.UTF-8):	Stos GNU RTP dla specyfikacji protokołu zrtp
 Name:		libzrtpcpp
-Version:	4.6.3
-Release:	4
-License:	LGPL v3+ (core), GPL v3+ (CCRTP client), for reference (Tivi client)
+Version:	4.7.0
+Release:	1
+License:	Apache v2.0 (core), GPL v3+ (CCRTP client), for reference (Tivi client)
 Group:		Libraries
-#Source0Download: https://github.com/wernerd/ZRTPCPP/releases
-Source0:	https://github.com/wernerd/ZRTPCPP/archive/V%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	ccfaab35e2103033d9c414fee3d46a75
+#Source0Download: https://github.com/wernerd/ZRTPCPP/tags
+Source0:	https://github.com/wernerd/ZRTPCPP/archive/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5:	24bcaa5ee64083e9da76ee3cb68c90a3
 Patch0:		%{name}-java.patch
+Patch1:		%{name}-includes.patch
 URL:		http://www.gnutelephony.org/index.php/GNU_ZRTP
-BuildRequires:	cmake >= 2.6
+BuildRequires:	cmake >= 3.0
 %{?with_ccrtp:BuildRequires:	ccrtp-devel >= 2.0.0}
 %{?with_java:BuildRequires:	jdk}
 BuildRequires:	libstdc++-devel
@@ -134,6 +135,7 @@ Pliki programistyczne biblioteki klienckiej ZRTP tivi.
 %prep
 %setup -q -n ZRTPCPP-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %if %{with ccrtp}
diff --git a/libzrtpcpp-includes.patch b/libzrtpcpp-includes.patch
new file mode 100644
index 0000000..4d2a236
--- /dev/null
+++ b/libzrtpcpp-includes.patch
@@ -0,0 +1,10 @@
+--- ZRTPCPP-4.7.0/cryptcommon/ZrtpRandom.h.orig	2020-02-01 19:04:00.000000000 +0100
++++ ZRTPCPP-4.7.0/cryptcommon/ZrtpRandom.h	2024-09-17 18:37:27.711672819 +0200
+@@ -24,6 +24,7 @@
+  * @{
+  */
+ 
++#include <stdbool.h>
+ #include <string.h>
+ #if !(defined(_WIN32) || defined(_WIN64))
+ #include <unistd.h>
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libzrtpcpp.git/commitdiff/31b65807bc6454a8dede68a17061af6c008dd1a9



More information about the pld-cvs-commit mailing list