Projects
osmocom:nightly
osmo-ggsn
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 768
View file
osmo-ggsn_1.11.0.31.7ae1.202407242026.dsc -> osmo-ggsn_1.12.0.202407252026.dsc
Changed
@@ -1,26 +1,26 @@ Format: 3.0 (native) Source: osmo-ggsn -Binary: osmo-ggsn, libgtp6, gtp-echo-responder, libgtp-dev, osmo-ggsn-dbg, gtp-echo-responder-dbg, libgtp-dbg, osmo-ggsn-doc +Binary: osmo-ggsn, libgtp10, gtp-echo-responder, libgtp-dev, osmo-ggsn-dbg, gtp-echo-responder-dbg, libgtp-dbg, osmo-ggsn-doc Architecture: any all -Version: 1.11.0.31.7ae1.202407242026 +Version: 1.12.0.202407252026 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/openggsn Standards-Version: 3.9.6 Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-ggsn Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-ggsn -Build-Depends: debhelper (>= 10), autotools-dev, pkg-config, libdpkg-perl, git, dh-autoreconf, libosmocore-dev (>= 1.9.0), osmo-gsm-manuals-dev, libgtpnl-dev (>= 1.2.0) +Build-Depends: debhelper (>= 10), autotools-dev, pkg-config, libdpkg-perl, git, dh-autoreconf, libosmocore-dev (>= 1.10.0), osmo-gsm-manuals-dev (>= 1.6.0), libgtpnl-dev (>= 1.3.0) Package-List: gtp-echo-responder deb net optional arch=any gtp-echo-responder-dbg deb debug extra arch=any libgtp-dbg deb debug extra arch=any libgtp-dev deb libdevel optional arch=any - libgtp6 deb libs optional arch=any + libgtp10 deb libs optional arch=any osmo-ggsn deb net optional arch=any osmo-ggsn-dbg deb debug extra arch=any osmo-ggsn-doc deb doc optional arch=all Checksums-Sha1: - d28b04a52cb3cf4f617b586917d349596de8b8f1 183188 osmo-ggsn_1.11.0.31.7ae1.202407242026.tar.xz + 7b4558cd1f74a81fb5619363e177f993396b9a82 187236 osmo-ggsn_1.12.0.202407252026.tar.xz Checksums-Sha256: - 43f5a11dc8bf9613457295c3a1e7aa538ba0503d602e30587f5c8c656ef70e82 183188 osmo-ggsn_1.11.0.31.7ae1.202407242026.tar.xz + 0332cf3b1c269d4d44189192525d159ba8c3eb20db438f0624566a2476134b85 187236 osmo-ggsn_1.12.0.202407252026.tar.xz Files: - f67b23521f5b69d472dfac6745d0035b 183188 osmo-ggsn_1.11.0.31.7ae1.202407242026.tar.xz + ccba5d2d4154c2f7ac4f35728cfdac5f 187236 osmo-ggsn_1.12.0.202407252026.tar.xz
View file
osmo-ggsn_1.11.0.31.7ae1.202407242026.tar.xz/.tarball-version -> osmo-ggsn_1.12.0.202407252026.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.11.0.31-7ae1.202407242026 +1.12.0.202407252026
View file
osmo-ggsn_1.11.0.31.7ae1.202407242026.tar.xz/TODO-RELEASE -> osmo-ggsn_1.12.0.202407252026.tar.xz/TODO-RELEASE
Changed
@@ -1,12 +1,9 @@ # When cleaning up this file: bump API version in corresponding Makefile.am and rename corresponding debian/lib*.install -# according to https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info -# In short: +# according to https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release +# In short: https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info # LIBVERSION=c:r:a # If the library source code has changed at all since the last update, then increment revision: c:r + 1:a. -# If any interfaces have been added, removed, or changed since the last update: c + 1:0:0. +# If any interfaces have been added, removed, or changed since the last update: c + 1:0:a. # 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 -libgtp REMOVE remove GTP cause defines of reserved values -libgtp REMOVE ABI change (removed API: ipv42eua, eua2ipv4) -libgtpnl > 1.2.5 gtp_tunnel_set_family() +#library what description / commit summary line
View file
osmo-ggsn_1.11.0.31.7ae1.202407242026.tar.xz/configure.ac -> osmo-ggsn_1.12.0.202407252026.tar.xz/configure.ac
Changed
@@ -71,7 +71,7 @@ enable_gtp_linux="$enableval", enable_gtp_linux="no") AS_IF(test "x$enable_gtp_linux" = "xyes", - PKG_CHECK_MODULES(LIBGTPNL, libgtpnl >= 1.2.0) + PKG_CHECK_MODULES(LIBGTPNL, libgtpnl >= 1.3.0) ) AM_CONDITIONAL(ENABLE_GTP_KERNEL, test "$enable_gtp_linux" = "yes") @@ -154,9 +154,9 @@ AM_INIT_AUTOMAKE(foreign) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0) AC_ARG_ENABLE(sanitize, AS_HELP_STRING(
View file
osmo-ggsn_1.11.0.31.7ae1.202407242026.tar.xz/debian/changelog -> osmo-ggsn_1.12.0.202407252026.tar.xz/debian/changelog
Changed
@@ -1,8 +1,53 @@ -osmo-ggsn (1.11.0.31.7ae1.202407242026) unstable; urgency=medium +osmo-ggsn (1.12.0.202407252026) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom nightly feed - -- Osmocom OBS scripts <info@osmocom.org> Wed, 24 Jul 2024 20:26:47 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Thu, 25 Jul 2024 20:26:44 +0000 + +osmo-ggsn (1.12.0) unstable; urgency=medium + + Daniel Willmann + * libgtp: Remove defines for reserved causes in gtp.h + + Pau Espin Pedrol + * pco: Improve IPCP spec reference documentation + + Oliver Smith + * Fix a typo + * gtp_new: deduplicate create_and_bind_socket code + * kernel-gtp: support IPv6 on outer layer + * kernel-gtp: support IPv6 on inner layer + * Revert "kernel-gtp: support IPv6 on outer layer" + * Cosmetic: Makefile.am: make SUBDIRS diff friendly + * Cosmetic: AM_CFLAGS: make diff friendly + * Cosmetic: {lib,gtp}/Makefile.am: diff friendly + * lib/gtp-kernel.c: initialize ret with 0 + * lib/gtp-kernel.c: check rc of in46a_from_eua + * doc: fix typo ndoe -> node + * Add clear error for kernel not supporting IPv6 + * contrib: remove rpm spec file + * libgtp: move includes to osmocom/include/gtp + * gtp/gsn_internal.h: new file + * gtp/gtp.c: move gtp_create_context_resp down + * gtp: remove unused conversion functions + * gtp: move conversion functions up + * gtp/gtp_internal.h: new file + * ggsn/ggsn_vty: create state-dir + * doc: set state-dir to /var/lib/osmocom/osmo-ggsn + * contrib/systemd: run as osmocom user + * Use uniform log format for default config files + * {contrib,debian}/osmo-ggsn.init: remove + + Harald Welte + * Add funding link to github mirror + * README.md: Improve markdown formatting + * README.md: Add Forum + Issue Tracker sections + * README.md: Major overhaul + + Vadim Yanitskiy + * README.md: cosmetic: fix a typo + + -- Oliver Smith <osmith@sysmocom.de> Wed, 24 Jul 2024 15:13:31 +0200 osmo-ggsn (1.11.0) unstable; urgency=medium
View file
osmo-ggsn_1.11.0.31.7ae1.202407242026.tar.xz/debian/control -> osmo-ggsn_1.12.0.202407252026.tar.xz/debian/control
Changed
@@ -7,9 +7,9 @@ pkg-config, libdpkg-perl, git, dh-autoreconf, - libosmocore-dev (>= 1.9.0), - osmo-gsm-manuals-dev, - libgtpnl-dev (>= 1.2.0) + libosmocore-dev (>= 1.10.0), + osmo-gsm-manuals-dev (>= 1.6.0), + libgtpnl-dev (>= 1.3.0) Standards-Version: 3.9.6 Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-ggsn Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-ggsn @@ -17,18 +17,18 @@ Package: osmo-ggsn Architecture: any -Depends: osmocom-nightly (= 202407242026), ${shlibs:Depends}, +Depends: osmocom-nightly (= 202407252026), ${shlibs:Depends}, ${misc:Depends} Description: Osmocom Gateway GPRS Support Node (GGSN) OsmoGGSN is a Gateway GPRS Support Node (GGSN). It is used by mobile operators as the interface between the Internet and the rest of the mobile network infrastructure. -Package: libgtp6 +Package: libgtp10 Architecture: any Multi-Arch: same Section: libs -Depends: osmocom-nightly (= 202407242026), ${shlibs:Depends}, +Depends: osmocom-nightly (= 202407252026), ${shlibs:Depends}, ${misc:Depends} Description: library implementing the GTP protocol between SGSN and GGSN OsmoGGSN is a Gateway GPRS Support Node (GGSN). It is used by mobile @@ -40,7 +40,7 @@ Package: gtp-echo-responder Architecture: any -Depends: osmocom-nightly (= 202407242026), ${shlibs:Depends}, +Depends: osmocom-nightly (= 202407252026), ${shlibs:Depends}, ${misc:Depends} Description: Small program answering GTP ECHO Request with GTP ECHO Response @@ -48,8 +48,8 @@ Architecture: any Multi-Arch: same Section: libdevel -Depends: osmocom-nightly (= 202407242026), ${misc:Depends}, - libgtp6 (= ${binary:Version}) +Depends: osmocom-nightly (= 202407252026), ${misc:Depends}, + libgtp10 (= ${binary:Version}) Description: Development files for libgtp OsmoGGSN is a Gateway GPRS Support Node (GGSN). It is used by mobile operators as the interface between the Internet and the rest of the @@ -62,7 +62,7 @@ Section: debug Architecture: any Priority: extra -Depends: osmocom-nightly (= 202407242026), ${shlibs:Depends}, ${misc:Depends}, libgtp6 (= ${binary:Version}), osmo-ggsn (= ${binary:Version}) +Depends: osmocom-nightly (= 202407252026), ${shlibs:Depends}, ${misc:Depends}, libgtp10 (= ${binary:Version}), osmo-ggsn (= ${binary:Version}) Multi-Arch: same Description: Debug symbols for OsmoGGSN OsmoGGSN is a Gateway GPRS Support Node (GGSN). It is used by mobile @@ -73,7 +73,7 @@ Section: debug Architecture: any Priority: extra -Depends: osmocom-nightly (= 202407242026), ${shlibs:Depends}, ${misc:Depends}, gtp-echo-responder (= ${binary:Version}) +Depends: osmocom-nightly (= 202407252026), ${shlibs:Depends}, ${misc:Depends}, gtp-echo-responder (= ${binary:Version}) Multi-Arch: same Description: Debug symbols for gtp-echo-responder Small program answering GTP ECHO Request with GTP ECHO Response. @@ -82,7 +82,7 @@ Section: debug Architecture: any Priority: extra -Depends: osmocom-nightly (= 202407242026), ${shlibs:Depends}, ${misc:Depends}, libgtp6 (= ${binary:Version}) +Depends: osmocom-nightly (= 202407252026), ${shlibs:Depends}, ${misc:Depends}, libgtp10 (= ${binary:Version}) Multi-Arch: same Description: Debug symbols for OsmoGGSN OsmoGGSN is a Gateway GPRS Support Node (GGSN). It is used by mobile @@ -96,7 +96,7 @@ Architecture: all Section: doc Priority: optional -Depends: osmocom-nightly (= 202407242026), ${misc:Depends} +Depends: osmocom-nightly (= 202407252026), ${misc:Depends} Description: ${misc:Package} PDF documentation Various manuals: user manual, VTY reference manual and/or protocol/interface manuals.
View file
osmo-ggsn_1.12.0.202407252026.tar.xz/debian/libgtp10.install
Changed
(renamed from debian/libgtp6.install)
View file
osmo-ggsn_1.11.0.31.7ae1.202407242026.tar.xz/debian/rules -> osmo-ggsn_1.12.0.202407252026.tar.xz/debian/rules
Changed
@@ -16,7 +16,7 @@ override_dh_strip: dh_strip -posmo-ggsn --dbg-package=osmo-ggsn-dbg - dh_strip -plibgtp6 --dbg-package=libgtp-dbg + dh_strip -plibgtp10 --dbg-package=libgtp-dbg override_dh_auto_configure: dh_auto_configure -- \
View file
osmo-ggsn_1.11.0.31.7ae1.202407242026.tar.xz/gtp/Makefile.am -> osmo-ggsn_1.12.0.202407252026.tar.xz/gtp/Makefile.am
Changed
@@ -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=9:1:3 +LIBVERSION=10:0:0 lib_LTLIBRARIES = libgtp.la
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.