* [PATCH libnftnl] src: fix LIBVERSION, should be 3:0:0 instead of 3:0:3
@ 2015-09-16 17:46 Pablo Neira Ayuso
0 siblings, 0 replies; only message in thread
From: Pablo Neira Ayuso @ 2015-09-16 17:46 UTC (permalink / raw)
To: netfilter-devel; +Cc: jengelh
nft_rule_expr_build_payload() is gone, so age should have been reset at that
time.
Fixes: 5ea54b224a11 ("expr: seperate expression parsing and building")
Reported-by: Jan Engelhardt <jengelh@inai.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
---
This applies on top on the previous patches to address map file problems for
libnftnl.
Thinking it well, I would like to stick have the release versions used from the
map file, as it is easier to track when symbols were added.
The LIBVERSION should help binaries to catch if they are working with the right
interface version (now libnftnl.so.3), this handles the "interfaces are gone"
case for us.
Make_global.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Make_global.am b/Make_global.am
index 14ddeef..8f0673c 100644
--- a/Make_global.am
+++ b/Make_global.am
@@ -18,7 +18,7 @@
# set age to 0.
# </snippet>
#
-LIBVERSION=3:0:3
+LIBVERSION=3:0:0
AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_srcdir}/include ${LIBMNL_CFLAGS} ${LIBMXML_CFLAGS}
AM_CFLAGS = ${regular_CFLAGS} ${GCC_FVISIBILITY_HIDDEN}
--
1.7.10.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-09-16 17:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-16 17:46 [PATCH libnftnl] src: fix LIBVERSION, should be 3:0:0 instead of 3:0:3 Pablo Neira Ayuso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).