pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libsmpp34/+/43310?usp=email )
Change subject: Bump version: 1.14.5.1-af0e → 1.14.6 ......................................................................
Bump version: 1.14.5.1-af0e → 1.14.6
Change-Id: Ia945e7e9b7e9a90c21e2337e12aa05a9a6d97a94 --- M debian/changelog M src/Makefile.am 2 files changed, 8 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libsmpp34 refs/changes/10/43310/1
diff --git a/debian/changelog b/debian/changelog index 1e693f4..6ccb8a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libsmpp34 (1.14.6) unstable; urgency=medium + + [ n0k0 ] + * smpp34_unpack: bound C_OCTET scan with strnlen() + + -- Pau Espin Pedrol pespin@sysmocom.de Thu, 20 Aug 2026 10:11:37 +0200 + libsmpp34 (1.14.5) unstable; urgency=medium
[ Vadim Yanitskiy ] diff --git a/src/Makefile.am b/src/Makefile.am index 96783fb..60df75c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ # This is _NOT_ the library release version, it's an API version. # Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification -LIBVERSION=3:1:2 +LIBVERSION=3:2:2
# src/Makefile.am # lib_LTLIBRARIES = libsmpp34.la