gnunet: update to 0.16.2
This is a bugfix release for gnunet 0.16.1.
Noteworthy changes in 0.16.2 (since 0.16.1)
DHT: Fix path signature handling.
GNS: Fix BOX handling in zone apex.
NAMESTORE: Prevent storing under invalid labels.
Buildsystem: Fix build on *BSD and Guix.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit 033744ac59
)
This commit is contained in:
parent
7a6f2778fb
commit
9cb8739049
2 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=gnunet
|
||||
|
||||
PKG_VERSION:=0.16.1
|
||||
PKG_VERSION:=0.16.2
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@GNU/gnunet
|
||||
PKG_HASH:=df8026dd0b1c285ebc57e820e6b29e87c3d0f210bb0899f6b5317261f8e01c5c
|
||||
PKG_HASH:=b5858833836509b71d5c0d9bdc11fd1beeeaba5a75be4bbd93581a4d13e0f49a
|
||||
|
||||
PKG_LICENSE:=AGPL-3.0
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -978,33 +978,13 @@ AC_ARG_WITH([mysql],
|
||||
@@ -981,33 +981,13 @@ AC_ARG_WITH([mysql],
|
||||
AC_CHECK_LIB([mysqlclient], [mysql_init],
|
||||
[AC_CHECK_HEADERS([mysql/mysql.h],
|
||||
[MYSQL_LDFLAGS="-L$MYSQL_LIBDIR"
|
||||
|
|
Loading…
Reference in a new issue