tar: update to version 1.32
Fixes CVE-2019-9923 Signed-off-by: Daniel Golle <daniel@makrotopia.org> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com> [mention CVE in commit message]
This commit is contained in:
parent
70e3f5d170
commit
0d7a234181
1 changed files with 2 additions and 2 deletions
|
@ -8,12 +8,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=tar
|
||||
PKG_VERSION:=1.31
|
||||
PKG_VERSION:=1.32
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
|
||||
PKG_HASH:=37f3ef1ceebd8b7e1ebf5b8cc6c65bb8ebf002c7d049032bf456860f25ec2dc1
|
||||
PKG_HASH:=d0d3ae07f103323be809bc3eac0dcc386d52c5262499fe05511ac4788af1fdd8
|
||||
|
||||
PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>
|
||||
PKG_LICENSE:=GPL-3.0
|
||||
|
|
Loading…
Reference in a new issue