Skip to content

Commit

Permalink
databases/ruby-sqlite3: update to 1.4.4
Browse files Browse the repository at this point in the history
1.4.4 (2022-06-14)

Fixes

* Compilation no longer fails against SQLite3 versions < 3.29.0. This issue
  was introduced in v1.4.3. [TritonDataCenter#324] (Thank you, @r6e!)

1.4.3 (2022-05-25)

Enhancements

* Disable non-standard support for double-quoted string literals via the
  :strict option. [TritonDataCenter#317] (Thank you, @casperisfine!)

* Column type names are now explicitly downcased on platforms where they may
  have been in shoutcaps. [TritonDataCenter#315] (Thank you, @petergoldstein!)

* Support File or Pathname arguments to Database.new. [TritonDataCenter#283] (Thank you,
  @yb66!)

* Support building on MSVC. [TritonDataCenter#285] (Thank you, @jmarrec!)
  • Loading branch information
taca committed Aug 11, 2022
1 parent 4b0337d commit 3f82a29
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
5 changes: 2 additions & 3 deletions databases/ruby-sqlite3/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.52 2022/04/18 19:10:45 adam Exp $
# $NetBSD: Makefile,v 1.53 2022/08/11 04:16:28 taca Exp $

DISTNAME= sqlite3-1.4.2
PKGREVISION= 6
DISTNAME= sqlite3-1.4.4
CATEGORIES= databases

MAINTAINER= [email protected]
Expand Down
3 changes: 1 addition & 2 deletions databases/ruby-sqlite3/PLIST
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
@comment $NetBSD: PLIST,v 1.17 2019/02/25 14:16:04 taca Exp $
@comment $NetBSD: PLIST,v 1.18 2022/08/11 04:16:28 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/gem.build_complete
${GEM_EXTSDIR}/sqlite3/sqlite3_native.${RUBY_DLEXT}
${GEM_LIBDIR}/.gemtest
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/API_CHANGES.rdoc
${GEM_LIBDIR}/CHANGELOG.rdoc
${GEM_LIBDIR}/ChangeLog.cvs
Expand Down
8 changes: 4 additions & 4 deletions databases/ruby-sqlite3/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.24 2021/10/26 10:10:04 nia Exp $
$NetBSD: distinfo,v 1.25 2022/08/11 04:16:28 taca Exp $

BLAKE2s (sqlite3-1.4.2.gem) = 6801e1b9994e3cb6493be9e1ee1708274622de755abe0393cda7c90268c00eb1
SHA512 (sqlite3-1.4.2.gem) = c4630dd2fa13914e2fcc70092c35568103f61f976958b439fe205abdfcff61702ca176d10bea40ff0cfea3169644cdb9146b7be94dff883cad3b753e84629545
Size (sqlite3-1.4.2.gem) = 70656 bytes
BLAKE2s (sqlite3-1.4.4.gem) = ac73bbbe5cb11afb32f44567eab4648e1d5a2ae66d9994c33babd0fe15269f69
SHA512 (sqlite3-1.4.4.gem) = 48753652d2aec201dfeac37f284bfdbc1b39c208c4ef605a2b7073a8a56cf5edf2021a889d98e0939cc0fbc476ccfda1aa01a0d8848a6129cab3af68761fcf38
Size (sqlite3-1.4.4.gem) = 71168 bytes

0 comments on commit 3f82a29

Please sign in to comment.