From patchwork Thu Jun 28 03:39:14 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 1844 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.i.ipfire.org (Postfix) with ESMTP id AA7ED60AB9 for ; Wed, 27 Jun 2018 19:39:30 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [127.0.0.1]) by mail01.ipfire.org (Postfix) with ESMTP id 6DFC211278F2; Wed, 27 Jun 2018 18:39:30 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1530121170; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references:list-id:list-unsubscribe:list-subscribe:list-post; bh=nP9VbtnOvchT4HhTxaxTsKh30x39FhAkk+BzQqg7VqM=; b=Zx6IVt70ZbXc6Gv1+M0C5u9ei8f0CojLkZFaQ6GaJjAkN/oUc4EdB31jqIxf2Q0u0U8EtC KTCRqMXxQMDTLQjF3CuuEjlwvv3qe6gB9mhBP+S/zK0heo7jATzK9iY0UbpbR9/lsaXzpb S1qBAGmqCnwKeZoxkNAhUaKfMFDTmkKclzfH4eh5Sz1b5dxJQn+i8XxgAatvPIhpXgStJi 9+/pvF66QX/42A59/r/FmuZ7E4jZ5eu2OODdpyYNmI/etN79pAl+ppghWBrW2ql3v9WH3s K+nWmTyq/OyH2bcrHB3KJZZIXhUnkzQOi1AeiUij7ntSqQj68uMbjjBgFIv01A== Received: from tuxedo.stevee (212095005218.public.telering.at [212.95.5.218]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id EC655109370C; Wed, 27 Jun 2018 18:39:20 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1530121161; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=nP9VbtnOvchT4HhTxaxTsKh30x39FhAkk+BzQqg7VqM=; b=rtn+RnX/Vk7tpnb3Mvub8cwN80dvx1UOGIvUZfq+p6iDI3VAvjfjeVrbA15eK7FwAVo4hO LoUbDfvxR8bo8ADg2XJV5dbe+bmadu1ITkuLUNoj/VfDsmykhvXBM3vIBBrPbd5Mnx3Em9 3L1c90ASMVP1kmQnP6rzWXI1ZiQHaDnZDiZw4BOvZfC/cxzGZgv3GWccAyBJAN4nh5Q0Lv 7VGwOi6toR48ElUwiAOP6xg3k4dRTyBOSDk6h6rLBIC5OocuR2sK/kp3t/Y3B6CJ2jH9kJ HgqtyT/Vv18dd/Z4kZpWcoXq6p2mjaS45Ke0MW9NZLOd1dgG2zE8oLW7z1n78w== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 2/2] guardian: Update to 2.0.2 Date: Wed, 27 Jun 2018 19:39:14 +0200 Message-Id: <20180627173914.4716-2-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180627173914.4716-1-stefan.schantl@ipfire.org> References: <20180627173914.4716-1-stefan.schantl@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=stevee smtp.mailfrom=stefan.schantl@ipfire.org X-Spamd-Result: default: False [-6.10 / 11.00]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_SOME(0.00)[]; BAYES_HAM(-3.00)[100.00%]; ARC_NA(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MIME_GOOD(-0.10)[text/plain]; REPLY(-4.00)[]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; DKIM_SIGNED(0.00)[]; FROM_HAS_DN(0.00)[]; ASN(0.00)[asn:8412, ipnet:212.95.0.0/19, country:AT] X-Spam-Status: No, score=-6.10 X-Rspamd-Server: mail01.i.ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Stefan Schantl --- lfs/guardian | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/guardian b/lfs/guardian index f3001c821..45c571d05 100644 --- a/lfs/guardian +++ b/lfs/guardian @@ -24,7 +24,7 @@ include Config -VER = 2.0 +VER = 2.0.2 THISAPP = guardian-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = guardian -PAK_VER = 14 +PAK_VER = 15 DEPS = "perl-inotify2 perl-Net-IP" @@ -45,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 15be3b14a70e21502368deca74903f5c +$(DL_FILE)_MD5 = f83a7ca312cd3cb3ddf79fb33826027d install : $(TARGET)