Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package osmo-ggsn for openSUSE:Factory checked in at 2026-03-15 14:32:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/osmo-ggsn (Old) and /work/SRC/openSUSE:Factory/.osmo-ggsn.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "osmo-ggsn" Sun Mar 15 14:32:30 2026 rev:16 rq:1339034 version:1.14.0 Changes: -------- --- /work/SRC/openSUSE:Factory/osmo-ggsn/osmo-ggsn.changes 2025-02-13 18:40:54.592797668 +0100 +++ /work/SRC/openSUSE:Factory/.osmo-ggsn.new.8177/osmo-ggsn.changes 2026-03-15 14:33:24.501960211 +0100 @@ -1,0 +2,8 @@ +Sat Mar 14 21:40:15 UTC 2026 - Jan Engelhardt <[email protected]> + +- Update to release 1.14.0 + * gtp: Send RAT type IE in update context request if present + * gtp: add support for SGSN Context Req/Resp/Ack + * sgsnemu: Initial support IPv4v6 PDP context type + +------------------------------------------------------------------- Old: ---- 1.13.0.tar.gz New: ---- 1.14.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ osmo-ggsn.spec ++++++ --- /var/tmp/diff_new_pack.crwAys/_old 2026-03-15 14:33:25.277992154 +0100 +++ /var/tmp/diff_new_pack.crwAys/_new 2026-03-15 14:33:25.281992319 +0100 @@ -1,7 +1,7 @@ # # spec file for package osmo-ggsn # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,12 +19,15 @@ %define _lto_cflags %nil Name: osmo-ggsn %define lname libgtp11 -Version: 1.13.0 +Version: 1.14.0 Release: 0 Summary: GPRS Support Node License: GPL-2.0-only AND LGPL-2.1-or-later Group: Productivity/Telephony/Servers -URL: https://osmocom.org/projects/openggsn/wiki/OsmoGGSN +URL: https://osmocom.org/projects/openggsn/wiki +#Git-Clone: https://gitea.osmocom.org/cellular-infrastructure/osmo-ggsn +#Git-Clone: https://github.com/osmocom/osmo-ggsn +#DL-URL: https://downloads.osmocom.org/releases/osmo-ggsn/ Source: https://github.com/osmocom/osmo-ggsn/archive/%version.tar.gz Patch1: build-fixes.diff Patch2: ppc64.diff @@ -33,9 +36,9 @@ BuildRequires: systemd-rpm-macros BuildRequires: xz BuildRequires: pkgconfig(libgtpnl) >= 1.3.0 -BuildRequires: pkgconfig(libosmocore) >= 1.11.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.11.0 -BuildRequires: pkgconfig(libosmovty) >= 1.11.0 +BuildRequires: pkgconfig(libosmocore) >= 1.12.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.12.0 +BuildRequires: pkgconfig(libosmovty) >= 1.12.0 Obsoletes: openggsn %description ++++++ 1.13.0.tar.gz -> 1.14.0.tar.gz ++++++ ++++ 2218 lines of diff (skipped) ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.crwAys/_old 2026-03-15 14:33:25.554003515 +0100 +++ /var/tmp/diff_new_pack.crwAys/_new 2026-03-15 14:33:25.558003680 +0100 @@ -1,5 +1,5 @@ -mtime: 1739455566 -commit: 84ef1b51447477166231db300ef0a6304f752b51ede40dcc8661be6d29e88c76 +mtime: 1773525791 +commit: a18d76c6c6bcc25a6109cd6c976b0c2653ab3cc12562903e359d2ac9f8d9c08e url: https://src.opensuse.org/jengelh/osmo-ggsn revision: master ++++++ build-fixes.diff ++++++ --- /var/tmp/diff_new_pack.crwAys/_old 2026-03-15 14:33:25.574004339 +0100 +++ /var/tmp/diff_new_pack.crwAys/_new 2026-03-15 14:33:25.582004668 +0100 @@ -10,18 +10,18 @@ --- ggsn/Makefile.am | 15 +++++---------- - gtp/Makefile.am | 4 +--- + gtp/Makefile.am | 5 +---- lib/Makefile.am | 12 +++++------- lib/gtp-kernel.c | 1 + sgsnemu/Makefile.am | 13 +++++-------- tests/gtp/Makefile.am | 2 +- tests/lib/Makefile.am | 4 ++-- - 7 files changed, 20 insertions(+), 31 deletions(-) + 7 files changed, 20 insertions(+), 32 deletions(-) -Index: osmo-ggsn-1.12.0/ggsn/Makefile.am +Index: osmo-ggsn-1.14.0/ggsn/Makefile.am =================================================================== ---- osmo-ggsn-1.12.0.orig/ggsn/Makefile.am -+++ osmo-ggsn-1.12.0/ggsn/Makefile.am +--- osmo-ggsn-1.14.0.orig/ggsn/Makefile.am ++++ osmo-ggsn-1.14.0/ggsn/Makefile.am @@ -1,24 +1,19 @@ -bin_PROGRAMS = osmo-ggsn +sbin_PROGRAMS = osmo-ggsn @@ -52,28 +52,29 @@ -osmo_ggsn_DEPENDENCIES = ../gtp/libgtp.la ../lib/libmisc.a +osmo_ggsn_DEPENDENCIES = ../gtp/libgtp.la ../lib/libmisc.la osmo_ggsn_SOURCES = ggsn_main.c ggsn_vty.c ggsn.c ggsn.h sgsn.c sgsn.h pco.c pco.h -Index: osmo-ggsn-1.12.0/gtp/Makefile.am +Index: osmo-ggsn-1.14.0/gtp/Makefile.am =================================================================== ---- osmo-ggsn-1.12.0.orig/gtp/Makefile.am -+++ osmo-ggsn-1.12.0/gtp/Makefile.am -@@ -6,12 +6,10 @@ LIBVERSION=10:0:0 +--- osmo-ggsn-1.14.0.orig/gtp/Makefile.am ++++ osmo-ggsn-1.14.0/gtp/Makefile.am +@@ -6,13 +6,10 @@ LIBVERSION=12:0:1 lib_LTLIBRARIES = libgtp.la -+AM_CPPFLAGS = -DSBINDIR='"$(sbindir)"' -I$(top_srcdir)/include $(LIBOSMOCORE_CFLAGS) ++AM_CPPFLAGS = -DSBINDIR='"$(sbindir)"' -I$(top_srcdir)/include $(LIBOSMOCORE_CFLAGS) ${LIBOSMOGSM_CFLAGS} AM_CFLAGS = \ -fno-builtin \ -Wall \ - -DSBINDIR='"$(sbindir)"' \ - -I$(top_srcdir)/include \ - $(LIBOSMOCORE_CFLAGS) \ +- $(LIBOSMOGSM_CFLAGS) \ $(NULL) libgtp_la_SOURCES = \ -Index: osmo-ggsn-1.12.0/lib/Makefile.am +Index: osmo-ggsn-1.14.0/lib/Makefile.am =================================================================== ---- osmo-ggsn-1.12.0.orig/lib/Makefile.am -+++ osmo-ggsn-1.12.0/lib/Makefile.am +--- osmo-ggsn-1.14.0.orig/lib/Makefile.am ++++ osmo-ggsn-1.14.0/lib/Makefile.am @@ -1,4 +1,4 @@ -noinst_LIBRARIES = libmisc.a +noinst_LTLIBRARIES = libmisc.la @@ -107,10 +108,10 @@ +AM_CPPFLAGS += -DGTP_KERNEL $(LIBGTPNL_CFLAGS) +libmisc_la_SOURCES += gtp-kernel.c endif -Index: osmo-ggsn-1.12.0/lib/gtp-kernel.c +Index: osmo-ggsn-1.14.0/lib/gtp-kernel.c =================================================================== ---- osmo-ggsn-1.12.0.orig/lib/gtp-kernel.c -+++ osmo-ggsn-1.12.0/lib/gtp-kernel.c +--- osmo-ggsn-1.14.0.orig/lib/gtp-kernel.c ++++ osmo-ggsn-1.14.0/lib/gtp-kernel.c @@ -54,6 +54,7 @@ static void pdp_debug(const char *prefix buf4, buf6, inet_ntoa(ia)); } @@ -119,10 +120,10 @@ static struct { int genl_id; struct mnl_socket *nl; -Index: osmo-ggsn-1.12.0/sgsnemu/Makefile.am +Index: osmo-ggsn-1.14.0/sgsnemu/Makefile.am =================================================================== ---- osmo-ggsn-1.12.0.orig/sgsnemu/Makefile.am -+++ osmo-ggsn-1.12.0/sgsnemu/Makefile.am +--- osmo-ggsn-1.14.0.orig/sgsnemu/Makefile.am ++++ osmo-ggsn-1.14.0/sgsnemu/Makefile.am @@ -1,25 +1,22 @@ -bin_PROGRAMS = sgsnemu +sbin_PROGRAMS = sgsnemu @@ -154,10 +155,10 @@ -sgsnemu_DEPENDENCIES = ../gtp/libgtp.la ../lib/libmisc.a +sgsnemu_DEPENDENCIES = ../gtp/libgtp.la ../lib/libmisc.la sgsnemu_SOURCES = sgsnemu.c cmdline.c cmdline.h -Index: osmo-ggsn-1.12.0/tests/gtp/Makefile.am +Index: osmo-ggsn-1.14.0/tests/gtp/Makefile.am =================================================================== ---- osmo-ggsn-1.12.0.orig/tests/gtp/Makefile.am -+++ osmo-ggsn-1.12.0/tests/gtp/Makefile.am +--- osmo-ggsn-1.14.0.orig/tests/gtp/Makefile.am ++++ osmo-ggsn-1.14.0/tests/gtp/Makefile.am @@ -24,7 +24,7 @@ queue_test_SOURCES = \ $(NULL) @@ -167,10 +168,10 @@ $(top_builddir)/gtp/libgtp.la \ $(LIBOSMOCORE_LIBS) \ $(NULL) -Index: osmo-ggsn-1.12.0/tests/lib/Makefile.am +Index: osmo-ggsn-1.14.0/tests/lib/Makefile.am =================================================================== ---- osmo-ggsn-1.12.0.orig/tests/lib/Makefile.am -+++ osmo-ggsn-1.12.0/tests/lib/Makefile.am +--- osmo-ggsn-1.14.0.orig/tests/lib/Makefile.am ++++ osmo-ggsn-1.14.0/tests/lib/Makefile.am @@ -19,7 +19,7 @@ ippool_test_SOURCES = \ $(NULL) ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-03-14 23:03:20.000000000 +0100 @@ -0,0 +1 @@ +.osc
