From patchwork Sun Jun 28 10:29:26 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephan Feddersen X-Patchwork-Id: 3223 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 49vn1b5BdSz3x34 for ; Sun, 28 Jun 2020 10:29:55 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 49vn1Y6NkVz1TN; Sun, 28 Jun 2020 10:29:53 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49vn1X3tnJz2yc4; Sun, 28 Jun 2020 10:29:52 +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 49vn1W57tvz2yNV for ; Sun, 28 Jun 2020 10:29:51 +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 49vn1W1fVMz1TN; Sun, 28 Jun 2020 10:29:51 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1593340191; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=gEwdrq6aRDXFjvFikIQwavOJoBTWk0coNe82zaQnyNM=; b=tar3XQZ4RnbicmMOUC2g27cjChlZyzW+fVBeNpTBGeKnIoIM6asMZQS1OlIIh76cO46584 FmQnGr92HLsa8WBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1593340191; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=gEwdrq6aRDXFjvFikIQwavOJoBTWk0coNe82zaQnyNM=; b=D414hK+yjF9pTSLyISznWWbVnbH73j6R2TqnKQC4lDtDoOtevqWbXXeVX5LFEkEpF76ZiA jkfA3qku1b2hl4tN72ZIM8u9cJQybguOaOchfJd0DIPq0milEqzwGqIJpLp0NDMZdFPT2Y xz0bkdkUqfkPRVNbYeGf4LmMPakT48Uab14vJHN6iVnmfYPkLkNVOQwvJi6alzr3WZnvvn /nqSw4F3XqmB8wTWgRJckkMAzMmoZbpd6AwlWIDgXfp3LR37F7e92slWUqza55a4J/Orco vjIeOef/y5OWuyAdCk9Mh2OrmO9Gpc990e2+iYF0wZQkVZ6ft3z4MbB1Kkss+w== From: Stephan Feddersen To: development@lists.ipfire.org Subject: [PATCH] WIO - new version 1.3.2-9 Date: Sun, 28 Jun 2020 12:29:26 +0200 Message-Id: <20200628102926.28363-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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/wio b/lfs/wio index 57dee7e31..29581dca6 100644 --- a/lfs/wio +++ b/lfs/wio @@ -15,7 +15,7 @@ THISAPP = wio-$(VER) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = wio -PAK_VER = 8 +PAK_VER = 9 ############################################################################### # Top-level Rules