mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] tar: version bump 1.34 -> 1.35
@ 2023-10-23 13:32 Andreas Helmcke
  2023-11-03 14:07 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Helmcke @ 2023-10-23 13:32 UTC (permalink / raw)
  To: ptxdist; +Cc: Andreas Helmcke

- bugfixes
- license change: urls changed from http to https

Link: https://www.gnu.org/software/tar/
Signed-off-by: Andreas Helmcke <ahelmcke@ela-soft.com>
---
 rules/tar.make | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/rules/tar.make b/rules/tar.make
index f2e7100a0..a4fbe298f 100644
--- a/rules/tar.make
+++ b/rules/tar.make
@@ -14,15 +14,15 @@ PACKAGES-$(PTXCONF_TAR) += tar
 #
 # Paths and names
 #
-TAR_VERSION	:= 1.34
-TAR_MD5		:= 9a08d29a9ac4727130b5708347c0f5cf
+TAR_VERSION	:= 1.35
+TAR_MD5		:= a2d8042658cfd8ea939e6d911eaf4152
 TAR		:= tar-$(TAR_VERSION)
 TAR_SUFFIX	:= tar.xz
 TAR_URL		:= $(call ptx/mirror, GNU, tar/$(TAR).$(TAR_SUFFIX))
 TAR_SOURCE	:= $(SRCDIR)/$(TAR).$(TAR_SUFFIX)
 TAR_DIR		:= $(BUILDDIR)/$(TAR)
 TAR_LICENSE	:= GPL-3.0-or-later
-TAR_LICENSE_FILES := file://COPYING;md5=d32239bcb673463ab874e80d47fae504
+TAR_LICENSE_FILES := file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464
 
 # ----------------------------------------------------------------------------
 # Prepare
@@ -36,12 +36,17 @@ TAR_CONF_OPT	:= \
 	$(CROSS_AUTOCONF_USR) \
 	$(GLOBAL_LARGE_FILE_OPTION) \
 	--disable-acl \
+	--disable-gcc-warnings \
 	--disable-rpath \
 	--disable-nls \
 	--disable-backup-scripts \
+	--enable-year2038 \
 	--with-posix-acls \
 	--with-included-regex \
 	--without-selinux \
+	--with-packager \
+	--with-packager-version \
+	--with-packager-bug-reports \
 	--with-xattrs
 
 # ----------------------------------------------------------------------------
-- 
2.40.1




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

* Re: [ptxdist] [APPLIED] tar: version bump 1.34 -> 1.35
  2023-10-23 13:32 [ptxdist] [PATCH] tar: version bump 1.34 -> 1.35 Andreas Helmcke
@ 2023-11-03 14:07 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-11-03 14:07 UTC (permalink / raw)
  To: ptxdist; +Cc: Andreas Helmcke

Thanks, applied as c0b03d9f292e6ca8a0244bd5d3fe7e89833d0aa9.

Michael

[sent from post-receive hook]

On Fri, 03 Nov 2023 15:07:34 +0100, Andreas Helmcke <ahelmcke@ela-soft.com> wrote:
> - bugfixes
> - license change: urls changed from http to https
> 
> Link: https://www.gnu.org/software/tar/
> Signed-off-by: Andreas Helmcke <ahelmcke@ela-soft.com>
> Message-Id: <20231023133211.106918-1-ahelmcke@ela-soft.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/tar.make b/rules/tar.make
> index f2e7100a0777..a4fbe298f448 100644
> --- a/rules/tar.make
> +++ b/rules/tar.make
> @@ -14,15 +14,15 @@ PACKAGES-$(PTXCONF_TAR) += tar
>  #
>  # Paths and names
>  #
> -TAR_VERSION	:= 1.34
> -TAR_MD5		:= 9a08d29a9ac4727130b5708347c0f5cf
> +TAR_VERSION	:= 1.35
> +TAR_MD5		:= a2d8042658cfd8ea939e6d911eaf4152
>  TAR		:= tar-$(TAR_VERSION)
>  TAR_SUFFIX	:= tar.xz
>  TAR_URL		:= $(call ptx/mirror, GNU, tar/$(TAR).$(TAR_SUFFIX))
>  TAR_SOURCE	:= $(SRCDIR)/$(TAR).$(TAR_SUFFIX)
>  TAR_DIR		:= $(BUILDDIR)/$(TAR)
>  TAR_LICENSE	:= GPL-3.0-or-later
> -TAR_LICENSE_FILES := file://COPYING;md5=d32239bcb673463ab874e80d47fae504
> +TAR_LICENSE_FILES := file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464
>  
>  # ----------------------------------------------------------------------------
>  # Prepare
> @@ -36,12 +36,17 @@ TAR_CONF_OPT	:= \
>  	$(CROSS_AUTOCONF_USR) \
>  	$(GLOBAL_LARGE_FILE_OPTION) \
>  	--disable-acl \
> +	--disable-gcc-warnings \
>  	--disable-rpath \
>  	--disable-nls \
>  	--disable-backup-scripts \
> +	--enable-year2038 \
>  	--with-posix-acls \
>  	--with-included-regex \
>  	--without-selinux \
> +	--with-packager \
> +	--with-packager-version \
> +	--with-packager-bug-reports \
>  	--with-xattrs
>  
>  # ----------------------------------------------------------------------------



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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-23 13:32 [ptxdist] [PATCH] tar: version bump 1.34 -> 1.35 Andreas Helmcke
2023-11-03 14:07 ` [ptxdist] [APPLIED] " Michael Olbrich

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