go-sqlcipher/MAINTENANCE

38 lines
835 B
Plaintext
Raw Normal View History

2015-04-28 23:56:53 +00:00
To maintain this code properly, the following three repositories have to be
tracked for changes (maintenance details below):
- https://github.com/mattn/go-sqlite
- https://github.com/sqlcipher/sqlcipher
- https://github.com/libtom/libtomcrypt
Update code from https://github.com/mattn/go-sqlite3
----------------------------------------------------
2015-04-28 23:56:53 +00:00
2020-12-07 17:56:38 +00:00
Current release: v1.14.5
2015-04-28 23:56:53 +00:00
Use ./track_go-sqlite3.sh
2015-04-28 23:56:53 +00:00
Update code from https://github.com/sqlcipher/sqlcipher
-------------------------------------------------------
2020-12-07 17:37:20 +00:00
Current release: v4.4.2
2015-04-28 23:56:53 +00:00
Execute:
./configure
make
Track files:
sqlite3.h
sqlite3.c
Update code from https://github.com/libtom/libtomcrypt
------------------------------------------------------
2020-12-07 17:45:45 +00:00
Current HEAD: cfbd7f8d364e1438555ff2a247f7e17add11840e
(from develop branch, 2020-08-29)
2015-04-28 23:56:53 +00:00
Use ./track_libtomcrypt.sh