diff options
author | Meir Kriheili <mksoft@gentoo.org> | 2003-10-29 11:53:06 +0000 |
---|---|---|
committer | Meir Kriheili <mksoft@gentoo.org> | 2003-10-29 11:53:06 +0000 |
commit | 657612db5fc84e00bd12751a7b9a811e34be2a7f (patch) | |
tree | 4fc2cee885cf8e32b003cc17f2730fca56fb474e /dev-db | |
parent | clean old ebuild (diff) | |
download | historical-657612db5fc84e00bd12751a7b9a811e34be2a7f.tar.gz historical-657612db5fc84e00bd12751a7b9a811e34be2a7f.tar.bz2 historical-657612db5fc84e00bd12751a7b9a811e34be2a7f.zip |
added patch to jrd/val.c, should fix bug #28685
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/firebird/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/firebird/Manifest | 10 | ||||
-rw-r--r-- | dev-db/firebird/files/firebird-1.0.3-gentoo.patch | 14 |
3 files changed, 23 insertions, 6 deletions
diff --git a/dev-db/firebird/ChangeLog b/dev-db/firebird/ChangeLog index 493c1911f157..dca287577ec5 100644 --- a/dev-db/firebird/ChangeLog +++ b/dev-db/firebird/ChangeLog @@ -1,8 +1,11 @@ # ChangeLog for dev-db/firebird # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.9 2003/08/30 10:57:54 mksoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.10 2003/10/29 11:52:56 mksoft Exp $ *firebird-1.0.3 (15 Jun 2003) + 29 Oct 2003; Meir Kriheli <mksoft@gentoo.org> firebird-1.0.3.ebuild: + Modified firebird-1.0.3-gentoo.patch; Closes bug #28685 + 30 Aug 2003; Meir Kriheli <mksoft@gentoo.org> firebird-1.0.3.ebuild: Added RESTRICT="nouserpriv", bug #24455 Added metadata.xml diff --git a/dev-db/firebird/Manifest b/dev-db/firebird/Manifest index 90286990d1c3..3f72f447a9ec 100644 --- a/dev-db/firebird/Manifest +++ b/dev-db/firebird/Manifest @@ -1,10 +1,10 @@ -MD5 58721390d0bc2ba11701c3c0fee66eef ChangeLog 1401 MD5 2b6f422a6d1afe8fd18443a66ff0aa87 firebird-1.0-r1.ebuild 1385 -MD5 1627f8034128035f2ff7f18e9d57c963 firebird-1.0.3.ebuild 2540 +MD5 29c65408b64b4884dc178f88b737cdce ChangeLog 1534 MD5 b6d46d544ce131eb681e0d7e68a465cc metadata.xml 623 -MD5 00a05e4f04f632436d491144b0bd8853 files/digest-firebird-1.0-r1 150 +MD5 1627f8034128035f2ff7f18e9d57c963 firebird-1.0.3.ebuild 2540 +MD5 d795330e017a7f1afb99a0bbf69eaeb3 files/firebird-1.0.3-gentoo.patch 1661 +MD5 b0d6de21d0e14d41983d440d5675e9d5 files/firebird.xinetd 206 MD5 d76a09a887248deb2d4d466f06515730 files/firebird-1.0-gentoo.patch 2549 +MD5 00a05e4f04f632436d491144b0bd8853 files/digest-firebird-1.0-r1 150 MD5 a71afe7683db444d9647fc136eaeb1c1 files/70firebird 77 MD5 10d808d19eb3949349b591c3d525b74a files/digest-firebird-1.0.3 150 -MD5 2cff92f0e2ed8a01c4b08902c6751be8 files/firebird-1.0.3-gentoo.patch 996 -MD5 b0d6de21d0e14d41983d440d5675e9d5 files/firebird.xinetd 206 diff --git a/dev-db/firebird/files/firebird-1.0.3-gentoo.patch b/dev-db/firebird/files/firebird-1.0.3-gentoo.patch index 25e25250a53c..c9e1515e1378 100644 --- a/dev-db/firebird/files/firebird-1.0.3-gentoo.patch +++ b/dev-db/firebird/files/firebird-1.0.3-gentoo.patch @@ -22,3 +22,17 @@ diff -urN interbase_old/builds/original/prefix.linux interbase/builds/original/p DEV_DEBUG_OBJECTS= grammar.o dbg.o dbt.o dmp.o +diff -urN interbase_old/jrd/val.c interbase/jrd/val.c +--- interbase_old/jrd/val.c.orig 2003-10-29 12:41:56.173403352 +0000 ++++ interbase/jrd/val.c 2003-10-29 12:42:19.547849896 +0000 +@@ -100,8 +100,8 @@ + If other attachments are already made locally or through the same multi- + client server, validate gives up with the message: + +- "Lock timeout during wait transaction +- -- Object "database_filename.gdb" is in use" ++ Lock timeout during wait transaction ++ -- Object "database_filename.gdb" is in use + + If other processes or servers are attached to the database, validate + waits for the exclusive lock on the database (i.e. waits for every |