pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ruby-addressable net/ruby-addressable: update to 2...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0ea5e71b55d1
branches: trunk
changeset: 384643:0ea5e71b55d1
user: taca <taca%pkgsrc.org@localhost>
date: Sat Sep 03 04:46:47 2022 +0000
description:
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)
diffstat:
net/ruby-addressable/Makefile | 6 +++---
net/ruby-addressable/PLIST | 3 +--
net/ruby-addressable/distinfo | 8 ++++----
3 files changed, 8 insertions(+), 9 deletions(-)
diffs (50 lines):
diff -r daf7d495918b -r 0ea5e71b55d1 net/ruby-addressable/Makefile
--- a/net/ruby-addressable/Makefile Sat Sep 03 04:44:39 2022 +0000
+++ b/net/ruby-addressable/Makefile Sat Sep 03 04:46:47 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2021/08/31 15:37:35 taca Exp $
+# $NetBSD: Makefile,v 1.24 2022/09/03 04:46:47 taca Exp $
-DISTNAME= addressable-2.8.0
+DISTNAME= addressable-2.8.1
CATEGORIES= net
MAINTAINER= tsutsui%NetBSD.org@localhost
@@ -8,7 +8,7 @@
COMMENT= Replacement for the URI Implementation of standard librrary
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-public_suffix>=2.0.2:../../net/ruby-public_suffix
+DEPENDS+= ${RUBY_PKGPREFIX}-public_suffix>=2.0.2<6.0:../../net/ruby-public_suffix
USE_LANGUAGES= # none
diff -r daf7d495918b -r 0ea5e71b55d1 net/ruby-addressable/PLIST
--- a/net/ruby-addressable/PLIST Sat Sep 03 04:44:39 2022 +0000
+++ b/net/ruby-addressable/PLIST Sat Sep 03 04:46:47 2022 +0000
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.11 2021/08/31 15:37:35 taca Exp $
+@comment $NetBSD: PLIST,v 1.12 2022/09/03 04:46:47 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/addressable.gemspec
${GEM_LIBDIR}/data/unicode.data
${GEM_LIBDIR}/lib/addressable.rb
${GEM_LIBDIR}/lib/addressable/idna.rb
diff -r daf7d495918b -r 0ea5e71b55d1 net/ruby-addressable/distinfo
--- a/net/ruby-addressable/distinfo Sat Sep 03 04:44:39 2022 +0000
+++ b/net/ruby-addressable/distinfo Sat Sep 03 04:46:47 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2021/10/26 11:06:49 nia Exp $
+$NetBSD: distinfo,v 1.25 2022/09/03 04:46:47 taca Exp $
-BLAKE2s (addressable-2.8.0.gem) = bfb231d5b674ce09d4065137b366873d257ca99a5d46d0df5fedb3ad4338c1f9
-SHA512 (addressable-2.8.0.gem) = c684f17940f717c2a65f9716ab9b3659948d6d51a60c38a7295fcf6fdc1c5785d2d315d2de7dab9f66a6c31f62247177d78d5d6eb556f5bb49926d4f00f8e4c8
-Size (addressable-2.8.0.gem) = 105984 bytes
+BLAKE2s (addressable-2.8.1.gem) = b30c9a3202eb7c2b65dc66cdf7722f85e55ba2cd419b2fa87658b05cabef6fdb
+SHA512 (addressable-2.8.1.gem) = ae0b7cb5fdc0b5b8717637e9589ab9167aa3924253f4c9102134b1e5aee07c7f5e3e92e2e32ca872b4a72a3a70c8086c7073cbbddf7cbb6e1948ed97de2c9108
+Size (addressable-2.8.1.gem) = 105984 bytes
Home |
Main Index |
Thread Index |
Old Index