Path to this page:
./
devel/ruby-ffi-yajl,
Ruby FFI wrapper around YAJL 2.x
Branch: CURRENT,
Version: 2.3.4,
Package name: ruby26-ffi-yajl-2.3.4,
Maintainer: pkgsrc-usersRuby FFI wrapper around YAJL 2.x.
Required to run:[
devel/yajl] [
devel/ruby-libyajl2] [
lang/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 54d2b74ed7628a25ef8ca23743842543ece68cc2
RMD160: 1af37e71363bda79b31d6ee23a5489bf081a4bfc
Filesize: 133 KB
Version history: (Expand)
- (2020-09-13) Updated to version: ruby26-ffi-yajl-2.3.4
- (2020-01-20) Updated to version: ruby26-ffi-yajl-2.3.3
- (2017-11-23) Package has been reborn
- (2017-07-13) Updated to version: ruby23-ffi-yajl-2.3.1
- (2016-10-09) Updated to version: ruby22-ffi-yajl-2.3.0
- (2016-01-11) Updated to version: ruby200-ffi-yajl-2.2.3
CVS history: (Expand)
2020-09-13 17:20:22 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
devel/ruby-ffi-yajl: update to 2.3.4
Update ruby-ffi-yajl to 2.3.4.
2.3.4 (2020-08-17)
* Optimize our requires #109 (tas50)
|
2020-01-20 16:33:38 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
devel/ruby-ffi-yajl: update to 2.3.3
Update ruby-ffi-yajl to 2.3.3.
2.3.3 (2019-12-30)
* Use correct version file #104 (jaymalasinha)
* Substitute require for require_relative #105 (tas50)
|
2017-07-13 17:21:47 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
Update ruby-ffi-yajl to 2.3.1.
* Fix license in gemspec.
* Improve format of README.
* Remove duplicated code.
|
2016-10-09 15:58:57 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
Update ruby-ffi-yajl to 2.3.0.
* replace Fixnum+Bignum with Integer #80 (lamont-granquist)
* update travis matrix #78 (lamont-granquist)
|
2016-01-11 16:56:19 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
Update ruby-ffi-yajl to 2.2.3.
2.2.3 (2016-01-07)
Full Changelog
Merged pull requests:
* fix validate_utf8: false encoding coercion #75 (lamont-granquist)
* Remove ruby 1.9.2 support #73 (lamont-granquist)
* Use github-changelog-generator to generate CHANGELOG.md file #72
(lamont-granquist)
|
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message:
Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-09-13 12:06:44 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
Update ruby-ffi-yajl to 2.2.2.
2.2.2 (07/15/2015)
Bugs fixed
* Fix uninitialized constant StringIO error in C extension
2.2.1 (07/13/2015)
Bugs fixed
* Aaron Lasseigne: Thanks for fixing my bad .travis.yml
* Kouhei Sutou: Numerous circular argument reference fixes, method redefined,
assigned but unused warnings, superclass mismatch warnings, etc.
* Fixed uninitialized variable when using C-ext.
* Fixed README require
* Fixed superclass mismatch in rbx when using C-ext.
* Lots of rubocop fixes, and added rubocop to travis
|
2015-06-03 15:45:17 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
Update ruby-ffi-yajl to 2.2.0.
2.2.0 (04/30/2015)
New features
* Bad UTF8 exceptions now display the invalid token
* validate_utf8: false will sanitize output and produce valid UTF8-clean JSON
Changes
* Ruby 1.8.7 support dropped.
2.1.0 (04/20/2015)
New features
* StringIOs are now encoded to strings
* Added :unique_key_checking flag to parser that will raise on repeated hash
keys (commonly edit mistakes in long JSON documents).
Changes
* Includes its own dlopen extension
* C extension should operation without ffi
2.0.0 (03/17/2015)
Changes
* Dropped the ffi-yajl/json_gem monkeypatch compatibility layer
completely. The deprecation warning has been in there for months now
and all the work to remove it from chef and ohai has been done in
all the latest releases.
|