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@xxxxxxxxx> > --- > 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@xxxxxxxxxxxxxxxxx, kadlecsik.jozsef@xxxxxxxxxxxxx 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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html