Changes of Revision 5
osmo-hlr.spec
Changed
x
1
2
3
Name: osmo-hlr
4
Requires: osmocom-latest
5
-Version: 1.6.0
6
+Version: 1.6.1
7
Release: 0
8
Summary: Osmocom Home Location Register for GSUP protocol towards OsmoSGSN and OsmoCSCN
9
License: AGPL-3.0-or-later AND GPL-2.0-or-later
10
Group: Productivity/Telephony/Servers
11
URL: https://osmocom.org/projects/osmo-hlr
12
-Source: osmo-hlr_1.6.0.tar.xz
13
+Source: osmo-hlr_1.6.1.tar.xz
14
Source1: rpmlintrc
15
BuildRequires: autoconf
16
BuildRequires: automake
17
osmo-hlr_1.6.0.dsc -> osmo-hlr_1.6.1.dsc
Changed
22
1
2
Source: osmo-hlr
3
Binary: osmo-hlr, osmo-hlr-dbg, libosmo-gsup-client0, libosmo-gsup-client-dev, libosmo-mslookup1, libosmo-mslookup-dev, osmo-mslookup-utils, osmo-hlr-doc
4
Architecture: any all
5
-Version: 1.6.0
6
+Version: 1.6.1
7
Maintainer: Osmocom team <openbsc@lists.osmocom.org>
8
Homepage: https://projects.osmocom.org/projects/osmo-hlr
9
Standards-Version: 3.9.6
10
11
osmo-hlr-doc deb doc optional arch=all
12
osmo-mslookup-utils deb utils optional arch=any
13
Checksums-Sha1:
14
- 962367515c78ae0f2098293f3ea9985ce7dd5eea 172096 osmo-hlr_1.6.0.tar.xz
15
+ df6cc10b8c68344734a3d0aef1ad8b7fc61e5fdc 172220 osmo-hlr_1.6.1.tar.xz
16
Checksums-Sha256:
17
- 91eabd5b6343ea90cf12fc000ed6c959b854f10ceca4724b0cd6a1ab6d05028c 172096 osmo-hlr_1.6.0.tar.xz
18
+ fbbeed27cdc026a92abf384331fbc55046b9aa8dac1375d6825bf72c4f117165 172220 osmo-hlr_1.6.1.tar.xz
19
Files:
20
- 5dfae2988995f37d795ee3b5d5942751 172096 osmo-hlr_1.6.0.tar.xz
21
+ 31148a4ea0008db57693481428bf6f8d 172220 osmo-hlr_1.6.1.tar.xz
22
osmo-hlr_1.6.0.tar.xz/.tarball-version -> osmo-hlr_1.6.1.tar.xz/.tarball-version
Changed
4
1
2
-1.6.0
3
+1.6.1
4
osmo-hlr_1.6.0.tar.xz/debian/changelog -> osmo-hlr_1.6.1.tar.xz/debian/changelog
Changed
12
1
2
+osmo-hlr (1.6.1) unstable; urgency=medium
3
+
4
+ * Run struct_endianness.py
5
+ * tests: adjust to XOR-3G rename in libosmocore
6
+
7
+ -- Oliver Smith <osmith@sysmocom.de> Thu, 23 Feb 2023 10:23:04 +0100
8
+
9
osmo-hlr (1.6.0) unstable; urgency=medium
10
11
Vadim Yanitskiy
12
osmo-hlr_1.6.0.tar.xz/include/osmocom/mslookup/mdns_rfc.h -> osmo-hlr_1.6.1.tar.xz/include/osmocom/mslookup/mdns_rfc.h
Changed
10
1
2
uint16_t nscount; /* Number of authority records */
3
uint16_t arcount; /* Number of additional records */
4
#elif OSMO_IS_BIG_ENDIAN
5
-/* auto-generated from the little endian part above (libosmocore/contrib/struct_endianess.py) */
6
+/* auto-generated from the little endian part above (libosmocore/contrib/struct_endianness.py) */
7
uint16_t id;
8
uint8_t qr:1, opcode:4, aa:1, tc:1, rd:1;
9
uint8_t ra:1, z:3, rcode:4;
10
osmo-hlr_1.6.0.tar.xz/tests/test_subscriber.ctrl -> osmo-hlr_1.6.1.tar.xz/tests/test_subscriber.ctrl
Changed
11
1
2
SET 113 subscriber.by-imsi-901991234567891.aud2g xor,c01ffedc1cadaeac1d1f1edacac1ab0a
3
SET_REPLY 113 subscriber.by-imsi-901991234567891.aud2g OK
4
5
-GET 114 subscriber.by-imsi-901991234567891.aud2g
6
-GET_REPLY 114 subscriber.by-imsi-901991234567891.aud2g XOR,c01ffedc1cadaeac1d1f1edacac1ab0a
7
-
8
SET 115 subscriber.by-imsi-901991234567891.aud2g none
9
SET_REPLY 115 subscriber.by-imsi-901991234567891.aud2g OK
10
11
osmo-hlr_1.6.0.tar.xz/tests/test_subscriber.vty -> osmo-hlr_1.6.1.tar.xz/tests/test_subscriber.vty
Changed
10
1
2
ID: 101
3
IMSI: 123456789023000
4
MSISDN: 423
5
- 2G auth: XOR
6
+...
7
KI=deaf0ff1ced0d0dabbedd1ced1cef00d
8
9
OsmoHLR# subscriber imsi 123456789023000 update aud2g comp128v1 ki BeefedCafeFaceAcedAddedDecadeFee
10
osmo-hlr_1.6.0.tar.xz/tests/testsuite.at -> osmo-hlr_1.6.1.tar.xz/tests/testsuite.at
Changed
15
1
2
cat $abs_srcdir/db/db_test.ok > expout
3
cat $abs_srcdir/db/db_test.err > experr
4
sqlite3 db_test.db < $abs_top_srcdir/sql/hlr.sql
5
-AT_CHECK($abs_top_builddir/tests/db/db_test, , expout, experr)
6
+
7
+# Compatibility with libosmocore I446e54d0ddf4a18c46ee022b1249af73552e3ce1
8
+$abs_top_builddir/tests/db/db_test >out 2>err
9
+sed -i "s/XOR-3G,/XOR,/g" err
10
+
11
+AT_CHECK(cat out; cat err >&2, , expout, experr)
12
AT_CLEANUP
13
14
# AT_SKIP_IF: disable for old sqlite versions, because the way we dump tables in the test doesn't work with it.
15