non port: databases/redis-devel/files/extra-patch-src-Makefile.luajit |
SVNWeb
|
Number of commits found: 25 |
Thu, 11 May 2023
|
[ 06:14 Yasuhiro Kimura (yasu) ] 8d07005
databases/redis-devel: Update to latest snapshot
Changes: https://github.com/redis/redis/compare/48e0d4788...aac8105c9
|
Tue, 21 Mar 2023
|
[ 08:01 Yasuhiro Kimura (yasu) ] dedb016
databases/redis-devel: Update to latest snapshot
Changes: https://github.com/redis/redis/compare/9d336ac39...48e0d4788
MFH: 2023Q1
Security: a60cc0e4-c7aa-11ed-8a4b-080027f5fec9
|
Tue, 1 Nov 2022
|
[ 02:26 Yasuhiro Kimura (yasu) ] 08083b8
databases/redis-devel: Update to latest snapshot
Changes: https://github.com/redis/redis/compare/ed4c432ec...5b102e233
|
Thu, 1 Sep 2022
|
[ 07:09 Yasuhiro Kimura (yasu) ] 246dd1b
databases/redis-devel: Update to latest snapshot
Changes: https://github.com/redis/redis/compare/2029976...c66eaf4
|
Mon, 1 Aug 2022
|
[ 06:27 Yasuhiro Kimura (yasu) ] 7f0c362
databases/redis-devel: Update to latest snapshot
Changes: https://github.com/redis/redis/compare/42fbf06...2029976
|
Wed, 1 Jun 2022
|
[ 00:09 Yasuhiro Kimura (yasu) ] d2e8e74
databases/redis-devel: Update to latest snapshot
Enable TLS option by default.
Changes: https://github.com/redis/redis/compare/02080f2...42fbf06
|
Tue, 1 Mar 2022
|
[ 08:53 Yasuhiro Kimura (yasu) ] d012613 (Only the first 10 of 11 ports in this commit are shown above. )
databases/redis-devel: Update to latest snapshot
* Pet portlint and portclippy
* Tidy up Makefile with portfmt
Changes: https://github.com/redis/redis/compare/6ca97da...4a45386
|
Mon, 31 Jan 2022
|
[ 22:28 Yasuhiro Kimura (yasu) ] 78ffce7
databases/redis-devel: Update to latest snapshot
Changes: https://github.com/redis/redis/commits/6ca97da
|
Fri, 3 Sep 2021
|
[ 16:47 Sergey A. Osokin (osa) ] 513db02
databases/redis-devel: update to recent commit from the unstable branch.
|
Wed, 13 Jan 2021
|
[ 17:31 osa ]
Update to the recent development version 6.2.0rc2.
|
[ 15:08 osa ]
Update from 6.0.8 to 6.0.10.
<ChangeLog>
================================================================================
Redis 6.0.10 Released Tue Jan 12 16:20:20 IST 2021
================================================================================
Upgrade urgency MODERATE: several bugs with moderate impact are fixed,
Here is a comprehensive list of changes in this release compared to 6.0.9.
Command behavior changes:
* SWAPDB invalidates WATCHed keys (#8239)
* SORT command behaves differently when used on a writable replica (#8283)
* EXISTS should not alter LRU (#8016) (Only the first 15 lines of the commit message are shown above )
|
Sat, 16 May 2020
|
[ 16:28 osa ]
Update the lua/luajit/luajit-openresty extra patches.
Bump PORTREVISION.
|
Thu, 30 Apr 2020
|
[ 21:38 osa ]
Update to the recent commit (aka 6.0 GA).
|
Sat, 4 Apr 2020
|
[ 00:31 osa ]
Update to the Apr 3, 2020.
Re-generate lua/luajit specific patches.
|
Wed, 27 Nov 2019
|
[ 18:20 osa ]
Update to the recent development version from the unstable branch.
|
Thu, 18 Oct 2018
|
[ 22:15 osa ]
Upgrade from 5.0-rc5 to 5.0.0.
<ChangeLog>
Upgrade urgency CRITICAL: Several fixes to streams AOF and replication.
Hi all and welcome to the first stable release of Redis 5! \o/
To start a quick recap of what's new in Redis 5:
1. The new Stream data type. https://redis.io/topics/streams-intro
2. New Redis modules APIs: Timers, Cluster and Dictionary APIs.
3. RDB now store LFU and LRU information.
4. The cluster manager was ported from Ruby (redis-trib.rb) to C code
inside redis-cli. Check `redis-cli --cluster help` for more info. (Only the first 15 lines of the commit message are shown above )
|
Sun, 5 Aug 2018
|
[ 16:24 osa ]
Upgrade from 5.0-rc3 to 5.0-rc4.
<ChangeLog>
Upgrade urgency
HIGH: Many non critical but important issues fixed.
CRITICAL for Stream users: Many important bugs fixed.
Fixes:
* A number of fixes related to Streams: stability and correctnes.
* Fix dbRandomKey() potential infinite loop.
* Improve eviction LFU/LRU when keys are created by INCR commands family.
* Active defragmentation is now working on Redis 5. (Only the first 15 lines of the commit message are shown above )
|
Sun, 6 Aug 2017
|
[ 15:00 osa ]
Upgrade to the latest stable release - 4.0.1.
ChangeLog: https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES
|
Sat, 6 May 2017
|
[ 18:03 osa ]
Upgrade from 4.0-rc2 to 4.0-rc3.
|
Tue, 6 Dec 2016
|
[ 01:38 osa ]
Upgrade from 3.2.5 to 4.0-rc1.
ChangeLog: https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES
|
Wed, 3 Feb 2016
|
[ 01:02 osa ]
Upgrade from 3.0.7 to latest 3.2.0-rc3.
|
Sat, 17 Jan 2015
|
[ 19:23 osa ]
Upgrade from 3.0.0-rc1 to 3.0.0-rc2.
<ChangeLog>
--[ Redis 3.0.0 RC2 (version 2.9.102) ] Release date: 13 jan 2014
Upgrade urgency: LOW.
This is the second release candidate of Redis Cluster. The major changes
are back porting of things implemented into the unstable branch while
this was still possible (with the new development model adopted only
bug fixes will be merged in the future).
RC2 also fixes a few Redis Cluster non critical bugs.
(Only the first 15 lines of the commit message are shown above )
|
Tue, 9 Sep 2014
|
[ 22:38 osa ]
Upgrade from 3.0.0-beta6 to 3.0.0-beta8.
<ChangeLog>
--[ Redis 3.0.0 Beta 8 (version 2.9.57) ] Release date: 29 jul 2014
This is the 8th beta of Redis 3.0.0.
>> General changes
* [FIX] Solaris compilation issues. (Matt Stancliff, Salvatore Sanfilippo)
* [FIX] Allow shared integer objects if maxmemory policy is not LRU based.
(Salvatore Sanfilippo)
* [FIX] PFSELFTEST: less false positives. (Salvatore Sanfilippo)
* [FIX] Fail SYNC if background save child aborted due to a signal. (Yossi (Only the first 15 lines of the commit message are shown above )
|
Mon, 2 Jun 2014
|
[ 01:42 osa ]
Upgrade from 3.0.0-beta2 to 3.0.0-beta5.
Fix lua/luajit-specific extra patches.
Stagefy.
<ChangeLog>
--[ Redis 3.0.0 Beta 5 (version 2.9.54) ] Release date: 26 may 2014
This is the 5th beta of Redis 3.0.0. It does not include any real
worthwhile change (just three days passed since the previous beta), but
fixes two stupid bugs preventing cluster tests to pass.
--[ Redis 3.0.0 Beta 4 (version 2.9.53) ] Release date: 23 may 2014
This is the fourth beta of Redis 3.0.0. (Only the first 15 lines of the commit message are shown above )
|
Thu, 22 Aug 2013
|
[ 04:40 osa ]
Add support for lang/lua, disabled by default.
Do not bump PORTREVISION.
|
Number of commits found: 25 |