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:           Wed Nov  6 13:49:43 UTC 2024

Modified Files:
        pkgsrc/databases/ruby-sqlite3: Makefile distinfo

Log Message:
databases/ruby-sqlite3: update to 2.2.0

2.2.0 (2024-10-30)

Added

* URI filenames are now allowed.  This allows the injection of some behavior
  via recognized query parameters.  See https://www.sqlite.org/uri.html for
  more information.  [#571] @flavorjones

Improved

* SQL Syntax errors during Database#prepare will raise a verbose exception
  with a multiline message indicating with a "^" exactly where in the
  statement the error occurred.  [#554] @fractaledmind @flavorjones


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/databases/ruby-sqlite3/Makefile
cvs rdiff -u -r1.46 -r1.47 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.82 pkgsrc/databases/ruby-sqlite3/Makefile:1.83
--- pkgsrc/databases/ruby-sqlite3/Makefile:1.82 Fri Nov  1 12:51:57 2024
+++ pkgsrc/databases/ruby-sqlite3/Makefile      Wed Nov  6 13:49:42 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.82 2024/11/01 12:51:57 wiz Exp $
+# $NetBSD: Makefile,v 1.83 2024/11/06 13:49:42 taca Exp $
 
-DISTNAME=      sqlite3-2.1.1
-PKGREVISION=   2
+DISTNAME=      sqlite3-2.2.0
 CATEGORIES=    databases
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/databases/ruby-sqlite3/distinfo
diff -u pkgsrc/databases/ruby-sqlite3/distinfo:1.46 pkgsrc/databases/ruby-sqlite3/distinfo:1.47
--- pkgsrc/databases/ruby-sqlite3/distinfo:1.46 Sun Oct 27 13:31:47 2024
+++ pkgsrc/databases/ruby-sqlite3/distinfo      Wed Nov  6 13:49:42 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.46 2024/10/27 13:31:47 taca Exp $
+$NetBSD: distinfo,v 1.47 2024/11/06 13:49:42 taca Exp $
 
-BLAKE2s (sqlite3-2.1.1.gem) = 683c20b7ea018fe5240e6f8411efbe8ecc01878adcc556d332809163adceb64d
-SHA512 (sqlite3-2.1.1.gem) = 33ee98cddc17c8941ae938e59f063c391e170b5e9f97076c1c6fcc052b7979e32dd811586d5a535c85d882e476d146119075c5453700f21cafaf13e72e039297
-Size (sqlite3-2.1.1.gem) = 3386368 bytes
+BLAKE2s (sqlite3-2.2.0.gem) = f589c1ebeccc519c280e8e543c083a2d1d336ff68c932c9b8283d886e57d07e7
+SHA512 (sqlite3-2.2.0.gem) = 3deac376013af0796345f735997bcddbcd6811d714d01b0e09ab4102d77f432cea2cc392af4c8ea0a5d149b9cafe0a22b224baa10048785a70d23b8208e8b4f8
+Size (sqlite3-2.2.0.gem) = 3387392 bytes



Home | Main Index | Thread Index | Old Index