From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B80A7158094 for ; Thu, 29 Sep 2022 21:42:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4E38E0DF9; Thu, 29 Sep 2022 21:42:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCBF2E0DF9 for ; Thu, 29 Sep 2022 21:42:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE2D0341047 for ; Thu, 29 Sep 2022 21:42:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2777B599 for ; Thu, 29 Sep 2022 21:42:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1664487743.08d38b4bc2ad52d1c89916dfeaf9d4a6a854268d.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 08d38b4bc2ad52d1c89916dfeaf9d4a6a854268d X-VCS-Branch: master Date: Thu, 29 Sep 2022 21:42:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 22cebdd3-6825-4578-9d5c-a938314593bf X-Archives-Hash: 58926e6669fd531f03c9693bce5ceabf commit: 08d38b4bc2ad52d1c89916dfeaf9d4a6a854268d Author: Sam James gentoo org> AuthorDate: Thu Sep 29 21:38:24 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 29 21:42:23 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=08d38b4b NEWS: fix typo, change order of items Signed-off-by: Sam James gentoo.org> NEWS | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 4dc1d0d19..2113a5488 100644 --- a/NEWS +++ b/NEWS @@ -11,11 +11,14 @@ Features: checking for dependencies. Update @goland-rebuild accordingly which now includes all packages depending on dev-lang/go (bug #827974, bug #865115) -* bin: ecompress: xz: Pass -9 to xz for compression level like we do for bzip2 & gzip. +* gpkg: Call xz and zstd with -T N where N is the number of jobs from ${MAKEOPTS} + for parallel compression (xz & zstd) and decompression (xz with newer versions). * bin: ecompress: xz, zstd: Pass -T N where N is the number of jobs from ${MAKEOPTS} to xz, zstd for parallel compression. +* bin: ecompress: xz: Pass -9 to xz for compression level like we do for bzip2 & gzip. + Bug fixes: * emerge: Scheduler: Fix filenames for binpkgs in some cases - reuse existing filename and don't allocate a new one (bug #872392). @@ -29,7 +32,7 @@ Bug fixes: * bin: isolated-functions.sh: return number of CPUs in ___makeopts_jobs as default instead of 1 to match Portage's behavior on the Python side. -* bin: ecompress: Recognize .lz, .lzo, .lz4,, and .zst as compressed file +* bin: ecompress: Recognize .lz, .lzo, .lz4, and .zst as compressed file suffixes for the purposes of the internal compressed file collision check. * bin: ecompress: zstd: Set '-q --rm' in PORTAGE_COMPRESS_FLAGS to behave