OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 05-Dec-2003 10:31:33
Branch: HEAD Handle: 2003120509313002
Modified files:
openpkg-re/vcheck vc.db
openpkg-src/db db.patch db.spec
openpkg-web news.txt
Log:
upgrading package: db 4.2.50.0 -> 4.2.52.0
Summary:
Revision Changes Path
1.11 +1 -1 openpkg-re/vcheck/vc.db
1.3 +7 -42 openpkg-src/db/db.patch
1.37 +2 -2 openpkg-src/db/db.spec
1.7675 +2 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.db
============================================================================
$ cvs diff -u -r1.10 -r1.11 vc.db
--- openpkg-re/vcheck/vc.db 27 Nov 2003 09:25:09 -0000 1.10
+++ openpkg-re/vcheck/vc.db 5 Dec 2003 09:31:30 -0000 1.11
@@ -2,7 +2,7 @@
}
prog db = {
- version = 4.2.50
+ version = 4.2.52
url = http://www.sleepycat.com/download/patchlogs.shtml
regex = db-(__VER__)\.tar\.gz
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/db/db.patch
============================================================================
$ cvs diff -u -r1.2 -r1.3 db.patch
--- openpkg-src/db/db.patch 27 Nov 2003 09:25:11 -0000 1.2
+++ openpkg-src/db/db.patch 5 Dec 2003 09:31:32 -0000 1.3
@@ -1,14 +1,7 @@
-+---------------------------------------------------------------------------
-| Bugfix: POSIX/SUSv3 clearly expresses that fcntl(2) returns "value
-| other than -1" on success, so check for equality to -1 instead of
-| non-equality to 0. In practice this does not harm on most platforms,
-| because they fortunately (by conincidence and common practice)
-| return 0.
-+---------------------------------------------------------------------------
Index: mutex/mut_fcntl.c
---- mutex/mut_fcntl.c 18 Jan 2003 14:05:03 -0000 1.1.1.5
-+++ mutex/mut_fcntl.c 15 Sep 2003 13:37:58 -0000
-@@ -101,7 +101,7 @@
+--- mutex/mut_fcntl.c.orig 2003-05-05 21:55:03.000000000 +0200
++++ mutex/mut_fcntl.c 2003-12-05 10:28:14.000000000 +0100
+@@ -100,7 +100,7 @@
/* Acquire an exclusive kernel lock. */
k_lock.l_type = F_WRLCK;
@@ -17,7 +10,7 @@
return (__os_get_errno());
/* If the resource is still available, it's ours. */
-@@ -112,7 +112,7 @@
+@@ -111,7 +111,7 @@
/* Release the kernel lock. */
k_lock.l_type = F_UNLCK;
@@ -26,23 +19,10 @@
return (__os_get_errno());
/*
-
-+---------------------------------------------------------------------------
-| The O_DIRECT feature is fully broken under at least Linux 2.2 and
-| 2.4. It is sometimes accepted by open(2) without error and later
-| causes a write(2) to fail with EINVAL -- all depending on the
-| underlying filesystem (usually works on tmpfs and fails on ext3).
-| Sometimes it also causes open(2) to fail with EINVAL. In general,
-| it does especially no "graceful degradation" and so is useless for
-| use mostly all platforms except for those where we know it works
-| (currently FreeBSD only). Interestingly, RPM works on RedHat, just
-| because RedHat's "kernel" package contains a patch which masks out
-| O_DIRECT usage... ;-)
-+---------------------------------------------------------------------------
Index: os/os_open.c
---- os/os_open.c 18 Jan 2003 14:05:03 -0000 1.1.1.5
-+++ os/os_open.c 15 Sep 2003 18:12:23 -0000
-@@ -93,7 +93,7 @@
+--- os/os_open.c.orig 2003-09-10 02:27:29.000000000 +0200
++++ os/os_open.c 2003-12-05 10:28:14.000000000 +0100
+@@ -141,7 +141,7 @@
if (LF_ISSET(DB_OSO_TRUNC))
oflags |= O_TRUNC;
@@ -51,18 +31,3 @@
if (LF_ISSET(DB_OSO_DIRECT))
oflags |= O_DIRECT;
#endif
-+---------------------------------------------------------------------------
-| The api_java documentation is not part of the standard distribution.
-+---------------------------------------------------------------------------
-Index: dist/Makefile.in
---- dist/Makefile.in.orig 2003-10-16 21:21:02.000000000 +0200
-+++ dist/Makefile.in 2003-11-27 10:10:36.000000000 +0100
-@@ -846,7 +846,7 @@
- done)
-
- DOCLIST=\
-- api_c api_cxx api_java api_tcl images index.html java ref \
-+ api_c api_cxx api_tcl images index.html java ref \
- reftoc.html sleepycat utility
- install_docs:
- @echo "Installing documentation: $(DESTDIR)$(docdir) ..."
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/db/db.spec
============================================================================
$ cvs diff -u -r1.36 -r1.37 db.spec
--- openpkg-src/db/db.spec 27 Nov 2003 09:25:11 -0000 1.36
+++ openpkg-src/db/db.spec 5 Dec 2003 09:31:32 -0000 1.37
@@ -24,7 +24,7 @@
##
# package version
-%define V_version 4.2.50
+%define V_version 4.2.52
%define V_revision 0
# package information
@@ -37,7 +37,7 @@
Group: Database
License: BSD
Version: %{V_version}.%{V_revision}
-Release: 20031127
+Release: 20031205
# package options
%option with_compat no
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7674 -r1.7675 news.txt
--- openpkg-web/news.txt 4 Dec 2003 21:55:55 -0000 1.7674
+++ openpkg-web/news.txt 5 Dec 2003 09:31:31 -0000 1.7675
@@ -1,3 +1,5 @@
+05-Dec-2003: Upgraded package: P<db-4.2.52.0-20031205>
+05-Dec-2003: Upgraded package: P<perl-gtk-20031205-20031205>
04-Dec-2003: Upgraded package: P<perl-util-20031204-20031204>
04-Dec-2003: Upgraded package: P<perl-www-20031204-20031204>
04-Dec-2003: Upgraded package: P<apt-0.5.15.4-20031204>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]