summaryrefslogtreecommitdiff
path: root/databases/db5/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2011-10-03 10:54:45 +0000
committeradam <adam@pkgsrc.org>2011-10-03 10:54:45 +0000
commit42c08c8c28b49a0c0a18867820f6dd55cfadbf78 (patch)
tree88ebffdafa739f58fdf722375a52b8aafba7db8d /databases/db5/patches
parent555c26f8b9d815fd61cb8f29c637a5c25ef8d045 (diff)
downloadpkgsrc-42c08c8c28b49a0c0a18867820f6dd55cfadbf78.tar.gz
Changes 5.2.36:
* Updated the JDBC version shipped with Berkeley DB to support Oracle Java Embedded Client. * Fixed several memory leaks in the Online Backup API. * Fix a bug in the SQL API when using a blob field with a lot of content and multiple concurrent connections to the database. * Update EID_MASTER to be public static final so that it will be exposed in Java docs. * Fixed a bug where BFile module crashes when using BFile handle for SQL expressions interface on 64 bit platforms. * Fixed a bug where, on systems without FTRUNCATE, db_verify will return an error for truncated heap databases. * Let ADO.NET solution building skip SQLite Designer and Linq by default. * Fixed a bug that could cause BDB to run out of avaliable mutexes when renaming many databases. * Fixed a bug where the metadata page in hash databases would not be flushed to disk. * Fixed a bug where printlog would fail on in-memory heap databases. * Fixed a bug that would cause verify to call the wrong compare function if there are user defined compare functions used and the database has multilevel off page sorted duplicate trees. * Fixed a bug where two processes accessing the same table and one of those drops the table and recreates, the second process can crash. * Fixed a bug where it was possible to panic a heap database without an error message being printed. * Fixed a bug where it would fail to put records with overflow keys into hash duplicate database. * Fixed a bug where multiple Replication Manager processes would sometimes not all conform to replication-group-aware log archiving. * more...
Diffstat (limited to 'databases/db5/patches')
-rw-r--r--databases/db5/patches/patch-aa26
-rw-r--r--databases/db5/patches/patch-ab14
2 files changed, 20 insertions, 20 deletions
diff --git a/databases/db5/patches/patch-aa b/databases/db5/patches/patch-aa
index 4197cd38d96..8a568938198 100644
--- a/databases/db5/patches/patch-aa
+++ b/databases/db5/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2010/09/16 07:53:32 adam Exp $
+$NetBSD: patch-aa,v 1.3 2011/10/03 10:54:45 adam Exp $
---- dist/Makefile.in.orig 2010-08-27 15:08:03.000000000 +0000
+--- dist/Makefile.in.orig 2011-09-14 14:30:11.000000000 +0000
+++ dist/Makefile.in
-@@ -17,7 +17,7 @@ exec_prefix=@exec_prefix@
+@@ -18,7 +18,7 @@ exec_prefix=@exec_prefix@
bindir= @bindir@
includedir=@includedir@
libdir= @libdir@
@@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.2 2010/09/16 07:53:32 adam Exp $
dmode= 755
emode= 555
-@@ -54,7 +54,7 @@ INSTALLER= @INSTALLER@
+@@ -55,7 +55,7 @@ INSTALLER= @INSTALLER@
LIBTOOL= @LIBTOOL@
POSTLINK= @POSTLINK@
@@ -20,7 +20,7 @@ $NetBSD: patch-aa,v 1.2 2010/09/16 07:53:32 adam Exp $
SOFLAGS= @SOFLAGS@
LIBMAJOR= @DB_VERSION_MAJOR@
LIBVERSION= @DB_VERSION_MAJOR@.@DB_VERSION_MINOR@
-@@ -73,7 +73,7 @@ LIBS= @LIBSO_LIBS@
+@@ -74,7 +74,7 @@ LIBS= @LIBSO_LIBS@
TEST_LIBS= @TEST_LIBS@
LIBCSO_LIBS= @LIBCSO_LIBS@ @LIBSO_LIBS@
@@ -29,7 +29,7 @@ $NetBSD: patch-aa,v 1.2 2010/09/16 07:53:32 adam Exp $
libdb= $(libdb_base).a
libdb_version= $(libdb_base)-$(LIBVERSION).a
libso= $(libdb_base)-$(LIBVERSION)@SOSUFFIX@
-@@ -92,7 +92,7 @@ CXXLINK= @MAKEFILE_CXXLINK@ @CXXFLAGS@
+@@ -93,7 +93,7 @@ CXXLINK= @MAKEFILE_CXXLINK@ @CXXFLAGS@
XSOLINK= @MAKEFILE_XSOLINK@ @CXXFLAGS@
LIBXSO_LIBS= @LIBXSO_LIBS@ @LIBSO_LIBS@
@@ -38,9 +38,9 @@ $NetBSD: patch-aa,v 1.2 2010/09/16 07:53:32 adam Exp $
libcxx= $(libcxx_base).a
libcxx_version= $(libcxx_base)-$(LIBVERSION).a
libxso= $(libcxx_base)-$(LIBVERSION)@SOSUFFIX@
-@@ -157,9 +157,9 @@ JAVA_EXDIR= $(exampledir)/java/src
+@@ -158,9 +158,9 @@ JAVA_EXDIR= $(exampledir)/java/src
JAVA_SLEEPYCAT= $(langdir)/java/src/com/sleepycat
- JAVA_MANIFEST= $(langdir)/java/jarManifestEntries
+ JAVA_MANIFEST= $(abs_topdir)/lang/java/jarManifestEntries
-libj_jarfile= db.jar
+libj_jarfile= db5.jar
@@ -50,7 +50,7 @@ $NetBSD: patch-aa,v 1.2 2010/09/16 07:53:32 adam Exp $
libjso= $(libjso_base)-$(LIBVERSION)@JMODSUFFIX@
libjso_static= $(libjso_base)-$(LIBVERSION).a
libjso_target= $(libjso_base)-$(LIBVERSION).la
-@@ -175,7 +175,7 @@ libjso_g= $(libjso_base)-$(LIBVERSION)_g
+@@ -176,7 +176,7 @@ libjso_g= $(libjso_base)-$(LIBVERSION)_g
TCL_INCLUDE_SPEC= @TCL_INCLUDE_SPEC@
LIBTSO_LIBS= @LIBTSO_LIBS@ @LIBSO_LIBS@
TCL_SRCDIR= $(langdir)/tcl
@@ -59,7 +59,7 @@ $NetBSD: patch-aa,v 1.2 2010/09/16 07:53:32 adam Exp $
libtcl= $(libtcl_base).a
libtcl_version= $(libtcl_base)-$(LIBVERSION).a
libtso= $(libtcl_base)-$(LIBVERSION)@LIBTSO_MODSUFFIX@
-@@ -1051,8 +1051,7 @@ install_include: $(INCDOT)
+@@ -1085,8 +1085,7 @@ install_include: $(INCDOT)
@for f in $(INCDOT); do \
basef=`echo $$f | $(SED) 's,.*/,,'` ; \
$(RM) $(DESTDIR)$(includedir)/$$basef ; \
@@ -69,7 +69,7 @@ $NetBSD: patch-aa,v 1.2 2010/09/16 07:53:32 adam Exp $
done
uninstall_include:
-@@ -1067,7 +1066,7 @@ install_lib:
+@@ -1101,7 +1100,7 @@ install_lib:
($(MKDIR) -p $(DESTDIR)$(libdir) && \
$(CHMOD) $(dmode) $(DESTDIR)$(libdir))
@cd $(DESTDIR)$(libdir) && $(RM) $(LIB_INSTALL_FILE_LIST)
@@ -78,7 +78,7 @@ $NetBSD: patch-aa,v 1.2 2010/09/16 07:53:32 adam Exp $
@(cd $(DESTDIR)$(libdir) && \
test -f $(libso) && $(LN) -s $(libso) $(libso_default); \
test -f $(libso) && $(LN) -s $(libso) $(libso_major); \
-@@ -1098,10 +1097,8 @@ install_utilities:
+@@ -1132,10 +1131,8 @@ install_utilities:
@for i in $(UTIL_PROGS); do \
test -f $$i.exe && i=$$i.exe; \
e=`echo $$i | $(SED) '$(transform)'`; \
@@ -91,7 +91,7 @@ $NetBSD: patch-aa,v 1.2 2010/09/16 07:53:32 adam Exp $
done
uninstall_utilities:
-@@ -1123,7 +1120,7 @@ install_docs:
+@@ -1157,7 +1154,7 @@ install_docs:
($(MKDIR) -p $(DESTDIR)$(docdir) && \
$(CHMOD) $(dmode) $(DESTDIR)$(docdir))
@cd $(DESTDIR)$(docdir) && $(RM) -r $(DOCLIST)
diff --git a/databases/db5/patches/patch-ab b/databases/db5/patches/patch-ab
index cba77e4fd42..2d4cd4de7ff 100644
--- a/databases/db5/patches/patch-ab
+++ b/databases/db5/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.2 2010/09/16 07:53:32 adam Exp $
+$NetBSD: patch-ab,v 1.3 2011/10/03 10:54:46 adam Exp $
---- dist/configure.orig 2010-08-27 15:08:03.000000000 +0000
+--- dist/configure.orig 2011-09-14 14:30:12.000000000 +0000
+++ dist/configure
-@@ -5131,7 +5131,7 @@ bsdi3*) CC=${CC-"shlicc2"}
+@@ -5098,7 +5098,7 @@ bsdi3*) CC=${CC-"shlicc2"}
LIBSO_LIBS="$LIBSO_LIBS -lipc";;
cygwin*)
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE -D_REENTRANT";;
@@ -11,7 +11,7 @@ $NetBSD: patch-ab,v 1.2 2010/09/16 07:53:32 adam Exp $
CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE"
LDFLAGS="$LDFLAGS -pthread";;
gnu*|k*bsd*-gnu|linux*)
-@@ -6893,7 +6893,7 @@ fi
+@@ -6891,7 +6891,7 @@ fi
# we're using.
case "$host_os" in
sysv5UnixWare*|sysv5OpenUNIX8*)
@@ -20,7 +20,7 @@ $NetBSD: patch-ab,v 1.2 2010/09/16 07:53:32 adam Exp $
CPPFLAGS="$CPPFLAGS -pthread"
LDFLAGS="$LDFLAGS -pthread"
else
-@@ -16772,7 +16772,7 @@ LIBTOOL="./libtool"
+@@ -17698,7 +17698,7 @@ LIBTOOL="./libtool"
INSTALLER="\$(LIBTOOL) --mode=install cp -p"
MAKEFILE_CC="\$(LIBTOOL) --mode=compile ${MAKEFILE_CC}"
@@ -29,7 +29,7 @@ $NetBSD: patch-ab,v 1.2 2010/09/16 07:53:32 adam Exp $
MAKEFILE_CCLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CCLINK}"
MAKEFILE_CXX="\$(LIBTOOL) --mode=compile ${MAKEFILE_CXX}"
MAKEFILE_XSOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK} -avoid-version"
-@@ -17505,7 +17505,7 @@ if test "$_JTOPDIR" != "/usr"; then
+@@ -18431,7 +18431,7 @@ if test "$_JTOPDIR" != "/usr"; then
aix*) _JNI_INC_SUBDIRS="aix";;
bsdi*) _JNI_INC_SUBDIRS="bsdos";;
cygwin*) _JNI_INC_SUBDIRS="win32";;
@@ -38,7 +38,7 @@ $NetBSD: patch-ab,v 1.2 2010/09/16 07:53:32 adam Exp $
hp*) _JNI_INC_SUBDIRS="hp-ux";;
linux*) _JNI_INC_SUBDIRS="linux genunix";;
osf*) _JNI_INC_SUBDIRS="alpha";;
-@@ -19634,7 +19634,7 @@ if test "$db_cv_mutex" = no; then
+@@ -20540,7 +20540,7 @@ if test "$db_cv_mutex" = no; then
# If the user specified we use POSIX pthreads mutexes, and we fail to
# find the full interface, try and configure for just intra-process
# support.