svn commit: r320419 - in head/devel: . rubygem-safe_yaml
Steve Wills
swills at FreeBSD.org
Mon Jun 10 00:26:26 UTC 2013
Author: swills
Date: Mon Jun 10 00:26:24 2013
New Revision: 320419
URL: http://svnweb.freebsd.org/changeset/ports/320419
Log:
Parse YAML safely, without that pesky arbitrary object deserialization
vulnerability
WWW: http://dtao.github.io/safe_yaml/
Added:
head/devel/rubygem-safe_yaml/
head/devel/rubygem-safe_yaml/Makefile (contents, props changed)
head/devel/rubygem-safe_yaml/distinfo (contents, props changed)
head/devel/rubygem-safe_yaml/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Jun 10 00:22:51 2013 (r320418)
+++ head/devel/Makefile Mon Jun 10 00:26:24 2013 (r320419)
@@ -4164,6 +4164,7 @@
SUBDIR += rubygem-rubytree
SUBDIR += rubygem-runt
SUBDIR += rubygem-ruport
+ SUBDIR += rubygem-safe_yaml
SUBDIR += rubygem-sdl
SUBDIR += rubygem-sequel
SUBDIR += rubygem-sexp_processor
Added: head/devel/rubygem-safe_yaml/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-safe_yaml/Makefile Mon Jun 10 00:26:24 2013 (r320419)
@@ -0,0 +1,16 @@
+# Created by: Steve Wills <swills at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= safe_yaml
+PORTVERSION= 0.7.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at FreeBSD.org
+COMMENT= Parse YAML safely
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-safe_yaml/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-safe_yaml/distinfo Mon Jun 10 00:26:24 2013 (r320419)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/safe_yaml-0.7.0.gem) = 9ea1e64b3539e7ae544e24e998b6f5dce9a911e010b064d3f9aed358efaed68b
+SIZE (rubygem/safe_yaml-0.7.0.gem) = 14336
Added: head/devel/rubygem-safe_yaml/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-safe_yaml/pkg-descr Mon Jun 10 00:26:24 2013 (r320419)
@@ -0,0 +1,4 @@
+Parse YAML safely, without that pesky arbitrary object deserialization
+vulnerability
+
+WWW: http://dtao.github.io/safe_yaml/
More information about the svn-ports-head
mailing list