./time/ruby-tzinfo1, Daylight savings aware timezone library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2022Q2, Version: 1.2.10, Package name: ruby27-tzinfo1-1.2.10, Maintainer: taca

TZInfo provides daylight savings aware transformations between times in
different timezones.

Data Sources
------------

TZInfo requires a source of timezone data. There are two built-in options:

1. The TZInfo::Data library (the tzinfo-data gem). TZInfo::Data contains a
set of Ruby modules that are generated from the [IANA Time Zone
Database](http://www.iana.org/time-zones).

2. A zoneinfo directory. Most Unix-like systems include a zoneinfo
directory containing timezone definitions. These are also generated from
the [IANA Time Zone Database](http://www.iana.org/time-zones).

By default, TZInfo::Data will be used. If TZInfo::Data is not available
(i.e. if "require 'tzinfo/data'" fails), then TZInfo will search for a
zoneinfo directory instead (using the search path specified by
TZInfo::ZoneinfoDataSource::DEFAULT_SEARCH_PATH).

If no data source can be found, a TZInfo::DataSourceNotFound exception will
be raised when TZInfo is used. Further information is available [in the
wiki](http://tzinfo.github.io/datasourcenotfound) to help with resolving
TZInfo::DataSourceNotFound errors.

The default data source selection can be overridden using
TZInfo::DataSource.set.

Custom data sources can also be used. See TZInfo::DataSource.set for further
details.


Master sites:

Filesize: 164 KB

Version history: (Expand)


CVS history: (Expand)


   2022-08-27 18:23:07 by S.P.Zeidler | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #6661 - requested by taca
time/ruby-tzinfo1: security update

Revisions pulled up:
- time/ruby-tzinfo1/Makefile                                    1.6
- time/ruby-tzinfo1/PLIST                                       1.3
- time/ruby-tzinfo1/distinfo                                    1.8

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Jul 30 14:20:42 UTC 2022

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

   Log message:
   time/ruby-tzinfo1: update to 1.2.10

   1.2.10 (2022-07-19)

   * Fixed a relative path traversal bug that could cause arbitrary files to be
     loaded with require when used with RubyDataSource.  Please refer to
     GHSA-5cm2-9h8c-rvfx for details. CVE-2022-31163.

   * Ignore the SECURITY file from Arch Linux's tzdata package. #134.

   To generate a diff of this commit:
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/time/ruby-tzinfo1/Makefile
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/time/ruby-tzinfo1/PLIST
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/time/ruby-tzinfo1/distinfo