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 40
View file
commit_bae137d9ebe4c9551af3efcd1e3792f63ee87f8a.txt
Deleted
View file
commit_c819234a42af5f0c6a9114b605ff8365e89d770d.txt
Added
View file
osmo-hlr_1.7.0.17.bae1.dsc -> osmo-hlr_1.8.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.7.0.17.bae1 +Version: 1.8.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.9.0), libosmo-abis-dev (>= 1.5.0), libosmo-netif-dev (>= 1.4.0), libsqlite3-dev, sqlite3, osmo-gsm-manuals-dev (>= 1.5.0) +Build-Depends: debhelper (>= 10), pkg-config, dh-autoreconf, autotools-dev, python3-minimal, libosmocore-dev (>= 1.10.0), libosmo-abis-dev (>= 1.6.0), libosmo-netif-dev (>= 1.5.0), libsqlite3-dev, sqlite3, osmo-gsm-manuals-dev (>= 1.6.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: - 0f8a8c6e52ee7d70b066bb30a66efff8316bc9ad 176256 osmo-hlr_1.7.0.17.bae1.tar.xz + 55de90d0f8fe67c6f14cce3db0cb6065f07003e5 176476 osmo-hlr_1.8.0.tar.xz Checksums-Sha256: - 093eaf01fb006cd18c96a4a75db12e90321d36cc811cb342c29917ab3bbae562 176256 osmo-hlr_1.7.0.17.bae1.tar.xz + 5d7ba3c1e3ee7e2c4279d453724fcb1faf78c2977f2b319f68fa489d5d0904ee 176476 osmo-hlr_1.8.0.tar.xz Files: - 37fd58ada151d4dc1b3ab6504329fd2e 176256 osmo-hlr_1.7.0.17.bae1.tar.xz + f371fa567dc2e12804b3240904a2cf0a 176476 osmo-hlr_1.8.0.tar.xz
View file
osmo-hlr_1.7.0.17.bae1.tar.xz/.tarball-version -> osmo-hlr_1.8.0.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.7.0.17-bae1 +1.8.0
View file
osmo-hlr_1.7.0.17.bae1.tar.xz/TODO-RELEASE -> osmo-hlr_1.8.0.tar.xz/TODO-RELEASE
Changed
@@ -1,10 +1,9 @@ # When cleaning up this file: bump API version in corresponding Makefile.am and rename corresponding debian/lib*.install -# according to https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info -# In short: +# according to https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release +# In short: https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info # LIBVERSION=c:r:a # If the library source code has changed at all since the last update, then increment revision: c:r + 1:a. -# If any interfaces have been added, removed, or changed since the last update: c + 1:0:0. +# If any interfaces have been added, removed, or changed since the last update: c + 1:0:a. # 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 >1.9.0 <osmocom/gsm/protocol/gsm_04_11.h> additions +#library what description / commit summary line
View file
osmo-hlr_1.7.0.17.bae1.tar.xz/configure.ac -> osmo-hlr_1.8.0.tar.xz/configure.ac
Changed
@@ -41,11 +41,11 @@ PKG_CHECK_MODULES(TALLOC, talloc >= 2.0.1) -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(LIBOSMOCORE, libosmocore >= 1.10.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0) +PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.6.0) PKG_CHECK_MODULES(SQLITE3, sqlite3)
View file
osmo-hlr_1.7.0.17.bae1.tar.xz/debian/changelog -> osmo-hlr_1.8.0.tar.xz/debian/changelog
Changed
@@ -1,8 +1,35 @@ -osmo-hlr (1.7.0.17.bae1) unstable; urgency=medium +osmo-hlr (1.8.0) unstable; urgency=medium - * Automatically generated changelog entry for building the Osmocom master feed + Vadim Yanitskiy + * hlr_vty.c: drop redundant include of hlr_ussd.h + * build: include {README.md,git-version-gen} into the release tarball + * README.md: cosmetic: fix a typo - -- Osmocom OBS scripts <info@osmocom.org> Wed, 03 Jul 2024 12:01:42 +0000 + Mychaela N. Falconia + * SMS over GSUP: implement vty config of SMSC routing + * SMS over GSUP: implement forwarding of MO SMS + * SMS over GSUP: implement forwarding of MT SMS + * SMS over GSUP: handle READY-FOR-SM.req from MSCs + * ctrl: add subscriber.by-*.imsi GET-able variable + + Andreas Eversberg + * Use uniform log format for default config files + + Harald Welte + * Add funding link to github mirror + * README.md: Improve mark-down formatting + * README.md: Add Forum and Issue Tracker sections + + Max + * .deb/.rpm: add osmocom user during package install + + Oliver Smith + * .deb/.rpm: various fixes related to non-root + * contrib: remove rpm spec file + * debian/postinst: add checks, be verbose + * mslookup: don't ignore return value of write() + + -- Oliver Smith <osmith@sysmocom.de> Wed, 24 Jul 2024 15:29:12 +0200 osmo-hlr (1.7.0) unstable; urgency=medium
View file
osmo-hlr_1.7.0.17.bae1.tar.xz/debian/control -> osmo-hlr_1.8.0.tar.xz/debian/control
Changed
@@ -7,12 +7,12 @@ dh-autoreconf, autotools-dev, python3-minimal, - libosmocore-dev (>= 1.9.0), - libosmo-abis-dev (>= 1.5.0), - libosmo-netif-dev (>= 1.4.0), + libosmocore-dev (>= 1.10.0), + libosmo-abis-dev (>= 1.6.0), + libosmo-netif-dev (>= 1.5.0), libsqlite3-dev, sqlite3, - osmo-gsm-manuals-dev (>= 1.5.0) + osmo-gsm-manuals-dev (>= 1.6.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
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
.