pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/easy-rsa



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sat Aug  1 13:14:46 UTC 2026

Modified Files:
        pkgsrc/security/easy-rsa: Makefile

Log Message:
easy-rsa: Note upstream distfile problems


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/security/easy-rsa/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/easy-rsa/Makefile
diff -u pkgsrc/security/easy-rsa/Makefile:1.23 pkgsrc/security/easy-rsa/Makefile:1.24
--- pkgsrc/security/easy-rsa/Makefile:1.23      Mon Mar 30 08:24:00 2026
+++ pkgsrc/security/easy-rsa/Makefile   Sat Aug  1 13:14:46 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2026/03/30 08:24:00 adam Exp $
+# $NetBSD: Makefile,v 1.24 2026/08/01 13:14:46 gdt Exp $
 
 DISTNAME=      EasyRSA-3.2.6
 PKGNAME=       ${DISTNAME:S/EasyRSA/easy-rsa/}
@@ -12,6 +12,10 @@ HOMEPAGE=    https://github.com/OpenVPN/eas
 COMMENT=       CLI utility to build and manage a PKI CA
 LICENSE=       gnu-gpl-v2
 
+# The 3.2.6 distfile has extended attributes.
+# https://github.com/OpenVPN/easy-rsa/issues/1455
+
+# \todo Clean this up, if it is indeed no longer relevant.
 WRKSRC=                ${WRKDIR}/${DISTNAME:S/-unix//}
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index