From patchwork Sun Jun 16 21:10:43 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 2302 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id 503AB887EE9 for ; Sun, 16 Jun 2019 12:10:49 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 45RWqD3Rttz581gN; Sun, 16 Jun 2019 12:10:48 +0100 (BST) Received: from tuxedo.stevee (212095005163.public.telering.at [212.95.5.163]) (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 45RWq95mhRz581gK; Sun, 16 Jun 2019 12:10:45 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904rsa; t=1560683446; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Kn+Rs/54b29ForbTqpVrAHcMmUKyIHC+4OJ2UYF/VYM=; b=JP+NDNz9E/YrnFZoz/Fcws11JldnYdpGybbaM9GcaDfnIeSztEXGqPxjuxjwSWVaoq4yrE +Lkr3O+z9OX5qfVGisOgYq9AiglV7psh7EwB5x9ya+Utn1VsV3TOgzmOxeuRqL3f3yWfp9 77A9QqoCy8UY0nJNpz5J2/bFMfBkCWJOkPUkNj//wa1oPEqqXYT50uSPwbpboaMRwXLNIS RnrL2Sje3Go8lXN2rkIXnG8j2pbf+fsel9dqsQjkc8VBDgDMIE4/HU3z4m28yv/AJfkfSL vG3H6OEo4dPd/v2wF0FM8Yqs5lLus9QGRwUduOai3w2kIFnDOgfu6tZWiMYVyw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904ed25519; t=1560683446; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Kn+Rs/54b29ForbTqpVrAHcMmUKyIHC+4OJ2UYF/VYM=; b=G1C3WO0zssMswfOrWI5k21kCMLMBxBdyR8J6JJoV4kUZc5jaR4O6vG5yDxVTlAjUOeWRVH +ylfWcf51C6fBfDQ== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] kmod: Update to 26 Date: Sun, 16 Jun 2019 13:10:43 +0200 Message-Id: <20190616111043.24026-1-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=stevee smtp.mailfrom=stefan.schantl@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" X-Spam: Yes This is a major update to the latest stable version of kmod. Signed-off-by: Stefan Schantl --- kmod/kmod.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmod/kmod.nm b/kmod/kmod.nm index d14c49ea8..9a766e203 100644 --- a/kmod/kmod.nm +++ b/kmod/kmod.nm @@ -4,7 +4,7 @@ ############################################################################### name = kmod -version = 25 +version = 26 release = 1 maintainer = Michael Tremer