SPECS: db4.6.spec - rel 2; Fixes a race condition between checkpoint and DB...

arekm arekm at pld-linux.org
Tue May 20 09:00:51 CEST 2008


Author: arekm                        Date: Tue May 20 07:00:51 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 2; Fixes a race condition between checkpoint and DB->close which can result in the checkpoint thread self-deadlocking.

---- Files affected:
SPECS:
   db4.6.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/db4.6.spec
diff -u SPECS/db4.6.spec:1.6 SPECS/db4.6.spec:1.7
--- SPECS/db4.6.spec:1.6	Sun Dec  9 02:27:55 2007
+++ SPECS/db4.6.spec	Tue May 20 09:00:46 2008
@@ -16,13 +16,14 @@
 Summary(pl.UTF-8):	Biblioteka C do obsługi baz Berkeley DB
 Name:		db4.6
 Version:	%{mver}.21
-Release:	1
+Release:	2
 Epoch:		0
 License:	Sleepycat public license (GPL-like, see LICENSE)
 Group:		Libraries
 # alternative site (sometimes working): http://www.berkeleydb.com/
 Source0:	http://download.oracle.com/berkeley-db/db-%{version}.tar.gz
 # Source0-md5:	718082e7e35fc48478a2334b0bc4cd11
+Patch0:		http://www.oracle.com/technology/products/berkeley-db/db/update/4.6.21/patch.4.6.21.1
 URL:		http://www.oracle.com/technology/products/berkeley-db/index.html
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -243,6 +244,7 @@
 
 %prep
 %setup -q -n db-%{version}
+%patch0 -p0
 
 %if !%{with nptl}
 sed -i -e 's,AM_PTHREADS_SHARED("POSIX/.*,:,' dist/aclocal/mutex.ac
@@ -498,6 +500,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2008-05-20 07:00:46  arekm
+- rel 2; Fixes a race condition between checkpoint and DB->close which can result in the checkpoint thread self-deadlocking.
+
 Revision 1.6  2007-12-09 01:27:55  glen
 - R: jpackage-utils for %{_javadir}
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/db4.6.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list