Re: [update] security/rbw to 1.12.1

2024-09-13 Thread Lucas Raab
On Fri, Sep 13, 2024 at 12:48:58PM GMT, Mikolaj Kucharski wrote: > Hi, > > This update fixes an issue of https://github.com/doy/rbw/issues/200 > > failed to decrypt notes: failed to decrypt: failed to decrypt encrypted > secret: invalid mac > > Current version in the ports tree doesn't wo

Re: [update] security/rbw to 1.12.1

2024-09-13 Thread Mikolaj Kucharski
Hi, This update fixes an issue of https://github.com/doy/rbw/issues/200 failed to decrypt notes: failed to decrypt: failed to decrypt encrypted secret: invalid mac Current version in the ports tree doesn't work for me and fails like reported in above GitHub issue. This would be really g

[update] security/rbw to 1.12.1

2024-08-15 Thread Lucas Raab
Hello, Here's an update for rbw that's been working fine. Tested by purging the existing database and resyncing. Look good to anyone else? changelog: https://github.com/doy/rbw/blob/main/CHANGELOG.md Thanks, Lucas diff /usr/ports commit - 802974ac9a1e711960e9aa83e35eaac49031eed5 path + /usr/port

Re: [update] security/rbw to 1.11.1

2024-07-07 Thread Björn Ketelaars
On Fri 05/07/2024 13:29, Lucas Raab wrote: > Hello, > > Here's an update for rbw that's been working fine here. Other tests? > > changelogs: > https://github.com/doy/rbw/releases/tag/1.11.0 > https://github.com/doy/rbw/releases/tag/1.11.1 > > Thanks, > Lucas Works for me. OK bket@

[update] security/rbw to 1.11.1

2024-07-05 Thread Lucas Raab
Hello, Here's an update for rbw that's been working fine here. Other tests? changelogs: https://github.com/doy/rbw/releases/tag/1.11.0 https://github.com/doy/rbw/releases/tag/1.11.1 Thanks, Lucas diff refs/heads/master refs/heads/rbw commit - 4494537d084cdf5b0041741e0be01594cfa7f12f commit + 436

update security/rbw

2024-05-22 Thread Solene Rapenne
this is said to fix a login issue with official bitwarden server after a change on their side, I'm not using them so I didn't try ok? diff --git a/security/rbw/Makefile b/security/rbw/Makefile index 3d9842af89a..aeb1ec8559e 100644 --- a/security/rbw/Makefile +++ b/security/rbw/Makefile @@ -3,7 +3

Re: [UPDATE] security/rbw 1.10.1

2024-05-09 Thread Kirill A . Korinsky
On Thu, 09 May 2024 15:15:43 +0100, Stuart Henderson wrote: > > The error you showed looked like a use-after-free or double-free in > the linker (ld.lld). > Yes, it defently does. Anyway, I haven't .core anymore, because I've run make clean. => nothing to dig from here. -- wbr, Kirill

Re: [UPDATE] security/rbw 1.10.1

2024-05-09 Thread Stuart Henderson
On 2024/05/09 14:26, Kirill A. Korinsky wrote: > On Thu, 09 May 2024 14:03:49 +0100, > Raf Czlonka wrote: > > - Kirill - it builds just fine, as you yourself mentioned: > >'make clean' usually helps, but I found that I sometimes also > >need to do some more cleanup in /usr/ports/packages

Re: [UPDATE] security/rbw 1.10.1

2024-05-09 Thread Raf Czlonka
On Thu, May 09, 2024 at 02:26:03PM BST, Kirill A. Korinsky wrote: > On Thu, 09 May 2024 14:03:49 +0100, > Raf Czlonka wrote: > > - Kirill - it builds just fine, as you yourself mentioned: > >'make clean' usually helps, but I found that I sometimes also > >need to do some more cleanup in /

Re: [UPDATE] security/rbw 1.10.1

2024-05-09 Thread Kirill A . Korinsky
On Thu, 09 May 2024 14:03:49 +0100, Raf Czlonka wrote: > - Kirill - it builds just fine, as you yourself mentioned: >'make clean' usually helps, but I found that I sometimes also >need to do some more cleanup in /usr/ports/packages and >/usr/ports/distfiles > I'm reading this right:

[UPDATE] security/rbw 1.10.1

2024-05-09 Thread Raf Czlonka
Hello, I was just about to send an update to the rbw port, but noticed that Solene has beat me to it and I was just about to bail out but noticed two things: - Kirill - it builds just fine, as you yourself mentioned: 'make clean' usually helps, but I found that I sometimes also need to do

Re: update security/rbw

2024-05-09 Thread Kirill A . Korinsky
On Thu, 09 May 2024 11:33:08 +0100, Stuart Henderson wrote: > > On 2024/05/09 11:28, Kirill A. Korinsky wrote: > > On Thu, 09 May 2024 10:22:10 +0100, > > Solene Rapenne wrote: > > > > > > Newer version available upstream, works for me > > > > > > I did not try the changes though (rbw code rel

Re: update security/rbw

2024-05-09 Thread Stuart Henderson
On 2024/05/09 11:28, Kirill A. Korinsky wrote: > On Thu, 09 May 2024 10:22:10 +0100, > Solene Rapenne wrote: > > > > Newer version available upstream, works for me > > > > I did not try the changes though (rbw code related) > > > > https://git.tozt.net/rbw/tree/CHANGELOG.md > > > > I've tried

Re: update security/rbw

2024-05-09 Thread Kirill A . Korinsky
On Thu, 09 May 2024 10:22:10 +0100, Solene Rapenne wrote: > > Newer version available upstream, works for me > > I did not try the changes though (rbw code related) > > https://git.tozt.net/rbw/tree/CHANGELOG.md > I've tried it on -current/amd64. The first attemp to build it fails as: C

update security/rbw

2024-05-09 Thread Solene Rapenne
Newer version available upstream, works for me I did not try the changes though (rbw code related) https://git.tozt.net/rbw/tree/CHANGELOG.md diff --git a/security/rbw/Makefile b/security/rbw/Makefile index 7db2268894d..3d9842af89a 100644 --- a/security/rbw/Makefile +++ b/security/rbw/Makefile

[UPDATE] security/rbw 1.10.0

2024-04-23 Thread Raf Czlonka
Hello, Inlined below is a diff that updates rbw to version 1.10.0. Regards, Raf P.S. I'm not subscribed to ports@ mailing list so please CC me if need be. Index: security/rbw/Makefile === RCS file: /cvs/ports/security/rbw/Makefile

Re: [UPDATE] security/rbw 1.9.0

2024-01-04 Thread Theo Buehler
> As it happens, a new 1.9.0 version of rbw has just been released - it > contains the aforementioned fix, as well as some other improvements[0]. Committed, thanks. The ring dependency was updated to 0.17, which has support for powerpc64 and riscv64 and supports xonly and branch-target landing pad

[UPDATE] security/rbw 1.9.0

2024-01-04 Thread Raf Czlonka
Hello, First of all, many thanks to tb@ for committing the fix for version 1.8.3 to both -current and -stable last month! As it happens, a new 1.9.0 version of rbw has just been released - it contains the aforementioned fix, as well as some other improvements[0]. Inlined below is a diff that upd

Re: [UPDATE] security/rbw 1.8.3

2023-09-07 Thread Raf Czlonka
On Thu, Sep 07, 2023 at 07:25:43AM BST, Mikolaj Kucharski wrote: > On Wed, Sep 06, 2023 at 02:52:28PM +0100, Raf Czlonka wrote: > > Hello, > > > > Inlined below is a diff that updates rbw to version 1.8.3. > > > > Regards, > > > > Raf > > > > P.S. I'm not subscribed to ports@ mailing list so pl

Re: [UPDATE] security/rbw 1.8.3

2023-09-06 Thread Mikolaj Kucharski
On Wed, Sep 06, 2023 at 02:52:28PM +0100, Raf Czlonka wrote: > Hello, > > Inlined below is a diff that updates rbw to version 1.8.3. > > Regards, > > Raf > > P.S. I'm not subscribed to ports@ mailing list so please CC me if > need be. > I would add home page, based on my diff from: h

[UPDATE] security/rbw 1.8.3

2023-09-06 Thread Raf Czlonka
Hello, Inlined below is a diff that updates rbw to version 1.8.3. Regards, Raf P.S. I'm not subscribed to ports@ mailing list so please CC me if need be. Index: security/rbw/Makefile === RCS file: /cvs/ports/security/rbw/Makefile,

[update] security/rbw to 1.6.0

2023-03-14 Thread Aaron Bieber
Hi! Here is a trivial update for rbw. Changelog available here: https://git.tozt.net/rbw/tree/CHANGELOG.md OK? Cheers, Aaron diff --git a/security/rbw/Makefile b/security/rbw/Makefile index 92bc3f905f0..709642d9fb0 100644 --- a/security/rbw/Makefile +++ b/security/rbw/Makefile @@ -3,8 +3,