Received: by mail.netbsd.org (Postfix, from userid 605) id A79D185923; Sun, 4 Feb 2024 11:07:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9193985922 for ; Sun, 4 Feb 2024 11:07:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id CtZM6Gc8CcSu for ; Sun, 4 Feb 2024 11:07:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2B39E84FAF for ; Sun, 4 Feb 2024 11:07:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1F838FA42; Sun, 4 Feb 2024 11:07:41 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 4 Feb 2024 11:07:41 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-10] src/usr.bin/gzip To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240204110741.1F838FA42@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Sun Feb 4 11:07:41 UTC 2024 Modified Files: src/usr.bin/gzip [netbsd-10]: gzip.1 gzip.c unlz.c unpack.c Log Message: Pull up the following, requested by mrg in ticket #582: usr.bin/gzip/gzip.1 up to 1.32 usr.bin/gzip/gzip.c up to 1.122 usr.bin/gzip/unlz.c up to 1.8 usr.bin/gzip/unpack.c up to 1.4 Sync usr.bin/gzip to HEAD to fix a few minor issues, including PR 57858 and PR 57855. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.31.10.1 src/usr.bin/gzip/gzip.1 cvs rdiff -u -r1.118 -r1.118.2.1 src/usr.bin/gzip/gzip.c cvs rdiff -u -r1.7 -r1.7.2.1 src/usr.bin/gzip/unlz.c cvs rdiff -u -r1.3 -r1.3.14.1 src/usr.bin/gzip/unpack.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.