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 (3m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (167d) 

2024-05-26 15:56:36 UTC Now

2021-07-04 07:58:17 UTC MAIN commitmail json YAML

devel/ruby-activesupport61: update to 6.0.4

Active Support

* MemCacheStore: convert any underlying value (including false) to an
  Entry.  See #42559.  (Alex Ghiculescu)

* Fix bug in number_with_precision when using large BigDecimal values.
  Fixes #42302.  (Federico Aldunate, Zachary Scott)

* Check byte size instead of length on secure_compare.  (Tietew)

* Fix Time.at to not lose :in option.  (Ryuta Kamizono)

* Require a path for config.cache_store = :file_store.  (Alex
  Ghiculescu)

* Avoid having to store complex object in the default translation
  file.  (Rafael Mendon巽a Fran巽a)

(taca)