1
0
forked from pool/osmo-ggsn

- Update to release 1.9.0

OBS-URL: https://build.opensuse.org/package/show/network:telephony/osmo-ggsn?expand=0&rev=26
This commit is contained in:
Jan Engelhardt 2022-08-03 18:31:29 +00:00 committed by Git OBS Bridge
parent 73ceb5732d
commit 4225d05711
4 changed files with 16 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ac01c971a8855270b3771f0f487a1ead6f4a4ed1455aadc74ba867326b9ceaa2
size 385438

3
1.9.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d8229c1d85db245322f1ab14586f75ce7b0f94bf0f95805169dbae4afa1bda9
size 476170

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Aug 3 18:29:09 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- 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 <mardnh@gmx.de>

View File

@ -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