<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/databases/ruby-sqlite3/PLIST, branch trunk</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2022-11-20T12:11:12Z</updated>
<entry>
<title>databases/ruby-sqlite3: update to 1.5.4</title>
<updated>2022-11-20T12:11:12Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2022-11-20T12:11:12Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cd65caa1e203e03e65bc10733612edcbf64be41b'/>
<id>urn:sha1:cd65caa1e203e03e65bc10733612edcbf64be41b</id>
<content type='text'>
1.5.4 (2022-11-18)

Dependencies

* Vendored sqlite is updated to v3.40.0.</content>
</entry>
<entry>
<title>databases/ruby-sqlite3: update to 1.5.2</title>
<updated>2022-10-06T14:19:01Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2022-10-06T14:19:01Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=572552f1d0eabd417a661c54d2d648ee434b8eb8'/>
<id>urn:sha1:572552f1d0eabd417a661c54d2d648ee434b8eb8</id>
<content type='text'>
1.5.2 (2022-10-01)

Packaging

This version correctly vendors the tarball for sqlite v3.39.4 in the vanilla
"ruby" platform gem package, so that users will not require network access
at installation.

v1.5.0 and v1.5.1 mistakenly packaged the tarball for sqlite v3.38.5 in the
vanilla "ruby" platform gem, resulting in downloading the intended tarball
over the network at installation time (or, if the network was not available,
failure to install).  Note that the precompiled native gems were not
affected by this issue. [#352]

1.5.1 (2022-09-29)

Dependencies

* Vendored sqlite is updated to v3.39.4.

Security

The vendored version of sqlite, v3.39.4, should be considered to be a
security release.  From the release notes:

	 Version 3.39.4 is a minimal patch against the prior release that
	 addresses issues found since the prior release.  In particular, a
	 potential vulnerability in the FTS3 extension has been fixed, so
	 this should be considered a security update.

	 In order to exploit the vulnerability, an attacker must have full
	 SQL access and must be able to construct a corrupt database with
	 over 2GB of FTS3 content.  The problem arises from a 32-bit signed
	 integer overflow.

For more information please see GHSA-mgvv-5mxp-xq67.</content>
</entry>
<entry>
<title>databases/ruby-sqlite3: update to 1.5.0</title>
<updated>2022-09-09T13:17:47Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2022-09-09T13:17:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6cc723b16b3a2ac0763a732e711eb31d1fd2e6a1'/>
<id>urn:sha1:6cc723b16b3a2ac0763a732e711eb31d1fd2e6a1</id>
<content type='text'>
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]</content>
</entry>
<entry>
<title>databases/ruby-sqlite3: update to 1.4.4</title>
<updated>2022-08-11T04:16:28Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2022-08-11T04:16:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3f82a2977ece3ed27fa3651b7259765825eda921'/>
<id>urn:sha1:3f82a2977ece3ed27fa3651b7259765825eda921</id>
<content type='text'>
1.4.4 (2022-06-14)

Fixes

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

1.4.3 (2022-05-25)

Enhancements

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

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

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

* Support building on MSVC. [#285] (Thank you, @jmarrec!)</content>
</entry>
<entry>
<title>databases/ruby-sqlite3: update to 1.4.0</title>
<updated>2019-02-25T14:16:04Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2019-02-25T14:16:04Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=31b934103a26174189d1c78e34ddd82936991c72'/>
<id>urn:sha1:31b934103a26174189d1c78e34ddd82936991c72</id>
<content type='text'>
=== 1.4.0

* Enhancements
  * Better aggregator support

* Bugfixes
  * Various</content>
</entry>
<entry>
<title>Update ruby-sqlite3 to 1.3.11.</title>
<updated>2015-10-12T15:33:08Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2015-10-12T15:33:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ce4e0308a640ad045a061dc5bfb1c9b99befed5f'/>
<id>urn:sha1:ce4e0308a640ad045a061dc5bfb1c9b99befed5f</id>
<content type='text'>
=== 1.3.11 / 2015-10-10

* Enhancements:
  * Windows: build against SQLite 3.8.11.1

* Internal:
  * Use rake-compiler-dock to build Windows binaries. Pull #159 [larskanis]
  * Expand Ruby versions being tested for Travis and AppVeyor</content>
</entry>
<entry>
<title>Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby.</title>
<updated>2015-03-08T15:17:17Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2015-03-08T15:17:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7dfc8b21a2896248435e1a88ae6fc61d0cf72c92'/>
<id>urn:sha1:7dfc8b21a2896248435e1a88ae6fc61d0cf72c92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update ruby-sqlite3 to 1.3.9.</title>
<updated>2014-03-13T18:28:12Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2014-03-13T18:28:12Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1c9407f831b6d0185633e600928fea4c89484b0c'/>
<id>urn:sha1:1c9407f831b6d0185633e600928fea4c89484b0c</id>
<content type='text'>
pkgsrc change: add GEM_EXTSDIR support.

=== 1.3.9 / 2014-02-25

* Bugfixes:
  * Reset exception message. Closes #80
  * Reduce warnings due unused pointers. Closes #89
  * Add BSD-3 license reference to gemspec. Refs #99 and #106</content>
</entry>
<entry>
<title>Update ruby-sqlite3 package to 1.3.6.</title>
<updated>2012-04-28T14:09:22Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2012-04-28T14:09:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=46b59a460bf73a58bd35753831787e36dccd5c47'/>
<id>urn:sha1:46b59a460bf73a58bd35753831787e36dccd5c47</id>
<content type='text'>
=== 1.3.6 / 2012-04-16

* Enhancements
  * Windows: build against SQLite 3.7.11
  * Added SQLite3::ResultSet#each_hash for fetching each row as a hash.
  * Added SQLite3::ResultSet#next_hash for fetching one row as a hash.

* Bugfixes
  * Support both UTF-16LE and UTF-16BE encoding modes on PPC. Closes #63
  * Protect parameters to custom functions from being garbage collected too
    soon. Fixes #60. Thanks hirataya!
  * Fix backwards compatibility with 1.2.5 with bind vars and `query` method.
    Fixes #35.
  * Fix double definition error caused by defining sqlite3_int64/uint64.
  * Fix suspicious version regexp.

* Deprecations
  * ArrayWithTypesAndFields#types is deprecated and the class will be removed
    in version 2.0.0.  Please use the `types` method on the ResultSet class
    that created this object.
  * ArrayWithTypesAndFields#fields is deprecated and the class will be removed
    in version 2.0.0.  Please use the `columns` method on the ResultSet class
    that created this object.
  * The ArrayWithTypesAndFields class will be removed in 2.0.0
  * The ArrayWithTypes class will be removed in 2.0.0
  * HashWithTypesAndFields#types is deprecated and the class will be removed
    in version 2.0.0.  Please use the `types` method on the ResultSet class
    that created this object.
  * HashWithTypesAndFields#fields is deprecated and the class will be removed
    in version 2.0.0.  Please use the `columns` method on the ResultSet class
    that created this object.</content>
</entry>
<entry>
<title>Update databases/ruby-sqlite3 package to 1.3.5.</title>
<updated>2012-02-19T11:27:01Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2012-02-19T11:27:01Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9a3ffd40e76c11dbed8fd3ffae58cf49d413fb64'/>
<id>urn:sha1:9a3ffd40e76c11dbed8fd3ffae58cf49d413fb64</id>
<content type='text'>
=== 1.3.5 / 2011-12-03 - ZOMG Holidays are here Edition!

* Enhancements
  * Windows: build against SQLite 3.7.9
  * Static: enable SQLITE_ENABLE_COLUMN_METADATA
  * Added Statement#clear_bindings! to set bindings back to nil

* Bugfixes
  * Fixed a segv on Database.new. Fixes #34 (thanks nobu!)
  * Database error is not reset, so don't check it in Statement#reset!
  * Remove conditional around Bignum statement bindings.
    Fixes #52. Fixes #56. Thank you Evgeny Myasishchev.

* Internal
  * Use proper endianness when testing database connection with UTF-16.
    Fixes #40. Fixes #51
  * Use -fPIC for static compilation when host is x86_64.

=== 1.3.4 / 2011-07-25

* Enhancements:
  * Windows: build against SQLite 3.7.7.1
  * Windows: build static binaries that do not depend on sqlite3.dll be
    installed anymore

* Bugfixes
  * Backup API is conditionaly required so that older libsqlite3 can be used.
    Thanks Hongli Lai.
  * Fixed segmentation fault when nil is passed to SQLite3::Statement.new
  * Fix extconf's hardcoded path that affected installation on certain systems.</content>
</entry>
</feed>
