Hello community, here is the log from the commit of package osmo-msc for openSUSE:Leap:15.2 checked in at 2020-01-17 12:00:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/osmo-msc (Old) and /work/SRC/openSUSE:Leap:15.2/.osmo-msc.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "osmo-msc" Fri Jan 17 12:00:43 2020 rev:3 rq:763617 version:1.6.1 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/osmo-msc/osmo-msc.changes 2020-01-15 15:37:46.599042382 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.osmo-msc.new.26092/osmo-msc.changes 2020-01-17 12:00:44.416485560 +0100 @@ -1,0 +2,38 @@ +Thu Jan 9 22:16:22 UTC 2020 - Martin Hauke <[email protected]> + +- Update to new upstream release 1.6.1 + Bugfix release: + * libmsc/gsm_04_08.c: fix: verify MI before calling + vlr_subscr_rx_id_resp() + * vlr.c: fix condition to check MSISDN presence + +------------------------------------------------------------------- +Sat Jan 4 18:26:12 UTC 2020 - Martin Hauke <[email protected]> + +- Update to new upstream release 1.6.0 + * MNCC v6: add optional SDP to the socket protocol + * add sdp_msg API: SDP parsing/composition + * BSSMAP: decode Codec List (BSS Supported) + * vlr_auth_fsm: on SAI use the GSUP provided GMM cause code + * paging: Send SGsAP-SERVICE-ABORT-REQUEST on paging timeout + * sgs_iface: Accept messages with unknown TLV elements + * fix error on BSSMAP Cipher Mode Complete L3 msg IE + * Implement a global switch on the network to disable call waiting. + * mncc: send payload type matching chosen codec +- Update to new upstream release 1.5.0 + * replace osmo_counter with stat_items + * Use GSM23003_MSISDN_MAX_DIGITS from libosmogsm + * libmsc/gsm_04_11.c: properly handle MMTS indication + * vty: Add option to enable osmux towards BSCs + * vty: make retrieve-imeisv-early configurable + * Allow MME name preformatted as FQDN in SGsAP + * sms queue: avoid repeated Paging for a failed SMS + * Add SGs Interface + +------------------------------------------------------------------- +Sun Nov 10 21:03:53 UTC 2019 - Martin Hauke <[email protected]> + +- Disable LTO for now since it breaks compilation of the tests + See: https://osmocom.org/issues/4115 + +------------------------------------------------------------------- Old: ---- osmo-msc-1.3.1.tar.xz New: ---- osmo-msc-1.6.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ osmo-msc.spec ++++++ --- /var/tmp/diff_new_pack.1uYTCZ/_old 2020-01-17 12:00:44.968485803 +0100 +++ /var/tmp/diff_new_pack.1uYTCZ/_new 2020-01-17 12:00:44.968485803 +0100 @@ -1,6 +1,7 @@ # # spec file for package osmo-msc # +# 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,14 @@ # 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 with_iu 1 +%define _lto_cflags %{nil} Name: osmo-msc -Version: 1.3.1 +Version: 1.6.1 Release: 0 Summary: Osmocom's MSC for 2G and 3G circuit-switched mobile networks License: AGPL-3.0-or-later AND GPL-2.0-only @@ -26,20 +29,22 @@ Source: %{name}-%{version}.tar.xz BuildRequires: autoconf BuildRequires: automake +BuildRequires: libdbi-drivers-dbd-sqlite3 BuildRequires: libtool +BuildRequires: lksctp-tools-devel BuildRequires: pkgconfig >= 0.20 BuildRequires: pkgconfig(dbi) BuildRequires: pkgconfig(libcrypto) >= 0.9.5 BuildRequires: pkgconfig(libosmo-gsup-client) >= 1.0.0 -BuildRequires: pkgconfig(libosmo-mgcp-client) >= 1.5.0 -BuildRequires: pkgconfig(libosmo-netif) >= 0.4.0 -BuildRequires: pkgconfig(libosmo-sccp) >= 1.0.0 -BuildRequires: pkgconfig(libosmo-sigtran) >= 1.0.0 +BuildRequires: pkgconfig(libosmo-mgcp-client) >= 1.7.0 +BuildRequires: pkgconfig(libosmo-netif) >= 0.6.0 +BuildRequires: pkgconfig(libosmo-sccp) >= 1.1.0 +BuildRequires: pkgconfig(libosmo-sigtran) >= 1.1.0 BuildRequires: pkgconfig(libosmoabis) >= 0.6.0 -BuildRequires: pkgconfig(libosmocore) >= 1.0.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.0.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.0.0 -BuildRequires: pkgconfig(libosmovty) >= 1.0.0 +BuildRequires: pkgconfig(libosmocore) >= 1.3.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.3.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.3.0 +BuildRequires: pkgconfig(libosmovty) >= 1.3.0 BuildRequires: pkgconfig(libsmpp34) >= 1.13.0 %{?systemd_requires} %if %{with_iu} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.1uYTCZ/_old 2020-01-17 12:00:44.988485811 +0100 +++ /var/tmp/diff_new_pack.1uYTCZ/_new 2020-01-17 12:00:44.988485811 +0100 @@ -2,8 +2,8 @@ <service name="tar_scm" mode="disabled"> <param name="scm">git</param> <param name="url">git://git.osmocom.org/osmo-msc</param> - <param name="parent-tag">1.3.1</param> - <param name="versionformat">1.3.1</param> + <param name="parent-tag">1.6.1</param> + <param name="versionformat">1.6.1</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> ++++++ osmo-msc-1.3.1.tar.xz -> osmo-msc-1.6.1.tar.xz ++++++ ++++ 88350 lines of diff (skipped)
