2023-08-06 04:18:38 by Izumi Tsutsui | Files touched by this commit (2) | |
Log message:
ruby-addressable: update to 2.8.5.
Upstream changes (from CHANGELOG.md):
Addressable 2.8.5
* Fix thread safety issue with encoding tables (#515)
* Define URI::NONE as a module to avoid serialization issues (#509)
* Fix YAML serialization (#508)
|
2023-05-13 20:24:13 by Izumi Tsutsui | Files touched by this commit (3) | |
Log message:
ruby-addressable: update to 2.8.4.
Upstream changes:
https://github.com/sporkmonger/addressable/blob/addressable-2.8.4/CHANGELOG.md
Addressable 2.8.4
* Restore Addressable::IDNA.unicode_normalize_kc as a deprecated method
(#504)
Addressable 2.8.3
* Fix template expand level 2 hash support for non-string objects (#499,
#498)
Addressable 2.8.2
* Improve cache hits and JIT friendliness (#486)
* Improve code style and test coverage (#482)
* Ensure reset of deferred validation (#481)
* Resolve normalization differences between IDNA::Native and IDNA::Pure
(#408, #492)
* Remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY
regex (#438) (accidentally reverted by #449 merge but added back in #492)
|
2022-09-03 06:46:47 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
net/ruby-addressable: update to 2.8.1
2.8.1 (2022-08-19)
* refactor Addressable::URI.normalize_path to address linter offenses (#430)
* remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY
regex (#438)
* update gemspec to reflect supported Ruby versions (#466, #464, #463)
* compatibility w/ public_suffix 5.x (#466, #465, #460)
* fixes "invalid byte sequence in UTF-8" exception when unencoding URLs
containing non UTF-8 characters (#459)
* Ractor compatibility (#449)
* use the whole string instead of a single line for template match (#431)
* force UTF-8 encoding only if needed (#341)
|
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts...):
net/radsecproxy/distinfo
The following distfiles could not be fetched (fetched conditionally?):
./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
|
2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message:
net: Remove SHA1 hashes for distfiles
|
2020-06-21 17:48:47 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
net/ruby-addressable: add "USE_LANGUAGES= # none"
Add "USE_LANGUAGES= # none" for a pure ruby package.
|
2019-10-19 10:16:24 by Izumi Tsutsui | Files touched by this commit (2) | |
Log message:
ruby-addressable: update to 2.7.0.
pkgsrc changes:
- take maintainership
Upstream changes (from CHANGELOG.md):
# Addressable 2.7.0
- added `:compacted` flag to `normalized_query`
- `heuristic_parse` handles `mailto:` more intuitively
- refactored validation to use a prepended module
- dropped explicit support for JRuby 9.0.5.0
- compatibility w/ public_suffix 4.x
- performance improvements
|
2019-06-16 18:01:30 by Izumi Tsutsui | Files touched by this commit (2) | |
Log message:
ruby-addressable: update to 2.6.0.
Upstream changes (from CHANGELOG.md):
# Addressable 2.6.0
- added `tld=` method to allow assignment to the public suffix
- most `heuristic_parse` patterns are now case-insensitive
- `heuristic_parse` handles more `file://` URI variations
- fixes bug in `heuristic_parse` when uri starts with digit
- fixes bug in `request_uri=` with query strings
- fixes template issues with `nil` and `?` operator
- `frozen_string_literal` pragmas added
- minor performance improvements in regexps
- fixes to eliminate warnings
|
2017-09-10 17:00:29 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-addressable to 2.5.2.
# Addressable 2.5.2
- better support for frozen string literals
- fixed bug w/ uppercase characters in scheme
- IDNA errors w/ emoji URLs
- compatibility w/ public_suffix 3.x
|
2017-04-22 18:42:28 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-addressable to 2.5.1.
# Addressable 2.5.1
- allow unicode normalization to be disabled for URI Template expansion
- removed duplicate test
|