databases/sqlite3: update to 3.39.2.

See https://www.sqlite.org/releaselog/3_39_2.html
Fixes CVE-2022-35737.
From Tim van der Molen, thanks !
This commit is contained in:
landry 2022-08-02 18:40:26 +00:00
parent 680e3214b3
commit 4f035a984e
3 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,10 @@
COMMENT= embedded SQL implementation
DISTNAME = sqlite-autoconf-3390000
PKGNAME= sqlite3-3.39.0
REVISION= 0
DISTNAME = sqlite-autoconf-3390200
PKGNAME= sqlite3-3.39.2
# XXX needs bumps every time :-
SHARED_LIBS += sqlite3 37.18 # 8.6
SHARED_LIBS += sqlite3 37.19 # 8.6
# sqlite suggests that users might like to assert() that library and header
# versions match, so bumps are needed even if function signatures don't change.
# ... at the current time the only one noticed is a < check (in subversion)

View File

@ -1,2 +1,2 @@
SHA256 (sqlite-autoconf-3390000.tar.gz) = 6QvK723VgT/N7k6Gf2tl88m/0K7A8QF/nzu84eTtCeI=
SIZE (sqlite-autoconf-3390000.tar.gz) = 3064015
SHA256 (sqlite-autoconf-3390200.tar.gz) = hSvophg6F7pHzuC7/3QAt6pa/9KDvzvu/DT80IiiOd4=
SIZE (sqlite-autoconf-3390200.tar.gz) = 3064438

View File

@ -99,6 +99,7 @@ lib/pkgconfig/sqlite3.pc
@man man/man3/sqlite3_db_filename.3
@man man/man3/sqlite3_db_handle.3
@man man/man3/sqlite3_db_mutex.3
@man man/man3/sqlite3_db_name.3
@man man/man3/sqlite3_db_readonly.3
@man man/man3/sqlite3_db_release_memory.3
@man man/man3/sqlite3_db_status.3