From patchwork Fri Oct 24 09:36:22 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Neutron Soutmun X-Patchwork-Id: 402788 X-Patchwork-Delegate: pablo@netfilter.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 8E842140080 for ; Fri, 24 Oct 2014 20:36:29 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755320AbaJXJg2 (ORCPT ); Fri, 24 Oct 2014 05:36:28 -0400 Received: from mail-pd0-f171.google.com ([209.85.192.171]:50990 "EHLO mail-pd0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752461AbaJXJg1 (ORCPT ); Fri, 24 Oct 2014 05:36:27 -0400 Received: by mail-pd0-f171.google.com with SMTP id r10so1167989pdi.16 for ; Fri, 24 Oct 2014 02:36:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=5VbdTGN4ow+KmJ+wyambr+zmsyK1P1mzUYA+8PmZcrI=; b=SjQGOCMoLvNFNfqBHH/rmGGjhrefw8JiOUTllu8MPydn+sTENsIHtJX1iS3495V1/r q5YH3SOylOR83T06ljoDmt3HcwT9g/wgYP4IIkwMi+TZzBfHrv5Oln3XvHnJLMNSHSq7 slfJ3WivZR8W9OdooD2Bb/eF/8VZphaeLeDUF97IE1UI5bgyZO5jn1r2vGc/+DEg3ciz fz/m8SmHX3eiP/W55JkkARDgu65vJP53dw7mCYVoLnRfEDXTnzMDQ2lkusdUUyqEXCew pKS3mEWXAj+xwH7AuieNtqTj37rS2wadQklznEzZZwKB8TwUkBveVSNDltnztC1wXMU7 NHHQ== X-Received: by 10.70.128.133 with SMTP id no5mr3446516pdb.122.1414143387435; Fri, 24 Oct 2014 02:36:27 -0700 (PDT) Received: from nitrogen.neutroncom.local (cm-171-101-16-177.revip11.asianet.co.th. [171.101.16.177]) by mx.google.com with ESMTPSA id fk10sm3469259pdb.49.2014.10.24.02.36.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 Oct 2014 02:36:26 -0700 (PDT) Date: Fri, 24 Oct 2014 16:36:22 +0700 From: Neutron Soutmun To: netfilter-devel@vger.kernel.org Cc: kadlec@blackhole.kfki.hu Subject: [PATCH] libipset: Bump lib version and update map file Message-ID: <20141024093622.GA5771@nitrogen.neutroncom.local> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org The ipset_parse_uint16() was introduced but no lib version bumped and no map file updated. Bump lib version to 9:0:6. (current and age was bumped) Signed-off-by: Neutron Soutmun --- Make_global.am | 2 +- lib/libipset.map | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Make_global.am b/Make_global.am index 7953451..f9ec7b2 100644 --- a/Make_global.am +++ b/Make_global.am @@ -69,7 +69,7 @@ # interface. # curr:rev:age -LIBVERSION = 8:0:5 +LIBVERSION = 9:0:6 AM_CPPFLAGS = $(kinclude_CFLAGS) $(all_includes) -I$(top_srcdir)/include \ -I/usr/local/include diff --git a/lib/libipset.map b/lib/libipset.map index 58174ec..61f6d6e 100644 --- a/lib/libipset.map +++ b/lib/libipset.map @@ -152,3 +152,8 @@ global: ipset_print_skbmark; ipset_print_skbprio; } LIBIPSET_4.2; + +LIBIPSET_4.4 { +global: + ipset_parse_uint16; +} LIBIPSET_4.3;