1
0
forked from pool/osmo-ggsn
Jan Engelhardt 2021-11-20 03:33:14 +00:00 committed by Git OBS Bridge
parent ca2dab4961
commit 73ceb5732d
2 changed files with 12 additions and 6 deletions

View File

@ -2,7 +2,13 @@
Fri Nov 19 10:50:35 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.8.0
* https://git.osmocom.org/osmo-sgsn/plain/debian/changelog?h=1.8.0
* Fix vty PDP lookups by IMSI
* apn_start: avoid segfault if missing tun-device
* Add --vty-ref-mode option
* ggsn: Reject PDP CTX ACT for static IP addresses
* gtp: Support tx/rx RAN Information Relay message
* ggsn: Fix heap-use-after-free during Recovery without
associated PDP
-------------------------------------------------------------------
Sun Mar 14 20:59:58 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@ -74,7 +74,7 @@ and GTPCv2.
%prep
%autosetup -p1
sed -i 's|/usr/bin/osmo-ggsn|/usr/sbin/osmo-ggsn|g' contrib/systemd/osmo-ggsn.service
sed -i 's|%_bindir/osmo-ggsn|%_sbindir/osmo-ggsn|g' contrib/systemd/osmo-ggsn.service
%build
echo "%version" >.tarball-version
@ -122,9 +122,9 @@ install -m 0644 doc/examples/sgsnemu.conf "$b/%_sysconfdir/osmocom/sgsnemu.conf"
%_unitdir/%name.service
%_sbindir/rc%name
%dir %_docdir/%name/examples
%{_docdir}/%{name}/examples/osmo-ggsn-kernel-gtp.cfg
%{_docdir}/%{name}/examples/osmo-ggsn.cfg
%{_docdir}/%{name}/examples/sgsnemu.conf
%_docdir/%name/examples/osmo-ggsn-kernel-gtp.cfg
%_docdir/%name/examples/osmo-ggsn.cfg
%_docdir/%name/examples/sgsnemu.conf
%dir %_sysconfdir/osmocom
%config(noreplace) %_sysconfdir/osmocom/osmo-ggsn.cfg
%config(noreplace) %_sysconfdir/osmocom/sgsnemu.conf
@ -138,6 +138,6 @@ install -m 0644 doc/examples/sgsnemu.conf "$b/%_sysconfdir/osmocom/sgsnemu.conf"
%_libdir/pkgconfig/libgtp.pc
%files -n gtp-echo-responder
%{_bindir}/gtp-echo-responder
%_bindir/gtp-echo-responder
%changelog