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:   tsutsui
Date:           Sat May 13 18:24:13 UTC 2023

Modified Files:
        pkgsrc/net/ruby-addressable: Makefile PLIST distinfo

Log Message:
ruby-addressable: update to 2.8.4.

Upstream changes:
 https://github.com/sporkmonger/addressable/blob/addressable-2.8.4/CHANGELOG.md

 Addressable 2.8.4

  * Restore Addressable::IDNA.unicode_normalize_kc as a deprecated method
    (#504)

 Addressable 2.8.3

  * Fix template expand level 2 hash support for non-string objects (#499,
    #498)

 Addressable 2.8.2

  * Improve cache hits and JIT friendliness (#486)
  * Improve code style and test coverage (#482)
  * Ensure reset of deferred validation (#481)
  * Resolve normalization differences between IDNA::Native and IDNA::Pure
    (#408, #492)
  * Remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY
    regex (#438) (accidentally reverted by #449 merge but added back in #492)


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/ruby-addressable/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/ruby-addressable/PLIST
cvs rdiff -u -r1.25 -r1.26 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.24 pkgsrc/net/ruby-addressable/Makefile:1.25
--- pkgsrc/net/ruby-addressable/Makefile:1.24   Sat Sep  3 04:46:47 2022
+++ pkgsrc/net/ruby-addressable/Makefile        Sat May 13 18:24:12 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2022/09/03 04:46:47 taca Exp $
+# $NetBSD: Makefile,v 1.25 2023/05/13 18:24:12 tsutsui Exp $
 
-DISTNAME=      addressable-2.8.1
+DISTNAME=      addressable-2.8.4
 CATEGORIES=    net
 
 MAINTAINER=    tsutsui%NetBSD.org@localhost

Index: pkgsrc/net/ruby-addressable/PLIST
diff -u pkgsrc/net/ruby-addressable/PLIST:1.12 pkgsrc/net/ruby-addressable/PLIST:1.13
--- pkgsrc/net/ruby-addressable/PLIST:1.12      Sat Sep  3 04:46:47 2022
+++ pkgsrc/net/ruby-addressable/PLIST   Sat May 13 18:24:12 2023
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.12 2022/09/03 04:46:47 taca Exp $
+@comment $NetBSD: PLIST,v 1.13 2023/05/13 18:24:12 tsutsui 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.25 pkgsrc/net/ruby-addressable/distinfo:1.26
--- pkgsrc/net/ruby-addressable/distinfo:1.25   Sat Sep  3 04:46:47 2022
+++ pkgsrc/net/ruby-addressable/distinfo        Sat May 13 18:24:12 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2022/09/03 04:46:47 taca Exp $
+$NetBSD: distinfo,v 1.26 2023/05/13 18:24:12 tsutsui Exp $
 
-BLAKE2s (addressable-2.8.1.gem) = b30c9a3202eb7c2b65dc66cdf7722f85e55ba2cd419b2fa87658b05cabef6fdb
-SHA512 (addressable-2.8.1.gem) = ae0b7cb5fdc0b5b8717637e9589ab9167aa3924253f4c9102134b1e5aee07c7f5e3e92e2e32ca872b4a72a3a70c8086c7073cbbddf7cbb6e1948ed97de2c9108
-Size (addressable-2.8.1.gem) = 105984 bytes
+BLAKE2s (addressable-2.8.4.gem) = aa1832143590a958859160610b61b007e2967bbe98aa6da2484e37066e74bf25
+SHA512 (addressable-2.8.4.gem) = 45324e96fb4415b745eb26bd0c3e042102efbdfca879177a70288303c96a4889ff59f794ed0010ea8a95c5d6907b76b0e8c66cce0a5478832c9df465a01e3fcb
+Size (addressable-2.8.4.gem) = 105984 bytes



Home | Main Index | Thread Index | Old Index