SHA256
1
0
forked from pool/ipset
ipset/sovers.diff

46 lines
1.2 KiB
Diff

Date: 2014-09-21 10:41:20.781875821 +0200
References: http://marc.info/?l=netfilter-devel&m=141123569528296&w=2
Yes, that's right - I have forgotten to update the library map file
and bump the library number. I'm going to fix it at the weekend.
-Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Immediate patch for openSUSE.
-Jan Engelhardt <jengelh@inai.de>
---
Make_global.am | 2 +-
lib/libipset.map | 9 +++++++++
2 files changed, 10 insertions(+), 1 deletion(-)
Index: ipset/Make_global.am
===================================================================
--- ipset.orig/Make_global.am
+++ ipset/Make_global.am
@@ -69,7 +69,7 @@
# interface.
# curr:rev:age
-LIBVERSION = 7:0:4
+LIBVERSION = 8:0:5
AM_CPPFLAGS = $(kinclude_CFLAGS) $(all_includes) -I$(top_srcdir)/include \
-I/usr/local/include
Index: ipset/lib/libipset.map
===================================================================
--- ipset.orig/lib/libipset.map
+++ ipset/lib/libipset.map
@@ -144,3 +144,12 @@ global:
ipset_parse_mark;
ipset_print_mark;
} LIBIPSET_4.1;
+
+LIBIPSET_4.2PLUS {
+global:
+ ipset_parse_uint16;
+ ipset_parse_skbmark;
+ ipset_parse_skbprio;
+ ipset_print_skbmark;
+ ipset_print_skbprio;
+} LIBIPSET_4.2;