summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <hans@eds.org>2013-01-17 14:38:58 -0500
committerHans-Christoph Steiner <hans@eds.org>2013-01-17 14:38:58 -0500
commitfb3c3f3c4ee5dc859c7245c26e14e914f70744bd (patch)
tree5782d90325c74ae139079dbe5a593ad8dad8a958
parent4f9313b1de21a03df32bfba4d94207c78a2171b0 (diff)
update patches for sqlcipher v2.1.1
-rw-r--r--debian/patches/20-change-name-to-sqlcipher.patch24
1 files changed, 8 insertions, 16 deletions
diff --git a/debian/patches/20-change-name-to-sqlcipher.patch b/debian/patches/20-change-name-to-sqlcipher.patch
index 7836c78..44e2322 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.12.1
-+2.0.6
+-3.7.14.1
++2.1.1
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.6)
++AC_INIT(sqlcipher, 2.1.1)
dnl Make sure the local VERSION file matches this configure script
sqlite_version_sanity_check=`cat $srcdir/VERSION | tr -d '\n'`
@@ -163,16 +163,8 @@ index 46afeb7..eb69607 100644
rm -f sqlite3.h opcodes.*
rm -rf .libs .deps
rm -f lemon$(BEXE) lempar.c parse.* sqlite*.tar.gz
-@@ -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)
- rm -f testfixture$(TEXE) test.db
- rm -f sqlite3.dll sqlite3.lib sqlite3.exp sqlite3.def
- rm -f sqlite3.c
- rm -f sqlite3_analyzer$(TEXE) sqlite3_analyzer.c
+@@ -964,7 +966,7 @@ clean:
+ rm -f sqlite-output.vsix
distclean: clean
- rm -f config.log config.status libtool Makefile sqlite3.pc
@@ -209,9 +201,9 @@ index c8d0aa9..0000000
+libdir=@libdir@
+includedir=@includedir@
+
-+Name: SQLite
-+Description: SQL database engine
++Name: SQLCipher
++Description: encrypted SQL database engine
+Version: @RELEASE@
-+Libs: -L${libdir} -lsqlite3
++Libs: -L${libdir} -lsqlcipher
+Libs.private: @LIBS@
+Cflags: -I${includedir}