From patchwork Sun Jun 16 21:03:44 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 2301 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 6168D887EE9 for ; Sun, 16 Jun 2019 12:03:49 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 45RWg86zJLz581gQ; Sun, 16 Jun 2019 12:03: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 45RWg62VJLz581gM; Sun, 16 Jun 2019 12:03:46 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904rsa; t=1560683026; 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=kUbgdnAgrKoROQL5oa0irOZ0fDRN89av4CPZm8YW+64=; b=i0mmo76bD3NCC6AotPRBh/75jzuZf/201JWEhfisv0D7tPzMRB5MDAv+sUUUNQjZauvUvR vxbSoq4gDv0DxwAFfOA+XGUOm65X0TEhHwa+LIKzVFnqpdLDWPqLOWCSEPNw7sLULdjhC3 FUO7lou2qQsBkiLbhNIqTJ3uVUhvjcyIKeyFsITbb6jsKcpxvHBcgImyz1Ivxe+yZuEasz 0r1Tj+t3q7G3quTHAPMIFKMol+Uk5LOP3GNW6BPkhyxEAn5gWBUPSnW5xgTSnhmEKgwyY6 ZL8MXiDL59yPh/HWdykXst+4BnlViAPqP80r5bdQFvE4CbiDk8IWBYfVPpByqw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904ed25519; t=1560683026; 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=kUbgdnAgrKoROQL5oa0irOZ0fDRN89av4CPZm8YW+64=; b=sMvjsohGqOm2bE86gsi+feRWLlFAATm+B+J6TNNgbsWVj4eoLWJaAnEvZY87PFsaZBnCmQ yetVTX6VZQnITnAg== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] libnftnl: Update to 1.1.3 Date: Sun, 16 Jun 2019 13:03:44 +0200 Message-Id: <20190616110344.24301-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 Signed-off-by: Stefan Schantl --- libnftnl/libnftnl.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnftnl/libnftnl.nm b/libnftnl/libnftnl.nm index 9a77c6745..dfe8de89e 100644 --- a/libnftnl/libnftnl.nm +++ b/libnftnl/libnftnl.nm @@ -4,7 +4,7 @@ ############################################################################### name = libnftnl -version = 1.1.1 +version = 1.1.3 release = 1 thisapp = %{name}-%{version}