svn commit: r502966 - branches/2019Q2/devel/py-yaml
Josh Paetzel
jpaetzel at FreeBSD.org
Wed May 29 15:11:12 UTC 2019
Author: jpaetzel
Date: Wed May 29 15:11:11 2019
New Revision: 502966
URL: https://svnweb.freebsd.org/changeset/ports/502966
Log:
MFH: r499857
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 at akhmatov.ru
Approved by: ports-secteam (joneum)
Security: f6ea18bb-65b9-11e9-8b31-002590045d9c
Modified:
branches/2019Q2/devel/py-yaml/Makefile
branches/2019Q2/devel/py-yaml/distinfo
Directory Properties:
branches/2019Q2/ (props changed)
Modified: branches/2019Q2/devel/py-yaml/Makefile
==============================================================================
--- branches/2019Q2/devel/py-yaml/Makefile Wed May 29 14:59:09 2019 (r502965)
+++ branches/2019Q2/devel/py-yaml/Makefile Wed May 29 15:11:11 2019 (r502966)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= yaml
-PORTVERSION= 3.13
+PORTVERSION= 5.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: branches/2019Q2/devel/py-yaml/distinfo
==============================================================================
--- branches/2019Q2/devel/py-yaml/distinfo Wed May 29 14:59:09 2019 (r502965)
+++ branches/2019Q2/devel/py-yaml/distinfo Wed May 29 15:11:11 2019 (r502966)
@@ -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
More information about the svn-ports-all
mailing list