pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Sep  6 18:59:11 UTC 2022

Modified Files:
        pkgsrc/databases/sqlite3: Makefile.common distinfo
        pkgsrc/databases/sqlite3-docs: PLIST distinfo
        pkgsrc/databases/sqlite3-tcl: distinfo
        pkgsrc/devel/lemon: distinfo

Log Message:
sqlite3: updated to 3.39.3

Changes in version 3.39.3 (2022-09-05):

Use a statement journal on DML statement affecting two or more database rows if the statement makes use of a SQL functions that might abort. See forum thread 9b9e4716c0d7bbd1.
Use a mutex to protect the PRAGMA temp_store_directory and PRAGMA data_store_directory statements, even though they are deprecated and documented as not being threadsafe. See forum post 
719a11e1314d1c70.
Other bug and warning fixes. See the timeline for details.


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/databases/sqlite3/Makefile.common
cvs rdiff -u -r1.186 -r1.187 pkgsrc/databases/sqlite3/distinfo
cvs rdiff -u -r1.116 -r1.117 pkgsrc/databases/sqlite3-docs/PLIST
cvs rdiff -u -r1.119 -r1.120 pkgsrc/databases/sqlite3-docs/distinfo
cvs rdiff -u -r1.131 -r1.132 pkgsrc/databases/sqlite3-tcl/distinfo
cvs rdiff -u -r1.60 -r1.61 pkgsrc/devel/lemon/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/sqlite3/Makefile.common
diff -u pkgsrc/databases/sqlite3/Makefile.common:1.93 pkgsrc/databases/sqlite3/Makefile.common:1.94
--- pkgsrc/databases/sqlite3/Makefile.common:1.93       Fri Jul 22 07:05:55 2022
+++ pkgsrc/databases/sqlite3/Makefile.common    Tue Sep  6 18:59:11 2022
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile.common,v 1.93 2022/07/22 07:05:55 adam Exp $
+# $NetBSD: Makefile.common,v 1.94 2022/09/06 18:59:11 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=   3390200
-SQLITE3_VERSION=       3.39.2
+SQLITE3_DISTVERSION=   3390300
+SQLITE3_VERSION=       3.39.3
 
 MASTER_SITES=  http://www.sqlite.org/2022/
 MASTER_SITES+= http://www.hwaci.com/sw/sqlite/2022/

Index: pkgsrc/databases/sqlite3/distinfo
diff -u pkgsrc/databases/sqlite3/distinfo:1.186 pkgsrc/databases/sqlite3/distinfo:1.187
--- pkgsrc/databases/sqlite3/distinfo:1.186     Fri Jul 22 07:05:55 2022
+++ pkgsrc/databases/sqlite3/distinfo   Tue Sep  6 18:59:11 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.186 2022/07/22 07:05:55 adam Exp $
+$NetBSD: distinfo,v 1.187 2022/09/06 18:59:11 adam Exp $
 
-BLAKE2s (sqlite-autoconf-3390200.tar.gz) = 8b13cf674edda283e4184f6dcb46da7d656d68d3333e331edd03ab43fc7363df
-SHA512 (sqlite-autoconf-3390200.tar.gz) = c16b50ade3c182d5473014ac0a51e2bb8a5cfc46e532c2bda77ae4d530336e2b57aa4f12dccb6aa2148d60e9289305bf20842ac95dc52f2d31df8eb5f0599de6
-Size (sqlite-autoconf-3390200.tar.gz) = 3064438 bytes
+BLAKE2s (sqlite-autoconf-3390300.tar.gz) = 5707cc7b31f4b87fcee797ed569569cd781b93cad9749dace18104313ea95f31
+SHA512 (sqlite-autoconf-3390300.tar.gz) = f5f1f275ca7def6e1971d0152852468b89f2759d6fc2dda42b6e47646d65c7d8c454a9accd4ac900e171908114a9164c722314b90fb2ca422b99603158f9ce3e
+Size (sqlite-autoconf-3390300.tar.gz) = 3064970 bytes
 SHA1 (patch-configure) = c0aa83bddc20d090b3cd2fd840ac69031f4396e4

Index: pkgsrc/databases/sqlite3-docs/PLIST
diff -u pkgsrc/databases/sqlite3-docs/PLIST:1.116 pkgsrc/databases/sqlite3-docs/PLIST:1.117
--- pkgsrc/databases/sqlite3-docs/PLIST:1.116   Fri Jul 22 07:05:55 2022
+++ pkgsrc/databases/sqlite3-docs/PLIST Tue Sep  6 18:59:11 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.116 2022/07/22 07:05:55 adam Exp $
+@comment $NetBSD: PLIST,v 1.117 2022/09/06 18:59:11 adam Exp $
 share/doc/sqlite3/34to35.html
 share/doc/sqlite3/35to36.html
 share/doc/sqlite3/about.html
@@ -650,6 +650,7 @@ share/doc/sqlite3/releaselog/3_38_5.html
 share/doc/sqlite3/releaselog/3_39_0.html
 share/doc/sqlite3/releaselog/3_39_1.html
 share/doc/sqlite3/releaselog/3_39_2.html
+share/doc/sqlite3/releaselog/3_39_3.html
 share/doc/sqlite3/releaselog/3_3_0.html
 share/doc/sqlite3/releaselog/3_3_1.html
 share/doc/sqlite3/releaselog/3_3_10.html

Index: pkgsrc/databases/sqlite3-docs/distinfo
diff -u pkgsrc/databases/sqlite3-docs/distinfo:1.119 pkgsrc/databases/sqlite3-docs/distinfo:1.120
--- pkgsrc/databases/sqlite3-docs/distinfo:1.119        Fri Jul 22 07:05:55 2022
+++ pkgsrc/databases/sqlite3-docs/distinfo      Tue Sep  6 18:59:11 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.119 2022/07/22 07:05:55 adam Exp $
+$NetBSD: distinfo,v 1.120 2022/09/06 18:59:11 adam Exp $
 
-BLAKE2s (sqlite-doc-3390200.zip) = 53e730649d6dac34d41f6097c41d155cfa5f05d3b42e7e9c52b8ed68c3a2341b
-SHA512 (sqlite-doc-3390200.zip) = 54b9e632244b95ebf35fcaa5ce9c02381601eb442eec2ec2a809a7fe24d2cfed751581bb82fd243aaede2c935864da39fd1f1685e762826dd76fc754c7f79c0b
-Size (sqlite-doc-3390200.zip) = 10683207 bytes
+BLAKE2s (sqlite-doc-3390300.zip) = 79443f36f46a20dbdbf3bd0d78ed41049adaf6367d67b31297a89a8592efd5d1
+SHA512 (sqlite-doc-3390300.zip) = edab798f777bec097a20798a71c8ea01e4c59034da1f696ce1574a57719edd252a0004a268866e338803dd4c46980754ed1b5ddd05a5fc01b59397b6fda172ae
+Size (sqlite-doc-3390300.zip) = 10312031 bytes

Index: pkgsrc/databases/sqlite3-tcl/distinfo
diff -u pkgsrc/databases/sqlite3-tcl/distinfo:1.131 pkgsrc/databases/sqlite3-tcl/distinfo:1.132
--- pkgsrc/databases/sqlite3-tcl/distinfo:1.131 Fri Jul 22 07:05:55 2022
+++ pkgsrc/databases/sqlite3-tcl/distinfo       Tue Sep  6 18:59:11 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.131 2022/07/22 07:05:55 adam Exp $
+$NetBSD: distinfo,v 1.132 2022/09/06 18:59:11 adam Exp $
 
-BLAKE2s (sqlite-autoconf-3390200.tar.gz) = 8b13cf674edda283e4184f6dcb46da7d656d68d3333e331edd03ab43fc7363df
-SHA512 (sqlite-autoconf-3390200.tar.gz) = c16b50ade3c182d5473014ac0a51e2bb8a5cfc46e532c2bda77ae4d530336e2b57aa4f12dccb6aa2148d60e9289305bf20842ac95dc52f2d31df8eb5f0599de6
-Size (sqlite-autoconf-3390200.tar.gz) = 3064438 bytes
+BLAKE2s (sqlite-autoconf-3390300.tar.gz) = 5707cc7b31f4b87fcee797ed569569cd781b93cad9749dace18104313ea95f31
+SHA512 (sqlite-autoconf-3390300.tar.gz) = f5f1f275ca7def6e1971d0152852468b89f2759d6fc2dda42b6e47646d65c7d8c454a9accd4ac900e171908114a9164c722314b90fb2ca422b99603158f9ce3e
+Size (sqlite-autoconf-3390300.tar.gz) = 3064970 bytes
 SHA1 (patch-Makefile.in) = 6cbbc33a5bc9c98b5aa128279f8e21e47406f537

Index: pkgsrc/devel/lemon/distinfo
diff -u pkgsrc/devel/lemon/distinfo:1.60 pkgsrc/devel/lemon/distinfo:1.61
--- pkgsrc/devel/lemon/distinfo:1.60    Fri Jul 22 07:05:55 2022
+++ pkgsrc/devel/lemon/distinfo Tue Sep  6 18:59:11 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.60 2022/07/22 07:05:55 adam Exp $
+$NetBSD: distinfo,v 1.61 2022/09/06 18:59:11 adam Exp $
 
-BLAKE2s (sqlite-src-3390200.zip) = c7b94da2980ebbe64d96ccfbbc65ce94fe9965ff12fa4092cccd68505e27a3ac
-SHA512 (sqlite-src-3390200.zip) = a838386a48654391590ea0e1cb355d29f6f93033c3e582df7c63139adaf5119dd5a1550e913dbad0d3eafb0bfa03c4fc6dc48a334d9c45ffb8a7205a528b38f1
-Size (sqlite-src-3390200.zip) = 13403722 bytes
+BLAKE2s (sqlite-src-3390300.zip) = 7ecc27cf10eb9812623084e990411684221b751d7fd9facfd9a9ccc580139793
+SHA512 (sqlite-src-3390300.zip) = 19827a3dc0b57046b3d50e9538dfcf2e0453a04b2d8ccfee94effa3eee1b1a56837740ecef0e6ee4ec0a94d7185fae9f4a5e158291468acbbcead5335196e776
+Size (sqlite-src-3390300.zip) = 13404886 bytes



Home | Main Index | Thread Index | Old Index