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 1979C15806E for ; Mon, 22 May 2023 21:27:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5857EE096B; Mon, 22 May 2023 21:27:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41FBDE096B for ; Mon, 22 May 2023 21:27:10 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 892F734092E for ; Mon, 22 May 2023 21:27:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE8D6A7B for ; Mon, 22 May 2023 21:27:06 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1684790796.fb58453a9ecabbd9fdc57f2a81e795186a01c348.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/starship/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/starship/files/starship-1.12.0-no-old-time.patch X-VCS-Directories: app-shells/starship/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: fb58453a9ecabbd9fdc57f2a81e795186a01c348 X-VCS-Branch: master Date: Mon, 22 May 2023 21:27:06 +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: e89d73f3-3909-4495-b643-a41b03f7a24e X-Archives-Hash: df93fb84d9b36e2efcf4085dfa342803 commit: fb58453a9ecabbd9fdc57f2a81e795186a01c348 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon May 22 17:14:25 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon May 22 21:26:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb58453a app-shells/starship: remove unused patch Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31130 Signed-off-by: Conrad Kostecki gentoo.org> .../files/starship-1.12.0-no-old-time.patch | 109 --------------------- 1 file changed, 109 deletions(-) diff --git a/app-shells/starship/files/starship-1.12.0-no-old-time.patch b/app-shells/starship/files/starship-1.12.0-no-old-time.patch deleted file mode 100644 index 90fb09c027dd..000000000000 --- a/app-shells/starship/files/starship-1.12.0-no-old-time.patch +++ /dev/null @@ -1,109 +0,0 @@ -From 1230165a935789b45f7ecabf6ecb1edc5fd77d8d Mon Sep 17 00:00:00 2001 -From: Alexey Zapparov -Date: Wed, 21 Dec 2022 22:54:23 +0100 -Subject: [PATCH] Remove time-0.1.x dependency - -Bug: https://bugs.gentoo.org/864034 -See: RUSTSEC-2020-0071 -See: Upstream Fix Proposal -Signed-off-by: Alexey Zapparov ---- - Cargo.lock | 26 ++++---------------------- - Cargo.toml | 2 +- - 2 files changed, 5 insertions(+), 23 deletions(-) - -diff --git a/Cargo.lock b/Cargo.lock -index c5b4c42c..41ddabf9 100644 ---- a/Cargo.lock -+++ b/Cargo.lock -@@ -309,7 +309,6 @@ dependencies = [ - "js-sys", - "num-integer", - "num-traits", -- "time 0.1.44", - "wasm-bindgen", - "winapi", - ] -@@ -1001,7 +1000,7 @@ dependencies = [ - "bstr", - "itoa", - "thiserror", -- "time 0.3.14", -+ "time", - ] - - [[package]] -@@ -1660,7 +1659,7 @@ dependencies = [ - "dirs-next", - "objc-foundation", - "objc_id", -- "time 0.3.14", -+ "time", - ] - - [[package]] -@@ -2662,7 +2661,7 @@ checksum = "8bf8e33626554dd9027d240a3b91d73be43054c0f9ef645cdf0483b6ebe822fa" - dependencies = [ - "const_format", - "is_debug", -- "time 0.3.14", -+ "time", - ] - - [[package]] -@@ -2869,7 +2868,7 @@ dependencies = [ - "lazy_static", - "libc", - "nom 7.1.1", -- "time 0.3.14", -+ "time", - "winapi", - ] - -@@ -2997,17 +2996,6 @@ dependencies = [ - "syn", - ] - --[[package]] --name = "time" --version = "0.1.44" --source = "registry+https://github.com/rust-lang/crates.io-index" --checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" --dependencies = [ -- "libc", -- "wasi 0.10.0+wasi-snapshot-preview1", -- "winapi", --] -- - [[package]] - name = "time" - version = "0.3.14" -@@ -3280,12 +3268,6 @@ version = "0.9.0+wasi-snapshot-preview1" - source = "registry+https://github.com/rust-lang/crates.io-index" - checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" - --[[package]] --name = "wasi" --version = "0.10.0+wasi-snapshot-preview1" --source = "registry+https://github.com/rust-lang/crates.io-index" --checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" -- - [[package]] - name = "wasi" - version = "0.11.0+wasi-snapshot-preview1" -diff --git a/Cargo.toml b/Cargo.toml -index 97b393f3..6c9ff8ef 100644 ---- a/Cargo.toml -+++ b/Cargo.toml -@@ -42,7 +42,7 @@ git-repository-max-perf = ["git-features/zlib-ng", "git-repository/fast-sha1"] - git-repository-faster = ["git-features/zlib-stock", "git-repository/fast-sha1"] - - [dependencies] --chrono = { version = "0.4.23", features = ["clock", "std"] } -+chrono = { version = "0.4.23", default-features = false, features = ["clock", "std", "wasmbind"] } - clap = { version = "4.0.29", features = ["derive", "cargo", "unicode"] } - clap_complete = "4.0.6" - dirs-next = "2.0.0" --- -2.38.2 -