Skip to content

Commit

Permalink
tools/tar: Update to 1.31
Browse files Browse the repository at this point in the history
Update tar to 1.31
Fixes CVE-2018-20482
Switch to tar.xz tarball
Refresh patches

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
  • Loading branch information
diizzyy authored and dedeckeh committed Feb 10, 2019
1 parent e3311cb commit 1d1dabd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions tools/tar/Makefile
Expand Up @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=tar
PKG_CPE_ID:=cpe:/a:gnu:tar
PKG_VERSION:=1.30
PKG_VERSION:=1.31

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/tar
PKG_HASH:=87592b86cb037c554375f5868bdd3cc57748aef38d6cb741c81065f0beac63b7
PKG_HASH:=37f3ef1ceebd8b7e1ebf5b8cc6c65bb8ebf002c7d049032bf456860f25ec2dc1

HOST_BUILD_PARALLEL := 1
HOST_BUILD_PARALLEL:=1

include $(INCLUDE_DIR)/host-build.mk

Expand Down
2 changes: 1 addition & 1 deletion tools/tar/patches/100-symlink-force-root-name.patch
Expand Up @@ -5,7 +5,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
---
--- a/src/create.c
+++ b/src/create.c
@@ -544,17 +544,8 @@ write_gnu_long_link (struct tar_stat_inf
@@ -543,17 +543,8 @@ write_gnu_long_link (struct tar_stat_inf
union block *header;

header = start_private_header ("././@LongLink", size, 0);
Expand Down
2 changes: 1 addition & 1 deletion tools/tar/patches/110-symlink-force-permissions.patch
@@ -1,6 +1,6 @@
--- a/src/create.c
+++ b/src/create.c
@@ -1853,6 +1853,7 @@ dump_file0 (struct tar_stat_info *st, ch
@@ -1852,6 +1852,7 @@ dump_file0 (struct tar_stat_info *st, ch
#ifdef HAVE_READLINK
else if (S_ISLNK (st->stat.st_mode))
{
Expand Down

0 comments on commit 1d1dabd

Please sign in to comment.