Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-17 | sync Build-Depends with sqlite3_3.8.6-1 | Hans-Christoph Steiner | |
2014-10-17 | update symbols list | Hans-Christoph Steiner | |
2014-10-16 | fix lintian warnings in debian/copyright | Hans-Christoph Steiner | |
2014-10-16 | ignore debian build products | Hans-Christoph Steiner | |
2014-10-16 | update patches to apply to sqlcipher 3.2.0 | Hans-Christoph Steiner | |
2014-10-16 | updated patches from sqlite3_3.8.6 package | Hans-Christoph Steiner | |
2014-10-16 | update version numbers everywhere | Hans-Christoph Steiner | |
2014-10-16 | update Vcs-Browser to canonical link | Hans-Christoph Steiner | |
2014-10-16 | Standards-Version: 3.9.6 | Hans-Christoph Steiner | |
2014-10-16 | Merge tag 'upstream/3.2.0' | Hans-Christoph Steiner | |
Upstream version 3.2.0 # gpg: Signature made Thu 16 Oct 2014 10:51:39 PM EDT using RSA key ID 374BBE81 # gpg: Good signature from "Hans-Christoph Steiner <hans@guardianproject.info>" # gpg: aka "Hans-Christoph Steiner <hans@eds.org>" # gpg: aka "Hans-Christoph Steiner <hans@at.or.at>" # gpg: aka "[jpeg image of size 5408]" | |||
2014-10-16 | Imported Upstream version 3.2.0upstream | Hans-Christoph Steiner | |
2014-09-20 | switch libsqlcipher0 Priority to optional | Hans-Christoph Steiner | |
I think the 'standard' Priority was just inherited from the sqlite3 packaging. | |||
2014-07-31 | update debian/changelog for upload | Hans-Christoph Steiner | |
2014-07-31 | include Zetetic's PGP signing key, used to sign sqlcipher releases | Hans-Christoph Steiner | |
2014-07-31 | update Vcs-Git tag to use HTTPS (HTTPS Everywhere!) | Hans-Christoph Steiner | |
2014-07-31 | Standards-Version: 3.9.5 | Hans-Christoph Steiner | |
2014-07-31 | fix libname in pkgconfig (Closes: #741907) | Hans-Christoph Steiner | |
Reported by Adam Majer <adamm@zombino.com> $ pkg-config --libs sqlcipher -lsqlite3 I would expect -lsqlcipher instead. pkg-config --cflags sqlcipher could include the -I/usr/include/sqlcipher, but this is less important. pkg-config --list-all | grep sqlcipher sqlcipher SQLite - SQL database engine https://bugs.debian.org/741907 | |||
2014-07-31 | use autoreconf and autotools-dev to build on new architectures | Fernando Seiti Furusato | |
The package sqlcipher fails to build from source on ppc64el, because config.{guess,sub} are not updated during build. Adding dh_autotools-dev to the build would solve that case. However, as autoconf also being used, I thought it would also be convenient to replace it by a full dh_autoreconf. OBS: Using only dh_autoreconf produces no effect over config.{guess,sub}, since automake is not in use for the source pkg available. The patch attached contains the modifications aforementioned, and are in accordance with the following guide: https://wiki.debian.org/Autoreconf patch from https://bugs.debian.org/755939 | |||
2013-10-15 | update changelog in prep for upload | Hans-Christoph Steiner | |
2013-10-15 | set SQLITE_TEMP_STORE=2, as required by upstream (Closes: #726464) | Hans-Christoph Steiner | |
https://github.com/sqlcipher/sqlcipher/blob/master/README#L39 | |||
2013-08-13 | update symbols that changed from SQLCipher v2.1.1 to v2.2.1 | Hans-Christoph Steiner | |
Seems like some of the internal functions have been properly hidden in SQLCipher now, so they aren't showing up as public symbols. Some new ones have shown up tho | |||
2013-08-13 | added new sqlite3 symbols added since SQLite3 v3.7.14.1/SQLCipher v2.1.1 | Hans-Christoph Steiner | |
2013-08-13 | fix patches for new upstream version, which includes some of our patches | Hans-Christoph Steiner | |
2013-08-13 | pull in updated patches from SQLite3 3.7.17 Debian packaging | Hans-Christoph Steiner | |
2013-08-13 | update changelog for new upstream version | Hans-Christoph Steiner | |
2013-08-13 | update SQLite3 and SQLCipher version numbers in descriptions | Hans-Christoph Steiner | |
2013-08-13 | Merge tag 'upstream/2.2.1' | Hans-Christoph Steiner | |
Upstream version 2.2.1 # gpg: Signature made Tue 13 Aug 2013 03:42:56 PM EDT using RSA key ID 374BBE81 # gpg: Good signature from "Hans-Christoph Steiner <hans@at.or.at>" # gpg: aka "[jpeg image of size 5408]" # gpg: aka "Hans-Christoph Steiner <hs420@nyu.edu>" # gpg: aka "Hans-Christoph Steiner <hans@eds.org>" # gpg: aka "Hans-Christoph Steiner <hans@guardianproject.info>" # gpg: aka "Hans-Christoph Steiner <hansi@nyu.edu>" # gpg: aka "Hans-Christoph Steiner <hans@guardianproject.info>" | |||
2013-08-13 | Imported Upstream version 2.2.1 | Hans-Christoph Steiner | |
2013-08-13 | Revert "ignore changes to ./configure" | Hans-Christoph Steiner | |
This reverts commit 17d4fe71a5928ea035315a361141a81e9d1b4bc7. It doesn't actually help anything, and it causes conflicts when importing new upstream tarballs. | |||
2013-08-13 | add gbp.conf to ensure pristine-tar and sign-tags are always used | Hans-Christoph Steiner | |
2013-06-04 | update changelog in prep for upload to unstable | Hans-Christoph Steiner | |
2013-06-04 | update to copyright-format/1.0 | Hans-Christoph Steiner | |
2013-06-04 | updated description with text from http://sqlcipher.net | Hans-Christoph Steiner | |
2013-06-04 | update debian/watch from submission from Bart Martens | Hans-Christoph Steiner | |
2013-01-17 | mark all private functions as (optional) | Hans-Christoph Steiner | |
2013-01-17 | add new symbols from v2.1.1 | Hans-Christoph Steiner | |
2013-01-17 | bump version to 2.1.1 in changelog and set to 'experimental' | Hans-Christoph Steiner | |
2013-01-17 | update patches for sqlcipher v2.1.1 | Hans-Christoph Steiner | |
2013-01-17 | Merge tag 'upstream/2.1.1' | Hans-Christoph Steiner | |
Upstream version 2.1.1 Conflicts: .gitignore | |||
2013-01-17 | Imported Upstream version 2.1.1 | Hans-Christoph Steiner | |
2013-01-17 | add note about SQLCipher v2.1.1 being based on SQLite3 v3.7.14.1 | Hans-Christoph Steiner | |
2013-01-17 | update link to source code in copyright | Hans-Christoph Steiner | |
2013-01-17 | grab all relevant patches from sqlite3 3.7.15.2-1 | Hans-Christoph Steiner | |
2013-01-17 | point to debian-security discussion about embedded-library lintian override | Hans-Christoph Steiner | |
2013-01-17 | update debian/watch to follow sqlcipher github tags | Hans-Christoph Steiner | |
2013-01-07 | Standards-Version: 3.9.4 | Hans-Christoph Steiner | |
2012-09-27 | added Vcs tags with current URLs | Hans-Christoph Steiner | |
2012-09-27 | get lintian overrides working, and generalize rule to all archs | Hans-Christoph Steiner | |
2012-09-27 | re-enabled new-style hardening based on how sqlite3 3.7.14-1 does it | Hans-Christoph Steiner | |
2012-09-27 | ran dpkg-gensymbols to update new SQLCipher-specific symbols | Hans-Christoph Steiner | |