Files
ports/devel/rubygem-json/Makefile
Koichiro Iwao 81d1e399dc devel/rubygem-json: Update to 2.3.0
This update includes fixes for CVE-2020-10663 [1].

[1] https://www.ruby-lang.org/en/news/2020/03/19/json-dos-cve-2020-10663/

PR:		245023
MFH:		2020Q1
Security:	40194e1c-6d89-11ea-8082-80ee73419af3
2020-03-26 04:58:12 +00:00

19 lines
337 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= json
PORTVERSION= 2.3.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Parse JSON texts and generate them from ruby data structures
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>