pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-hlr/+/43325?usp=email )
Change subject: Bump version: 1.9.3.1-4e38 → 1.9.4 ......................................................................
Bump version: 1.9.3.1-4e38 → 1.9.4
Change-Id: Ia7c776026ed65cf4640de0ef566ea5cb389047b7 --- M debian/changelog M src/mslookup/Makefile.am 2 files changed, 8 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/debian/changelog b/debian/changelog index 01cdac1..0a6c2b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +osmo-hlr (1.9.4) unstable; urgency=medium + + [ n0k0 ] + * mslookup: fix size_t underflow in mDNS decode + + -- Pau Espin Pedrol pespin@sysmocom.de Thu, 20 Aug 2026 12:34:08 +0200 + osmo-hlr (1.9.3) unstable; urgency=medium
[ Pau Espin Pedrol ] diff --git a/src/mslookup/Makefile.am b/src/mslookup/Makefile.am index 9743970..1d13aef 100644 --- a/src/mslookup/Makefile.am +++ b/src/mslookup/Makefile.am @@ -1,7 +1,7 @@ # This is _NOT_ the library release version, it's an API version. # Please read chapter "Library interface versions" of the libtool documentation # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html -LIBVERSION=1:1:0 +LIBVERSION=1:2:0
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)/include AM_CFLAGS = -fPIC -Wall $(PCSC_CFLAGS) $(TALLOC_CFLAGS) $(LIBOSMOCORE_CFLAGS)