From 161b225acc370b9742ef3ca266be14f6cde918e9 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Sun, 21 Jun 2015 13:57:37 +0200 Subject: [PATCH] gnunet: update source to r35963 Signed-off-by: Daniel Golle --- net/gnunet/Makefile | 2 +- .../012-work-around-bad-workarounds.patch | 88 ------------------- 2 files changed, 1 insertion(+), 89 deletions(-) delete mode 100644 net/gnunet/patches/012-work-around-bad-workarounds.patch diff --git a/net/gnunet/Makefile b/net/gnunet/Makefile index ad2c37044..a5529baff 100644 --- a/net/gnunet/Makefile +++ b/net/gnunet/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gnunet -PKG_SOURCE_VERSION:=35949 +PKG_SOURCE_VERSION:=35963 PKG_VERSION:=0.10.1-svn$(PKG_SOURCE_VERSION) PKG_RELEASE:=1 diff --git a/net/gnunet/patches/012-work-around-bad-workarounds.patch b/net/gnunet/patches/012-work-around-bad-workarounds.patch deleted file mode 100644 index 9ae6a6255..000000000 --- a/net/gnunet/patches/012-work-around-bad-workarounds.patch +++ /dev/null @@ -1,88 +0,0 @@ ---- a/m4/libgnurl.m4 -+++ b/m4/libgnurl.m4 -@@ -146,7 +146,7 @@ AC_DEFUN([LIBGNURL_CHECK_CONFIG], - _libgnurl_save_libs=$LIBS - LIBS="$LIBGNURL $LIBS" - -- AC_LINK_IFELSE([AC_LANG_PROGRAM([#include ],[ -+ AC_LINK_IFELSE([AC_LANG_PROGRAM([#include ],[ - /* Try and use a few common options to force a failure if we are - missing symbols or can't link. */ - int x; ---- a/src/gns/gnunet-gns-proxy.c -+++ b/src/gns/gnunet-gns-proxy.c -@@ -29,7 +29,7 @@ - */ - #include "platform.h" - #include --#include -+#include - #include - #include - #include ---- a/src/gns/test_gns_proxy.c -+++ b/src/gns/test_gns_proxy.c -@@ -24,7 +24,7 @@ - * @author Martin Schanzenbach - */ - #include "platform.h" --#include -+#include - #include - #include "gnunet_namestore_service.h" - #include "gnunet_gns_service.h" ---- a/src/hostlist/gnunet-daemon-hostlist_client.c -+++ b/src/hostlist/gnunet-daemon-hostlist_client.c -@@ -29,7 +29,7 @@ - #include "gnunet_statistics_service.h" - #include "gnunet_transport_service.h" - #include "gnunet-daemon-hostlist.h" --#include -+#include - - - /** ---- a/src/pt/test_gns_vpn.c -+++ b/src/pt/test_gns_vpn.c -@@ -24,7 +24,7 @@ - * @author Martin Schanzenbach - */ - #include "platform.h" --#include -+#include - #include - #include "gnunet_identity_service.h" - #include "gnunet_namestore_service.h" ---- a/src/pt/test_gnunet_vpn.c -+++ b/src/pt/test_gnunet_vpn.c -@@ -24,7 +24,7 @@ - * @author Christian Grothoff - */ - #include "platform.h" --#include -+#include - #include - #include "gnunet_vpn_service.h" - #include "gnunet_testing_lib.h" ---- a/src/transport/plugin_transport_http.h -+++ b/src/transport/plugin_transport_http.h -@@ -41,7 +41,7 @@ - #include "gnunet_os_lib.h" - #include "gnunet_nat_lib.h" - #include "microhttpd.h" --#include -+#include - - - #define DEBUG_HTTP GNUNET_EXTRA_LOGGING ---- a/src/transport/plugin_transport_http_client.c -+++ b/src/transport/plugin_transport_http_client.c -@@ -49,7 +49,7 @@ - #include "gnunet_protocols.h" - #include "gnunet_transport_plugin.h" - #include "plugin_transport_http_common.h" --#include -+#include - - - #define LOG(kind,...) GNUNET_log_from(kind, PLUGIN_NAME, __VA_ARGS__)