pkgsrc-Changes archive

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

CVS commit: pkgsrc/security



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Feb 11 21:46:47 UTC 2024

Modified Files:
        pkgsrc/security: Makefile

Log Message:
security: Enable zxcvbn-c


To generate a diff of this commit:
cvs rdiff -u -r1.936 -r1.937 pkgsrc/security/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/Makefile
diff -u pkgsrc/security/Makefile:1.936 pkgsrc/security/Makefile:1.937
--- pkgsrc/security/Makefile:1.936      Thu Feb  1 11:24:54 2024
+++ pkgsrc/security/Makefile    Sun Feb 11 21:46:47 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.936 2024/02/01 11:24:54 pin Exp $
+# $NetBSD: Makefile,v 1.937 2024/02/11 21:46:47 ryoon Exp $
 #
 
 COMMENT=       Security and cryptography tools and libraries
@@ -679,5 +679,6 @@ SUBDIR+=    yubikey-manager-qt
 SUBDIR+=       zebedee
 SUBDIR+=       zkt
 SUBDIR+=       zoneminder
+SUBDIR+=       zxcvbn-c
 
 .include "../mk/misc/category.mk"



Home | Main Index | Thread Index | Old Index