pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/ruby-tzinfo



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Mar 20 16:07:49 UTC 2020

Modified Files:
        pkgsrc/time/ruby-tzinfo: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/time/ruby-tzinfo/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/time/ruby-tzinfo/PLIST
cvs rdiff -u -r1.40 -r1.41 pkgsrc/time/ruby-tzinfo/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/ruby-tzinfo/Makefile
diff -u pkgsrc/time/ruby-tzinfo/Makefile:1.44 pkgsrc/time/ruby-tzinfo/Makefile:1.45
--- pkgsrc/time/ruby-tzinfo/Makefile:1.44       Sun Feb  3 15:27:53 2019
+++ pkgsrc/time/ruby-tzinfo/Makefile    Fri Mar 20 16:07:49 2020
@@ -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

Index: pkgsrc/time/ruby-tzinfo/PLIST
diff -u pkgsrc/time/ruby-tzinfo/PLIST:1.27 pkgsrc/time/ruby-tzinfo/PLIST:1.28
--- pkgsrc/time/ruby-tzinfo/PLIST:1.27  Sun Feb  3 15:27:53 2019
+++ pkgsrc/time/ruby-tzinfo/PLIST       Fri Mar 20 16:07:49 2020
@@ -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_period
 ${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

Index: pkgsrc/time/ruby-tzinfo/distinfo
diff -u pkgsrc/time/ruby-tzinfo/distinfo:1.40 pkgsrc/time/ruby-tzinfo/distinfo:1.41
--- pkgsrc/time/ruby-tzinfo/distinfo:1.40       Sun Feb  3 15:27:53 2019
+++ pkgsrc/time/ruby-tzinfo/distinfo    Fri Mar 20 16:07:49 2020
@@ -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