osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-sgsn/+/35150?usp=email )
Change subject: Bump version: 1.11.0.5-67677-dirty → 1.11.1
......................................................................
Bump version: 1.11.0.5-67677-dirty → 1.11.1
Depends: osmo-ggsn I1f116e1cded135f231f22ebc9b817aebf3736fc2
Change-Id: I869eef2032d6025c8ed59a1b25192c6c5c08977e
---
M TODO-RELEASE
M configure.ac
M contrib/osmo-sgsn.spec.in
M debian/changelog
M debian/control
5 files changed, 26 insertions(+), 4 deletions(-)
Approvals:
laforge: Looks good to me, approved
daniel: Looks good to me, but someone else must approve
Jenkins Builder: Verified
diff --git a/TODO-RELEASE b/TODO-RELEASE
index bb4f900..1c5d61f 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1,2 +1 @@
#component what description / commit summary line
-libgtp > 1.10 use gtp_cause_successful()
diff --git a/configure.ac b/configure.ac
index 6eac7c9..ddd91ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,7 +46,7 @@
PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.5.0)
PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.4.0)
PKG_CHECK_MODULES(LIBOSMOGSUPCLIENT, libosmo-gsup-client >= 1.7.0)
-PKG_CHECK_MODULES(LIBGTP, libgtp >= 1.10.0)
+PKG_CHECK_MODULES(LIBGTP, libgtp >= 1.11.0)
# Enable/disable 3G aka IuPS + IuCS support?
AC_ARG_ENABLE([iu], [AS_HELP_STRING([--enable-iu], [Build 3G support, aka IuPS and IuCS
interfaces])],
diff --git a/contrib/osmo-sgsn.spec.in b/contrib/osmo-sgsn.spec.in
index 8ee0a75..7ba994f 100644
--- a/contrib/osmo-sgsn.spec.in
+++ b/contrib/osmo-sgsn.spec.in
@@ -34,7 +34,7 @@
%endif
BuildRequires: pkgconfig(libcares)
BuildRequires: pkgconfig(libcrypto) >= 0.9.5
-BuildRequires: pkgconfig(libgtp) >= 1.10.0
+BuildRequires: pkgconfig(libgtp) >= 1.11.0
BuildRequires: pkgconfig(libosmo-gsup-client) >= 1.7.0
BuildRequires: pkgconfig(libosmo-netif) >= 1.4.0
BuildRequires: pkgconfig(libosmoabis) >= 1.5.0
diff --git a/debian/changelog b/debian/changelog
index 206efd4..cb629fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+osmo-sgsn (1.11.1) unstable; urgency=medium
+
+ [ Philipp Maier ]
+ * sgsn_rim: forward message based on RIM ROUTING ADDRESS
+
+ [ Daniel Willmann ]
+ * sgsn_vty: Fix output in config_write_sgsn
+ * sgsn_vty: Correctly indent encryption cipher-plugin-path
+ * vty-tests: Test encryption options
+ * libgtp: Check for all successful create_pdp_conf causes
+
+ -- Oliver Smith <osmith(a)sysmocom.de> Tue, 28 Nov 2023 13:32:46 +0100
+
osmo-sgsn (1.11.0) unstable; urgency=medium
[ Oliver Smith ]
diff --git a/debian/control b/debian/control
index 77af36e..aa59455 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@
pkg-config,
libtalloc-dev,
libc-ares-dev,
- libgtp-dev (>= 1.10.0),
+ libgtp-dev (>= 1.11.0),
libosmocore-dev (>= 1.9.0),
libosmo-abis-dev (>= 1.5.0),
libosmo-netif-dev (>= 1.4.0),
--
To view, visit
https://gerrit.osmocom.org/c/osmo-sgsn/+/35150?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: I869eef2032d6025c8ed59a1b25192c6c5c08977e
Gerrit-Change-Number: 35150
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged