pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/ruby-addressable
Module Name: pkgsrc
Committed By: taca
Date: Sat Sep 3 04:46:47 UTC 2022
Modified Files:
pkgsrc/net/ruby-addressable: Makefile PLIST distinfo
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)
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/ruby-addressable/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/ruby-addressable/PLIST
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/ruby-addressable/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/ruby-addressable/Makefile
diff -u pkgsrc/net/ruby-addressable/Makefile:1.23 pkgsrc/net/ruby-addressable/Makefile:1.24
--- pkgsrc/net/ruby-addressable/Makefile:1.23 Tue Aug 31 15:37:35 2021
+++ pkgsrc/net/ruby-addressable/Makefile Sat Sep 3 04:46:47 2022
@@ -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 @@ HOMEPAGE= https://github.com/sporkmonger
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
Index: pkgsrc/net/ruby-addressable/PLIST
diff -u pkgsrc/net/ruby-addressable/PLIST:1.11 pkgsrc/net/ruby-addressable/PLIST:1.12
--- pkgsrc/net/ruby-addressable/PLIST:1.11 Tue Aug 31 15:37:35 2021
+++ pkgsrc/net/ruby-addressable/PLIST Sat Sep 3 04:46:47 2022
@@ -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
Index: pkgsrc/net/ruby-addressable/distinfo
diff -u pkgsrc/net/ruby-addressable/distinfo:1.24 pkgsrc/net/ruby-addressable/distinfo:1.25
--- pkgsrc/net/ruby-addressable/distinfo:1.24 Tue Oct 26 11:06:49 2021
+++ pkgsrc/net/ruby-addressable/distinfo Sat Sep 3 04:46:47 2022
@@ -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