python-lxml: update to version 4.6.5
Fixes: CVE-2021-43818 https://nvd.nist.gov/vuln/detail/CVE-2021-43818 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
parent
b05719feec
commit
a877527123
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-lxml
|
||||
PKG_VERSION:=4.6.3
|
||||
PKG_VERSION:=4.6.5
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PYPI_NAME:=lxml
|
||||
PKG_HASH:=39b78571b3b30645ac77b95f7c69d1bffc4cf8c3b157c435a34da72e78c82468
|
||||
PKG_HASH:=6e84edecc3a82f90d44ddee2ee2a2630d4994b8471816e226d2b771cda7ac4ca
|
||||
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
PKG_LICENSE_FILES:=LICENSES.txt
|
||||
|
|
Loading…
Reference in a new issue