diff mbox

libipset: Bump lib version and update map file

Message ID 20141024093622.GA5771@nitrogen.neutroncom.local
State Accepted
Delegated to: Pablo Neira
Headers show

Commit Message

Neutron Soutmun Oct. 24, 2014, 9:36 a.m. UTC
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 <neo.neutron@gmail.com>
---
 Make_global.am   | 2 +-
 lib/libipset.map | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

Comments

Jozsef Kadlecsik Oct. 28, 2014, 6:37 p.m. UTC | #1
On Fri, 24 Oct 2014, Neutron Soutmun wrote:

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

Patch is applied, thanks!

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 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;