Accepting request 226901 from network:samba:STABLE
- Update to version 1.2.13. + Reduce freelist contention + Make "tdb_purge_dead" internally public + Make "tdb_find_dead" internally public + Add "last_ptr" to tdb_find_dead + Move adding tailer space to tdb_find_dead + Do a best fit search for dead records + Don't purge records to a blocked freelist + Fix a tdb corruption + always open internal databases with incompatible hash. + in tdb_delete_hash, make lock/unlock bracket more obvious + simplify tdb_delete_hash() a bit + tdbtool: dump record magic with fixed number of 8 hex digits + tdbtool: dump record hash with fixed number of 8 hex digits + Avoid reallocs for lockrecs + Fix some typos in comments. + Fix CID 1034959 Uninitialized scalar variable + Fix CID 1034960 Uninitialized scalar variable + Fix typos. OBS-URL: https://build.opensuse.org/request/show/226901 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tdb?expand=0&rev=14
This commit is contained in:
commit
81d03267b3
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.11 (GNU/Linux)
|
||||
|
||||
iQEcBAABAgAGBQJRrfmSAAoJEEeTkWETCEAlq8kH/0I6Bq4Gu9iCZ+encrJvyNZ1
|
||||
5qQmTBDhubMnHRXxGb9m1OTL839lyv0h7dChLQxzQxTWRsRcdh6PXRJeRCfgZMk0
|
||||
Mj50n7XGk/1nX8Skm67T4kA9FQXKQGJwBH3ZahQHfV5bEm17ASYjTz1f/7OV3Dxb
|
||||
97bvD8d58SOqOu381+u9pMoBCPg4E4lYccLj1JecHOHIRQInPjm7eOUtk6/ROVCg
|
||||
0r3pKkvc8EqBxlZlbDCJAY2oSnoM++kwki78KAymMaB7IVx1vuPugatM1o5/2Ilr
|
||||
pxs+kqt9qs/iCXzp3KQW0r5QHYqLXfQ29FeGMrFQSX5oyATiDT8Q0xRns/MqmNY=
|
||||
=IYFW
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:282d3db1cc56ac3011ae5f3922fd0c5bb217ecb0320836c23b6fe67f2163a71f
|
||||
size 462590
|
11
tdb-1.2.13.tar.asc
Normal file
11
tdb-1.2.13.tar.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.11 (GNU/Linux)
|
||||
|
||||
iQEcBAABAgAGBQJTKqyuAAoJEEeTkWETCEAlOVIIAJB0EOp8QCYLMfOvStWAU4Y8
|
||||
pnENkWN9xWYk0a/Mb9iSM4tU4laPM4teWKe0qM57PmKiiIcExm9r+LmtRQe2tKNW
|
||||
L1E/XxPwCyG0jEJs+VyvHiIbpHTIVRycUWORr01FKLmAYGKZ5UP8LYTvWjS/UWT6
|
||||
rS++eSBZ1bpIsWBCUQ5QVN2hpL9jclwYGwNjZf3Sv3GIfzGmHtraBZ0f2eJAFio1
|
||||
+JrzTAVsQ+lBvolflw0nHiMkVB73pbd9QHH0SSBbeAkfZ7JwJ8s1eO9cAfsMZG7s
|
||||
9KZa42v2xkCcjpaIX8gMZyUt1ZcUASTlPp8IhQWSImKu53m5bbFaHad59traq1Y=
|
||||
=pudk
|
||||
-----END PGP SIGNATURE-----
|
3
tdb-1.2.13.tar.gz
Normal file
3
tdb-1.2.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:edc8f7dedd9928adc1bd48b33f95b08a222cf2c2867654a401c0ad66b10aadf6
|
||||
size 463129
|
23
tdb.changes
23
tdb.changes
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 20 19:12:16 UTC 2014 - lmuelle@suse.com
|
||||
|
||||
- Update to version 1.2.13.
|
||||
+ Reduce freelist contention
|
||||
+ Make "tdb_purge_dead" internally public
|
||||
+ Make "tdb_find_dead" internally public
|
||||
+ Add "last_ptr" to tdb_find_dead
|
||||
+ Move adding tailer space to tdb_find_dead
|
||||
+ Do a best fit search for dead records
|
||||
+ Don't purge records to a blocked freelist
|
||||
+ Fix a tdb corruption
|
||||
+ always open internal databases with incompatible hash.
|
||||
+ in tdb_delete_hash, make lock/unlock bracket more obvious
|
||||
+ simplify tdb_delete_hash() a bit
|
||||
+ tdbtool: dump record magic with fixed number of 8 hex digits
|
||||
+ tdbtool: dump record hash with fixed number of 8 hex digits
|
||||
+ Avoid reallocs for lockrecs
|
||||
+ Fix some typos in comments.
|
||||
+ Fix CID 1034959 Uninitialized scalar variable
|
||||
+ Fix CID 1034960 Uninitialized scalar variable
|
||||
+ Fix typos.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 6 13:29:03 UTC 2013 - lmuelle@suse.com
|
||||
|
||||
|
4
tdb.spec
4
tdb.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tdb
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -37,7 +37,7 @@ BuildRequires: pkgconfig
|
||||
%endif
|
||||
BuildRequires: python-devel
|
||||
Url: http://tdb.samba.org/
|
||||
Version: 1.2.12
|
||||
Version: 1.2.13
|
||||
Release: 0
|
||||
Summary: Samba Trivial Database
|
||||
License: GPL-3.0+
|
||||
|
Loading…
Reference in New Issue
Block a user