Package: db5.3 / 5.3.28-9

Metadata

Package Version Patches format
db5.3 5.3.28-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
002 versioned_symbols.patch | (download)

dist/Makefile.in | 10 8 + 2 - 0 !
1 file changed, 8 insertions(+), 2 deletions(-)

---
003 jni_javac.patch | (download)

dist/aclocal_java/ac_jni_include_dirs.m4 | 2 1 + 1 - 0 !
dist/configure | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

---
004 tclsleep.patch | (download)

test/tcl/env012.tcl | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
005 pg_crypt_size.patch | (download)

src/dbinc/db_page.h | 13 12 + 1 - 0 !
1 file changed, 12 insertions(+), 1 deletion(-)

---
006 mutex_alignment.patch | (download)

src/dbinc/mutex_int.h | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

---
007 link sql libs.patch | (download)

dist/Makefile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 link libdb_sql-5.3 with the right libraries.
mmap_extend mode requires page aligned extends.patch | (download)

src/env/env_file.c | 9 9 + 0 - 0 !
1 file changed, 9 insertions(+)

 [patch] mmap_extend mode requires we extend in full system page increments
Date: Wed, 12 Mar 2014 11:58:31 +0100

When extending a mmap file we must ensure we extend by full system pages,
otherwise there is a risk (when the filesystem page size is smaller than
the system page size) that we will not allocate disk extents to store
the memory and it will be lost resulting in data loss.

Signed-off-by: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Cdric Le Goater <clg@fr.ibm.com>


008 autoconf in lang sql sqlite.patch | (download)

dist/s_config | 8 8 + 0 - 0 !
1 file changed, 8 insertions(+)

---