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: Mon Dec 9 13:08:58 UTC 2024
Modified Files:
pkgsrc/databases/ruby-sqlite3: Makefile distinfo
Log Message:
databases/ruby-sqlite3: update to 2.4.1
2.4.1 (2024-12-08)
Dependencies
* Vendored sqlite is updated to v3.47.2 #593 @flavorjones
The description from the upstream maintainers is:
SQLite version 3.47.2, now available, fixes an important bug that first appeared in the 3.47.0
release. In SQLite versions 3.47.0 and 3.47.1, if you try to convert a string into a
floating-point value and the first 16 significant digits of the value are exactly
"1844674407370955", then the floating-point number generated might be incorrect. The problem
only affects x64 and i386 CPUs, so it does not affect you if you are running on ARM. And it only
affects releases 3.47.0 and 3.47.1. If you are running SQLite versions 3.47.0 or 3.47.1, then
upgrading is recommended.
Saving you a click, you should upgrade if you're running sqlite3-ruby
v2.1.1 or later.
Fixed
* Prevent unnecessary "Invalid Reference" warnings from the ForkSafety
module when GC runs during the "after fork" hook. #592 @flavorjones
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/databases/ruby-sqlite3/Makefile
cvs rdiff -u -r1.48 -r1.49 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.85 pkgsrc/databases/ruby-sqlite3/Makefile:1.86
--- pkgsrc/databases/ruby-sqlite3/Makefile:1.85 Sun Dec 8 14:24:40 2024
+++ pkgsrc/databases/ruby-sqlite3/Makefile Mon Dec 9 13:08:58 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.85 2024/12/08 14:24:40 taca Exp $
+# $NetBSD: Makefile,v 1.86 2024/12/09 13:08:58 taca Exp $
-DISTNAME= sqlite3-2.4.0
+DISTNAME= sqlite3-2.4.1
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-3470100.tar.gz
+BUNDLED_ARCHIVE= ports/archives/sqlite-autoconf-3470200.tar.gz
pre-configure:
${RM} -f ${WRKSRC}/${BUNDLED_ARCHIVE}
Index: pkgsrc/databases/ruby-sqlite3/distinfo
diff -u pkgsrc/databases/ruby-sqlite3/distinfo:1.48 pkgsrc/databases/ruby-sqlite3/distinfo:1.49
--- pkgsrc/databases/ruby-sqlite3/distinfo:1.48 Sun Dec 8 14:24:40 2024
+++ pkgsrc/databases/ruby-sqlite3/distinfo Mon Dec 9 13:08:58 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.48 2024/12/08 14:24:40 taca Exp $
+$NetBSD: distinfo,v 1.49 2024/12/09 13:08:58 taca Exp $
-BLAKE2s (sqlite3-2.4.0.gem) = a1228513e2ef9fe5f28a68704b6e57636eca61559fa9f2511f42476436242ddc
-SHA512 (sqlite3-2.4.0.gem) = 6048e91b8c7add8800868c6cea9086e550ae90d758ccbfe96a21ec9350b72d39ec72afc98c920b5ca818c632cc96d0a73b2229949c55680db72d440cdc0015a6
-Size (sqlite3-2.4.0.gem) = 3394048 bytes
+BLAKE2s (sqlite3-2.4.1.gem) = c801459057492f9041b71e4f0453e9aa397388d420780d5002c5a0f428c75973
+SHA512 (sqlite3-2.4.1.gem) = 10372b0910d6759bebddbb5b8a76d35fcee623e8b749135b6eed6746e748fbc3abc0844f6f13b44433b5a14b9224412e09df2e8307b84894a75550bc7acc1374
+Size (sqlite3-2.4.1.gem) = 3394560 bytes
Home |
Main Index |
Thread Index |
Old Index