Date: Sat, 7 Sep 2019 22:45:56 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511458 - head/devel/rubygem-safe_yaml Message-ID: <201909072245.x87MjuF0046842@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Sep 7 22:45:56 2019 New Revision: 511458 URL: https://svnweb.freebsd.org/changeset/ports/511458 Log: Update to 1.0.5 - Update WWW - Take maintainership Changes: https://github.com/dtao/safe_yaml/blob/master/CHANGES.md Modified: head/devel/rubygem-safe_yaml/Makefile head/devel/rubygem-safe_yaml/distinfo head/devel/rubygem-safe_yaml/pkg-descr Modified: head/devel/rubygem-safe_yaml/Makefile ============================================================================== --- head/devel/rubygem-safe_yaml/Makefile Sat Sep 7 22:45:50 2019 (r511457) +++ head/devel/rubygem-safe_yaml/Makefile Sat Sep 7 22:45:56 2019 (r511458) @@ -2,23 +2,23 @@ # $FreeBSD$ PORTNAME= safe_yaml -PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTVERSION= 1.0.5 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Parse YAML safely LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +USES= gem shebangfix +USE_RUBY= yes + NO_ARCH= yes -USE_RUBY= yes -USES= gem shebangfix -SHEBANG_FILES= bundle_install_all_ruby_versions.sh \ - run_specs_all_ruby_versions.sh PLIST_FILES= bin/safe_yaml + +SHEBANG_GLOB= *.sh .include <bsd.port.mk> Modified: head/devel/rubygem-safe_yaml/distinfo ============================================================================== --- head/devel/rubygem-safe_yaml/distinfo Sat Sep 7 22:45:50 2019 (r511457) +++ head/devel/rubygem-safe_yaml/distinfo Sat Sep 7 22:45:56 2019 (r511458) @@ -1,2 +1,3 @@ -SHA256 (rubygem/safe_yaml-1.0.4.gem) = 248193992ef1730a0c9ec579999ef2256a2b3a32a9bd9d708a1e12544a489ec2 -SIZE (rubygem/safe_yaml-1.0.4.gem) = 30208 +TIMESTAMP = 1567842490 +SHA256 (rubygem/safe_yaml-1.0.5.gem) = a6ac2d64b7eb027bdeeca1851fe7e7af0d668e133e8a88066a0c6f7087d9f848 +SIZE (rubygem/safe_yaml-1.0.5.gem) = 30720 Modified: head/devel/rubygem-safe_yaml/pkg-descr ============================================================================== --- head/devel/rubygem-safe_yaml/pkg-descr Sat Sep 7 22:45:50 2019 (r511457) +++ head/devel/rubygem-safe_yaml/pkg-descr Sat Sep 7 22:45:56 2019 (r511458) @@ -1,4 +1,4 @@ Parse YAML safely, without that pesky arbitrary object deserialization vulnerability -WWW: http://dtao.github.io/safe_yaml/ +WWW: https://github.com/dtao/safe_yaml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909072245.x87MjuF0046842>