track the upstream code.
To maintain this code properly, the following three repositories have to be tracked for changes (maintenance details below):
- https://github.com/mattn/go-sqlite3
- https://github.com/sqlcipher/sqlcipher
- https://github.com/libtom/libtomcrypt
1. Update code from https://github.com/mattn/go-sqlite3
Current release: v1.14.28
Use ./track_go-sqlite3.sh
2. Update code from https://github.com/sqlcipher/sqlcipher
Current release: v4.6.1
Upstream SQLite: 3.46.1
Execute:
./configure
makeTrack files:
sqlite3.hsqlite3.c
3. Update code from https://github.com/libtom/libtomcrypt
Current HEAD: b96e96cf8b22a931e8e91098ac37bc72f9e2f033(from develop branch, 2023-08-23)
Use ./track_libtomcrypt.sh