diff mbox

netfilter: ipset: Fix library interface version

Message ID 20131026080206.GA19266@nitrogen.neutroncom.local
State Not Applicable
Delegated to: Jozsef Kadlecsik
Headers show

Commit Message

Neutron Soutmun Oct. 26, 2013, 8:02 a.m. UTC
* 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 <neo.neutron@gmail.com>
---
 Make_global.am   | 2 +-
 lib/libipset.map | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Jozsef Kadlecsik Oct. 27, 2013, 6:14 p.m. UTC | #1
On Sat, 26 Oct 2013, Neutron Soutmun wrote:

> * 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 <neo.neutron@gmail.com>

Jan Engelhardt already sent a patch to fix the library version, I have 
applied his patch.

Best regards,
Jozsef
-
E-mail  : kadlec@blackhole.kfki.hu, kadlecsik.jozsef@wigner.mta.hu
PGP key : http://www.kfki.hu/~kadlec/pgp_public_key.txt
Address : Wigner Research Centre for Physics, Hungarian Academy of Sciences
          H-1525 Budapest 114, POB. 49, Hungary
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Neutron Soutmun Oct. 28, 2013, 3:28 a.m. UTC | #2
Thanks a lot, and also thanks Jan Engelhardt.

I will prepare the Debian package asap.

Best regards,
Neutron Soutmun

On Mon, Oct 28, 2013 at 1:14 AM, Jozsef Kadlecsik
<kadlec@blackhole.kfki.hu> wrote:
> On Sat, 26 Oct 2013, Neutron Soutmun wrote:
>
>> * 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 <neo.neutron@gmail.com>
>
> Jan Engelhardt already sent a patch to fix the library version, I have
> applied his patch.
>
> Best regards,
> Jozsef
> -
> E-mail  : kadlec@blackhole.kfki.hu, kadlecsik.jozsef@wigner.mta.hu
> PGP key : http://www.kfki.hu/~kadlec/pgp_public_key.txt
> Address : Wigner Research Centre for Physics, Hungarian Academy of Sciences
>           H-1525 Budapest 114, POB. 49, Hungary
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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;