mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
gnunet: update to 0.21.2
- Remove upstreamed patch Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
This commit is contained in:
committed by
Daniel Golle
parent
32520ff956
commit
924e5ed8db
@@ -2,11 +2,11 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=gnunet
|
||||
|
||||
PKG_VERSION:=0.21.0
|
||||
PKG_VERSION:=0.21.2
|
||||
PKG_RELEASE:=1
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@GNU/gnunet
|
||||
PKG_HASH:=a846eb9f64b5602c6e518badfa32a9ee18d9e66042ad4765e40a936041ca74ad
|
||||
PKG_HASH:=8c2351268e9b8ba2ad288b8b337ce399f79c18e3ffd960803f4ed5de7dda9fa1
|
||||
|
||||
PKG_LICENSE:=AGPL-3.0
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
|
||||
@@ -1,37 +0,0 @@
|
||||
From 79b58e8a0c4155134bdf680899fab22a7c01f35a Mon Sep 17 00:00:00 2001
|
||||
From: Daniel Golle <daniel@makrotopia.org>
|
||||
Date: Sat, 9 Mar 2024 00:46:18 +0000
|
||||
Subject: [PATCH] DHTU: ship dhtu.conf
|
||||
To: gnunet-developers@gnu.org
|
||||
|
||||
Without dhtu.conf GNUnet will create infinite loglines
|
||||
ERROR No DHT underlays configured!
|
||||
|
||||
Ship the new config file to fix that.
|
||||
---
|
||||
src/service/dht/Makefile.am | 3 +++
|
||||
src/service/dht/meson.build | 6 ++++++
|
||||
2 files changed, 9 insertions(+)
|
||||
|
||||
--- a/src/service/dht/Makefile.am
|
||||
+++ b/src/service/dht/Makefile.am
|
||||
@@ -10,6 +10,9 @@ libexecdir= $(pkglibdir)/libexec/
|
||||
pkgcfg_DATA = \
|
||||
dht.conf
|
||||
|
||||
+dist_pkgcfg_DATA = \
|
||||
+ dhtu.conf
|
||||
+
|
||||
if USE_COVERAGE
|
||||
AM_CFLAGS = --coverage -O0
|
||||
XLIB = -lgcov
|
||||
--- /dev/null
|
||||
+++ b/src/service/dht/dhtu.conf
|
||||
@@ -0,0 +1,7 @@
|
||||
+[dhtu-gnunet]
|
||||
+ENABLED = YES
|
||||
+
|
||||
+[dhtu-ip]
|
||||
+ENABLED = NO
|
||||
+NSE = 4
|
||||
+UDP_PORT = 6666
|
||||
Reference in New Issue
Block a user