aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-11-28 13:32:46 +0100
committerOliver Smith <osmith@sysmocom.de>2023-11-28 13:43:15 +0100
commit2a89bbf66fbb8273888ab64bdf9c1c98739be51b (patch)
tree54b6bb591d7eba092cd58b6c30c2caeea3498fdb
parent676777c5f905a7f07a962e6fd7b84505257fc254 (diff)
Bump version: 1.11.0.5-67677-dirty → 1.11.11.11.1
-rw-r--r--TODO-RELEASE1
-rw-r--r--configure.ac2
-rw-r--r--contrib/osmo-sgsn.spec.in2
-rw-r--r--debian/changelog13
-rw-r--r--debian/control2
5 files changed, 16 insertions, 4 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index bb4f90042..1c5d61f56 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 6eac7c90f..ddd91ab2b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,7 +46,7 @@ PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.9.0)
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 8ee0a7501..7ba994f73 100644
--- a/contrib/osmo-sgsn.spec.in
+++ b/contrib/osmo-sgsn.spec.in
@@ -34,7 +34,7 @@ BuildRequires: systemd-rpm-macros
%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 206efd40c..cb629fbdc 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@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 77af36e63..aa594553b 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 10),
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),