pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/redis



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug  3 10:38:45 UTC 2020

Modified Files:
        pkgsrc/databases/redis: Makefile

Log Message:
redis: fix CVE-2016-2121

The configuration file was installed mode 644, but could contain passwords.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/databases/redis/Makefile

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

Modified files:

Index: pkgsrc/databases/redis/Makefile
diff -u pkgsrc/databases/redis/Makefile:1.55 pkgsrc/databases/redis/Makefile:1.56
--- pkgsrc/databases/redis/Makefile:1.55        Tue Jul 21 07:34:43 2020
+++ pkgsrc/databases/redis/Makefile     Mon Aug  3 10:38:45 2020
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.55 2020/07/21 07:34:43 adam Exp $
+# $NetBSD: Makefile,v 1.56 2020/08/03 10:38:45 wiz Exp $
 
 DISTNAME=      redis-6.0.6
+PKGREVISION=   1
 CATEGORIES=    databases
 MASTER_SITES=  http://download.redis.io/releases/
 
@@ -24,6 +25,7 @@ DOCFILES+=            00-RELEASENOTES BUGS COPYING
 EGDIR=                 ${PREFIX}/share/examples/${PKGBASE}
 INSTALLATION_DIRS+=    bin ${DOCDIR} ${EGDIR} ${EGDIR}/utils ${EGDIR}/tests
 CONF_FILES=            ${EGDIR}/redis.conf.example ${PKG_SYSCONFDIR}/redis.conf
+CONF_FILES_MODE=       0640
 
 BUILD_DEFS+=           VARBASE REDIS_USER REDIS_GROUP REDIS_DATADIR
 BUILD_DEFS+=           REDIS_LOGDIR REDIS_PIDDIR



Home | Main Index | Thread Index | Old Index