diff --git a/1.12.0.tar.gz b/1.12.0.tar.gz deleted file mode 100644 index a83a4cf..0000000 --- a/1.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:899288691d4ef715040f1ca5fb07f31a2d6bb8132d225f405746c2cca2a240c0 -size 475969 diff --git a/1.13.0.tar.gz b/1.13.0.tar.gz new file mode 100644 index 0000000..2def569 --- /dev/null +++ b/1.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9430cd458c4733971d5faa0ad6e67ea1751f4cfc10161338af1e3a048f07645 +size 481020 diff --git a/osmo-ggsn.changes b/osmo-ggsn.changes index 9d99453..9e7bee3 100644 --- a/osmo-ggsn.changes +++ b/osmo-ggsn.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Feb 13 13:44:06 UTC 2025 - Jan Engelhardt + +- Update to release 1.13.0 + * gtp: Allow TX/Store RX Direct Tunnel Flags + * gtp: Allow UpdatePDPContext initiated by GGSN + * ggsn: Support announcing APN MTU over PCO and over ICMPv6 RA + * ggsn: use libosmocore tundev API to create APN TUN device + * ggsn: Avoid forwarding IPv6 solicited-node multicast addr to + TUN device + * doc: Document MTU features in User Manual and example + config files + * gtp.h: add more GTP cause code from 29.060 v15.3.30 + ------------------------------------------------------------------- Sat Oct 26 14:00:13 UTC 2024 - Jan Engelhardt diff --git a/osmo-ggsn.spec b/osmo-ggsn.spec index fc4f14f..d1b61fd 100644 --- a/osmo-ggsn.spec +++ b/osmo-ggsn.spec @@ -1,7 +1,7 @@ # # spec file for package osmo-ggsn # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,8 +18,8 @@ %define _lto_cflags %nil Name: osmo-ggsn -%define lname libgtp10 -Version: 1.12.0 +%define lname libgtp11 +Version: 1.13.0 Release: 0 Summary: GPRS Support Node License: GPL-2.0-only AND LGPL-2.1-or-later @@ -33,9 +33,9 @@ BuildRequires: pkgconfig >= 0.20 BuildRequires: systemd-rpm-macros BuildRequires: xz BuildRequires: pkgconfig(libgtpnl) >= 1.3.0 -BuildRequires: pkgconfig(libosmocore) >= 1.10.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.10.0 -BuildRequires: pkgconfig(libosmovty) >= 1.10.0 +BuildRequires: pkgconfig(libosmocore) >= 1.11.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.11.0 +BuildRequires: pkgconfig(libosmovty) >= 1.11.0 Obsoletes: openggsn %description