Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] Revert "package/tar: allowing building even on non-Y2038 compliant systems"
@ 2023-11-12 19:43 Peter Korsgaard
  2023-11-12 19:43 ` [Buildroot] [PATCH 2/4] Revert "package/tar: security bump to version 1.35" Peter Korsgaard
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Peter Korsgaard @ 2023-11-12 19:43 UTC (permalink / raw)
  To: buildroot; +Cc: Yann E . MORIN, Vincent Fazio

This reverts commit 7f1088f9cae9f191740423a0084bb31f94af2e75.

We're going back to tar 1.34, so this needs to be reverted as well.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/tar/tar.mk | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/package/tar/tar.mk b/package/tar/tar.mk
index 8a612b6f45..eea112ebc7 100644
--- a/package/tar/tar.mk
+++ b/package/tar/tar.mk
@@ -7,15 +7,9 @@
 TAR_VERSION = 1.35
 TAR_SOURCE = tar-$(TAR_VERSION).tar.xz
 TAR_SITE = $(BR2_GNU_MIRROR)/tar
-# --exec-prefix=/: busybox installs in /bin, so we need tar to install
-# as well in /bin so that we don't end up with two different tar
-#
-# --disable-year2038: tells the configure script to not abort if the
-# system is not Y2038 compliant. tar will support year2038 if the
-# system is compliant even with this option passed
-TAR_CONF_OPTS = \
-	--exec-prefix=/ \
-	--disable-year2038
+# busybox installs in /bin, so we need tar to install as well in /bin
+# so that we don't end up with two different tar
+TAR_CONF_OPTS = --exec-prefix=/
 TAR_LICENSE = GPL-3.0+
 TAR_LICENSE_FILES = COPYING
 TAR_CPE_ID_VENDOR = gnu
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-11-14  7:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-12 19:43 [Buildroot] [PATCH 1/4] Revert "package/tar: allowing building even on non-Y2038 compliant systems" Peter Korsgaard
2023-11-12 19:43 ` [Buildroot] [PATCH 2/4] Revert "package/tar: security bump to version 1.35" Peter Korsgaard
2023-11-13 21:51   ` Peter Korsgaard
2023-11-14  7:57   ` Peter Korsgaard
2023-11-12 19:43 ` [Buildroot] [PATCH 3/4] package/tar: add upstream patch for CVE-2022-48303 Peter Korsgaard
2023-11-13 21:52   ` Peter Korsgaard
2023-11-14  7:57   ` Peter Korsgaard
2023-11-12 19:43 ` [Buildroot] [PATCH 4/4] support/dependencies/check-host-tar.sh: blacklist tar 1.35+ Peter Korsgaard
2023-11-13 21:52   ` Peter Korsgaard
2023-11-14  7:57   ` Peter Korsgaard
2023-11-13 21:51 ` [Buildroot] [PATCH 1/4] Revert "package/tar: allowing building even on non-Y2038 compliant systems" Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox