pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/ruby-tzinfo Update ruby-tzinfo to 0.3.13.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/767903beaa0b
branches:  trunk
changeset: 394495:767903beaa0b
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Jun 10 22:00:28 2009 +0000

description:
Update ruby-tzinfo to 0.3.13.

Changes:
* Updated to tzdata version 2009f
  (http://article.gmane.org/gmane.comp.time.tz/2668).
* Untaint the timezone module filename after validation to allow use
  with $SAFE == 1 (e.g. under mod_ruby). Thanks to Dmitry Borodaenko
  for the suggestion. Closes #25349.

diffstat:

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

diffs (42 lines):

diff -r f4dadbfeeadb -r 767903beaa0b time/ruby-tzinfo/Makefile
--- a/time/ruby-tzinfo/Makefile Wed Jun 10 21:52:07 2009 +0000
+++ b/time/ruby-tzinfo/Makefile Wed Jun 10 22:00:28 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2008/11/15 08:27:32 taca Exp $
+# $NetBSD: Makefile,v 1.9 2009/06/10 22:00:28 minskim Exp $
 
-DISTNAME=      tzinfo-0.3.12
+DISTNAME=      tzinfo-0.3.13
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    time
 
diff -r f4dadbfeeadb -r 767903beaa0b time/ruby-tzinfo/PLIST
--- a/time/ruby-tzinfo/PLIST    Wed Jun 10 21:52:07 2009 +0000
+++ b/time/ruby-tzinfo/PLIST    Wed Jun 10 22:00:28 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2008/11/15 08:27:32 taca Exp $
+@comment $NetBSD: PLIST,v 1.8 2009/06/10 22:00:28 minskim Exp $
 ${GEM_HOME}/cache/tzinfo-${PKGVERSION}.gem
 ${GEM_LIBDIR}/CHANGES
 ${GEM_LIBDIR}/LICENSE
@@ -269,6 +269,7 @@
 ${GEM_LIBDIR}/lib/tzinfo/definitions/Asia/Kamchatka.rb
 ${GEM_LIBDIR}/lib/tzinfo/definitions/Asia/Karachi.rb
 ${GEM_LIBDIR}/lib/tzinfo/definitions/Asia/Kashgar.rb
+${GEM_LIBDIR}/lib/tzinfo/definitions/Asia/Kathmandu.rb
 ${GEM_LIBDIR}/lib/tzinfo/definitions/Asia/Katmandu.rb
 ${GEM_LIBDIR}/lib/tzinfo/definitions/Asia/Kolkata.rb
 ${GEM_LIBDIR}/lib/tzinfo/definitions/Asia/Krasnoyarsk.rb
diff -r f4dadbfeeadb -r 767903beaa0b time/ruby-tzinfo/distinfo
--- a/time/ruby-tzinfo/distinfo Wed Jun 10 21:52:07 2009 +0000
+++ b/time/ruby-tzinfo/distinfo Wed Jun 10 22:00:28 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2008/11/15 08:27:32 taca Exp $
+$NetBSD: distinfo,v 1.8 2009/06/10 22:00:28 minskim Exp $
 
-SHA1 (tzinfo-0.3.12.gem) = a498370a0f11c734b435e7925a0135b397577bbe
-RMD160 (tzinfo-0.3.12.gem) = d75be717629dc3b471928561e62429303585220c
-Size (tzinfo-0.3.12.gem) = 297984 bytes
+SHA1 (tzinfo-0.3.13.gem) = c23cd8f7e24a68a75141cc4a37bd6e014e1cfd9e
+RMD160 (tzinfo-0.3.13.gem) = e5895fdf39fc14cba6f46c8e8d1c8672ae205fec
+Size (tzinfo-0.3.13.gem) = 299520 bytes



Home | Main Index | Thread Index | Old Index