All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
To: linux-sctp@vger.kernel.org
Subject: Re: New lksctp-tools release: 1.0.18
Date: Tue, 14 Aug 2018 02:23:46 +0000	[thread overview]
Message-ID: <20180814022346.GG5311@localhost.localdomain> (raw)
In-Reply-To: <20180813200504.GA31305@localhost.localdomain>

On Mon, Aug 13, 2018 at 05:05:04PM -0300, Marcelo Ricardo Leitner wrote:
> Hello,
> 
> A bit more than 2 years since last release, I'd like to announce the
> new release, 1.0.18. Mostly composed of an initial integration with
> Github CI stuff, mainly Travis and Coverity Scan, support for
> sctp_peeloff_flags function, a bunch of bug fixes and build-time
> improvements such as detecting which kernel features are available (so
> we can build the library on older kernels again).
> 
> Build status: https://travis-ci.org/sctp/lksctp-tools/builds/415613801

There is always place for improving CI, right?  I forgot to update the
hardcoded version in withsctp library:

diff --git a/src/withsctp/Makefile.am b/src/withsctp/Makefile.am
index 70b1cca3886b..a77e10d0cebf 100644
--- a/src/withsctp/Makefile.am
+++ b/src/withsctp/Makefile.am
@@ -14,7 +14,7 @@ AM_CPPFLAGS=-I$(top_srcdir)/src/include
 pkglib_LTLIBRARIES = libwithsctp.la
 libwithsctp_la_SOURCES = sctp_load_libs.c sctp_socket.c sctp_bind.c \
 	sctp_sockopt.c sctp_socket.h
-libwithsctp_la_LDFLAGS = -version-info 1:17:0 -ldl
+libwithsctp_la_LDFLAGS = -version-info 1:18:0 -ldl
 
 pkgdoc_DATA = sctp_load_libs.c sctp_socket.c sctp_bind.c \
 	sctp_sockopt.c sctp_socket.h checksctp.c
diff --git a/src/withsctp/withsctp.in b/src/withsctp/withsctp.in
index 7f182ba6cde9..98130848166e 100644
--- a/src/withsctp/withsctp.in
+++ b/src/withsctp/withsctp.in
@@ -2,7 +2,7 @@
 # -*- sh -*-
 LIBDIR=@libdir@/@PACKAGE@
 BINDIR=@bindir@
-export LD_PRELOAD=${LIBDIR}/libwithsctp.so.1.0.17
+export LD_PRELOAD=${LIBDIR}/libwithsctp.so.1.0.18
 if ! ${BINDIR}/checksctp 2> /dev/null
 then
     ${BINDIR}/checksctp;

It would be nice to get ride of these hardcoded ones. Patches are welcomed.

Thanks,
Marcelo

      reply	other threads:[~2018-08-14  2:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-13 20:05 New lksctp-tools release: 1.0.18 Marcelo Ricardo Leitner
2018-08-14  2:23 ` Marcelo Ricardo Leitner [this message]

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=20180814022346.GG5311@localhost.localdomain \
    --to=marcelo.leitner@gmail.com \
    --cc=linux-sctp@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.