From 30da7cc0596023bb033318674fab1efec6128aa3 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 20 Sep 2012 18:45:23 -0400 Subject: updated patches for version 2.0.6 --- debian/patches/20-change-name-to-sqlcipher.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/patches/20-change-name-to-sqlcipher.patch b/debian/patches/20-change-name-to-sqlcipher.patch index d8b3c26..7836c78 100644 --- a/debian/patches/20-change-name-to-sqlcipher.patch +++ b/debian/patches/20-change-name-to-sqlcipher.patch @@ -3,8 +3,8 @@ index c77a7de..50ffc5a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ --3.7.9 -+2.0.3 +-3.7.12.1 ++2.0.6 diff --git a/configure.ac b/configure.ac index 46afeb7..eb69607 100644 --- a/configure.ac @@ -14,7 +14,7 @@ index 46afeb7..eb69607 100644 # the corresponding code. # -AC_INIT(sqlite, m4_esyscmd([cat VERSION | tr -d '\n'])) -+AC_INIT(sqlcipher, 2.0.3) ++AC_INIT(sqlcipher, 2.0.6) dnl Make sure the local VERSION file matches this configure script sqlite_version_sanity_check=`cat $srcdir/VERSION | tr -d '\n'` @@ -163,9 +163,9 @@ index 46afeb7..eb69607 100644 rm -f sqlite3.h opcodes.* rm -rf .libs .deps rm -f lemon$(BEXE) lempar.c parse.* sqlite*.tar.gz -@@ -951,14 +951,14 @@ - rm -f $(PUBLISH) +@@ -956,14 +958,14 @@ clean: rm -f *.da *.bb *.bbg gmon.out + rm -rf quota2a quota2b quota2c rm -rf tsrc .target_source - rm -f tclsqlite3$(TEXE) + rm -f tclsqlcipher$(TEXE) -- cgit v1.2.3