[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r10019: update ZRTPCPP to 4.7.0
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r10019: update ZRTPCPP to 4.7.0 |
Date: |
Fri, 8 Mar 2024 01:24:06 -0500 (EST) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 10019
revision-id: carlhansen@gnu.org-20240308062401-dpysquyl5qzia9il
parent: carlhansen@gnu.org-20240308011901-27wkw2pzxharp5rk
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Fri 2024-03-08 06:24:01 +0000
message:
update ZRTPCPP to 4.7.0
added:
pkg/gnu/ZRTPCPP/ zrtpcpp-20240308062339-iuxt70xt8abgzhwc-1
pkg/gnu/ZRTPCPP/Makefile makefile-20240308062350-epj7uufk3bkurc4d-2
pkg/gnu/ZRTPCPP/config.mk config.mk-20240308062350-epj7uufk3bkurc4d-1
pkg/gnu/ZRTPCPP/files/ files-20240308062339-iuxt70xt8abgzhwc-2
pkg/gnu/ZRTPCPP/files/ZRTPCPP.bool.patch
zrtpcpp.bool.patch-20240308062339-iuxt70xt8abgzhwc-3
pkg/gnu/ZRTPCPP/sha256sums sha256sums-20240308062350-epj7uufk3bkurc4d-3
=== added directory 'pkg/gnu/ZRTPCPP'
=== added file 'pkg/gnu/ZRTPCPP/Makefile'
--- a/pkg/gnu/ZRTPCPP/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/ZRTPCPP/Makefile 2024-03-08 06:24:01 +0000
@@ -0,0 +1,50 @@
+# Copyright © 2024 Carl Hansen <carlhansen@gnu.org>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC. If not, see <http://www.gnu.org/licenses/>.
+#
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
+#
+NAME = ZRTPCPP
+GARNAME = ZRTPCPP
+GARVERSION = 4.7.0
+HOME_URL = http://www.gnu.org/software/
+DESCRIPTION = ZRTPCPP library for ZRTP protocol
+define BLURB
+A library that adds ZRTP support to the GNU ccRTP stack and serves as
+library for other RTP stacks (PJSIP, GStreamer).
+endef
+
+######################################################################
+#https://github.com/wernerd/ZRTPCPP/archive/refs/tags/4.7.0.tar.gz
+MASTER_SITES = $(MASTER_GITHUB)
+MASTER_SUBDIR = wernerd/ZRTPCPP/archive/refs/tags/
+DISTFILES = $(GARVERSION).tar.gz
+SIGFILES =
+
+BUILDDEPS =
+LIBDEPS =
+
+WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)
+WORKOBJ = $(WORKSRC)-build
+PATCHFILES = ZRTPCPP.bool.patch
+######################################################################
+
+include ../../../gar/gar.lib/cmake.mk
+include config.mk
+
+post-fetch:
+ cp download/$(GARVERSION).tar.gz
download/$(GARNAME)-$(GARVERSION).tar.gz
=== added file 'pkg/gnu/ZRTPCPP/config.mk'
--- a/pkg/gnu/ZRTPCPP/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/ZRTPCPP/config.mk 2024-03-08 06:24:01 +0000
@@ -0,0 +1,4 @@
+## Configuration options
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added directory 'pkg/gnu/ZRTPCPP/files'
=== added file 'pkg/gnu/ZRTPCPP/files/ZRTPCPP.bool.patch'
--- a/pkg/gnu/ZRTPCPP/files/ZRTPCPP.bool.patch 1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/ZRTPCPP/files/ZRTPCPP.bool.patch 2024-03-08 06:24:01 +0000
@@ -0,0 +1,18 @@
+diff -x config.log -x config.status -ru
tmp/ZRTPCPP-4.7.0/cryptcommon/ZrtpRandom.h
work/ZRTPCPP-4.7.0/cryptcommon/ZrtpRandom.h
+--- tmp/ZRTPCPP-4.7.0/cryptcommon/ZrtpRandom.h 2020-02-01 10:04:00.000000000
-0800
++++ work/ZRTPCPP-4.7.0/cryptcommon/ZrtpRandom.h 2024-03-07
22:16:58.605786768 -0800
+@@ -24,6 +24,7 @@
+ * @{
+ */
+
++#include <stdbool.h>
+ #include <string.h>
+ #if !(defined(_WIN32) || defined(_WIN64))
+ #include <unistd.h>
+@@ -82,4 +83,4 @@
+ }
+ #endif
+
+-#endif /* ZRTPRANDOM */
+\ No newline at end of file
++#endif /* ZRTPRANDOM */
=== added file 'pkg/gnu/ZRTPCPP/sha256sums'
--- a/pkg/gnu/ZRTPCPP/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/ZRTPCPP/sha256sums 2024-03-08 06:24:01 +0000
@@ -0,0 +1,2 @@
+05e451c85755300f84899d7b71c4ed2ef3ed5d272b13019a7aa88c0b51288c35
download/4.7.0.tar.gz
+3e3e120d4aa32099c3721b5a1fac843eec75a28797cc5acd72b6fdacb4a214b4
download/ZRTPCPP.bool.patch
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r10019: update ZRTPCPP to 4.7.0,
Carl Hansen <=