Blame SOURCES/0010-Add-missing-function-to-libipset.map-and-bump-librar.patch

74da1b
From 68a945a5c140b3067e90baae3f35441dd8bacf25 Mon Sep 17 00:00:00 2001
74da1b
From: Jozsef Kadlecsik <kadlec@netfilter.org>
74da1b
Date: Wed, 28 Jul 2021 16:02:49 +0200
74da1b
Subject: [PATCH] Add missing function to libipset.map and bump library version
74da1b
74da1b
A new function was not added to libipset.map at the previous release,
74da1b
fix it. Reported by Jan Engelhardt.
74da1b
74da1b
Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
74da1b
(cherry picked from commit 8a0df0c759cf9f0ca6f0cfa512ebf4832fd73729)
74da1b
---
74da1b
 Make_global.am   | 2 +-
74da1b
 lib/libipset.map | 5 +++++
74da1b
 2 files changed, 6 insertions(+), 1 deletion(-)
74da1b
74da1b
diff --git a/Make_global.am b/Make_global.am
74da1b
index 3ad7f73b28479..ed92cfec7a207 100644
74da1b
--- a/Make_global.am
74da1b
+++ b/Make_global.am
74da1b
@@ -69,7 +69,7 @@
74da1b
 # interface. 
74da1b
 
74da1b
 #            curr:rev:age
74da1b
-LIBVERSION = 15:0:2
74da1b
+LIBVERSION = 16:0:3
74da1b
 
74da1b
 AM_CPPFLAGS = $(kinclude_CFLAGS) $(all_includes) -I$(top_srcdir)/include
74da1b
 
74da1b
diff --git a/lib/libipset.map b/lib/libipset.map
74da1b
index 12d16a4faf53c..c380f9cde2edc 100644
74da1b
--- a/lib/libipset.map
74da1b
+++ b/lib/libipset.map
74da1b
@@ -208,3 +208,8 @@ LIBIPSET_4.10 {
74da1b
   ipset_print_hexnumber;
74da1b
 } LIBIPSET_4.9;
74da1b
 
74da1b
+LIBIPSET_4.11 {
74da1b
+global:
74da1b
+  ipset_xlate_argv;
74da1b
+} LIBIPSET_4.10;
74da1b
+
74da1b
-- 
74da1b
2.38.0
74da1b