From 4225d05711892a4ca4eaf2c1a6a4a754538a4e1ae8c9b530dfaa55cb3103f730 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 3 Aug 2022 18:31:29 +0000 Subject: [PATCH] - Update to release 1.9.0 OBS-URL: https://build.opensuse.org/package/show/network:telephony/osmo-ggsn?expand=0&rev=26 --- 1.8.0.tar.gz | 3 --- 1.9.0.tar.gz | 3 +++ osmo-ggsn.changes | 8 ++++++++ osmo-ggsn.spec | 10 +++++----- 4 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 1.8.0.tar.gz create mode 100644 1.9.0.tar.gz diff --git a/1.8.0.tar.gz b/1.8.0.tar.gz deleted file mode 100644 index 5eca55d..0000000 --- a/1.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac01c971a8855270b3771f0f487a1ead6f4a4ed1455aadc74ba867326b9ceaa2 -size 385438 diff --git a/1.9.0.tar.gz b/1.9.0.tar.gz new file mode 100644 index 0000000..5c678f1 --- /dev/null +++ b/1.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d8229c1d85db245322f1ab14586f75ce7b0f94bf0f95805169dbae4afa1bda9 +size 476170 diff --git a/osmo-ggsn.changes b/osmo-ggsn.changes index 9c9e879..7eb5dc5 100644 --- a/osmo-ggsn.changes +++ b/osmo-ggsn.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Aug 3 18:29:09 UTC 2022 - Jan Engelhardt + +- Update to release 1.9.0 + * libgtp: Fix ggsn crash if pdp alloc array is full (PDP_MAX) + * gtp: Log detection of rx duplicate + * gtp: Log retrans queue register&free entries + ------------------------------------------------------------------- Fri Nov 19 10:50:35 UTC 2021 - Martin Hauke diff --git a/osmo-ggsn.spec b/osmo-ggsn.spec index 2a99701..74190e4 100644 --- a/osmo-ggsn.spec +++ b/osmo-ggsn.spec @@ -1,7 +1,7 @@ # # spec file for package osmo-ggsn # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: osmo-ggsn %define lname libgtp6 -Version: 1.8.0 +Version: 1.9.0 Release: 0 Summary: GPRS Support Node License: GPL-2.0-only AND LGPL-2.1-or-later @@ -32,10 +32,10 @@ BuildRequires: systemd-rpm-macros BuildRequires: xz BuildRequires: pkgconfig(libgtpnl) >= 1.2.0 BuildRequires: pkgconfig(libmnl) >= 1.0.3 -BuildRequires: pkgconfig(libosmocore) >= 1.5.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.5.0 +BuildRequires: pkgconfig(libosmocore) >= 1.7.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.7.0 BuildRequires: pkgconfig(libosmogsm) -BuildRequires: pkgconfig(libosmovty) >= 1.5.0 +BuildRequires: pkgconfig(libosmovty) >= 1.7.0 Obsoletes: openggsn %description