Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (0m)  pkgsrc-2024Q1 (8d)  pkgsrc-2023Q4 (55d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (167d) 

2024-05-26 12:35:28 UTC Now

2013-02-14 15:52:15 UTC pkgsrc-2012Q4 commitmail json YAML

Pullup ticket #4070 - requested by taca
textproc/ruby-json: security update
textproc/ruby-json-pure: security update

Revisions pulled up:
- textproc/ruby-json-pure/Makefile                              1.20-1.21
- textproc/ruby-json-pure/distinfo                              1.19-1.20
- textproc/ruby-json/Makefile                                  1.23-1.24
- textproc/ruby-json/distinfo                                  1.19-1.20

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon Feb 11 02:43:26 UTC 2013

  Modified Files:
  pkgsrc/textproc/ruby-json: Makefile distinfo
  pkgsrc/textproc/ruby-json-pure: Makefile distinfo

  Log Message:
  Update ruby-json and ruby-json-pure to 1.7.6.

  2012-11-29 (1.7.6)
    * Add GeneratorState#merge alias for JRuby, fix state accessor methods. Thx to
      jvshahid@github.
    * Increase hash likeness of state objects.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Tue Feb 12 13:13:08 UTC 2013

  Modified Files:
  pkgsrc/textproc/ruby-json: Makefile distinfo
  pkgsrc/textproc/ruby-json-pure: Makefile distinfo

  Log Message:
  Update ruby-json and ruby-json-pure to 1.7.7.

  2013-02-04 (1.7.7)
    * Security fix for JSON create_additions default value and
      JSON::GenericObject. It should not be possible to create additions unless
      explicitely requested by setting the create_additions argument to true or
      using the JSON.load/dump interface. If JSON::GenericObject is supposed to
      be automatically deserialised, this has to be explicitely enabled by
      setting
        JSON::GenericObject.json_createble = true
      as well.
    * Remove useless assert in fbuffer implementation.
    * Apply patch attached to https://github.com/flori/json/issues#issue/155
      provided by John Shahid <jvshahid@gmail.com>, Thx!
    * Add license information to rubygems spec data, reported by Jordi Massaguer
      Pla <jmassaguerpla@suse.de>.
    * Improve documentation, thx to Zachary Scott <zachary@zacharyscott.net>.

(tron)