Commit graph

23 commits

Author SHA1 Message Date
adam
829c63c0f1 tdb: updated to 1.4.3
1.4.3:
Unknown changes
2019-12-30 09:42:47 +00:00
hauke
714c311d97 Solarish pthreads expect mutex datastructures to be properly zeroed
out, unlike the Linux implementation, which upstream mainly
targets. This leads to "tdb_open_ex: tdb_mutex_init failed for
/var/samba/lock/gencache.tdb: Device busy" errors, described in
<https://illumos.topicbox.com/groups/developer/T28dcabf2f69cac04>.

Illumos kernel code attempted to mitigate the problem as of
<https://www.illumos.org/issues/9959>, but the changes have yet to
show up in releases.

The patches originate from
<https://github.com/oposs/pkg.oetiker.ch-build/blob/master/build/samba4/patches/pthread_mutex_init>,
modified appropriately.

Tested on omniosce r151030.
2019-09-05 12:39:56 +00:00
adam
a0241e0e16 tdb: updated to 1.4.2
1.4.2
Unknown changes
2019-08-23 10:49:14 +00:00
jmcneill
931f20b85d Add comment. 2019-06-22 12:52:44 +00:00
jmcneill
cc250c7532 Build fix:
ValueError: invalid literal for int() with base 10:
'_PATH_ORIG=/home/jmcneill/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R7/bin:/usr/pkg/bin:/usr/pkg/sbin:/usr/games:/usr/local/bin:/usr/local/sbin'
2019-06-22 12:14:49 +00:00
adam
52f774745a tdb: updated to 1.4.0
1.4.0:
Unknown changes
2019-03-26 11:48:38 +00:00
adam
a498b81514 tdb: updated to 1.3.18
1.3.18:
Unknown changes
2019-03-02 14:06:52 +00:00
jperkin
ff07ecbc1e tdb: Fix build on SunOS (unicode vs str assertion failures). 2019-01-29 23:33:54 +00:00
adam
667fa04f35 Update patch for install_name on Darwin 2019-01-17 21:29:39 +00:00
adam
2d1cfda94f tdb: updated to 1.3.17
1.3.17:
Unknown changes
2019-01-15 21:04:02 +00:00
adam
b45a961167 tdb: updated to 1.3.16
1.3.16:
Unknown changes.
2019-01-03 19:35:24 +00:00
wiz
0b3213ae3a Update tdb to 1.3.8.
Changes not found.
2015-11-21 09:42:18 +00:00
agc
d549bff9a5 Add SHA512 digests for distfiles for databases category
Problems found with existing distfiles:
	distfiles/D6.data.ros.gz
	distfiles/cstore0.2.tar.gz
	distfiles/data4.tar.gz
	distfiles/sphinx-2.2.7-release.tar.gz
No changes made to the cstore or mariadb55-client distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 01:56:09 +00:00
tnn
14de6a2f83 previous darwin fix was incomplete 2015-10-23 19:52:41 +00:00
tnn
b37e3efa28 Provide -install_name for Darwin. 2015-10-23 00:48:34 +00:00
adam
e0749a79c8 Changes 1.3.4:
Bug fixes.
2015-01-16 09:31:33 +00:00
mef
a67b75cc5d - Update 1.2.12 to 1.3.3. No ChangeLog found.
- Add LICENSE as gnu-gpl-v3 (noted in pytdb.c)
2014-12-04 11:13:25 +00:00
wiz
4422946013 Update to 1.2.12. No changelog found. 2013-06-14 21:18:22 +00:00
drochner
386d0e95b2 update to 1.2.11
no changelog available
2012-12-14 19:35:05 +00:00
drochner
72f07b2eba resolve the CONFLICT between tdb and samba - make sambe use
an external libtdb instead of the internal duplicate
2012-10-30 13:24:31 +00:00
agc
671d62d2e2 Add RMD160 digests in addition to SHA1 ones. 2005-02-23 16:33:05 +00:00
jmmv
d2c7e7c76b Fix build when using gcc3. 2003-07-17 20:37:50 +00:00
jmmv
114d556e96 Initial import of tdb, version 1.0.6. Description follows:
TDB is a Trivial Database. In concept, it is very much like GDBM,
and BSD's DB except that it allows multiple simultaneous writers
and uses locking internally to keep writers from trampling on
each other. TDB is also extremely small.

Approved by wiz.

This closes my own PR 18122.
2002-11-29 19:19:12 +00:00