diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-04-06 23:59:14 +0200 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2020-04-06 21:43:02 -1000 |
commit | d6239f87d7b5358fb858eafc7b7f2b5abd77e2d0 (patch) | |
tree | b322903a44029a87b82d272c7a8a269d4d2f9da4 /lang/python/python-yaml | |
parent | dd43a67484d33f720e48f90b242ab90107583156 (diff) |
python-yaml: update to version 5.3.1
Fixes CVE-2020-1747
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'lang/python/python-yaml')
-rw-r--r-- | lang/python/python-yaml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-yaml/Makefile b/lang/python/python-yaml/Makefile index dbca6deb5..cf0cb1225 100644 --- a/lang/python/python-yaml/Makefile +++ b/lang/python/python-yaml/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-yaml -PKG_VERSION:=5.3 +PKG_VERSION:=5.3.1 PKG_RELEASE:=1 PYPI_NAME:=PyYAML -PKG_HASH:=e9f45bd5b92c7974e59bcd2dcc8631a6b6cc380a904725fce7bc08872e691615 +PKG_HASH:=b8eac752c5e14d3eca0e6dd9199cd627518cb5ec06add0de9d32baeee6fe645d PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz> PKG_LICENSE:=MIT |