From d052f076e385197998c4f05aa787927df2adfbff Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 12 Sep 2023 14:41:33 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.6.0.20-37f0-dirty=20?= =?UTF-8?q?=E2=86=92=201.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3f169ff8f9b10a4d4b5c50286951d326fa713245 --- TODO-RELEASE | 1 - configure.ac | 10 +++++----- contrib/osmo-hlr.spec.in | 10 +++++----- debian/changelog | 34 ++++++++++++++++++++++++++++++++++ debian/control | 8 ++++---- src/mslookup/Makefile.am | 2 +- 6 files changed, 49 insertions(+), 16 deletions(-) diff --git a/TODO-RELEASE b/TODO-RELEASE index 042d1a7d..cbfda241 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,4 +7,3 @@ # If any interfaces have been added since the last public release: c:r:a + 1. # If any interfaces have been removed or changed since the last public release: c:r:0. #library what description / commit summary line -libosmogsm UPDATE_DEP_VER update libosmogsm version dependency after Ib905b8d8bdf248e8299bf50666ee1bca8298433d is released diff --git a/configure.ac b/configure.ac index 1ee71bff..66bba755 100644 --- a/configure.ac +++ b/configure.ac @@ -41,11 +41,11 @@ PKG_PROG_PKG_CONFIG([0.20]) PKG_CHECK_MODULES(TALLOC, [talloc >= 2.0.1]) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.4.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.5.0) PKG_CHECK_MODULES(SQLITE3, sqlite3) diff --git a/contrib/osmo-hlr.spec.in b/contrib/osmo-hlr.spec.in index 5c3dae71..f3085e78 100644 --- a/contrib/osmo-hlr.spec.in +++ b/contrib/osmo-hlr.spec.in @@ -29,11 +29,11 @@ BuildRequires: python3 %if 0%{?suse_version} BuildRequires: systemd-rpm-macros %endif -BuildRequires: pkgconfig(libosmoabis) >= 1.4.0 -BuildRequires: pkgconfig(libosmocore) >= 1.8.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.8.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.8.0 -BuildRequires: pkgconfig(libosmovty) >= 1.8.0 +BuildRequires: pkgconfig(libosmoabis) >= 1.5.0 +BuildRequires: pkgconfig(libosmocore) >= 1.9.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.9.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.9.0 +BuildRequires: pkgconfig(libosmovty) >= 1.9.0 BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(talloc) >= 2.0.1 # only needed for populate_hlr_db.pl diff --git a/debian/changelog b/debian/changelog index 89b5aed3..1344fa86 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,37 @@ +osmo-hlr (1.7.0) unstable; urgency=medium + + [ Oliver Smith ] + * Run struct_endianness.py + * tests/db/db_test.err: adjust to XOR-3G rename + * debian: set compat level to 10 + * systemd: depend on networking-online.target + + [ Pau Espin Pedrol ] + * mslookup: Call osmo_fd_unregister() before closing and changing bfd->fd + + [ Vadim Yanitskiy ] + * tests/auc/Makefile.am: put object files to LDADD + * tests/*/Makefile.am: move -I to AM_CPPFLAGS + * lu_fsm: fix memleak in lu_fsm_wait_insert_data_result() + * ussd: fix GSUP memleaks in rx_proc_ss_{req,error}() + * gsup_server: fix msgb memleak in osmo_gsup_server_read_cb() + * USSD: fix handling of ussd-DataCodingScheme != 0x0f + + [ Alexander Couzens ] + * hlr: use talloc for memory allocation in osmo_gsup_create_insert_subscriber_data_msg + * Add support for multiple APN profiles for subscriber data + + [ Harald Welte ] + * Introduce support for XOR-2G algorithm + * cosmetic: gen_ts_55_205_test_sets/func_template.c: Use tab-indent + * cosmetic: gen_ts_55_205_test_sets/main_template tabs istead of spaces + * Port to new libosmogsm 'struct osmo_sub_auth_data2' + * src/db.c: Switch from "const char *statements" to "const char * const" + * db: extend database schema to support 256bit K and/or OP[c] values + * Add VTY support for TUAK algorithm + + -- Pau Espin Pedrol Tue, 12 Sep 2023 14:41:33 +0200 + osmo-hlr (1.6.0) unstable; urgency=medium [ Vadim Yanitskiy ] diff --git a/debian/control b/debian/control index 59e07f29..ec234a3d 100644 --- a/debian/control +++ b/debian/control @@ -7,12 +7,12 @@ Build-Depends: debhelper (>= 10), dh-autoreconf, autotools-dev, python3-minimal, - libosmocore-dev (>= 1.8.0), - libosmo-abis-dev (>= 1.4.0), - libosmo-netif-dev (>= 1.3.0), + libosmocore-dev (>= 1.9.0), + libosmo-abis-dev (>= 1.5.0), + libosmo-netif-dev (>= 1.4.0), libsqlite3-dev, sqlite3, - osmo-gsm-manuals-dev (>= 1.4.0) + osmo-gsm-manuals-dev (>= 1.5.0) Standards-Version: 3.9.6 Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr diff --git a/src/mslookup/Makefile.am b/src/mslookup/Makefile.am index 24d11080..97439700 100644 --- a/src/mslookup/Makefile.am +++ b/src/mslookup/Makefile.am @@ -1,7 +1,7 @@ # This is _NOT_ the library release version, it's an API version. # Please read chapter "Library interface versions" of the libtool documentation # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html -LIBVERSION=1:0:0 +LIBVERSION=1:1:0 AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)/include AM_CFLAGS = -fPIC -Wall $(PCSC_CFLAGS) $(TALLOC_CFLAGS) $(LIBOSMOCORE_CFLAGS)