From patchwork Tue Apr 28 15:48:35 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephan Feddersen X-Patchwork-Id: 3021 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 49BR004Vcwz3yC1 for ; Tue, 28 Apr 2020 15:49:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 49BQzz05TTz1GN; Tue, 28 Apr 2020 15:49:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49BQzy5LSCz2yN4; Tue, 28 Apr 2020 15:49:02 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 49BQzx7383z2xjw for ; Tue, 28 Apr 2020 15:49:01 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 49BQzx1npsz1GN; Tue, 28 Apr 2020 15:49:01 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1588088941; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=GME/gjsglqChnE/LzcWf2zHJe7Ei8riG73lNaXFYl/Y=; b=FXV6lLLRPWb3hsZWKpeiE1YbdYTMwaHCFaBs6X++HwpIcFoAP1adm1nDSQi4bcMJzFOAhf 6K16GgpPQKBbO8Aw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1588088941; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=GME/gjsglqChnE/LzcWf2zHJe7Ei8riG73lNaXFYl/Y=; b=j5dLlvOTz9+m0cUItn0/n53dg3K0sYx4eosK7yEmSNu3VWb++RCQZHhWW/hyWhPltnsFm8 W21cd6yBc6+ovv9X0A8N7/hq9zJfDSguMBfpMtVOLC1B68717se4fx4F8wstzU5cEOvrv2 NRDO/phQj4jNRJQKFKMJV/Uanp/w2ndPojavHU4/aGDwCxrMuYnSWWERI14nAG/t7z6+hB Z+92mviiIrG4Wsis8+dX5mLXRrQPJdjQfn7ivJN23K/J/Wc/TD3bLFW1vzGGVVOU9YwX2F dE6nHELDdFzttVTMJq4QXXbZKuiTm0rYn8D+qwEhs4GL0tLIjtWn+d3gT4lslw== From: Stephan Feddersen To: development@lists.ipfire.org Subject: [PATCH] New WIO PAK_ver Date: Tue, 28 Apr 2020 17:48:35 +0200 Message-Id: <20200428154835.8105-1-sfeddersen@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=sfeddersen@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Stephan Feddersen Errors-To: development-bounces@lists.ipfire.org Sender: "Development" --- lfs/wio | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/wio b/lfs/wio index 5ed954676..57dee7e31 100644 --- a/lfs/wio +++ b/lfs/wio @@ -1,6 +1,6 @@ ############################################################################### # IPFire.org - An Open Source Firewall Solution # -# Copyright (C) 2007-2019 IPFire Team # +# Copyright (C) 2007-2020 IPFire Team # ############################################################################### ############################################################################### @@ -15,7 +15,7 @@ THISAPP = wio-$(VER) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = wio -PAK_VER = 7 +PAK_VER = 8 ############################################################################### # Top-level Rules