./databases/redis, Persistent key-value database with built-in net interface

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2020Q2, Version: 6.0.5nb1, Package name: redis-6.0.5nb1, Maintainer: pkgsrc-users

Redis is an advanced key-value store. It is similar to memcached but the
dataset is not volatile, and values can be strings, exactly like in memcached,
but also lists, sets, and ordered sets. All these data types can be manipulated
with atomic operations to push/pop elements, add/remove elements, perform
server side union, intersection, and difference between sets, and so forth.
Redis also supports different kinds of sorting.


Master sites:

SHA1: 9aabd4ad8a007342741933c73314a87402f6e279
RMD160: 4e4b9f50c4874dcba243d28ac75539bacfa9f2b7
Filesize: 2165.689 KB

Version history: (Expand)


CVS history: (Expand)


   2020-08-14 19:05:33 by Benny Siegert | Files touched by this commit (1)
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.