From 62d9d512d7b2c4f5e87f2e205cbe984271b2c26e Mon Sep 17 00:00:00 2001 From: Steven Hessing Date: Mon, 18 Sep 2017 20:48:48 -0700 Subject: [PATCH 1/1] noddos: Noddos v0.5.0 with mDNS / DNS-SD support Signed-off-by: Steven Hessing --- net/noddos/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/noddos/Makefile b/net/noddos/Makefile index 33638b48c9..64cc369827 100644 --- a/net/noddos/Makefile +++ b/net/noddos/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk # Name and release number of this package PKG_NAME:=noddos -PKG_RELEASE:=2 +PKG_RELEASE:=1 PKG_LICENSE:=GPLv3 -PKG_SOURCE_VERSION:=0.4.1 +PKG_SOURCE_VERSION:=0.5.0 PKG_SOURCE_URL:=https://github.com/noddos/noddos/releases/download/v$(PKG_SOURCE_VERSION)/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.xz -PKG_HASH:=f676b1c7d9aa6496184b73eacbbfe27b4f54e53c726769ef9ceeeda9c31a7fa3 +PKG_HASH:=61119d76bbc1e7de74c3f3cd58fe7048581a1653dbffa03ae4215163b5221b18 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)-$(PKG_SOURCE_VERSION) @@ -28,7 +28,7 @@ define Package/noddos CATEGORY:=Network TITLE:=noddos -- device-aware cloud-powered firewall URL:=https://www.noddos.io/ - DEPENDS:=+libstdcpp +libnetfilter-conntrack +libcurl +libopenssl +openssl-util +ca-bundle +ca-certificates +wget +bzip2 +libtins +ipset + DEPENDS:=+libstdcpp +libnetfilter-conntrack +libcurl +libopenssl +openssl-util +ca-bundle +ca-certificates +wget +bzip2 +libtins +ipset +libpthread endef define Package/noddos/description -- 2.30.2