pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2020Q2] pkgsrc/databases/redis
Module Name: pkgsrc
Committed By: bsiegert
Date: Fri Aug 14 17:05:33 UTC 2020
Modified Files:
pkgsrc/databases/redis [pkgsrc-2020Q2]: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.54.2.1 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.54 pkgsrc/databases/redis/Makefile:1.54.2.1
--- pkgsrc/databases/redis/Makefile:1.54 Thu Jun 11 11:22:14 2020
+++ pkgsrc/databases/redis/Makefile Fri Aug 14 17:05:33 2020
@@ -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
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