aboutsummaryrefslogtreecommitdiff
path: root/net/gnunet/patches
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2022-03-21 01:54:29 +0000
committerDaniel Golle <daniel@makrotopia.org>2022-03-21 01:57:50 +0000
commit033744ac5988850c299a0d64a0595a333879d51f (patch)
tree9d25c6326d5663e95f4c2db13bbe3f4aa6199646 /net/gnunet/patches
parent94e9583e4a819e68a867aeaf9a3944e4a148f8bd (diff)
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>
Diffstat (limited to 'net/gnunet/patches')
-rw-r--r--net/gnunet/patches/100-remove-mysql-version-check.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gnunet/patches/100-remove-mysql-version-check.patch b/net/gnunet/patches/100-remove-mysql-version-check.patch
index 26d233fdc..c6c131e32 100644
--- a/net/gnunet/patches/100-remove-mysql-version-check.patch
+++ b/net/gnunet/patches/100-remove-mysql-version-check.patch
@@ -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"