sqlite3: updated to 3.25.2
SQLite Release 3.25.2: Add the PRAGMA legacy_alter_table=ON command that causes the "ALTER TABLE RENAME" command to behave as it did in SQLite versions 3.24.0 and earlier: references to the renamed table inside the bodies of triggers and views are not updated. This new pragma provides a compatibility work around for older programs that expected the older, wonky behavior of ALTER TABLE RENAME. Fix a problem with the new window functions implementation that caused a malfunction when complicated expressions involving window functions were used inside of a view. Fixes for various other compiler warnings and minor problems associated with obscure configurations.
This commit is contained in:
parent
d943e0dc21
commit
784f23d235
6 changed files with 25 additions and 24 deletions
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.79 2018/09/19 09:38:08 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.80 2018/10/01 08:02:37 adam Exp $
|
||||
share/doc/sqlite3/34to35.html
|
||||
share/doc/sqlite3/35to36.html
|
||||
share/doc/sqlite3/about.html
|
||||
|
@ -645,6 +645,7 @@ share/doc/sqlite3/releaselog/3_23_1.html
|
|||
share/doc/sqlite3/releaselog/3_24_0.html
|
||||
share/doc/sqlite3/releaselog/3_25_0.html
|
||||
share/doc/sqlite3/releaselog/3_25_1.html
|
||||
share/doc/sqlite3/releaselog/3_25_2.html
|
||||
share/doc/sqlite3/releaselog/3_2_0.html
|
||||
share/doc/sqlite3/releaselog/3_2_1.html
|
||||
share/doc/sqlite3/releaselog/3_2_2.html
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.80 2018/09/19 09:38:08 adam Exp $
|
||||
$NetBSD: distinfo,v 1.81 2018/10/01 08:02:37 adam Exp $
|
||||
|
||||
SHA1 (sqlite-doc-3250100.zip) = 9d195b4ba5a1fdb2d7f82cf75b7e8ddd2a9552ce
|
||||
RMD160 (sqlite-doc-3250100.zip) = 02d982cd4f014062cc8ff8f9e43b44aacecd9804
|
||||
SHA512 (sqlite-doc-3250100.zip) = 48ced001334987f32390b59fa79775700db254459999da579cc85b22ae471a5c9dbd2306f5f741d6ca60f9ef103ceb28490935d060aa939de876e604edc3ec38
|
||||
Size (sqlite-doc-3250100.zip) = 9219715 bytes
|
||||
SHA1 (sqlite-doc-3250200.zip) = 31b2679d130e9b1324dc6ff927ff1b13f5d432a4
|
||||
RMD160 (sqlite-doc-3250200.zip) = b176197e6176d0c3aebe946d15747ba70684cce7
|
||||
SHA512 (sqlite-doc-3250200.zip) = a0b764ca0eea0e9719d46b6e1f92db78578457c8331976d4712c56cd10fc062fd73629686a0e45dfdeb505fbfbe0c53652a5e64507702ff4e12b62a2fc8d8211
|
||||
Size (sqlite-doc-3250200.zip) = 9229732 bytes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.92 2018/09/19 09:38:08 adam Exp $
|
||||
$NetBSD: distinfo,v 1.93 2018/10/01 08:02:37 adam Exp $
|
||||
|
||||
SHA1 (sqlite-autoconf-3250100.tar.gz) = 1d494ca2355ffe8ddbeea7cf615ef61122fe421e
|
||||
RMD160 (sqlite-autoconf-3250100.tar.gz) = 882b3f6ec4ad51a7294c4c8477f08a3a29241dd0
|
||||
SHA512 (sqlite-autoconf-3250100.tar.gz) = 2b978222572d5c82aa842e72e8acef6d55556dcc01f4f69bb57940b8a815740680ac8c30a1fa53bbe277104148bc62991869afdf23faaf8773d43ef509e0c542
|
||||
Size (sqlite-autoconf-3250100.tar.gz) = 2763831 bytes
|
||||
SHA1 (sqlite-autoconf-3250200.tar.gz) = aedfbdc14eb700099434d6a743135743cff47393
|
||||
RMD160 (sqlite-autoconf-3250200.tar.gz) = a360883c9616a02a8690560aa93b8c9e1a07bc99
|
||||
SHA512 (sqlite-autoconf-3250200.tar.gz) = 5ef9a6dfbb0822257af1a3a379785a95ab02edecbbb53b57074ddd0b8dc294fc07cbb9a8a7acc4e1640fb1743525ed6331fecebbddce01bc017330b20e127ad9
|
||||
Size (sqlite-autoconf-3250200.tar.gz) = 2763876 bytes
|
||||
SHA1 (patch-Makefile.in) = 6cbbc33a5bc9c98b5aa128279f8e21e47406f537
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# $NetBSD: Makefile.common,v 1.56 2018/09/19 09:38:08 adam Exp $
|
||||
# $NetBSD: Makefile.common,v 1.57 2018/10/01 08:02:37 adam Exp $
|
||||
#
|
||||
# used by databases/sqlite3/Makefile
|
||||
# used by databases/sqlite3-docs/Makefile
|
||||
# used by databases/sqlite3-tcl/Makefile
|
||||
# used by devel/lemon/Makefile
|
||||
|
||||
SQLITE3_DISTVERSION= 3250100
|
||||
SQLITE3_VERSION= 3.25.1
|
||||
SQLITE3_DISTVERSION= 3250200
|
||||
SQLITE3_VERSION= 3.25.2
|
||||
|
||||
MASTER_SITES= http://www.sqlite.org/2018/
|
||||
MASTER_SITES+= http://www.hwaci.com/sw/sqlite/2018/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.145 2018/09/19 09:38:08 adam Exp $
|
||||
$NetBSD: distinfo,v 1.146 2018/10/01 08:02:37 adam Exp $
|
||||
|
||||
SHA1 (sqlite-autoconf-3250100.tar.gz) = 1d494ca2355ffe8ddbeea7cf615ef61122fe421e
|
||||
RMD160 (sqlite-autoconf-3250100.tar.gz) = 882b3f6ec4ad51a7294c4c8477f08a3a29241dd0
|
||||
SHA512 (sqlite-autoconf-3250100.tar.gz) = 2b978222572d5c82aa842e72e8acef6d55556dcc01f4f69bb57940b8a815740680ac8c30a1fa53bbe277104148bc62991869afdf23faaf8773d43ef509e0c542
|
||||
Size (sqlite-autoconf-3250100.tar.gz) = 2763831 bytes
|
||||
SHA1 (sqlite-autoconf-3250200.tar.gz) = aedfbdc14eb700099434d6a743135743cff47393
|
||||
RMD160 (sqlite-autoconf-3250200.tar.gz) = a360883c9616a02a8690560aa93b8c9e1a07bc99
|
||||
SHA512 (sqlite-autoconf-3250200.tar.gz) = 5ef9a6dfbb0822257af1a3a379785a95ab02edecbbb53b57074ddd0b8dc294fc07cbb9a8a7acc4e1640fb1743525ed6331fecebbddce01bc017330b20e127ad9
|
||||
Size (sqlite-autoconf-3250200.tar.gz) = 2763876 bytes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.21 2018/09/19 09:38:08 adam Exp $
|
||||
$NetBSD: distinfo,v 1.22 2018/10/01 08:02:37 adam Exp $
|
||||
|
||||
SHA1 (sqlite-src-3250100.zip) = 40a31793068087cc7ca600195a664561b4206f38
|
||||
RMD160 (sqlite-src-3250100.zip) = 1ceee5f53d4b2321d042ed723df6c801e4db116b
|
||||
SHA512 (sqlite-src-3250100.zip) = 89adbff108d73e5eab49b62fdaffd0cab5f5c13be9c8f36faa1806413fedc156e8d0984c0c231ec17f2cac4faf5f6821d870dd17c5a7c2889f459f25d6d5256d
|
||||
Size (sqlite-src-3250100.zip) = 11377008 bytes
|
||||
SHA1 (sqlite-src-3250200.zip) = 43c087e4e8d2abf8ff723ee787bd8984f7057b6d
|
||||
RMD160 (sqlite-src-3250200.zip) = 5ebce7c8c42321226b5efd7006f955b9cf723ef7
|
||||
SHA512 (sqlite-src-3250200.zip) = 7354af2d45c574ba867fab8aabc6ff903279f028aebed50c71019066df78f61a0b941564c572c87b0f3ed3e5783bf325a690a9957d775228fbbb293dd9a5ad37
|
||||
Size (sqlite-src-3250200.zip) = 11381811 bytes
|
||||
|
|
Loading…
Reference in a new issue