notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: databases/redis/files/extra-patch-src-Makefile.lua
SVNWeb

Number of commits found: 13

Tue, 14 Jun 2022
[ 00:57 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:f0363ef8ac4445d5ef27f482632a9b3c8aa24e0b  commit hash:f0363ef8ac4445d5ef27f482632a9b3c8aa24e0b  commit hash:f0363ef8ac4445d5ef27f482632a9b3c8aa24e0b  f0363ef8 
databases/redis: Update to 7.0.2

ChangeLog:	https://github.com/redis/redis/releases/tag/7.0.1
ChangeLog:	https://github.com/redis/redis/releases/tag/7.0.2
Thu, 28 Apr 2022
[ 02:19 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:27e36df36a9d47e844b1fa83d4136b63fee7c905  commit hash:27e36df36a9d47e844b1fa83d4136b63fee7c905  commit hash:27e36df36a9d47e844b1fa83d4136b63fee7c905  27e36df  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
databases/redis: Update to 7.0.0

* Mark BROKEN if any of external lua library options are
  enabled. Upstream add new APIs to bundled lua library and use them
  in source code of redis. This makes it impossible to compile and
  link redis with external lua libraries. According to the commit
  message of upstream repository they took the code of new API from
  the repository of lua. It means linking with external lua libraries
  may get possible again if they are updated. So mark BROKEN rather
  than remove these options.
* Update CONFLICTS of databases/redis*.
* Switch to DISTVERSION.
* Pet portlint and portclippy.
* Tidy up Makefile with portfmt.

ChangeLog:	https://github.com/redis/redis/releases/tag/7.0.0
Security:	cc42db1c-c65f-11ec-ad96-0800270512f4
Wed, 18 Aug 2021
[ 23:37 Sergey A. Osokin (osa) search for other commits by this committer ]    commit hash:6f1d9defbd273136c63f4b2da7654ef3135ff3aa  commit hash:6f1d9defbd273136c63f4b2da7654ef3135ff3aa  commit hash:6f1d9defbd273136c63f4b2da7654ef3135ff3aa  6f1d9de  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
databases/redis*: update databases/redis to 6.2.5.

Update CONFLICTS for databases/redis* ports.
Add a notice to UPDATING.
Connect databases/redis6 to build.
Tue, 23 Feb 2021
[ 14:08 osa search for other commits by this committer ] Original commit   Revision:566401
Security update to the recent version 6.0.11 if you use 32bit build of redis.

Integer overflow on 32-bit systems (CVE-2021-21309):
Redis 4.0 or newer uses a configurable limit for the maximum supported bulk
input size. By default, it is 512MB which is a safe value for all platforms.
If the limit is significantly increased, receiving a large request from a client
may trigger several integer overflow scenarios, which would result with buffer
overflow and heap corruption.

Various bugfixes.
Wed, 13 Jan 2021
[ 16:13 osa search for other commits by this committer ] Original commit   Revision:561486 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Update databases/redis to the recent stable version 6.0.10.
Update CONFLICTS for:
o) databases/redis4
o) databases/redis5
o) databases/redis
o) databases/redis-devel

Connect databases/redis5 to the build.

Bump PORTREVISIONs for dependant ports.
Thu, 21 Nov 2019
[ 19:27 osa search for other commits by this committer ] Original commit   Revision:518107 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
Repocopy the databases/redis to the databases/redis4 to update
the databases/redis port to the latest stable version, 5.0.6.

PR:		241526
Reviewed by:	portmgr (adamw)
Approved by:	portmgr (adamw)
Differential Revision:	https://reviews.freebsd.org/D22336
Mon, 16 Apr 2018
[ 23:12 osa search for other commits by this committer ] Original commit   Revision:467542
Upgrade to recent stable version - 4.0.9.
Update CONFLICTS record.
Sun, 7 Aug 2016
[ 23:34 osa search for other commits by this committer ] Original commit   Revision:419790
Upgrade from 3.0.7 to the latest stable version 3.2.3.
Tue, 7 Apr 2015
[ 22:28 osa search for other commits by this committer ] Original commit   Revision:383546
Upgrade from 2.8.19 to 3.0.0.
Merge all changes from databases/redis-devel to databases/redis.

<ChangeLog>

Redis 3.0 release notes
=======================

--[ Redis 3.0.0 ] Release date: 1 Apr 2015

>> What's new in Redis 3.0 compared to Redis 2.8?

* Redis Cluster: a distributed implementation of a subset of Redis.
* New "embedded string" object encoding resulting in less cache
  misses. Big speed gain under certain work loads.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 12 Dec 2014
[ 04:27 osa search for other commits by this committer ] Original commit   Revision:374568
Upgrade from 2.8.17 to 2.8.18.

<ChangeLog>

--[ Redis 2.8.18 ] Release date: 4 Dec 2014

# UPGRADE URGENCY: LOW for both Redis and Sentinel. This release mostly
                   adds new features to Redis, and contains non critical
                   fixes.

* [FIX] Linenoise updated to be more VT100 compatible. (Salvatore Sanfilippo)
* [FIX] A number of typos fixed inside comments. (Various authors)
* [FIX] redis-cli no longer quits after long timeouts. (Matt Stancliff)
* [FIX] Test framework improved to detect never terminating scripts, cleanup
        instances on crashes. (Salvatore Sanfilippo)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 9 Sep 2014
[ 22:18 osa search for other commits by this committer ] Original commit   Revision:367786
Upgrade from 2.8.11 to 2.8.14.

<ChangeLog>

--[ Redis 2.8.14 ] Release date: 1 Sep 2014

# UPGRADE URGENCY: HIGH for Lua scripting users, the server could crash because
                   of a bug introduced in Redis 2.8.10, otherwise LOW.
                   LOW for Redis Sentinel.

* [FIX] Don't prevent use of shared integers if maxmemory policy is non-LRU.
        (Salvatore Sanfilippo)
* [FIX] Fail SYNC if background save child aborted due to a signal.
        (Yossi Gottlieb)
* [FIX] Different small redis-cli fixes. (Dov Murik, Charsyam, cubicdaiya,
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 28 Nov 2013
[ 17:53 osa search for other commits by this committer ] Original commit   Revision:335116
Upgrade from 2.6.16 to 2.8.0.

Changelist: https://raw.github.com/antirez/redis/2.8/00-RELEASENOTES
Wed, 21 Aug 2013
[ 18:22 osa search for other commits by this committer ] Original commit   Revision:325164
Upgrade from 2.6.14 to 2.6.15.
Add support for lang/lua, disabled by default.

<ChangeLog>

UPGRADE URGENCY: MODERATE, upgrade ASAP only if you experience issues related to
                 the expired keys collection algorithm, or if you use the
                 ZUNIONSTORE command.

* [FIX] Improved expired keys collection algorithm. Even under heavy load keys
        to be expired can't accumulate because of lack of CPU time.
* [FIX] Fixed Issue #1240, ZUNIONSTORE could lead to wrong result.
* [NEW] redis-benchmark improvements.
* [NEW] dict.c API wrong usage detection.

WARNING: redis-benchmark released with 2.6.15 features non backward compatible
         change in the way the random arguments are specified, use the --help
         option for more information.

</ChangeLog>

Number of commits found: 13