Browse Source

python-yaml: update to version 5.3.1

Fixes CVE-2020-1747

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
lilik-openwrt-22.03
Josef Schlehofer 4 years ago
committed by Paul Spooren
parent
commit
d6239f87d7
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lang/python/python-yaml/Makefile

+ 2
- 2
lang/python/python-yaml/Makefile View File

@ -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


Loading…
Cancel
Save