From: Bjørn Mork Date: Sun, 25 Oct 2020 18:24:04 +0000 (+0100) Subject: conserver: update to version 8.2.6 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=cff9e9e6603ab9f34df224185d617359b44819a2;p=openwrt-packages.git conserver: update to version 8.2.6 version 8.2.6 (October 19, 2020): - try and address license concerns with LICENSE.md - replace usleep with nanosleep (Rosen Penev ) - console: Add 'k' option to exit on console-down (Mylène Josserand ) - Fix #48 - apply ipv4 CIDR access list when compiled with ipv6 support Signed-off-by: Bjørn Mork --- diff --git a/net/conserver/Makefile b/net/conserver/Makefile index b2c1dd46a..bfe851e81 100644 --- a/net/conserver/Makefile +++ b/net/conserver/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=conserver -PKG_VERSION:=8.2.5 +PKG_VERSION:=8.2.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/conserver/conserver/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=43be704932bca365d7bf34be929851cf0bb7a229cc28391b3302ae19d6e6565b +PKG_HASH:=1c8b86f123d2d8e3ce568b782087b43dfac9cf6ffd5a9bdfcfdc6718d749a923 PKG_MAINTAINER:=Bjørn Mork PKG_LICENSE:=BSD-3-Clause