From de41b63ca45be91273e0ea97213b2a6a29ba2a9a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kerma=20G=C3=A9rald?= Date: Sat, 15 Jan 2022 10:59:49 +0100 Subject: [PATCH] crowdsec: update from upstream latest release 1.2.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit update from latest upstream release 1.2.3 updated copyright Signed-off-by: Kerma Gérald --- net/crowdsec/Makefile | 6 +++--- net/crowdsec/files/crowdsec.initd | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/crowdsec/Makefile b/net/crowdsec/Makefile index 5c01c7b535..e080451421 100644 --- a/net/crowdsec/Makefile +++ b/net/crowdsec/Makefile @@ -1,17 +1,17 @@ # SPDX-License-Identifier: MIT # -# Copyright (C) 2021-2022 Gerald Kerma +# Copyright (C) 2021-2022 Gerald Kerma # include $(TOPDIR)/rules.mk PKG_NAME:=crowdsec -PKG_VERSION:=1.2.2 +PKG_VERSION:=1.2.3 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/crowdsecurity/crowdsec/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=b815ac4fafa25f0e657b56baaba9a093ef64fbe7336e4bc29208eb47ed1af5e6 +PKG_HASH:=c94163ac2b90864149bd5ced3b77ecb5c9e9a68d3c7a938f23e05ef72da69938 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE diff --git a/net/crowdsec/files/crowdsec.initd b/net/crowdsec/files/crowdsec.initd index 81beac3558..9896275899 100755 --- a/net/crowdsec/files/crowdsec.initd +++ b/net/crowdsec/files/crowdsec.initd @@ -1,5 +1,5 @@ #!/bin/sh /etc/rc.common -# (C) 2021 Gerald Kerma +# Copyright (C) 2021-2022 Gerald Kerma START=99 USE_PROCD=1 -- 2.30.2