Skip to content

Commit

Permalink
tools/tar: update to 1.34
Browse files Browse the repository at this point in the history
Refresh patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
neheb authored and dedeckeh committed Sep 5, 2021
1 parent c5953d5 commit cb8e5ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tools/tar/Makefile
Expand Up @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=tar
PKG_CPE_ID:=cpe:/a:gnu:tar
PKG_VERSION:=1.32
PKG_VERSION:=1.34

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/tar
PKG_HASH:=d0d3ae07f103323be809bc3eac0dcc386d52c5262499fe05511ac4788af1fdd8
PKG_HASH:=63bebd26879c5e1eea4352f0d03c991f966aeb3ddeb3c7445c902568d5411d28

HOST_BUILD_PARALLEL:=1

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
@@ -1852,6 +1852,7 @@ dump_file0 (struct tar_stat_info *st, ch
@@ -1844,6 +1844,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 cb8e5ed

Please sign in to comment.