summaryrefslogtreecommitdiffstats
path: root/source/l/db42/patch.4.2.52.4
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-01-11 21:58:08 +0000
committer Eric Hameleers <alien@slackware.com>2020-01-12 08:59:49 +0100
commited2eb16b1115533f646c6a631c2576f139096e6d (patch)
tree67004ad2d9492fbdf4e75891cd15cd262131f8f7 /source/l/db42/patch.4.2.52.4
parent8d94e33d1acc8665c22edbdcfa12173ca254b7ca (diff)
downloadcurrent-ed2eb16b1115533f646c6a631c2576f139096e6d.tar.gz
current-ed2eb16b1115533f646c6a631c2576f139096e6d.tar.xz
Sat Jan 11 21:58:08 UTC 202020200111215808
a/aaa_elflibs-15.0-x86_64-18.txz: Rebuilt. Added: libdb-4.8.so Upgraded: libcap.so.2.30 Removed: libdb-4.2.so a/mcelog-168-x86_64-1.txz: Upgraded. ap/vim-8.2.0111-x86_64-1.txz: Upgraded. d/subversion-1.13.0-x86_64-3.txz: Rebuilt. Recompiled against db48-4.8.30. l/apr-util-1.6.1-x86_64-8.txz: Rebuilt. Recompiled against db48-4.8.30. l/db42-4.2.52-x86_64-4.txz: Removed. l/db44-4.4.20-x86_64-4.txz: Removed. l/redland-1.0.17-x86_64-6.txz: Rebuilt. Recompiled against db48-4.8.30. l/serf-1.3.9-x86_64-4.txz: Rebuilt. Recompiled against db48-4.8.30. l/talloc-2.3.1-x86_64-3.txz: Rebuilt. Fix documentation permissions. Thanks to Xsane. n/httpd-2.4.41-x86_64-2.txz: Rebuilt. Recompiled against db48-4.8.30. n/ipset-7.5-x86_64-1.txz: Upgraded. xap/vim-gvim-8.2.0111-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l/db42/patch.4.2.52.4')
-rw-r--r--source/l/db42/patch.4.2.52.436
1 files changed, 0 insertions, 36 deletions
diff --git a/source/l/db42/patch.4.2.52.4 b/source/l/db42/patch.4.2.52.4
deleted file mode 100644
index 4ba773bbc..000000000
--- a/source/l/db42/patch.4.2.52.4
+++ /dev/null
@@ -1,36 +0,0 @@
-*** btree/bt_rec.c.orig Tue Mar 22 09:41:49 2005
---- btree/bt_rec.c Tue Mar 22 09:42:11 2005
-***************
-*** 222,228 ****
- * previous-page pointer updated to our new page. The next
- * page must exist because we're redoing the operation.
- */
-! if (!rootsplit && !IS_ZERO_LSN(argp->nlsn)) {
- if ((ret =
- __memp_fget(mpf, &argp->npgno, 0, &np)) != 0) {
- ret = __db_pgerr(file_dbp, argp->npgno, ret);
---- 222,228 ----
- * previous-page pointer updated to our new page. The next
- * page must exist because we're redoing the operation.
- */
-! if (!rootsplit && argp->npgno != PGNO_INVALID) {
- if ((ret =
- __memp_fget(mpf, &argp->npgno, 0, &np)) != 0) {
- ret = __db_pgerr(file_dbp, argp->npgno, ret);
-***************
-*** 294,300 ****
- * possible that the next-page never existed, we ignore it as
- * if there's nothing to undo.
- */
-! if (!rootsplit && !IS_ZERO_LSN(argp->nlsn)) {
- if ((ret =
- __memp_fget(mpf, &argp->npgno, 0, &np)) != 0) {
- np = NULL;
---- 294,300 ----
- * possible that the next-page never existed, we ignore it as
- * if there's nothing to undo.
- */
-! if (!rootsplit && argp->npgno != PGNO_INVALID) {
- if ((ret =
- __memp_fget(mpf, &argp->npgno, 0, &np)) != 0) {
- np = NULL;