From owner-svn-ports-head@freebsd.org Wed Apr 24 15:33:51 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C855C159BF31; Wed, 24 Apr 2019 15:33:51 +0000 (UTC) (envelope-from jpaetzel@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 6F6BD6B390; Wed, 24 Apr 2019 15:33:51 +0000 (UTC) (envelope-from jpaetzel@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 4A41FE35C; Wed, 24 Apr 2019 15:33:51 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x3OFXphM013624; Wed, 24 Apr 2019 15:33:51 GMT (envelope-from jpaetzel@FreeBSD.org) Received: (from jpaetzel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3OFXoXm013622; Wed, 24 Apr 2019 15:33:50 GMT (envelope-from jpaetzel@FreeBSD.org) Message-Id: <201904241533.x3OFXoXm013622@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jpaetzel set sender to jpaetzel@FreeBSD.org using -f From: Josh Paetzel Date: Wed, 24 Apr 2019 15:33:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499857 - head/devel/py-yaml X-SVN-Group: ports-head X-SVN-Commit-Author: jpaetzel X-SVN-Commit-Paths: head/devel/py-yaml X-SVN-Commit-Revision: 499857 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6F6BD6B390 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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: Wed, 24 Apr 2019 15:33:52 -0000 Author: jpaetzel Date: Wed Apr 24 15:33:50 2019 New Revision: 499857 URL: https://svnweb.freebsd.org/changeset/ports/499857 Log: Update to 5.1 https://github.com/yaml/pyyaml/blob/5.1/announcement.msg ======================= Announcing PyYAML-5.1 ======================= A new MAJOR RELEASE of PyYAML is now available: https://pypi.org/project/PyYAML/ This is the first major release of PyYAML under the new maintenance team. Among the many changes listed below, this release specifically addresses the arbitrary code execution issue raised by: https://nvd.nist.gov/vuln/detail/CVE-2017-18342 (See https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation for complete details). ... PR: 237501 Reported by: sergey@akhmatov.ru Modified: head/devel/py-yaml/Makefile head/devel/py-yaml/distinfo Modified: head/devel/py-yaml/Makefile ============================================================================== --- head/devel/py-yaml/Makefile Wed Apr 24 15:31:34 2019 (r499856) +++ head/devel/py-yaml/Makefile Wed Apr 24 15:33:50 2019 (r499857) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yaml -PORTVERSION= 3.13 +PORTVERSION= 5.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-yaml/distinfo ============================================================================== --- head/devel/py-yaml/distinfo Wed Apr 24 15:31:34 2019 (r499856) +++ head/devel/py-yaml/distinfo Wed Apr 24 15:33:50 2019 (r499857) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531148322 -SHA256 (PyYAML-3.13.tar.gz) = 3ef3092145e9b70e3ddd2c7ad59bdd0252a94dfe3949721633e41344de00a6bf -SIZE (PyYAML-3.13.tar.gz) = 270607 +TIMESTAMP = 1556018048 +SHA256 (PyYAML-5.1.tar.gz) = 436bc774ecf7c103814098159fbb84c2715d25980175292c648f2da143909f95 +SIZE (PyYAML-5.1.tar.gz) = 274244