- Update to version 1.3.1.
+ tools: fix a compiler warning + defragment the freelist in tdb_allocate_from_freelist() + add "freelist_size" sub-command to tdbtool + use tdb_freelist_merge_adjacent in tdb_freelist_size() + add tdb_freelist_merge_adjacent() + add utility function check_merge_ptr_with_left_record() + simplify tdb_free() using check_merge_with_left_record() + add utility function check_merge_with_left_record() + improve comments for tdb_free(). + factor merge_with_left_record() out of tdb_free() + fix debug message in tdb_free() + reduce indentation in tdb_free() for merging left + increase readability of read_record_on_left() + factor read_record_on_left() out of tdb_free() + build: improve detection of srcdir. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tdb?expand=0&rev=54
This commit is contained in:
parent
38e23e8fd5
commit
3141f05da0
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1.4.11 (GNU/Linux)
|
|
||||||
|
|
||||||
iQEcBAABAgAGBQJTfnrDAAoJEEeTkWETCEAlxLgH/06ZPQJZimsMW/9lXl+ycq0N
|
|
||||||
8AWrO+ZvudffAn5y5npZvzNv67wq9n3ActPFsaHXoc3mZk1x7qc2DdGqh+a4p8ri
|
|
||||||
Mt/iajOF0U/5fZ9qy707KxYtYg0W0Cb4eDhhhMHCUshvktKk99+mT2IQB3uDLeGR
|
|
||||||
3v1pO4UyiZ1tOD5jfDjWUDgXRp1jQfJUm4pgYmN2r1tihVGANWkwJaQtsf7fvlfO
|
|
||||||
F44J3J883g7yTsrR85VeILWYySvqBe2420Y2O1OJVeW+Ij55dPhfkyPrR1AuuDNE
|
|
||||||
lcUsDEOOJ+VndDmFTHU/LklM62IAND4lNcrdeFPooWNv3uidJO2zX6STRxWGiqE=
|
|
||||||
=wfTZ
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:04bee48d405ab7815810575a6e0cb364cc0eea6187b54b18c84e9c18a768ba20
|
|
||||||
size 479096
|
|
11
tdb-1.3.1.tar.asc
Normal file
11
tdb-1.3.1.tar.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1
|
||||||
|
|
||||||
|
iQEcBAABAgAGBQJUGHvaAAoJEEeTkWETCEAlm+gH/0WHHbJstD+aDuMm2sz9vZ5r
|
||||||
|
0rH0M34I4ijHEJTnw87rGnnMgKaOS/ZT9u4r7OJnZnJhwjyOG+iGgSBz7sNhRiJB
|
||||||
|
vZ8fG9eWfzbDdjOcDEk8WH0mnCZWDrmNyiUh0B7rIJUCgZuAw3BCKV7PEQUAakhk
|
||||||
|
WeZIshmC+hjRUKzvjGwcirZKXnJR1UBJ9EwHliVx4+p3tc6n9DslIeR97m48D9eI
|
||||||
|
f+VwsbXSql9jzC+dSty35pnKMMKDowHhPg0ayf3TghogveUluAjJlpGPdIMnZUjA
|
||||||
|
fy4O/txFLSrjVHa3wwv6KVOdbxv9w2fXRU+rjqRRVxfeNrSB7jTMD94D19KJ6GU=
|
||||||
|
=exdx
|
||||||
|
-----END PGP SIGNATURE-----
|
3
tdb-1.3.1.tar.gz
Normal file
3
tdb-1.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ff29985ae880c3906ddd7609664a94c64bfe87b2b2210250e3fdee532ca2ece3
|
||||||
|
size 480898
|
20
tdb.changes
20
tdb.changes
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 23 17:02:44 UTC 2014 - lmuelle@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.3.1.
|
||||||
|
+ tools: fix a compiler warning
|
||||||
|
+ defragment the freelist in tdb_allocate_from_freelist()
|
||||||
|
+ add "freelist_size" sub-command to tdbtool
|
||||||
|
+ use tdb_freelist_merge_adjacent in tdb_freelist_size()
|
||||||
|
+ add tdb_freelist_merge_adjacent()
|
||||||
|
+ add utility function check_merge_ptr_with_left_record()
|
||||||
|
+ simplify tdb_free() using check_merge_with_left_record()
|
||||||
|
+ add utility function check_merge_with_left_record()
|
||||||
|
+ improve comments for tdb_free().
|
||||||
|
+ factor merge_with_left_record() out of tdb_free()
|
||||||
|
+ fix debug message in tdb_free()
|
||||||
|
+ reduce indentation in tdb_free() for merging left
|
||||||
|
+ increase readability of read_record_on_left()
|
||||||
|
+ factor read_record_on_left() out of tdb_free()
|
||||||
|
+ build: improve detection of srcdir.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 23 20:48:25 UTC 2014 - lmuelle@suse.com
|
Fri May 23 20:48:25 UTC 2014 - lmuelle@suse.com
|
||||||
|
|
||||||
|
2
tdb.spec
2
tdb.spec
@ -37,7 +37,7 @@ BuildRequires: pkgconfig
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
Url: http://tdb.samba.org/
|
Url: http://tdb.samba.org/
|
||||||
Version: 1.3.0
|
Version: 1.3.1
|
||||||
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