From patchwork Sat Oct 26 08:02:06 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Neutron Soutmun X-Patchwork-Id: 286258 X-Patchwork-Delegate: kadlec@blackhole.kfki.hu 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 2B71A2C013B for ; Sat, 26 Oct 2013 19:02:33 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751858Ab3JZICP (ORCPT ); Sat, 26 Oct 2013 04:02:15 -0400 Received: from mail-pd0-f181.google.com ([209.85.192.181]:65086 "EHLO mail-pd0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751649Ab3JZICO (ORCPT ); Sat, 26 Oct 2013 04:02:14 -0400 Received: by mail-pd0-f181.google.com with SMTP id x10so261962pdj.26 for ; Sat, 26 Oct 2013 01:02:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=oNNZCPzNA7c/ZkEs5FyeT2KHTkSxxtRRJqe73omYG0M=; b=CwkuDhXnvDSF0uVpHe18Qn58ux3X0hswkwL24c2Hz7vx3FUxchq7YcCSR89ysNskAF jYyYHLbI8RFV1eJgLuR19OQbRHK5wbiOGkl7vx1VO3o18MkLKErWkT6wiNhjcqYvXnMv Y4vSAqHhumUvho9wMTjGdxppGPs6od+HFRVcB1d/z603oZVJF4rMt7MRdGZDs0qc66qR 0QRVBi8JzBOpAUxyDI5u/+hI7NDCqHnqlp83hAx7S/6hzgRCDt3xOhMyIsnJEGdfeTkU 5So6IJNqCdf7CM8EQB5ddm7sz3062zVJxrvUhvSXFx7ipyXN5vn6eN4LOcB/MdVzOg3n a5tQ== X-Received: by 10.68.175.33 with SMTP id bx1mr10931737pbc.21.1382774533659; Sat, 26 Oct 2013 01:02:13 -0700 (PDT) Received: from nitrogen.neutroncom.local ([223.204.62.64]) by mx.google.com with ESMTPSA id o1sm14395678pbe.37.2013.10.26.01.02.11 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 26 Oct 2013 01:02:12 -0700 (PDT) Date: Sat, 26 Oct 2013 15:02:06 +0700 From: Neutron Soutmun To: netfilter-devel@vger.kernel.org Subject: [PATCH] netfilter: ipset: Fix library interface version Message-ID: <20131026080206.GA19266@nitrogen.neutroncom.local> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org * The library interface version should be 5:0:2 which it will create the libipset.so.3.2.0 instead of 4:1:2 which create the libipset.so.2.2.1 Signed-off-by: Neutron Soutmun --- Make_global.am | 2 +- lib/libipset.map | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Make_global.am b/Make_global.am index 9c228cc..33645da 100644 --- a/Make_global.am +++ b/Make_global.am @@ -69,7 +69,7 @@ # interface. # curr:rev:age -LIBVERSION = 4:1:2 +LIBVERSION = 5:0:2 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 ab0b96f..b684e82 100644 --- a/lib/libipset.map +++ b/lib/libipset.map @@ -128,7 +128,7 @@ global: ipset_parse_uint64; } LIBIPSET_3.0; -LIBIPSET_4.1 { +LIBIPSET_5.0 { global: ipset_parse_comment; ipset_print_comment;