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 5636B159C9B for ; Sun, 28 Jul 2024 21:12:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B077E2A6D; Sun, 28 Jul 2024 21:12:16 +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 E1742E2A6D for ; Sun, 28 Jul 2024 21:12:15 +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 82ABE340C7B for ; Sun, 28 Jul 2024 21:12:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE4391E7A for ; Sun, 28 Jul 2024 21:12:12 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1722200888.03edf5f64e781980bda5ea64e8e7a4accd0b2c20.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/rbw/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/rbw/rbw-9999.ebuild X-VCS-Directories: app-admin/rbw/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: 03edf5f64e781980bda5ea64e8e7a4accd0b2c20 X-VCS-Branch: dev Date: Sun, 28 Jul 2024 21:12:12 +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: 52611f51-eb9f-4779-903a-ece6d3c2c32e X-Archives-Hash: 1b7c75009fa6c98e7d46a03d82e8beaf commit: 03edf5f64e781980bda5ea64e8e7a4accd0b2c20 Author: Lucio Sauer posteo net> AuthorDate: Sun Jul 28 21:08:08 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Sun Jul 28 21:08:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=03edf5f6 app-admin/rbw: sync live ebuild Signed-off-by: Lucio Sauer posteo.net> app-admin/rbw/rbw-9999.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app-admin/rbw/rbw-9999.ebuild b/app-admin/rbw/rbw-9999.ebuild index 2e93ac20b..154a188e7 100644 --- a/app-admin/rbw/rbw-9999.ebuild +++ b/app-admin/rbw/rbw-9999.ebuild @@ -25,7 +25,7 @@ LICENSE+=" openssl" SLOT="0" RDEPEND="app-crypt/pinentry" -BDEPEND=">=virtual/rust-1.74" +BDEPEND=">=virtual/rust-1.75.0" PATCHES="${FILESDIR}"/${PN}-1.11.1-gen-completions.patch @@ -64,6 +64,12 @@ src_install() { } pkg_postinst() { + if [[ "${REPLACING_VERSIONS%-r*}" = '1.11.1' ]]; then + elog "If you were affected by issue #163 (getting messages like failed to" + elog "decrypt encrypted secret: invalid mac when doing any operations on your" + elog "vault), you will need to rbw sync after upgrading in order to update" + elog "your local vault with the necessary new data." + fi # copypasta crate provides wayland clipboard support via dlopen calls against # libwayland-client.so optfeature "Wayland clipboard support" dev-libs/wayland 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 1ED39159C96 for ; Sun, 28 Jul 2024 21:21:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D58DDE2AA0; Sun, 28 Jul 2024 21:21:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 ABC1EE2AA0 for ; Sun, 28 Jul 2024 21:21: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 D182F343016 for ; Sun, 28 Jul 2024 21:21:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D70C1E87 for ; Sun, 28 Jul 2024 21:21:03 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1722200888.03edf5f64e781980bda5ea64e8e7a4accd0b2c20.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/rbw/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/rbw/rbw-9999.ebuild X-VCS-Directories: app-admin/rbw/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: 03edf5f64e781980bda5ea64e8e7a4accd0b2c20 X-VCS-Branch: master Date: Sun, 28 Jul 2024 21:21:03 +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: e6237267-177e-4237-80c3-3338e79ea8e8 X-Archives-Hash: d983eb1f4aca3835918ed8a3d8e80358 Message-ID: <20240728212103.r3hT2fSK2X_soU4GvFu_9KzIuSTSpdzfku41KkATtZ8@z> commit: 03edf5f64e781980bda5ea64e8e7a4accd0b2c20 Author: Lucio Sauer posteo net> AuthorDate: Sun Jul 28 21:08:08 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Sun Jul 28 21:08:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=03edf5f6 app-admin/rbw: sync live ebuild Signed-off-by: Lucio Sauer posteo.net> app-admin/rbw/rbw-9999.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app-admin/rbw/rbw-9999.ebuild b/app-admin/rbw/rbw-9999.ebuild index 2e93ac20b..154a188e7 100644 --- a/app-admin/rbw/rbw-9999.ebuild +++ b/app-admin/rbw/rbw-9999.ebuild @@ -25,7 +25,7 @@ LICENSE+=" openssl" SLOT="0" RDEPEND="app-crypt/pinentry" -BDEPEND=">=virtual/rust-1.74" +BDEPEND=">=virtual/rust-1.75.0" PATCHES="${FILESDIR}"/${PN}-1.11.1-gen-completions.patch @@ -64,6 +64,12 @@ src_install() { } pkg_postinst() { + if [[ "${REPLACING_VERSIONS%-r*}" = '1.11.1' ]]; then + elog "If you were affected by issue #163 (getting messages like failed to" + elog "decrypt encrypted secret: invalid mac when doing any operations on your" + elog "vault), you will need to rbw sync after upgrading in order to update" + elog "your local vault with the necessary new data." + fi # copypasta crate provides wayland clipboard support via dlopen calls against # libwayland-client.so optfeature "Wayland clipboard support" dev-libs/wayland