nodogsplash2: update to 2.1.2 lede-17.01
authorAlexander Couzens <lynxis@fe80.eu>
Mon, 4 May 2020 21:50:52 +0000 (23:50 +0200)
committerAlexander Couzens <lynxis@fe80.eu>
Wed, 6 May 2020 11:24:40 +0000 (13:24 +0200)
Fixes a path traversal attack.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
nodogsplash2/Makefile

index 56ffb8a6455930df6a8bd9a4cfb4e5a2e899ff7a..42e833f62b1d30892294a9ab6b9d25184e64f432 100644 (file)
@@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=nodogsplash2
 PKG_FIXUP:=autoreconf
-PKG_VERSION:=2.1.1
+PKG_VERSION:=2.1.2
 PKG_RELEASE:=1
 
 PKG_SOURCE_URL:=https://codeload.github.com/nodogsplash/nodogsplash/tar.gz/v$(PKG_VERSION)?
 PKG_SOURCE:=nodogsplash-$(PKG_VERSION).tar.gz
-PKG_HASH:=86463a93259f34745a7427d643e0810e7776d37470b32f4f823a1e6019ba9246
+PKG_HASH:=dcf64758b039ba821a4c2ba03ef1fba484aa792a1696050e42088f6c0c7c0bd8
 PKG_BUILD_DIR:=$(BUILD_DIR)/nodogsplash-$(PKG_VERSION)
 
 PKG_MAINTAINER:=Moritz Warning <moritzwarning@web.de>