aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Paetzel <jpaetzel@FreeBSD.org>2019-05-29 15:11:11 +0000
committerJosh Paetzel <jpaetzel@FreeBSD.org>2019-05-29 15:11:11 +0000
commit25a4b676a3bff1e08d4d699e1a5b61f6d6c87240 (patch)
tree324cf189267cf3e2ab5b762250f7c635a5ed4139
parent7afee3754dea3bbbf690c0d1789de56b9628121f (diff)
downloadports-25a4b676a3bff1e08d4d699e1a5b61f6d6c87240.tar.gz
ports-25a4b676a3bff1e08d4d699e1a5b61f6d6c87240.zip
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@akhmatov.ru Approved by: ports-secteam (joneum) Security: f6ea18bb-65b9-11e9-8b31-002590045d9c
Notes
Notes: svn path=/branches/2019Q2/; revision=502966
-rw-r--r--devel/py-yaml/Makefile2
-rw-r--r--devel/py-yaml/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-yaml/Makefile b/devel/py-yaml/Makefile
index 6323ea487ca2..cdf7bcade9f9 100644
--- a/devel/py-yaml/Makefile
+++ b/devel/py-yaml/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= yaml
-PORTVERSION= 3.13
+PORTVERSION= 5.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-yaml/distinfo b/devel/py-yaml/distinfo
index c1490b5452f2..e4eb7050f1a8 100644
--- a/devel/py-yaml/distinfo
+++ b/devel/py-yaml/distinfo
@@ -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