summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)AuthorFilesLines
2003-12-15- upgrade to db-4.2.52.jbj2539-113842/+363683
CVS patchset: 6972 CVS date: 2003/12/15 21:42:09
2003-06-13Apply patch.4.1.25.1.jbj1-1/+1
CVS patchset: 6900 CVS date: 2003/06/13 17:04:02
2003-01-24Apply patches 9+10, equivalent to db-4.1.25 now.jbj5-129/+182
CVS patchset: 6024 CVS date: 2003/01/24 17:11:36
2002-11-267.Fix a bug which kept the Berkeley DB XML release from building with thejbj2-275/+792
Berkeley DB 4.1.24 release. This bug only affects builds of the Berkeley DB XML release. 8.Fix a bug which causes Berkeley DB to checkpoint quiescent database environments. CVS patchset: 5883 CVS date: 2002/11/26 22:47:41
2002-11-15Apply patch.4.1.24.6:jbj1-7/+4
6.Fix a bug where Berkeley DB could overwrite incorrectly formatted files rather than returning an error to the application during open. CVS patchset: 5869 CVS date: 2002/11/15 18:29:34
2002-11-15Apply patch.4.1.24.5:jbj5-45/+342
5.Fix a bug where Hash databases could be corrupted on filesystems that do not zero-fill implicitly created blocks. This patch only needs to be applied for Berkeley DB applications running on such filesystems (for example, Windows/9X, QNX, VxWorks DosFS 1.0 and unpatched DosFS 2.2). CVS patchset: 5868 CVS date: 2002/11/15 18:28:43
2002-11-15Apply patch.4.1.24.4:jbj1-16/+19
4.Fix a bug where read-only databases were not mapped into memory but were instead read through the Berkeley DB buffer cache. CVS patchset: 5867 CVS date: 2002/11/15 18:28:01
2002-11-15Apply patch.4.1.24.3:jbj1-28/+33
3.Fix a link error ("GetLongPathNameA could not be located in the dynamic link library KERNEL32.dll") that prevented the Berkeley DB 4.1.24 release from loading on some Windows/NT systems. CVS patchset: 5866 CVS date: 2002/11/15 18:27:07
2002-11-15Apply patch.4.1.24.2:jbj4-322/+877
2.Fix a bug where replicas could not remove log files because the checkpoint lsn was not being updated properly. CVS patchset: 5865 CVS date: 2002/11/15 18:26:16
2002-11-15Apply patch.4.1.24.1:jbj1-12/+7
1.Fix a bug which could cause database environment open to hang. This bug only affects encrypted Berkeley DB database environments, and the patch should only be applied to Berkeley DB releases including cryptographic support. CVS patchset: 5864 CVS date: 2002/11/15 18:25:24
2002-09-20Orphans.jbj64-0/+27810
CVS patchset: 5726 CVS date: 2002/09/20 13:58:39
2002-09-20Orphans.jbj7-1909/+0
CVS patchset: 5725 CVS date: 2002/09/20 13:49:09
2002-09-20Orphans.jbj72-31323/+0
CVS patchset: 5724 CVS date: 2002/09/20 13:37:09
2002-09-20Create.jbj1-0/+41
CVS patchset: 5723 CVS date: 2002/09/20 13:24:06
2002-09-19Conflict resolved.jbj136-2274/+2297
CVS patchset: 5722 CVS date: 2002/09/19 21:06:40
2002-09-19Initial revisionjbj51-0/+2392
CVS patchset: 5721 CVS date: 2002/09/19 20:33:51
2002-08-26- set cachesize without a dbenv, the default is far too small.jbj2-498/+445
- db: don't return EACCES on db->close w/o environment. - unify cachesize configuration, with (or without) a dbenv. - comments regarding unsupported (yet) db-4.1.17 functionality. CVS patchset: 5674 CVS date: 2002/08/26 18:56:11
2002-08-14db-4.1.17 orphans.jbj13-35/+30
CVS patchset: 5635 CVS date: 2002/08/14 19:38:59
2002-08-14db-4.1.17 orphans.jbj17-2031/+1948
CVS patchset: 5634 CVS date: 2002/08/14 19:19:13
2002-08-14db-4.1.17 orphans.jbj1-3/+6
CVS patchset: 5633 CVS date: 2002/08/14 18:47:29
2002-08-14db-4.1.17 orphans.jbj132-2734/+3456
CVS patchset: 5632 CVS date: 2002/08/14 17:31:52
2002-08-14db-4.1.17 orphans.jbj77-1681/+5187
CVS patchset: 5631 CVS date: 2002/08/14 16:42:12
2002-08-14Initial revisionjbj463-0/+67112
CVS patchset: 5630 CVS date: 2002/08/14 16:31:49
2002-08-13Avoid DB_RECOVER deadlock (#70362).jbj1-98/+126
CVS patchset: 5626 CVS date: 2002/08/13 21:30:18
2002-03-03- add payload uncompressed size to signature to avoid rewriting header.jbj2-242/+546
- drill header sha1 into signature parallel to header+payload md5. - mandatory "most effective" signature check on query/verify/install. - don't bother adding empty filemd's to index. - add Pubkey index, using signer id as binary key. - display pubkeys in hex when debugging db access. - retrieve pubkey(s) from rpmdb, not from detached signature file. - reapply Berkeley DB patch #4491. CVS patchset: 5341 CVS date: 2002/03/03 23:09:49
2002-01-17Resync with db-4.0.14 (and what's on the rpm-4_0 branch).jbj104-2950/+2847
CVS patchset: 5254 CVS date: 2002/01/17 20:11:42
2002-01-10- fix: signing multiple times dinna work, discard immutable region.jbj6-24/+9
- remove poptmodule.so for separate packaging. CVS patchset: 5250 CVS date: 2002/01/10 19:16:54
2001-12-20- solaris: translate i86pc to i386 (#57182).jbj1-1/+1
- fix: %GNUconfigure breaks with single quotes (#57264). - fix: typo in find-requires. - tru64 compiler message cleanup. - add buildarch lines for hppa (#57728). CVS patchset: 5228 CVS date: 2001/12/20 16:28:46
2001-12-06Merge in orphans from db-4.0.14.jbj5-55/+57
CVS patchset: 5214 CVS date: 2001/12/06 15:08:48
2001-12-06Initial revisionjbj31-0/+8107
CVS patchset: 5213 CVS date: 2001/12/06 00:07:07
2001-11-23- fix a couple dinky memory leaks.jbj1-1/+1
- build with an internal zlib for now. CVS patchset: 5207 CVS date: 2001/11/23 15:49:11
2001-11-06- fix: harmless typo in db3 chroot hack.jbj1-1/+1
- fix: big-endian's with sizeof(time_t) != sizeof(int_32) mtime broken. - fix: add Korean message catalogs (#54473). - add RPHNPLATFORM and PLATFORM tags. - linear search on added package provides is dumb. - discarding entire signature header when using --addsign is dumb. CVS patchset: 5159 CVS date: 2001/11/06 22:46:26
2001-10-15Resolve conflicts.jbj16-554/+1013
CVS patchset: 5111 CVS date: 2001/10/15 03:54:05
2001-10-15Initial revisionjbj361-0/+82766
CVS patchset: 5110 CVS date: 2001/10/15 03:47:21
2001-09-15Sync with rpm-4_0 branch.jbj1-9/+0
CVS patchset: 5048 CVS date: 2001/09/15 13:49:11
2001-08-13- fix: segfault on headerFree given malicious data.jbj1-51/+66
- fix: don't verify hash page nelem. - better error messages for verification failures. - include directory /usr/lib/rpm in rpm package. CVS patchset: 5013 CVS date: 2001/08/13 16:39:14
2001-07-28- fix: --noscripts is another multimode option.jbj1-33/+86
- add tmpdir to configure db3 tmpdir into chroot tree. - permit lazy db opens within chroot. - fix: diddle dbenv path to accomodate backing store reopen in chroot. CVS patchset: 4990 CVS date: 2001/07/28 00:33:07
2001-07-23Orphans.jbj3-15/+15
CVS patchset: 4977 CVS date: 2001/07/23 20:15:24
2001-07-23Initial revisionjbj29-0/+7736
CVS patchset: 4976 CVS date: 2001/07/23 20:09:04
2001-05-13Resolve conflicts.jbj4-60/+163
CVS patchset: 4783 CVS date: 2001/05/13 20:03:09
2001-05-13Initial revisionjbj155-0/+21522
CVS patchset: 4782 CVS date: 2001/05/13 19:58:25
2001-05-11- rpm database has rpm.rpm g+w permissions to share db3 mutexes.jbj1-1/+1
- expose more db3 macro configuration tokens. - move fprint.[ch] and hash.[ch] to rpmdb directory. - detect and fiddle incompatible mixtures of db3 env/open flags. - add DBI_WRITECURSOR to map to db3 flags with CDB database model. - add rpmdbSetIteratorRewrite to warn of pending lazy (re-)writes. CVS patchset: 4765 CVS date: 2001/05/11 04:01:04
2001-05-11Ignore "stuff".jbj1-0/+26
CVS patchset: 4762 CVS date: 2001/05/11 02:43:07
2001-04-28Patch 3.2.9.2 from www.sleepycat.com.jbj1-1/+1
CVS patchset: 4718 CVS date: 2001/04/28 11:33:59
2001-04-28Patch 3.2.9.1 from www.sleepycat.com.jbj2-5/+10
CVS patchset: 4716 CVS date: 2001/04/28 11:32:45
2001-03-21Initial revisionjbj1446-0/+333303
CVS patchset: 4644 CVS date: 2001/03/21 18:33:35