Commit graph

21 commits

Author SHA1 Message Date
taca
dbe5b9d02f 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-09-10 15:00:29 +00:00
taca
6288512688 Update ruby-addressable to 2.5.1.
# Addressable 2.5.1
- allow unicode normalization to be disabled for URI Template expansion
- removed duplicate test
2017-04-22 16:42:28 +00:00
wiz
b108e6c8ed Fix typo in version number. 2017-01-18 09:03:39 +00:00
taca
1768ab8940 Update ruby-addressable to 2.5.0.
# Addressable 2.5.0
- dropping support for Ruby 1.9
- adding support for Ruby 2.4 preview
- add support for public suffixes and tld; first runtime dependency
- hostname escaping should match RFC; underscores in hostnames no longer escaped
- paths beginning with // and missing an authority are now considered invalid
- validation now also takes place after setting a path
- handle backslashes in authority more like a browser for `heuristic_parse`
- unescaped backslashes in host now raise an `InvalidURIError`
- `merge!`, `join!`, `omit!` and `normalize!` don't disable deferred validation
- `heuristic_parse` now trims whitespace before parsing
- host parts longer than 63 bytes will be ignored and not passed to libidn
- normalized values always encoded as UTF-8
2017-01-09 13:36:12 +00:00
taca
beffbeaf7c Update ruby-addressable to 2.4.0.
# Addressable 2.4.0
- support for 1.8.x dropped
- double quotes in a host now raises an error
- newlines in host will no longer get unescaped during normalization
- stricter handling of bogus scheme values
- stricter handling of encoded port values
- calling `require 'addressable'` will now load both the URI and Template files
- assigning to the `hostname` component with an `IPAddr` object is now supported
- assigning to the `origin` component is now supported
- fixed minor bug where an exception would be thrown for a missing ACE suffix
- better partial expansion of URI templates
2015-12-12 14:52:36 +00:00
agc
203292f73e Add SHA512 digests for distfiles for net category
Problems found with existing digests:
	Package haproxy distfile haproxy-1.5.14.tar.gz
	159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded]
	da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]

Problems found locating distfiles:
	Package bsddip: missing distfile bsddip-1.02.tar.Z
	Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz
	Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2
	Package djbdns: missing distfile djbdns-cachestats.patch
	Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch
	Package gated: missing distfile gated-3-5-11.tar.gz
	Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz
	Package poink: missing distfile poink-1.6.tar.gz
	Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz
	Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch
	Package waste: missing distfile waste-source.tar.gz

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-11-04 00:34:51 +00:00
taca
22903ee7a5 Update ruby-addressable to 2.3.8.
# Addressable 2.3.8
- fix warnings
- update dependency gems
- support for 1.8.x officially deprecated
2015-06-08 15:02:16 +00:00
taca
e012f7de0e Forgot to commit distinfo. 2015-03-14 07:49:17 +00:00
taca
558cce9bf3 Update ruby-addressable to 2.3.7.
# Addressable 2.3.7
- fix scenario in which invalid URIs don't get an exception until inspected
- handle hostnames with two adjacent periods correctly
- upgrade of RSpec
2015-03-13 15:07:22 +00:00
taca
6d27f67fdd Update ruby-addressable to 2.3.6.
* Set HOMEPAGE to GitHub since rubyforge.org is not available any more.
* Changes are not available.
2015-02-04 14:19:32 +00:00
taca
e0b36bae03 Update ruby-addressable to 2.3.5.
# Addressable 2.3.5
- added Addressable::URI#empty? method
- Addressable::URI#hostname methods now strip square brackets from IPv6 hosts
- compatibility with Net::HTTP in Ruby 2.0.0
- Addressable::URI#route_from should always give relative URIs
2013-09-13 05:56:34 +00:00
taca
0d5394db4e Update ruby-addressable to 2.3.4.
# Addressable 2.3.4
- fixed issue with encoding altering its inputs
- query string normalization now leaves ';' characters alone
- FakeFS is detected before attempting to load unicode tables
- additional testing to ensure frozen objects don't cause problems
2013-06-16 17:08:38 +00:00
taca
83df833271 Update ruby-addressable to 2.3.3.
# Addressable 2.3.3
- fixed issue with converting common primitives during template expansion
- fixed port encoding issue
- removed a few warnings
- normalize should now ignore %2B in query strings
- the IDNA logic should now be handled by libidn in Ruby 1.9
- no template match should now result in nil instead of an empty MatchData
- added license information to gemspec
2013-03-12 13:13:46 +00:00
taca
2ec6422c64 Update ruby-addressable to 2.3.2.
# Addressable 2.3.2
- added Addressable::URI#default_port method
- fixed issue with Marshalling Unicode data on Windows
- improved heuristic parsing to better handle IPv4 addresses

# Addressable 2.3.1
- fixed missing unicode data file

# Addressable 2.3.0
- updated Addressable::Template to use RFC 6570, level 4
- fixed compatibility problems with some versions of Ruby
- moved unicode tables into a data file for performance reasons
- removing support for multiple query value notations
2012-07-31 12:01:22 +00:00
taca
6e99926ef6 Update ruby-addressable to 2.2.8.
# Addressable 2.2.8
- fixed issues with dot segment removal code
- form encoding can now handle multiple values per key
- updated development environment
2012-06-02 00:59:08 +00:00
obache
a9bf29fdef Update ruby-addressable to 2.2.7.
# Addressable 2.2.7
- fixed issues related to Addressable::URI#query_values=
- the Addressable::URI.parse method is now polymorphic
2012-02-29 07:47:04 +00:00
obache
2a49ff01b2 Apply some changes taken from upstream for net/mikutter version 0.0.4.
Bump PKGREVISION.
2011-11-06 07:44:27 +00:00
taca
61db493c66 Update ruby-addressable package to 2.2.6.
## Addressable 2.2.6
- changed the way ambiguous paths are handled
- fixed bug with frozen URIs
- https supported in heuristic parsing

## Addressable 2.2.5
- 'parsing' a pre-parsed URI object is now a dup operation
- introduced conditional support for libidn
- fixed normalization issue on ampersands in query strings
- added additional tests around handling of query strings

## Addressable 2.2.4
- added origin support from draft-ietf-websec-origin-00
- resolved issue with attempting to navigate below root
- fixed bug with string splitting in query strings

## Addressable 2.2.3
- added :flat_array notation for query strings
2011-06-19 02:50:20 +00:00
taca
6cd775c711 Update ruby-addressable pacakge to 2.2.2.
=== Addressable 2.2.2
- fixed issue with percent escaping of '+' character in query strings
2010-12-04 04:13:50 +00:00
taca
0ceb63be9a Update net/ruby-addressable to 2.2.1.
=== Addressable 2.2.1
- added support for application/x-www-form-urlencoded.
2010-09-23 06:45:40 +00:00
taca
f35fab7f0a Importing net/ruby-addressable 2.2.0.
Addressable is a replacement for the URI implementation that is part of
Ruby's standard library. It more closely conforms to the relevant RFCs and
adds support for IRIs and URI templates.
2010-09-11 06:56:00 +00:00