pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/ruby-sqlite3
Module Name: pkgsrc
Committed By: taca
Date: Tue Oct 24 14:35:08 UTC 2023
Modified Files:
pkgsrc/databases/ruby-sqlite3: Makefile distinfo
Log Message:
databases/ruby-sqlite3: update to 1.6.7
1.6.7 / 2023-10-10
Dependencies
Vendored sqlite is updated to v3.43.2.
Upstream release notes:
* Fix a couple of obscure UAF errors and an obscure memory leak.
* Omit the use of the sprintf() function from the standard library in the
CLI, as this now generates warnings on some platforms.
* Avoid conversion of a double into unsigned long long integer, as some
platforms do not do such conversions correctly.
Added
* Compile packaged sqlite3 with additional flags to explicitly enable
FTS5, and set synchronous mode to normal when in WAL mode. [#408]
(@flavorjones)
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/databases/ruby-sqlite3/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/databases/ruby-sqlite3/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/ruby-sqlite3/Makefile
diff -u pkgsrc/databases/ruby-sqlite3/Makefile:1.68 pkgsrc/databases/ruby-sqlite3/Makefile:1.69
--- pkgsrc/databases/ruby-sqlite3/Makefile:1.68 Mon Sep 18 17:23:17 2023
+++ pkgsrc/databases/ruby-sqlite3/Makefile Tue Oct 24 14:35:08 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2023/09/18 17:23:17 taca Exp $
+# $NetBSD: Makefile,v 1.69 2023/10/24 14:35:08 taca Exp $
-DISTNAME= sqlite3-1.6.6
+DISTNAME= sqlite3-1.6.7
CATEGORIES= databases
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -14,7 +14,7 @@ USE_GCC_RUNTIME= yes
RUBY_EXTCONF_ARGS= --enable-system-libraries
OVERRIDE_GEMSPEC+= :files ${BUNDLED_ARCHIVE}=
-BUNDLED_ARCHIVE= ports/archives/sqlite-autoconf-3430100.tar.gz
+BUNDLED_ARCHIVE= ports/archives/sqlite-autoconf-3430200.tar.gz
pre-configure:
${RM} -f ${WRKSRC}/${BUNDLED_ARCHIVE}
Index: pkgsrc/databases/ruby-sqlite3/distinfo
diff -u pkgsrc/databases/ruby-sqlite3/distinfo:1.36 pkgsrc/databases/ruby-sqlite3/distinfo:1.37
--- pkgsrc/databases/ruby-sqlite3/distinfo:1.36 Mon Sep 18 17:23:17 2023
+++ pkgsrc/databases/ruby-sqlite3/distinfo Tue Oct 24 14:35:08 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2023/09/18 17:23:17 taca Exp $
+$NetBSD: distinfo,v 1.37 2023/10/24 14:35:08 taca Exp $
-BLAKE2s (sqlite3-1.6.6.gem) = 798f39dc7b115382a63b5e25d004ed74b6d3d10e68966820a9469315af78aa9b
-SHA512 (sqlite3-1.6.6.gem) = 5679ea1ef4a8a54c6f60e53403e9d0e1b00e718593058b4532dbc4240ba4a52a36c17e8dd5908402c8fd944b7cc4642c1bdfe648fc4b86da0677512340736525
-Size (sqlite3-1.6.6.gem) = 3250176 bytes
+BLAKE2s (sqlite3-1.6.7.gem) = 809c7d2a355a46ab9caf9fda14cb8e89ee76290c33bea6c27d116f45a7576d51
+SHA512 (sqlite3-1.6.7.gem) = 83455e533bbe84c71045b28ec6262b50804e774f3de4811e123cdb780ea4989227c01a8b6939179813ae3b59e1261e2d694830cc10ca05e7789dc635ff4d9b97
+Size (sqlite3-1.6.7.gem) = 3249664 bytes
Home |
Main Index |
Thread Index |
Old Index