Update to sqlite 3.31.1.

See https://sqlite.org/releaselog/3_31_1.html &
https://sqlite.org/releaselog/3_31_0.html

note that internal changes in 3.31.0 broke mozilla (cf #1607902) but
3.31.1 reverted the internal changes.
This commit is contained in:
landry 2020-02-11 16:46:22 +00:00
parent 35f71946b7
commit 0e475540d8
2 changed files with 7 additions and 8 deletions

View File

@ -1,13 +1,12 @@
# $OpenBSD: Makefile,v 1.106 2020/02/03 05:35:06 rsadowski Exp $
# $OpenBSD: Makefile,v 1.107 2020/02/11 16:46:22 landry Exp $
COMMENT= embedded SQL implementation
DISTNAME = sqlite-autoconf-3300100
PKGNAME= sqlite3-3.30.1
REVISION= 0
DISTNAME = sqlite-autoconf-3310100
PKGNAME= sqlite3-3.31.1
# XXX needs bumps every time :-
SHARED_LIBS += sqlite3 37.9 # 8.6
SHARED_LIBS += sqlite3 37.10 # 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)
@ -23,7 +22,7 @@ PERMIT_PACKAGE= Yes
WANTLIB += c curses m pthread readline z
MASTER_SITES = ${HOMEPAGE}2019/
MASTER_SITES = ${HOMEPAGE}2020/
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-editline \

View File

@ -1,2 +1,2 @@
SHA256 (sqlite-autoconf-3300100.tar.gz) = jFpQ2wib0qGwjbxbANICdgLKf/I4unZY+rykVNQpjmA=
SIZE (sqlite-autoconf-3300100.tar.gz) = 2848951
SHA256 (sqlite-autoconf-3310100.tar.gz) = YihO/rwFp2+QnFgP+lwAin0ioShyhdaLeCWitrUZSa4=
SIZE (sqlite-autoconf-3310100.tar.gz) = 2887243