commit:     03edf5f64e781980bda5ea64e8e7a4accd0b2c20
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sun Jul 28 21:08:08 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> 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 <watermanpaint <AT> 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

Reply via email to