Skip to content

Commit

Permalink
databases/ruby-sqlite3: update to 1.5.0
Browse files Browse the repository at this point in the history
Here is quote from release note.

1.5.0 (2022-09-08)

Added

* SQLite3::SQLITE_LOADED_VERSION contains the version string of the sqlite3
  library that is dynamically loaded (compare to SQLite3::SQLITE_VERSION
  which is the version at compile-time).

Fixed

* SQLite3::Database#load_extensions now raises a TypeError unless a String
  is passed as the file path.  Previously it was possible to pass a
  non-string and cause a segfault.  [#339]
  • Loading branch information
taca committed Sep 9, 2022
1 parent d6ca6a4 commit 6cc723b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
9 changes: 7 additions & 2 deletions databases/ruby-sqlite3/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.53 2022/08/11 04:16:28 taca Exp $
# $NetBSD: Makefile,v 1.54 2022/09/09 13:17:47 taca Exp $

DISTNAME= sqlite3-1.4.4
DISTNAME= sqlite3-1.5.0
CATEGORIES= databases

MAINTAINER= pkgsrc-users@NetBSD.org
Expand All @@ -9,6 +9,11 @@ COMMENT= Ruby interface for the SQLite database engine
LICENSE= modified-bsd

USE_GCC_RUNTIME= yes
RUBY_EXTCONF_ARGS= --enable-system-libraries
OVERRIDE_GEMSPEC+= :files ports/archives/sqlite-autoconf-3380500.tar.gz=

pre-configure:
${RM} -f ${WRKSRC}/ports/archives/sqlite-autoconf-3380500.tar.gz

.include "../../lang/ruby/gem.mk"
.include "../../databases/sqlite3/buildlink3.mk"
Expand Down
20 changes: 8 additions & 12 deletions databases/ruby-sqlite3/PLIST
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
@comment $NetBSD: PLIST,v 1.18 2022/08/11 04:16:28 taca Exp $
@comment $NetBSD: PLIST,v 1.19 2022/09/09 13:17:47 taca Exp $
${GEM_HOME}/build_info/${GEM_NAME}.info
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/gem.build_complete
${GEM_EXTSDIR}/sqlite3/sqlite3_native.${RUBY_DLEXT}
${GEM_LIBDIR}/.gemtest
${GEM_LIBDIR}/API_CHANGES.rdoc
${GEM_LIBDIR}/CHANGELOG.rdoc
${GEM_LIBDIR}/API_CHANGES.md
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/CONTRIBUTING.md
${GEM_LIBDIR}/ChangeLog.cvs
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/Manifest.txt
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/appveyor.yml
${GEM_LIBDIR}/LICENSE-DEPENDENCIES
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/ext/sqlite3/aggregator.c
${GEM_LIBDIR}/ext/sqlite3/aggregator.h
${GEM_LIBDIR}/ext/sqlite3/backup.c
Expand All @@ -25,6 +25,7 @@ ${GEM_LIBDIR}/ext/sqlite3/sqlite3.c
${GEM_LIBDIR}/ext/sqlite3/sqlite3_ruby.h
${GEM_LIBDIR}/ext/sqlite3/statement.c
${GEM_LIBDIR}/ext/sqlite3/statement.h
${GEM_LIBDIR}/faq/faq.md
${GEM_LIBDIR}/faq/faq.rb
${GEM_LIBDIR}/faq/faq.yml
${GEM_LIBDIR}/lib/sqlite3.rb
Expand All @@ -38,11 +39,6 @@ ${GEM_LIBDIR}/lib/sqlite3/statement.rb
${GEM_LIBDIR}/lib/sqlite3/translator.rb
${GEM_LIBDIR}/lib/sqlite3/value.rb
${GEM_LIBDIR}/lib/sqlite3/version.rb
${GEM_LIBDIR}/rakelib/faq.rake
${GEM_LIBDIR}/rakelib/gem.rake
${GEM_LIBDIR}/rakelib/native.rake
${GEM_LIBDIR}/rakelib/vendor_sqlite3.rake
${GEM_LIBDIR}/setup.rb
${GEM_LIBDIR}/test/helper.rb
${GEM_LIBDIR}/test/test_backup.rb
${GEM_LIBDIR}/test/test_collation.rb
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.25 2022/08/11 04:16:28 taca Exp $
$NetBSD: distinfo,v 1.26 2022/09/09 13:17:47 taca Exp $

BLAKE2s (sqlite3-1.4.4.gem) = ac73bbbe5cb11afb32f44567eab4648e1d5a2ae66d9994c33babd0fe15269f69
SHA512 (sqlite3-1.4.4.gem) = 48753652d2aec201dfeac37f284bfdbc1b39c208c4ef605a2b7073a8a56cf5edf2021a889d98e0939cc0fbc476ccfda1aa01a0d8848a6129cab3af68761fcf38
Size (sqlite3-1.4.4.gem) = 71168 bytes
BLAKE2s (sqlite3-1.5.0.gem) = bc9dcb58e741a9471ded882ffde9fa20da40ce004415f5fae37edb0025dfc373
SHA512 (sqlite3-1.5.0.gem) = 52303d3994e25bc994f86fac03b40b3bdb7eb688ae386ca583bacab74b68dd493c470f854884036d350b23ba366448605314bf080343a5684f9c999d73c1ab38
Size (sqlite3-1.5.0.gem) = 3102720 bytes

0 comments on commit 6cc723b

Please sign in to comment.