Skip to content

Commit 2b21ac6

Browse files
committed
security/rbw: update to 1.10.0
[1.10.0] - 2024-04-20 Added - rbw get now supports searching by URL as well (proxict, NetBSD#132) - rbw code now supports --clipboard, and has an alias of rbw totp (NetBSD#127) Changed - Set a user agent for all API calls, not just logging in (NetBSD#165) Fixed - Also create runtime directories when running with --no-daemonize (Wim de With, NetBSD#155) - Fix builds on NetBSD (NetBSD#105) - Fix logging in when the configured email address differs in case from the email address used when registering (NetBSD#158) - Fix editing passwords inadvertently clearing custom field values (NetBSD#142)
1 parent dc8d232 commit 2b21ac6

6 files changed

Lines changed: 539 additions & 720 deletions

File tree

security/rbw/Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.1 2024/02/01 11:24:06 pin Exp $
1+
# $NetBSD: Makefile,v 1.2 2024/04/21 19:58:28 pin Exp $
22

3-
DISTNAME= rbw-1.9.0
3+
DISTNAME= rbw-1.10.0
44
CATEGORIES= security
55
MASTER_SITES= ${MASTER_SITE_GITHUB:=doy/}
66

@@ -16,9 +16,6 @@ USE_TOOLS+= pkg-config
1616
MAKE_ENV+= OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
1717
RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
1818

19-
post-patch:
20-
${CP} ${FILESDIR}/netbsd.rs ${WRKDIR}/vendor/region-3.0.0/src/os/
21-
2219
.include "../../lang/rust/cargo.mk"
2320
.include "../../security/openssl/buildlink3.mk"
2421
.include "../../x11/libxcb/buildlink3.mk"

0 commit comments

Comments
 (0)