Update to sqlite 3.28.

Cf https://www.sqlite.org/releaselog/3_28_0.html
Will be a requirement for gecko 68 per #1544443

Went into a bulk build.
This commit is contained in:
landry 2019-05-12 08:22:18 +00:00
parent d17ff899cc
commit 0ff917eb9a
2 changed files with 6 additions and 7 deletions

View File

@ -1,13 +1,12 @@
# $OpenBSD: Makefile,v 1.100 2019/03/28 21:13:47 sthen Exp $
# $OpenBSD: Makefile,v 1.101 2019/05/12 08:22:18 landry Exp $
COMMENT= embedded SQL implementation
DISTNAME = sqlite-autoconf-3270200
PKGNAME= sqlite3-3.27.2
REVISION= 0
DISTNAME = sqlite-autoconf-3280000
PKGNAME= sqlite3-3.28.0
# XXX needs bumps every time :-
SHARED_LIBS += sqlite3 37.5 # 8.6
SHARED_LIBS += sqlite3 37.6 # 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-3270200.tar.gz) = UMOeheootez9s/noYK/pumBjgeIYNrKEnvymoL/m724=
SIZE (sqlite-autoconf-3270200.tar.gz) = 2797531
SHA256 (sqlite-autoconf-3280000.tar.gz) = 1htShvBirfzlEl6vVE1JUwBlaQjmH8oUNRevzAqJt8M=
SIZE (sqlite-autoconf-3280000.tar.gz) = 2810415