pkgsrc/time/ruby-tzinfo1/Makefile
taca 79404e1dcc 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.
2022-07-30 14:20:41 +00:00

18 lines
449 B
Makefile

# $NetBSD: Makefile,v 1.6 2022/07/30 14:20:41 taca Exp $
DISTNAME= tzinfo-${VERS}
PKGNAME= ${RUBY_PKGPREFIX}-tzinfo1-${VERS}
CATEGORIES= time
MAINTAINER= taca@NetBSD.org
HOMEPAGE= https://tzinfo.github.io/
COMMENT= Daylight savings aware timezone library
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-thread_safe>=0.1<1:../../misc/ruby-thread_safe
VERS= 1.2.10
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"