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 1BC1A158046 for ; Fri, 11 Oct 2024 02:29:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11BADE29FD; Fri, 11 Oct 2024 02:29:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 E03C8E29FD for ; Fri, 11 Oct 2024 02:29:07 +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 DEF1A34310C for ; Fri, 11 Oct 2024 02:29:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 585E7116A for ; Fri, 11 Oct 2024 02:29:05 +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: <1728613713.995c9c1e339131b972e23a1084e0ad5fb6eb2a12.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virtiofsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virtiofsd/virtiofsd-9999.ebuild X-VCS-Directories: app-emulation/virtiofsd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 995c9c1e339131b972e23a1084e0ad5fb6eb2a12 X-VCS-Branch: master Date: Fri, 11 Oct 2024 02:29:05 +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: ed85b42a-e9f1-409c-86f5-a14c22c46b07 X-Archives-Hash: cff642dd05904bbd4cc5260826b0220e commit: 995c9c1e339131b972e23a1084e0ad5fb6eb2a12 Author: Michal Privoznik gmail com> AuthorDate: Sat Sep 21 05:25:28 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 11 02:28:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=995c9c1e app-emulation/virtiofsd: Update live ebuild Upstream moved to new versions of some crates. Update them in the live ebuild. Signed-off-by: Michal Privoznik gmail.com> Signed-off-by: Sam James gentoo.org> app-emulation/virtiofsd/virtiofsd-9999.ebuild | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/app-emulation/virtiofsd/virtiofsd-9999.ebuild b/app-emulation/virtiofsd/virtiofsd-9999.ebuild index e09c2b80bcc8..410c131a66b5 100644 --- a/app-emulation/virtiofsd/virtiofsd-9999.ebuild +++ b/app-emulation/virtiofsd/virtiofsd-9999.ebuild @@ -11,10 +11,12 @@ CRATES=" anstyle-query@1.0.0 anstyle-wincon@1.0.1 arc-swap@1.5.0 + atomic-polyfill@0.1.11 atty@0.2.14 autocfg@1.1.0 bitflags@1.3.2 bitflags@2.4.1 + byteorder@1.4.3 capng@0.2.2 cc@1.0.79 cfg-if@1.0.0 @@ -22,7 +24,9 @@ CRATES=" clap_builder@4.3.11 clap_derive@4.3.2 clap_lex@0.5.0 + cobs@0.2.3 colorchoice@1.0.0 + critical-section@1.1.2 env_logger@0.8.4 errno@0.3.1 errno-dragonfly@0.1.2 @@ -36,6 +40,8 @@ CRATES=" futures-sink@0.3.21 futures-task@0.3.21 futures-util@0.3.21 + hash32@0.2.1 + heapless@0.7.16 heck@0.4.1 hermit-abi@0.1.19 hermit-abi@0.3.2 @@ -43,9 +49,10 @@ CRATES=" humantime@2.1.0 is-terminal@0.4.9 itoa@1.0.2 - libc@0.2.147 + libc@0.2.155 libseccomp-sys@0.2.1 linux-raw-sys@0.4.5 + lock_api@0.4.10 log@0.4.17 match_cfg@0.1.0 memchr@2.5.0 @@ -54,12 +61,20 @@ CRATES=" once_cell@1.18.0 pin-project-lite@0.2.9 pin-utils@0.1.0 + postcard@1.0.6 proc-macro2@1.0.63 quote@1.0.29 regex@1.6.0 regex-syntax@0.6.27 + rustc_version@0.4.0 rustix@0.38.7 + scopeguard@1.2.0 + semver@1.0.18 + serde@1.0.168 + serde_derive@1.0.168 slab@0.4.7 + spin@0.9.8 + stable_deref_trait@1.2.0 strsim@0.10.0 syn@1.0.98 syn@2.0.23 @@ -72,10 +87,10 @@ CRATES=" utf8parse@0.2.1 version_check@0.9.4 vhost@0.11.0 - vhost-user-backend@0.14.0 + vhost-user-backend@0.15.0 virtio-bindings@0.2.2 - virtio-queue@0.11.0 - vm-memory@0.14.0 + virtio-queue@0.12.0 + vm-memory@0.14.1 vmm-sys-util@0.12.1 winapi@0.3.9 winapi-i686-pc-windows-gnu@0.4.0