pespin submitted this change.
Bump version: 1.14.0.3-6c32-dirty → 1.15.0
Change-Id: I44ef514ac7619b790e1745e8bcc37fd6a72f88a6
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
M gtp/Makefile.am
5 files changed, 19 insertions(+), 9 deletions(-)
diff --git a/TODO-RELEASE b/TODO-RELEASE
index aab5c0a..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -7,4 +7,3 @@
# If any interfaces have been added since the last public release: c:r:a + 1.
# If any interfaces have been removed or changed since the last public release: c:r:0.
#library what description / commit summary line
-libosmo-netif >1.7.0 osmo_icmpv6_*()
diff --git a/configure.ac b/configure.ac
index 2fd4d36..cbb6b66 100644
--- a/configure.ac
+++ b/configure.ac
@@ -154,11 +154,11 @@
AM_INIT_AUTOMAKE([foreign])
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.12.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.12.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.12.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.12.0)
-PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.7.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.14.2)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.14.2)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.14.2)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.14.2)
+PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.8.0)
AC_ARG_ENABLE(sanitize,
[AS_HELP_STRING(
diff --git a/debian/changelog b/debian/changelog
index 698cece..2aa471b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+osmo-ggsn (1.15.0) unstable; urgency=medium
+
+ [ Pau Espin Pedrol ]
+ * Depend on libosmo-netif for icmpv6 APIs
+
+ [ n0k0 ]
+ * gtp: clamp GSN-Address copy to sockaddr_in size
+ * gtp: fix OOB write in PDP ctx GSN-Address decode
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 20 Aug 2026 12:29:58 +0200
+
osmo-ggsn (1.14.0) unstable; urgency=medium
[ Daniel Willmann ]
diff --git a/debian/control b/debian/control
index 0bd4694..d12fab8 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@
pkg-config,
libdpkg-perl, git,
dh-autoreconf,
- libosmocore-dev (>= 1.12.0),
- libosmo-netif-dev (>= 1.7.0),
+ libosmocore-dev (>= 1.14.2),
+ libosmo-netif-dev (>= 1.8.0),
osmo-gsm-manuals-dev (>= 1.7.0),
libgtpnl-dev (>= 1.3.0)
Standards-Version: 3.9.6
diff --git a/gtp/Makefile.am b/gtp/Makefile.am
index 65fb41d..6b1ece3 100644
--- a/gtp/Makefile.am
+++ b/gtp/Makefile.am
@@ -2,7 +2,7 @@
# 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
# If major=current-age is increased, remember to update the dh_strip line in debian/rules!
-LIBVERSION=12:0:1
+LIBVERSION=12:1:1
lib_LTLIBRARIES = libgtp.la
To view, visit change 43324. To unsubscribe, or for help writing mail filters, visit settings.