Skip to content

Commit

Permalink
redis: fix CVE-2016-2121
Browse files Browse the repository at this point in the history
The configuration file was installed mode 644, but could contain passwords.

Bump PKGREVISION.
  • Loading branch information
0-wiz-0 authored and Jürgen Lesny committed Sep 10, 2020
1 parent b6ad31c commit 611fd61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion databases/redis/Makefile
Original file line number Diff line number Diff line change
@@ -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/

Expand All @@ -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
Expand Down

0 comments on commit 611fd61

Please sign in to comment.