Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2019 15:33:50 +0000 (UTC)
From:      Josh Paetzel <jpaetzel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499857 - head/devel/py-yaml
Message-ID:  <201904241533.x3OFXoXm013622@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904241533.x3OFXoXm013622>