databases/sqlite3: update to 3.35.5.

See https://sqlite.org/releaselog/3_35_5.html
This commit is contained in:
landry 2021-04-27 05:44:42 +00:00
parent 8cc2821b9c
commit dc8ca73072
3 changed files with 8 additions and 7 deletions

View File

@ -1,12 +1,12 @@
# $OpenBSD: Makefile,v 1.110 2021/02/20 07:23:28 landry Exp $
# $OpenBSD: Makefile,v 1.111 2021/04/27 05:44:42 landry Exp $
COMMENT= embedded SQL implementation
DISTNAME = sqlite-autoconf-3340100
PKGNAME= sqlite3-3.34.1
DISTNAME = sqlite-autoconf-3350500
PKGNAME= sqlite3-3.35.5
# XXX needs bumps every time :-
SHARED_LIBS += sqlite3 37.12 # 8.6
SHARED_LIBS += sqlite3 37.13 # 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-3340100.tar.gz) = KjvKWBEXs7iOU2HQ7zgDum2NpgSxwaR9kC73hcG1Pok=
SIZE (sqlite-autoconf-3340100.tar.gz) = 2930089
SHA256 (sqlite-autoconf-3350500.tar.gz) = 9StypcMZw+UW7XqS4SMTmm6Hrwii3EPXdXck9hMubbA=
SIZE (sqlite-autoconf-3350500.tar.gz) = 2956627

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.7 2020/12/15 09:03:27 landry Exp $
@comment $OpenBSD: PLIST,v 1.8 2021/04/27 05:44:42 landry Exp $
@pkgpath databases/sqlite3,-main
@bin bin/sqlite3
include/sqlite3.h
@ -244,6 +244,7 @@ lib/pkgconfig/sqlite3.pc
@man man/man3/sqlite3session_enable.3
@man man/man3/sqlite3session_indirect.3
@man man/man3/sqlite3session_isempty.3
@man man/man3/sqlite3session_memory_used.3
@man man/man3/sqlite3session_patchset.3
@man man/man3/sqlite3session_table_filter.3
@man man/man3/sqlite_int64.3