pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/2fa



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Dec 25 03:23:21 UTC 2017

Modified Files:
        pkgsrc/security/2fa: Makefile

Log Message:
Fix RELRO build

* Fix pasto


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/2fa/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/2fa/Makefile
diff -u pkgsrc/security/2fa/Makefile:1.1 pkgsrc/security/2fa/Makefile:1.2
--- pkgsrc/security/2fa/Makefile:1.1    Mon Nov 27 18:47:09 2017
+++ pkgsrc/security/2fa/Makefile        Mon Dec 25 03:23:21 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/11/27 18:47:09 bsiegert Exp $
+# $NetBSD: Makefile,v 1.2 2017/12/25 03:23:21 ryoon Exp $
 
 DISTNAME=      2fa
 PKGNAME=       2fa-20171122
@@ -14,7 +14,7 @@ LICENSE=      modified-bsd
 GO_DIST_BASE=  2fa-${GITHUB_TAG}
 GO_SRCPATH=    rsc.io/2fa
 
-CHECK_RELRO_SKIP+=     bin/caddy
+CHECK_RELRO_SKIP+=     bin/2fa
 
 INSTALLATION_DIRS=     bin
 



Home | Main Index | Thread Index | Old Index