From 0d7a2341811cbc13d335d1716beec51095575f91 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Sun, 10 Mar 2019 21:37:01 +0100 Subject: [PATCH] tar: update to version 1.32 Fixes CVE-2019-9923 Signed-off-by: Daniel Golle Signed-off-by: Josef Schlehofer [mention CVE in commit message] --- utils/tar/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/tar/Makefile b/utils/tar/Makefile index a263ca6c59..8b65d1a50d 100644 --- a/utils/tar/Makefile +++ b/utils/tar/Makefile @@ -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 PKG_LICENSE:=GPL-3.0