8d52b01f92
Patch was added d95a0b0706
, apparently
based on the one discussed in [1], but using ERROR instead of
FATAL_ERROR. However, per [2], this was fixed in another way, though
upstream seems to not consider it worthy of a CVE.
[1] https://lists.gnu.org/archive/html/bug-tar/2016-10/msg00014.html
[2] https://lists.gnu.org/archive/html/bug-tar/2016-10/msg00016.html
20 lines
625 B
Bash
20 lines
625 B
Bash
# Template file for 'tar'
|
|
pkgname=tar
|
|
version=1.34
|
|
revision=2
|
|
build_style=gnu-configure
|
|
configure_args="gl_cv_struct_dirent_d_ino=yes"
|
|
makedepends="acl-devel"
|
|
short_desc="GNU tape archiver with remote magnetic tape support"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://www.gnu.org/software/tar/"
|
|
distfiles="${GNU_SITE}/tar/${pkgname}-${version}.tar.xz"
|
|
checksum=63bebd26879c5e1eea4352f0d03c991f966aeb3ddeb3c7445c902568d5411d28
|
|
|
|
pre_configure() {
|
|
# chroot-style=ethereal
|
|
export FORCE_UNSAFE_CONFIGURE=1
|
|
# avoid regenerating doc on install
|
|
touch -r doc/stamp-vti configure
|
|
}
|