Hello community, here is the log from the commit of package osmo-sgsn for openSUSE:Leap:15.2 checked in at 2020-01-17 12:00:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/osmo-sgsn (Old) and /work/SRC/openSUSE:Leap:15.2/.osmo-sgsn.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "osmo-sgsn" Fri Jan 17 12:00:41 2020 rev:3 rq:763615 version:1.6.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/osmo-sgsn/osmo-sgsn.changes 2020-01-15 15:37:47.135042757 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.osmo-sgsn.new.26092/osmo-sgsn.changes 2020-01-17 12:00:41.352484211 +0100 @@ -1,0 +2,29 @@ +Sat Jan 4 10:51:56 UTC 2020 - Martin Hauke <[email protected]> + +- Update to new upstream release 1.6.0 + * Improve logging in gprs_llc.c code + * sgsn: Gb: implementing PS Paging when MS is MM_STANDBY + * sgsn_libgtp: refactor ps paging into gprs_gb + * ranap: add non-spec X1001 + * Iu: implement a user inactivity timer + * Implement GMM State using osmocom FSM + * Introduce FSM mm_state_iu_fsm, mm_state_gb_fsm + * gprs_gmm: only update gb/iu cell information when Iu/Gb present + * vty: Introduce cs7-instance-iu + * gprs/gprs_gmm: implement T3314. Timeout to reset MM state + READY->STANDBY +- Update to new upstream release 1.5.0 + * sgsn: Have authentication required on by default + * osmo-sgsn: add VTY parameter to toggle authentication + * sgsn_libgtp: Use new per-GSN libgtp API instead of deprecated + API + * Fix IMSI padding in imsi-acl + * Improve 'show subscriber cache' vty command + +------------------------------------------------------------------- +Sat Jul 27 19:52:22 UTC 2019 - Martin Hauke <[email protected]> + +- Disable LTO for now since it breaks compilation of the tests + See: https://osmocom.org/issues/4116 + +------------------------------------------------------------------- Old: ---- osmo-sgsn-1.4.0.tar.xz New: ---- osmo-sgsn-1.6.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ osmo-sgsn.spec ++++++ --- /var/tmp/diff_new_pack.qPv0Ad/_old 2020-01-17 12:00:41.980484487 +0100 +++ /var/tmp/diff_new_pack.qPv0Ad/_new 2020-01-17 12:00:41.988484490 +0100 @@ -1,6 +1,7 @@ # # spec file for package osmo-sgsn # +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017, Martin Hauke <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -12,12 +13,15 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # + +%define _lto_cflags %{nil} + %define with_iu 1 Name: osmo-sgsn -Version: 1.4.0 +Version: 1.6.0 Release: 0 Summary: Osmocom's SGSN for 2G and 3G packet-switched mobile networks License: AGPL-3.0-or-later AND GPL-2.0-or-later @@ -31,20 +35,20 @@ BuildRequires: systemd-rpm-macros BuildRequires: pkgconfig(libcares) BuildRequires: pkgconfig(libcrypto) >= 0.9.5 -BuildRequires: pkgconfig(libgtp) >= 1.2.0 -BuildRequires: pkgconfig(libosmo-gsup-client) >= 0.2.1 -BuildRequires: pkgconfig(libosmo-netif) >= 0.2.0 -BuildRequires: pkgconfig(libosmoabis) >= 0.5.0 -BuildRequires: pkgconfig(libosmocore) >= 0.11.0 -BuildRequires: pkgconfig(libosmoctrl) >= 0.11.0 -BuildRequires: pkgconfig(libosmogb) >= 0.11.0 -BuildRequires: pkgconfig(libosmogsm) >= 0.11.0 -BuildRequires: pkgconfig(libosmovty) >= 0.11.0 +BuildRequires: pkgconfig(libgtp) >= 1.5.0 +BuildRequires: pkgconfig(libosmo-gsup-client) >= 1.0.0 +BuildRequires: pkgconfig(libosmo-netif) >= 0.4.0 +BuildRequires: pkgconfig(libosmoabis) >= 0.6.0 +BuildRequires: pkgconfig(libosmocore) >= 1.2.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.2.0 +BuildRequires: pkgconfig(libosmogb) >= 1.2.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.2.0 +BuildRequires: pkgconfig(libosmovty) >= 1.2.0 %{?systemd_requires} %if %{with_iu} -BuildRequires: pkgconfig(libasn1c) -BuildRequires: pkgconfig(libosmo-ranap) >= 0.3.0 -BuildRequires: pkgconfig(libosmo-sigtran) >= 0.9.0 +BuildRequires: pkgconfig(libasn1c) >= 0.9.30 +BuildRequires: pkgconfig(libosmo-ranap) >= 0.6.0 +BuildRequires: pkgconfig(libosmo-sigtran) >= 1.0.0 %endif %description @@ -124,6 +128,7 @@ %exclude %{_docdir}/%{name}/examples/osmo-gtphub %exclude %{_docdir}/%{name}/examples/osmo-gbproxy %{_docdir}/%{name}/examples/osmo-sgsn/osmo-sgsn-accept-all.cfg +%{_docdir}/%{name}/examples/osmo-sgsn/osmo-sgsn_custom-sccp.cfg %{_docdir}/%{name}/examples/osmo-sgsn/osmo-sgsn.cfg %{_bindir}/osmo-sgsn %dir %{_sysconfdir}/osmocom ++++++ _service ++++++ --- /var/tmp/diff_new_pack.qPv0Ad/_old 2020-01-17 12:00:42.016484503 +0100 +++ /var/tmp/diff_new_pack.qPv0Ad/_new 2020-01-17 12:00:42.016484503 +0100 @@ -2,8 +2,8 @@ <service name="tar_scm" mode="disabled"> <param name="scm">git</param> <param name="url">git://git.osmocom.org/osmo-sgsn</param> - <param name="revision">1.4.0</param> - <param name="versionformat">1.4.0</param> + <param name="revision">1.6.0</param> + <param name="versionformat">1.6.0</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> ++++++ osmo-sgsn-1.4.0.tar.xz -> osmo-sgsn-1.6.0.tar.xz ++++++ ++++ 58853 lines of diff (skipped)
