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: Tue Aug 31 15:37:36 UTC 2021
Modified Files:
pkgsrc/net/ruby-addressable: Makefile PLIST distinfo
Log Message:
net/ruby-addressable: update to 2.8.0
2.8.0 (2021-07-03)
* fixes ReDoS vulnerability in Addressable::Template#match
* no longer replaces + with spaces in queries for non-http(s) schemes
* fixed encoding ipv6 literals
* the :compacted flag for normalized_query now dedupes parameters
* fix broken escape_component alias
* dropping support for Ruby 2.0 and 2.1
* adding Ruby 3.0 compatibility for development tasks
* drop support for rack-mount and remove Addressable::Template#generate
* performance improvements
* switch CI/CD to GitHub Actions
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/ruby-addressable/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/ruby-addressable/PLIST
cvs rdiff -u -r1.21 -r1.22 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.22 pkgsrc/net/ruby-addressable/Makefile:1.23
--- pkgsrc/net/ruby-addressable/Makefile:1.22 Sun Jun 21 15:48:47 2020
+++ pkgsrc/net/ruby-addressable/Makefile Tue Aug 31 15:37:35 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2020/06/21 15:48:47 taca Exp $
+# $NetBSD: Makefile,v 1.23 2021/08/31 15:37:35 taca Exp $
-DISTNAME= addressable-2.7.0
+DISTNAME= addressable-2.8.0
CATEGORIES= net
MAINTAINER= tsutsui%NetBSD.org@localhost
Index: pkgsrc/net/ruby-addressable/PLIST
diff -u pkgsrc/net/ruby-addressable/PLIST:1.10 pkgsrc/net/ruby-addressable/PLIST:1.11
--- pkgsrc/net/ruby-addressable/PLIST:1.10 Mon Jan 9 13:36:12 2017
+++ pkgsrc/net/ruby-addressable/PLIST Tue Aug 31 15:37:35 2021
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.10 2017/01/09 13:36:12 taca Exp $
+@comment $NetBSD: PLIST,v 1.11 2021/08/31 15:37:35 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
@@ -15,7 +16,6 @@ ${GEM_LIBDIR}/lib/addressable/uri.rb
${GEM_LIBDIR}/lib/addressable/version.rb
${GEM_LIBDIR}/spec/addressable/idna_spec.rb
${GEM_LIBDIR}/spec/addressable/net_http_compat_spec.rb
-${GEM_LIBDIR}/spec/addressable/rack_mount_compat_spec.rb
${GEM_LIBDIR}/spec/addressable/security_spec.rb
${GEM_LIBDIR}/spec/addressable/template_spec.rb
${GEM_LIBDIR}/spec/addressable/uri_spec.rb
@@ -24,6 +24,7 @@ ${GEM_LIBDIR}/tasks/clobber.rake
${GEM_LIBDIR}/tasks/gem.rake
${GEM_LIBDIR}/tasks/git.rake
${GEM_LIBDIR}/tasks/metrics.rake
+${GEM_LIBDIR}/tasks/profile.rake
${GEM_LIBDIR}/tasks/rspec.rake
${GEM_LIBDIR}/tasks/yard.rake
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/net/ruby-addressable/distinfo
diff -u pkgsrc/net/ruby-addressable/distinfo:1.21 pkgsrc/net/ruby-addressable/distinfo:1.22
--- pkgsrc/net/ruby-addressable/distinfo:1.21 Sat Oct 19 08:16:24 2019
+++ pkgsrc/net/ruby-addressable/distinfo Tue Aug 31 15:37:35 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2019/10/19 08:16:24 tsutsui Exp $
+$NetBSD: distinfo,v 1.22 2021/08/31 15:37:35 taca Exp $
-SHA1 (addressable-2.7.0.gem) = 3b46d08ed6a0e2bef1bf16769c4e528c6ebc0a37
-RMD160 (addressable-2.7.0.gem) = c1e3c7a24db446b5b1c4ebbc1a7696626d19da64
-SHA512 (addressable-2.7.0.gem) = 4c438bbfa8874fdcf11eef1d1f7cceb1855ea85948daff13615a0af129d35f92cc918f4bd5bbe4cd6ebccc67a86fc582265f915dc39831ec64209de0bdeeb732
-Size (addressable-2.7.0.gem) = 104960 bytes
+SHA1 (addressable-2.8.0.gem) = e75782e143cc548d7fd3dbb8b17a947e1bc16707
+RMD160 (addressable-2.8.0.gem) = dd54a21128b4444428df227884223779f5e3397a
+SHA512 (addressable-2.8.0.gem) = c684f17940f717c2a65f9716ab9b3659948d6d51a60c38a7295fcf6fdc1c5785d2d315d2de7dab9f66a6c31f62247177d78d5d6eb556f5bb49926d4f00f8e4c8
+Size (addressable-2.8.0.gem) = 105984 bytes
Home |
Main Index |
Thread Index |
Old Index