From: Pablo Neira Ayuso <pablo@netfilter.org>
To: netfilter-devel@vger.kernel.org
Cc: jengelh@inai.de
Subject: [PATCH libnftnl] src: fix LIBVERSION, should be 3:0:0 instead of 3:0:3
Date: Wed, 16 Sep 2015 19:46:31 +0200 [thread overview]
Message-ID: <1442425591-1776-1-git-send-email-pablo@netfilter.org> (raw)
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
reply other threads:[~2015-09-16 17:39 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1442425591-1776-1-git-send-email-pablo@netfilter.org \
--to=pablo@netfilter.org \
--cc=jengelh@inai.de \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).