Accepting request 628175 from home:dmulder:branches:samba_gpo_test
- Update to 1.3.16. + Fix build on AIX + Python3 compatibility fixes + Use tdb_wipe_all in "erase" command + Harden allocating the tdb recovery area + Make sure the hash size fits + Harden tdb_check_used_record against overflow + Harden tdb_rec_read + Handle TDB_NEXT_LOCK_ERR in tdb_traverse_internal + Fix build warnings OBS-URL: https://build.opensuse.org/request/show/628175 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tdb?expand=0&rev=98
This commit is contained in:
parent
532e099189
commit
32b774618b
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1
|
|
||||||
|
|
||||||
iQEcBAABAgAGBQJZoWA4AAoJEEeTkWETCEAlX4YIAKx5DgZnnpf8+ELzoO7vHjVX
|
|
||||||
9t9HsAZopZBvRh57auf7EgJnNQFC9U5sjdfuYe4W57vuRBxksyvwxtmBPXKhM4EI
|
|
||||||
pJqv1V45prR1MiB52AusaCxfVr53DpgdPRZYmnbN6ZY6JY/QGQ4V4ADLqjF1+l+X
|
|
||||||
IQElyY45AXufUNbu/DlNjZNNvSSL2D/fag+63NMzbi5WMgtWUlGXhEGBCS7/K26i
|
|
||||||
B4sr3tgIqKrNaywU9St5eWsddwJ5ie5cgmN9fqPaLI0DR6ldWAjlTpy8ev6m7k/X
|
|
||||||
0FQNa3tIK0npDp9GunfFVLQVq04cfkioBKYtBVGix5Yly45UJe7L7lW8WijLAPw=
|
|
||||||
=hD6g
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b4a1bf3833601bd9f10aff363cb750860aef9ce5b4617989239923192f946728
|
|
||||||
size 502627
|
|
11
tdb-1.3.16.tar.asc
Normal file
11
tdb-1.3.16.tar.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQFJBAABCgAzFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAltG7QMVHHNhbWJhLWJ1
|
||||||
|
Z3NAc2FtYmEub3JnAAoJEEeTkWETCEAlowMIAJMs9LpoVeHlnGsaGuX2+F4PLUzh
|
||||||
|
QrzLHwwH6yGOUlnZuFsHQ40POYb4xdFVaZ2SX6FWpYmIgx9qvCbiP7Om1J3Ff7hG
|
||||||
|
KnLm5a3X+bS5U2+Q3Opi+BCW36hNwwBGR3XMfST3TJq8p5tpBE+xDy2Wg+5uFhbW
|
||||||
|
etfrNHMpwVHdbgQx5rSpqqK2Bol1HDRsbz4790lnnrtxADlFvgknZErMXHKFuOP5
|
||||||
|
YBfvCkgLDYP9SQRGbk1IkHMaFQBqpgjJG/8qPzs9G//sNZhhBtWk3wOObDg27GW3
|
||||||
|
A7QJUGzvGnW+7qjf15yQ+kPiMLVbDe+pcLkWzdo3EZPZ0qhoBQJ1/8Uv3m8=
|
||||||
|
=Pl5Y
|
||||||
|
-----END PGP SIGNATURE-----
|
3
tdb-1.3.16.tar.gz
Normal file
3
tdb-1.3.16.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6a3fc2616567f23993984ada3cea97d953a27669ffd1bfbbe961f26e0cf96cc5
|
||||||
|
size 504330
|
14
tdb.changes
14
tdb.changes
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 8 15:01:52 UTC 2018 - dmulder@suse.com
|
||||||
|
|
||||||
|
- Update to 1.3.16.
|
||||||
|
+ Fix build on AIX
|
||||||
|
+ Python3 compatibility fixes
|
||||||
|
+ Use tdb_wipe_all in "erase" command
|
||||||
|
+ Harden allocating the tdb recovery area
|
||||||
|
+ Make sure the hash size fits
|
||||||
|
+ Harden tdb_check_used_record against overflow
|
||||||
|
+ Harden tdb_rec_read
|
||||||
|
+ Handle TDB_NEXT_LOCK_ERR in tdb_traverse_internal
|
||||||
|
+ Fix build warnings
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 27 14:19:38 UTC 2018 - david.mulder@suse.com
|
Fri Apr 27 14:19:38 UTC 2018 - david.mulder@suse.com
|
||||||
|
|
||||||
|
2
tdb.spec
2
tdb.spec
@ -35,7 +35,7 @@ BuildRequires: python-devel
|
|||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
%endif
|
%endif
|
||||||
Url: https://tdb.samba.org/
|
Url: https://tdb.samba.org/
|
||||||
Version: 1.3.15
|
Version: 1.3.16
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Samba Trivial Database
|
Summary: Samba Trivial Database
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
Loading…
Reference in New Issue
Block a user