non port: databases/redis/files/extra-patch-src-Makefile.luajit |
SVNWeb
|
Number of commits found: 14 |
Thu, 22 Sep 2022
|
[ 07:33 Yasuhiro Kimura (yasu) ] 08f2c3c
databases/redis: Update to 7.0.5
ChangeLog: https://github.com/redis/redis/releases/tag/7.0.5
MFH: 2022Q3
Security: f1f637d1-39eb-11ed-ab44-080027f5fec9
|
Tue, 14 Jun 2022
|
[ 00:57 Yasuhiro Kimura (yasu) ] 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) ] 27e36df (Only the first 10 of 15 ports in this commit are shown above. )
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) ] 6f1d9de (Only the first 10 of 14 ports in this commit are shown above. )
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 ]
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 ] (Only the first 10 of 31 ports in this commit are shown above. )
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 ] (Only the first 10 of 30 ports in this commit are shown above. )
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 ]
Upgrade to recent stable version - 4.0.9.
Update CONFLICTS record.
|
Sun, 7 Aug 2016
|
[ 23:34 osa ]
Upgrade from 3.0.7 to the latest stable version 3.2.3.
|
Tue, 7 Apr 2015
|
[ 22:28 osa ]
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 )
|
Fri, 12 Dec 2014
|
[ 04:27 osa ]
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 )
|
Tue, 9 Sep 2014
|
[ 22:18 osa ]
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 )
|
Thu, 28 Nov 2013
|
[ 17:53 osa ]
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 ]
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: 14 |