pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-uri
Module Name: pkgsrc
Committed By: taca
Date: Sun Jan 18 15:43:21 UTC 2026
Modified Files:
pkgsrc/www/ruby-uri: Makefile distinfo
Log Message:
www/ruby-uri: update to 1.1.1
1.1.0 (2025-10-31)
What's Changed
* Update to use the latest version of setup-ruby and bump up to Ruby 3.4 by
@hsbt in #158
* Fix the mention to removed URI.escape/URI::Escape by @y-yagi in #146
* Use a fully qualified name in warning messages by @y-yagi in #150
* Support Ractor#value by @hsbt in #163
* Removed unnecessary workaround by @hsbt in #164
* Escape reserved characters in scheme name by @nobu in #148
* [DOC] State that uri library is needed to call Kernel#URI by @nobu in #167
* Prefer dedicated assertion methods by @nobu in #169
* Fix the message for unexpected argument by @nobu in #171
* Make URI::regexp schemes case sensitive (#38) by @nobu in #170
* The local part should not contain leading or trailing dots in the
EMAIL_REGEXP by @nlevchuk in #124
* More checks in EMAIL_REGEXP by @nobu in #172
* Do not allow empty host names, as they are not allowed by RFC 3986 by
@jeremyevans in #116
* Improve performance of URI::MailTo::EMAIL_REGEXP by @nobu in #173
* Performance test stability by @nobu in #174
* Update documents that used URI::Parser by @nobu in #175
* Add a workflow to sync commits to ruby/ruby by @k0kubun in #183
* Add irb to the Gemfile to fix the warning by @y-yagi in #182
* Replace reference to the obsolete URI.escape with
URI::RFC2396_PARSER.escape by @vivshaw in #166
* Switch a parsing behavior completely when switching a parser by @y-yagi in
#161
* improve error message by @soda92 in #130
* Use generic version number to VERSION by @hsbt in #187
New Contributors
* @y-yagi made their first contribution in #146
* @nlevchuk made their first contribution in #124
* @vivshaw made their first contribution in #166
* @soda92 made their first contribution in #130
1.1.1 (2025-11-04)
What's Changed
* Re-allow consecutive, leading and trailing dots in EMAIL_REGEXP by @osyoyu
in #189
New Contributors
* @osyoyu made their first contribution in #189
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/ruby-uri/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/ruby-uri/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/ruby-uri/Makefile
diff -u pkgsrc/www/ruby-uri/Makefile:1.10 pkgsrc/www/ruby-uri/Makefile:1.11
--- pkgsrc/www/ruby-uri/Makefile:1.10 Wed Oct 8 14:15:37 2025
+++ pkgsrc/www/ruby-uri/Makefile Sun Jan 18 15:43:21 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2025/10/08 14:15:37 taca Exp $
+# $NetBSD: Makefile,v 1.11 2026/01/18 15:43:21 taca Exp $
-DISTNAME= uri-1.0.4
+DISTNAME= uri-1.1.1
CATEGORIES= www
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -10,8 +10,8 @@ LICENSE= 2-clause-bsd OR ruby-license
USE_LANGUAGES= # none
-# Ruby 3.4.7 has the same version as bundled gem.
-RUBY_VERSIONS_ACCEPTED= 32 33
+# Ruby 4.0.0 has the same version as bundled gem.
+RUBY_VERSIONS_ACCEPTED= 32 33 34
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/ruby-uri/distinfo
diff -u pkgsrc/www/ruby-uri/distinfo:1.5 pkgsrc/www/ruby-uri/distinfo:1.6
--- pkgsrc/www/ruby-uri/distinfo:1.5 Wed Oct 8 14:15:37 2025
+++ pkgsrc/www/ruby-uri/distinfo Sun Jan 18 15:43:21 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2025/10/08 14:15:37 taca Exp $
+$NetBSD: distinfo,v 1.6 2026/01/18 15:43:21 taca Exp $
-BLAKE2s (uri-1.0.4.gem) = 00f7694af6c35ee911ce24623096e857ac1abe03c6eaafd22e83e80f6b9615d2
-SHA512 (uri-1.0.4.gem) = 9828f162d28bc15c9b4c4e9f234bd22c94d3702863b944f68648d3af0dd85bbcdb7a37d06264a13ca00bca7f30e317abae3739931a74366cf1d28638f111e07c
-Size (uri-1.0.4.gem) = 37376 bytes
+BLAKE2s (uri-1.1.1.gem) = 0f004e582830307d9e8a7901ab5cd489cb0f7f734700e54529cfe0411c9d2d7f
+SHA512 (uri-1.1.1.gem) = aa5c68a3999e1cd5841ca6125f277c82d5e6867d1ad510d9d2655c89a48b723a77ca8caca06fffc75ff6f141d331ff84fa8f6a72fd3632a565689b8766f3f6e2
+Size (uri-1.1.1.gem) = 37376 bytes
Home |
Main Index |
Thread Index |
Old Index