pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/keepassxc



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Mar 23 10:49:00 UTC 2024

Modified Files:
        pkgsrc/security/keepassxc: Makefile

Log Message:
keepassxc: Enable zxcvbn password strength estimation

* Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/security/keepassxc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/keepassxc/Makefile
diff -u pkgsrc/security/keepassxc/Makefile:1.69 pkgsrc/security/keepassxc/Makefile:1.70
--- pkgsrc/security/keepassxc/Makefile:1.69     Mon Mar 11 13:14:10 2024
+++ pkgsrc/security/keepassxc/Makefile  Sat Mar 23 10:49:00 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.69 2024/03/11 13:14:10 wiz Exp $
+# $NetBSD: Makefile,v 1.70 2024/03/23 10:49:00 ryoon Exp $
 
 DISTNAME=      keepassxc-2.7.7-src
 PKGNAME=       ${DISTNAME:S/-src//}
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=keepassxreboot/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -42,6 +43,7 @@ qmake-bin-add:
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../security/argon2/buildlink3.mk"
 .include "../../security/botan3/buildlink3.mk"
+.include "../../security/zxcvbn-c/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 # no qt6 support yet
 # https://github.com/keepassxreboot/keepassxc/issues/7774



Home | Main Index | Thread Index | Old Index