Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jun 2013 00:26:24 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320419 - in head/devel: . rubygem-safe_yaml
Message-ID:  <201306100026.r5A0QOBN035702@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	safe_yaml
+PORTVERSION=	0.7.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306100026.r5A0QOBN035702>