summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2011-06-29 23:55:43 +0400
committerVlad Glagolev2011-06-29 23:55:43 +0400
commit6c40cfffbd6b9b7ea00ee9c32304e0a32e25c5a2 (patch)
tree09a9a878a04115f63effa0438cef4016d4c1dd5d
parent9e19d3cf28a94b9167c2c88be5b18b2f8d7b3096 (diff)
sqlite: => 3.7.7.1
-rwxr-xr-xdatabase/sqlite/DETAILS6
-rw-r--r--database/sqlite/HISTORY4
-rwxr-xr-xdatabase/sqlite/PRE_BUILD3
-rw-r--r--database/sqlite/sqlite-3.7.7.patch10
4 files changed, 7 insertions, 16 deletions
diff --git a/database/sqlite/DETAILS b/database/sqlite/DETAILS
index ea78d000e3..f031605fb8 100755
--- a/database/sqlite/DETAILS
+++ b/database/sqlite/DETAILS
@@ -1,7 +1,7 @@
SPELL=sqlite
- VERSION=3.7.7
- VERSIONX=autoconf-3070700
- SOURCE_HASH=sha512:f4d69f63bf222cc87b6bad6e5a2daa659ff41c1295c0f9a4b4795e0051d8cea85bc80525fd793eb1ae897eba20a712f97dc599eb9ad5b9dac05e47f2459debdc
+ VERSION=3.7.7.1
+ VERSIONX=autoconf-3070701
+ SOURCE_HASH=sha512:df88210fe53d13341eb671e77bd89deb672f5c7678fa75d0eeb931789f9d9f58543b81080a088c1fe9dbb72f1d5c9fb0f383af9b3535af84b9065205a55f3f94
SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}-${VERSIONX}"
SOURCE=${SPELL}-${VERSIONX}.tar.gz
SOURCE_URL[0]=http://sqlite.org/$SOURCE
diff --git a/database/sqlite/HISTORY b/database/sqlite/HISTORY
index 01fb664267..81e80a9ad6 100644
--- a/database/sqlite/HISTORY
+++ b/database/sqlite/HISTORY
@@ -1,3 +1,7 @@
+2011-06-29 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 3.7.7.1
+ * PRE_BUILD, sqlite-3.7.7.patch: removed, fixed by upstream
+
2011-06-28 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* sqlite-3.7.7.patch, PRE_BUILD: added , fixed bug reported at
http://www.sqlite.org/src/info/25ee812710, fixes our bug #15997
diff --git a/database/sqlite/PRE_BUILD b/database/sqlite/PRE_BUILD
deleted file mode 100755
index 828dae656e..0000000000
--- a/database/sqlite/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-patch -p1 < ${SCRIPT_DIRECTORY}/sqlite-3.7.7.patch
diff --git a/database/sqlite/sqlite-3.7.7.patch b/database/sqlite/sqlite-3.7.7.patch
deleted file mode 100644
index 8d05658ab7..0000000000
--- a/database/sqlite/sqlite-3.7.7.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- sqlite-autoconf-3070700/sqlite3.c.orig 2011-06-28 23:38:46.279329010 +0200
-+++ sqlite-autoconf-3070700/sqlite3.c 2011-06-28 23:38:59.258185385 +0200
-@@ -59049,6 +59049,7 @@
- memset(zCsr, 0, zEnd-zCsr);
- zCsr += (zCsr - (u8*)0)&7;
- assert( EIGHT_BYTE_ALIGNMENT(zCsr) );
-+ p->expired = 0;
-
- /* Memory for registers, parameters, cursor, etc, is allocated in two
- ** passes. On the first pass, we try to reuse unused space at the