From nobody Mon Mar 2 19:18:46 2026 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4fPpd75Ygjz6T6lc for ; Mon, 02 Mar 2026 19:18:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fPpd74ZrZz3Gsr for ; Mon, 02 Mar 2026 19:18:51 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1772479131; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=6zzmZG+y5aELts7T+fBLGD4Qeyektb3Yli5TB11DA7o=; b=jiYD9T7ARFNzNPcXnf3N3Ko4Et/UgNIZGvCCw+gkcqTTSnJizVvtMkaV3y2Q/nubaKy12p nMQdUqCdcy00SSau37N54Sk2a5ws6lPbIZnzB1DX2WsGLEyXxt9YLD+DJSM1TjgufWf8bi 7PWBI1s26Io+Didpy5cHh+WyNhrF0TSK+RIBG8CY5HDj0SCuuK+Jp06Td6aev0WImgAw2p Bj6V1VLn4UzgaeagjOakxXnvBkdFmBwSRcxDVK60jbI7Ra2N34ej/DVg3xFodzKfQmstXX SvAlsjirwrxgNOQlfjgQpMz4a7Lk7c5NYRy/GA5ijU6wwCetFEJ98OLDEqqlKA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1772479131; a=rsa-sha256; cv=none; b=iD8D2ZXsQj8vNdSqFK/RDjUfXxiAShO1qZ7uGI/UF9ijfdRU2F8gteH0CKftdzVhO2OZzC 7oIn/6DqxwRaa/VESWCaueAY6EW7SwW+b4MMRMfsFkDPvxepV32ArbtdAD/5W/a2GpAPiW ZFximiM5MudvMgP6I5AitwR4egE/qs5jUhKlI8jfNp2DEO4ypw7QDGTyUfmO5oOKCjGTa0 065SbKJ9w9vMDaXORJb3OFJRVPVgrx5FZdDLey73ZIJVVUCgpR/tf/oivdlegF8eikbXw0 siFwzXul5hsns3pYmso4khhNcXqc/TkAiKuDFhTtckNnfLL0/zZPVzxhYn1YFg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1772479131; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=6zzmZG+y5aELts7T+fBLGD4Qeyektb3Yli5TB11DA7o=; b=UoTxgI2xFVzfZLsiMRzT+cTOG6tJdi/oaGt0zBFu1msUKFZq+I5TO9YBO1E7wq1qHJRLl0 ihGi83YJnYAG0Zs/IuAJHOXqo9yABZmwLH9XX5NZIJ9uYgXSxAL77ZHqDq0osZOy+JtJ3J rAxNZEJIsb7vQmDCeZ01PDZ4SjJpCuyGMJmnVbe3AGQBR1+1TTk1YrVz9I6uMXiELNqH22 Xs3T+Uz5sD2KeS7bZH/fmNTVu26JS0pe56+vUtBzECQw50gSeuFGQ5m0QdeQ/K0l2VFqd+ Gxdj6j+g3NrcmhF7McsjUWFeDWbG+TTMqrLB77bglrR/xOn8+taQF+TGGjc4bg== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fPpd7401Gzp77 for ; Mon, 02 Mar 2026 19:18:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 19f16 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 02 Mar 2026 19:18:46 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Ed Maste Subject: git: 34d7f100c1d9 - main - lesspipe: Use zstdcat List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: emaste X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 34d7f100c1d9e6f21d2f79097e891f7a17749d1b Auto-Submitted: auto-generated Date: Mon, 02 Mar 2026 19:18:46 +0000 Message-Id: <69a5e296.19f16.48e260a1@gitrepo.freebsd.org> The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=34d7f100c1d9e6f21d2f79097e891f7a17749d1b commit 34d7f100c1d9e6f21d2f79097e891f7a17749d1b Author: Ed Maste AuthorDate: 2026-02-23 18:59:55 +0000 Commit: Ed Maste CommitDate: 2026-03-02 19:18:41 +0000 lesspipe: Use zstdcat zstdcat is equivalent to zstd -dcf, and matches our intention. Suggested by: delphij (in D55101) Sponsored by: The FreeBSD Foundation --- usr.bin/less/lesspipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/less/lesspipe.sh b/usr.bin/less/lesspipe.sh index 6fc6cc471638..7992cc4e2e3d 100644 --- a/usr.bin/less/lesspipe.sh +++ b/usr.bin/less/lesspipe.sh @@ -21,7 +21,7 @@ case "$1" in exec lzma -d -c "$1" 2>/dev/null ;; *.zst) - exec zstd -d -q -c -f "$1" 2>/dev/null + exec zstdcat -q "$1" 2>/dev/null ;; *) exec cat "$1" 2>/dev/null ;;