mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
tools/tar: update to 1.34
Refresh patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
c5953d5f30
commit
cb8e5ede19
@ -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
|
||||
|
||||
|
@ -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))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user