Projects
osmocom:master
osmo-hlr
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 27
View file
osmo-hlr.spec
Changed
@@ -15,13 +15,13 @@ Name: osmo-hlr Requires: osmocom-master -Version: 1.6.0.20.37f0 +Version: 1.7.0 Release: 0 Summary: Osmocom Home Location Register for GSUP protocol towards OsmoSGSN and OsmoCSCN License: AGPL-3.0-or-later AND GPL-2.0-or-later Group: Productivity/Telephony/Servers URL: https://osmocom.org/projects/osmo-hlr -Source: osmo-hlr_1.6.0.20.37f0.tar.xz +Source: osmo-hlr_1.7.0.tar.xz Source1: rpmlintrc BuildRequires: autoconf BuildRequires: automake @@ -31,11 +31,11 @@ %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
View file
commit_37f0b3a8f37a2dd615e4c269d429b21b8f1dcbed.txt
Deleted
View file
commit_d052f076e385197998c4f05aa787927df2adfbff.txt
Added
View file
osmo-hlr_1.6.0.20.37f0.dsc -> osmo-hlr_1.7.0.dsc
Changed
@@ -2,13 +2,13 @@ Source: osmo-hlr Binary: osmo-hlr, osmo-hlr-dbg, libosmo-gsup-client0, libosmo-gsup-client-dev, libosmo-mslookup1, libosmo-mslookup-dev, osmo-mslookup-utils, osmo-hlr-doc Architecture: any all -Version: 1.6.0.20.37f0 +Version: 1.7.0 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/osmo-hlr 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 -Build-Depends: debhelper (>= 10), pkg-config, dh-autoreconf, autotools-dev, python3-minimal, libosmocore-dev (>= 1.8.0), libosmo-abis-dev (>= 1.4.0), libosmo-netif-dev (>= 1.3.0), libsqlite3-dev, sqlite3, osmo-gsm-manuals-dev (>= 1.4.0) +Build-Depends: debhelper (>= 10), pkg-config, dh-autoreconf, autotools-dev, python3-minimal, 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.5.0) Package-List: libosmo-gsup-client-dev deb net optional arch=any libosmo-gsup-client0 deb libs optional arch=any @@ -19,8 +19,8 @@ osmo-hlr-doc deb doc optional arch=all osmo-mslookup-utils deb utils optional arch=any Checksums-Sha1: - 5376d1581400b9124990f7f9b0278670800071c8 174296 osmo-hlr_1.6.0.20.37f0.tar.xz + 81ef0054689c5e9984442a50a81fbcfd4d2e6eea 174532 osmo-hlr_1.7.0.tar.xz Checksums-Sha256: - 8a819aa22ce1cc20d50e6749f25c731ed9f364839b966089eb4f514dcaa6ca45 174296 osmo-hlr_1.6.0.20.37f0.tar.xz + e251d9ea89daafa9c84fabd1b5c82b2a0c27ab523de138b36025963a1ae401c4 174532 osmo-hlr_1.7.0.tar.xz Files: - 19ff13905de68df612f52433f4c11a5d 174296 osmo-hlr_1.6.0.20.37f0.tar.xz + ed998d8a00ff733493b21db064030327 174532 osmo-hlr_1.7.0.tar.xz
View file
osmo-hlr_1.6.0.20.37f0.tar.xz/.tarball-version -> osmo-hlr_1.7.0.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.6.0.20-37f0 +1.7.0
View file
osmo-hlr_1.6.0.20.37f0.tar.xz/TODO-RELEASE -> osmo-hlr_1.7.0.tar.xz/TODO-RELEASE
Changed
@@ -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
View file
osmo-hlr_1.6.0.20.37f0.tar.xz/configure.ac -> osmo-hlr_1.7.0.tar.xz/configure.ac
Changed
@@ -41,11 +41,11 @@ 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)
View file
osmo-hlr_1.6.0.20.37f0.tar.xz/contrib/osmo-hlr.spec.in -> osmo-hlr_1.7.0.tar.xz/contrib/osmo-hlr.spec.in
Changed
@@ -30,11 +30,11 @@ %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
View file
osmo-hlr_1.6.0.20.37f0.tar.xz/debian/changelog -> osmo-hlr_1.7.0.tar.xz/debian/changelog
Changed
@@ -1,8 +1,36 @@ -osmo-hlr (1.6.0.20.37f0) unstable; urgency=medium +osmo-hlr (1.7.0) unstable; urgency=medium - * Automatically generated changelog entry for building the Osmocom master feed + 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 - -- Osmocom OBS scripts <info@osmocom.org> Tue, 12 Sep 2023 09:51:17 +0000 + 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 OPc values + * Add VTY support for TUAK algorithm + + -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 12 Sep 2023 14:41:33 +0200 osmo-hlr (1.6.0) unstable; urgency=medium
View file
osmo-hlr_1.6.0.20.37f0.tar.xz/debian/control -> osmo-hlr_1.7.0.tar.xz/debian/control
Changed
@@ -7,12 +7,12 @@ 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
View file
osmo-hlr_1.6.0.20.37f0.tar.xz/src/mslookup/Makefile.am -> osmo-hlr_1.7.0.tar.xz/src/mslookup/Makefile.am
Changed
@@ -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)
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.