pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/ruby-tzinfo time/ruby-tzinfo: update to 2.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1e6306fb81d
branches:  trunk
changeset: 413497:f1e6306fb81d
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Mar 20 16:07:49 2020 +0000

description:
time/ruby-tzinfo: update to 2.0.1

Update ruby-tzinfo to 2.0.1.


2.0.1 (2019-12-24)

* Fixed "SecurityError: Insecure operation - require" exceptions when loading
  data with recent Ruby releases in safe mode. #100.
* Fixed warnings when running on Ruby 2.7. #109.
* Add a TZInfo::Timezone#=~ method that performs a regex match on the time
  zone identifier. #99.
* Add a TZInfo::Country#=~ method that performs a regex match on the country
  code.

diffstat:

 time/ruby-tzinfo/Makefile |   4 ++--
 time/ruby-tzinfo/PLIST    |   3 ++-
 time/ruby-tzinfo/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r d2b6a56f213f -r f1e6306fb81d time/ruby-tzinfo/Makefile
--- a/time/ruby-tzinfo/Makefile Fri Mar 20 16:07:15 2020 +0000
+++ b/time/ruby-tzinfo/Makefile Fri Mar 20 16:07:49 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2019/02/03 15:27:53 taca Exp $
+# $NetBSD: Makefile,v 1.45 2020/03/20 16:07:49 taca Exp $
 
-DISTNAME=      tzinfo-2.0.0
+DISTNAME=      tzinfo-2.0.1
 CATEGORIES=    time
 
 MAINTAINER=    taca%NetBSD.org@localhost
diff -r d2b6a56f213f -r f1e6306fb81d time/ruby-tzinfo/PLIST
--- a/time/ruby-tzinfo/PLIST    Fri Mar 20 16:07:15 2020 +0000
+++ b/time/ruby-tzinfo/PLIST    Fri Mar 20 16:07:49 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.27 2019/02/03 15:27:53 taca Exp $
+@comment $NetBSD: PLIST,v 1.28 2020/03/20 16:07:49 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.yardopts
 ${GEM_LIBDIR}/CHANGES.md
@@ -47,6 +47,7 @@
 ${GEM_LIBDIR}/lib/tzinfo/timezone_proxy.rb
 ${GEM_LIBDIR}/lib/tzinfo/timezone_transition.rb
 ${GEM_LIBDIR}/lib/tzinfo/transitions_timezone_period.rb
+${GEM_LIBDIR}/lib/tzinfo/untaint_ext.rb
 ${GEM_LIBDIR}/lib/tzinfo/version.rb
 ${GEM_LIBDIR}/lib/tzinfo/with_offset.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r d2b6a56f213f -r f1e6306fb81d time/ruby-tzinfo/distinfo
--- a/time/ruby-tzinfo/distinfo Fri Mar 20 16:07:15 2020 +0000
+++ b/time/ruby-tzinfo/distinfo Fri Mar 20 16:07:49 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.40 2019/02/03 15:27:53 taca Exp $
+$NetBSD: distinfo,v 1.41 2020/03/20 16:07:49 taca Exp $
 
-SHA1 (tzinfo-2.0.0.gem) = 5129e92eab9c5e6e2453e1c7b56686b97829ffe6
-RMD160 (tzinfo-2.0.0.gem) = e11529fdc152d44b056ef21b45a3851add269f16
-SHA512 (tzinfo-2.0.0.gem) = 7232130a9c22e416f9e3e05276a2e7d0088eda0f9143261aa035ab0bb6b7525c100a70e3db88b6f7a9b6954a3783d6d356802b034e29f993e8b0de9ab9c02669
-Size (tzinfo-2.0.0.gem) = 70144 bytes
+SHA1 (tzinfo-2.0.1.gem) = 47ce0b1e566ec73fdbbd869c26eb0f5c33103f59
+RMD160 (tzinfo-2.0.1.gem) = e51504cb3b9c4b47eaf37e1ea89d445b94c655d0
+SHA512 (tzinfo-2.0.1.gem) = d8abd4e9c19cce1b8562af415f533b7203a06739839b2dfea719a642acaf5bfdd15ae38ea8bb4719a1ca7bcd0b778bc029ae15bf139174d1474b4b84bc2fc5e9
+Size (tzinfo-2.0.1.gem) = 71168 bytes



Home | Main Index | Thread Index | Old Index