nodogsplash: update to version 1.0.2
authorMoritz Warning <moritzwarning@web.de>
Mon, 15 May 2017 21:51:07 +0000 (23:51 +0200)
committerMoritz Warning <moritzwarning@web.de>
Mon, 15 May 2017 22:01:57 +0000 (00:01 +0200)
Signed-off-by: Moritz Warning <moritzwarning@web.de>
nodogsplash/Makefile
nodogsplash/patches/100-musl-compat.patch [deleted file]

index 971fbac8fe783ee5efc1c2302e147f92127933bb..b0f9da8112e348ba643497a4b6864b9e301c91a5 100644 (file)
@@ -1,6 +1,4 @@
 #
-# Copyright (C) 2013-2016 OpenWrt.org
-#
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
@@ -9,13 +7,13 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=nodogsplash
 PKG_FIXUP:=autoreconf
-PKG_VERSION:=1.0.1
-PKG_RELEASE:=2
+PKG_VERSION:=1.0.2
+PKG_RELEASE:=1
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=git://github.com/nodogsplash/nodogsplash.git
-PKG_SOURCE_VERSION:=485d6dba05cce7a4ed87c28beaaf1199c0f832cf
+PKG_SOURCE_VERSION:=9ef7d5fc16351585baf65877776d19cf85bf3031
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
 PKG_BUILD_PARALLEL:=1
 PKG_LICENSE:=GPL-2.0+
diff --git a/nodogsplash/patches/100-musl-compat.patch b/nodogsplash/patches/100-musl-compat.patch
deleted file mode 100644 (file)
index bb186bc..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
---- a/src/client_list.c
-+++ b/src/client_list.c
-@@ -36,7 +36,7 @@
- #include <pthread.h>
- #include <sys/wait.h>
- #include <sys/types.h>
--#include <sys/unistd.h>
-+#include <unistd.h>
- #include <string.h>
---- a/src/firewall.c
-+++ b/src/firewall.c
-@@ -37,7 +37,7 @@
- #include <pthread.h>
- #include <sys/wait.h>
- #include <sys/types.h>
--#include <sys/unistd.h>
-+#include <unistd.h>
- #include <string.h>
---- a/src/util.c
-+++ b/src/util.c
-@@ -38,7 +38,7 @@
- #include <pthread.h>
- #include <sys/wait.h>
- #include <sys/types.h>
--#include <sys/unistd.h>
-+#include <unistd.h>
- #include <netinet/in.h>
- #include <sys/ioctl.h>
- #include <arpa/inet.h>
---- a/libhttpd/protocol.c
-+++ b/libhttpd/protocol.c
-@@ -25,6 +25,7 @@
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <time.h>
-+#include <fcntl.h>
- #if defined(_WIN32) 
- #else