pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers gtar*: update to 1.34
details: https://anonhg.NetBSD.org/pkgsrc/rev/b242f0cf4579
branches: trunk
changeset: 447234:b242f0cf4579
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Feb 18 10:33:54 2021 +0000
description:
gtar*: update to 1.34
version 1.34 - Sergey Poznyakoff, 2021-02-13
* Fix extraction over pipe (savannah bug #60002)
* Fix memory leak in read_header (savannah bug #59897)
* Fix extraction when . and .. are unreadable
See https://lists.gnu.org/archive/html/bug-tar/2021-01/msg00012.html
* Gracefully handle duplicate symlinks when extracting
See https://lists.gnu.org/archive/html/bug-tar/2021-01/msg00026.html
* Re-initialize supplementary groups when switching to user privileges
diffstat:
archivers/gtar-base/distinfo | 10 +++++-----
archivers/gtar/Makefile.common | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (34 lines):
diff -r 15fa46887857 -r b242f0cf4579 archivers/gtar-base/distinfo
--- a/archivers/gtar-base/distinfo Thu Feb 18 10:31:37 2021 +0000
+++ b/archivers/gtar-base/distinfo Thu Feb 18 10:33:54 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.45 2021/01/12 12:10:27 ryoon Exp $
+$NetBSD: distinfo,v 1.46 2021/02/18 10:33:54 wiz Exp $
-SHA1 (tar-1.33.tar.bz2) = 485c8e68aed41cd0424ae16ebef6bb15f864ed14
-RMD160 (tar-1.33.tar.bz2) = 1511ecc9d65a3f3b7a4d91e0b1887aa13af36081
-SHA512 (tar-1.33.tar.bz2) = 158dc1af1137567b90781fdf81198222b02bbdd11058bc00b53b58993d0ef51b8b0b4115e99cff76eef31c8ec0445837b25600c3dc9685b9390d90bd689edf11
-Size (tar-1.33.tar.bz2) = 3013300 bytes
+SHA1 (tar-1.34.tar.bz2) = 5bae4a431c4da46d50c772f377bfc204e22fecf2
+RMD160 (tar-1.34.tar.bz2) = 2d61c2325e5cdf098bf0e9ba776c6643123688e8
+SHA512 (tar-1.34.tar.bz2) = 31865930401b1d9497421fa79cfb41a1a47f3bf59fcdde86b28ed4f53d7a3ceaf88d57c1dba0332d3cd76e82a3aeb31b1e4e3af54fc0d0c0ad17c9f239e8d45d
+Size (tar-1.34.tar.bz2) = 3017795 bytes
SHA1 (patch-Makefile.in) = 78cc142b9370317c52215c106ea1e7217e71f9b5
SHA1 (patch-gnu_readlinkat.c) = 49127fa6533ecf67b2da704da321da0d46b0ddeb
SHA1 (patch-lib_xattr-at.c) = 03a62c67a8c107a8eb929e87d19560c1a1270766
diff -r 15fa46887857 -r b242f0cf4579 archivers/gtar/Makefile.common
--- a/archivers/gtar/Makefile.common Thu Feb 18 10:31:37 2021 +0000
+++ b/archivers/gtar/Makefile.common Thu Feb 18 10:33:54 2021 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.8 2021/01/12 12:10:27 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.9 2021/02/18 10:33:54 wiz Exp $
#
# used by archivers/gtar-base/Makefile
# used by archivers/gtar-info/Makefile
# used by archivers/gtar/Makefile
-DISTNAME= tar-1.33
+DISTNAME= tar-1.34
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GNU:=tar/}
EXTRACT_SUFX= .tar.bz2
Home |
Main Index |
Thread Index |
Old Index