pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/unifi



Module Name:    pkgsrc
Committed By:   abs
Date:           Fri Aug 13 14:45:53 UTC 2021

Modified Files:
        pkgsrc/net/unifi: Makefile

Log Message:
Mark RELRO_SUPPORTED=no


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/unifi/Makefile

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

Modified files:

Index: pkgsrc/net/unifi/Makefile
diff -u pkgsrc/net/unifi/Makefile:1.24 pkgsrc/net/unifi/Makefile:1.25
--- pkgsrc/net/unifi/Makefile:1.24      Sun Jul 25 13:20:47 2021
+++ pkgsrc/net/unifi/Makefile   Fri Aug 13 14:45:53 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2021/07/25 13:20:47 gdt Exp $
+# $NetBSD: Makefile,v 1.25 2021/08/13 14:45:53 abs Exp $
 
 # Update to 6.2 (wip) is on hold pending reports that the greater
 # Unifi world thinks it is stable enough. -- gdt, 2021-06-01
@@ -67,6 +67,7 @@ PKG_USERS_VARS=               UNIFI_USER
 PKG_GROUPS_VARS=       UNIFI_GROUP
 PKG_GROUPS=            ${UNIFI_GROUP}
 PKG_USERS=             ${UNIFI_USER}:${UNIFI_GROUP}
+RELRO_SUPPORTED=       no
 
 .for d in data logs run work
 OWN_DIRS_PERMS+=       ${PREFIX}/unifi/${d} ${UNIFI_USER} ${UNIFI_GROUP} 0700



Home | Main Index | Thread Index | Old Index