From owner-svn-ports-head@freebsd.org Sat Sep 7 22:45:57 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 60E2EDF380; Sat, 7 Sep 2019 22:45:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46QqK121BMz46pT; Sat, 7 Sep 2019 22:45:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 29A02C9F8; Sat, 7 Sep 2019 22:45:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x87MjvEs046845; Sat, 7 Sep 2019 22:45:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x87MjuF0046842; Sat, 7 Sep 2019 22:45:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201909072245.x87MjuF0046842@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2019 22:45:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511458 - head/devel/rubygem-safe_yaml X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-safe_yaml X-SVN-Commit-Revision: 511458 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Sep 2019 22:45:57 -0000 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 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