Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2020Q2]: pkgsrc/databases/redis Pullup ticket #6293 - requeste...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4a9e686c975c
branches: pkgsrc-2020Q2
changeset: 437015:4a9e686c975c
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Fri Aug 14 17:05:33 2020 +0000
description:
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.
diffstat:
databases/redis/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 394eab5de1d8 -r 4a9e686c975c databases/redis/Makefile
--- a/databases/redis/Makefile Fri Aug 14 17:05:28 2020 +0000
+++ b/databases/redis/Makefile Fri Aug 14 17:05:33 2020 +0000
@@ -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 @@
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