summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2020-08-14 17:05:33 +0000
committerbsiegert <bsiegert@pkgsrc.org>2020-08-14 17:05:33 +0000
commit1b1d98c5608daf6945c2d54d1bfea116024806d1 (patch)
tree02bdc4b6ad3d599f0febc4edabecea3f003660e6
parent794f83941552e770bb12655c57faadfe0252de01 (diff)
downloadpkgsrc-1b1d98c5608daf6945c2d54d1bfea116024806d1.tar.gz
Pullup ticket #6293 - requested by wiz
databases/redis: security fix Revisions pulled up: - databases/redis/Makefile 1.56 --- 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.
-rw-r--r--databases/redis/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile
index 717284de001..72f638870d0 100644
--- a/databases/redis/Makefile
+++ b/databases/redis/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.54 2020/06/11 11:22:14 adam Exp $
+# $NetBSD: Makefile,v 1.54.2.1 2020/08/14 17:05:33 bsiegert Exp $
DISTNAME= redis-6.0.5
+PKGREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://download.redis.io/releases/
@@ -24,6 +25,7 @@ DOCFILES+= 00-RELEASENOTES BUGS COPYING README.md
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