From bbef797cdaa3460f47550819a92a98f4cdd0b634 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Sat, 29 Mar 2025 00:40:10 +0000 Subject: [PATCH] gnunet: update to 0.24.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a new major release. It breaks protocol compatibility with the 0.23.x versions. Please be aware that Git master is thus henceforth (and has been for a while) INCOMPATIBLE with the 0.23.x GNUnet network, and interactions between old and new peers will result in issues. In terms of usability, users should be aware that there are still a number of known open issues in particular with respect to ease of use, but also some critical privacy issues especially for mobile users. Also, the nascent network is tiny and thus unlikely to provide good anonymity or extensive amounts of interesting information. As a result, the 0.24.1 release is still only suitable for early adopters with some reasonable pain tolerance.  v0.24.1: - Fix crash in libgnunetpq when Postgresql database was restarted - Add configure and make functionality for new meson build (https://www.gnu.org/prep/standards/html_node/Configuration.html) v0.24.0: - Meson is new default build system - JSON: split off libgnunetmhd from libgnunetjson, renaming various GNUNET_JSON_-symbols to GNUNET_MHD_-. Removes dependency of libgnunetjson on libmicrohttpd OpenWrt package maintainer note: Meson build is not yet fit for use in OpenWrt's cross build system. Signed-off-by: Daniel Golle --- net/gnunet/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/gnunet/Makefile b/net/gnunet/Makefile index 0bbd361cdf..cf400a3593 100644 --- a/net/gnunet/Makefile +++ b/net/gnunet/Makefile @@ -2,11 +2,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gnunet -PKG_VERSION:=0.23.1 +PKG_VERSION:=0.24.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/gnunet -PKG_HASH:=6fd05b69076b3b1a8e7e20b254e044fdd4c6da5313196317f3de088f7d025cf2 +PKG_HASH:=c4f8f9d25d3a00f80709583b87aa8312d01454090b73a413b43ec7ec7c07ba39 PKG_LICENSE:=AGPL-3.0 PKG_LICENSE_FILES:=COPYING