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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 108231581C1 for ; Sun, 7 Jul 2024 06:32:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C3352BC0D5; Sun, 7 Jul 2024 06:32:55 +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 135F52BC0CF for ; Sun, 7 Jul 2024 06:32:55 +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 1DDF8342F8D for ; Sun, 7 Jul 2024 06:32:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D4FF1DC6 for ; Sun, 7 Jul 2024 06:32:52 +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: <1720333942.b39058e5d40667d7c2273ba965fa08cffe01b10b.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: b39058e5d40667d7c2273ba965fa08cffe01b10b X-VCS-Branch: master Date: Sun, 7 Jul 2024 06:32:52 +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: d341f30e-ae4b-4ba6-80cf-a00826c3cfdf X-Archives-Hash: 60c8166bbc414e1df29eacc78dc03b5a commit: b39058e5d40667d7c2273ba965fa08cffe01b10b Author: Michal Privoznik gmail com> AuthorDate: Mon Jun 3 06:47:00 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 7 06:32:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b39058e5 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> Closes: https://github.com/gentoo/gentoo/pull/36992 Signed-off-by: Sam James gentoo.org> app-emulation/virtiofsd/virtiofsd-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emulation/virtiofsd/virtiofsd-9999.ebuild b/app-emulation/virtiofsd/virtiofsd-9999.ebuild index 8eaeb54ded93..e09c2b80bcc8 100644 --- a/app-emulation/virtiofsd/virtiofsd-9999.ebuild +++ b/app-emulation/virtiofsd/virtiofsd-9999.ebuild @@ -63,7 +63,7 @@ CRATES=" strsim@0.10.0 syn@1.0.98 syn@2.0.23 - syslog@6.0.1 + syslog@6.1.1 termcolor@1.1.3 thiserror@1.0.41 thiserror-impl@1.0.41 @@ -71,8 +71,8 @@ CRATES=" unicode-ident@1.0.2 utf8parse@0.2.1 version_check@0.9.4 - vhost@0.10.0 - vhost-user-backend@0.13.1 + vhost@0.11.0 + vhost-user-backend@0.14.0 virtio-bindings@0.2.2 virtio-queue@0.11.0 vm-memory@0.14.0