mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Upgrade from 3.2.10 to 3.2.11.
<ChangeLog> Upgrade urgency HIGH: Potentially critical bugs fixed. AOF flush on SHUTDOWN did not cared to really write the AOF buffers (not in the kernel but in the Redis process memory) to disk before exiting. Calling SHUTDOWN during traffic resulted into not every operation to be persisted on disk. </ChangeLog>
This commit is contained in:
parent
415cda44c3
commit
92c2b72a49
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454359
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= redis
|
||||
DISTVERSION= 3.2.10
|
||||
DISTVERSION= 3.2.11
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://download.redis.io/releases/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1502031657
|
||||
SHA256 (redis-3.2.10.tar.gz) = 411c604a716104f7f5a326abfad32de9cea10f15f987bec45cf86f315e9e63a0
|
||||
SIZE (redis-3.2.10.tar.gz) = 1550261
|
||||
TIMESTAMP = 1510884435
|
||||
SHA256 (redis-3.2.11.tar.gz) = 31ae927cab09f90c9ca5954aab7aeecc3bb4da6087d3d12ba0a929ceb54081b5
|
||||
SIZE (redis-3.2.11.tar.gz) = 1550452
|
||||
|
|
Loading…
Add table
Reference in a new issue