summaryrefslogtreecommitdiff
path: root/databases/redis6/files/patch-deps-hiredis-net.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-08-18databases/redis6: create a copy before update databases/redis to 6.2Sergey A. Osokin1-0/+0
2019-11-28Fix the build by updating the patch.Sergey A. Osokin1-43/+18
2019-11-05Update from 5.0.5 to 5.0.6.Sergey A. Osokin1-6/+6
Regenerate the patches to make portlint(1) happier. <ChangeLog> Upgrade urgency CRITICAL: Only in case of exposed instances to untrusted users. This Redis release, 5.0.6, is a bugfix and enhancement release. The most important bugfix is a corruption related to the HyperLogLog. A malformed HyperLogLog string could cause an invalid access to the memory. At a first glance the vulnerability appears to be not exploitable but just a DoS. The way to trigger the issue is complex, we'll not provide any information about how to do that for the users safety. Other significant changes in this release: * New modules APIs merged from Redis unstable to Redis 5. * Some memory optimization related to objects creation. * Fixes to flushSlaveOutputBuffer() that make sure that SHUTDOWN will transfer pending buffers to replicas. </ChangeLog>
2017-05-06Upgrade from 4.0-rc2 to 4.0-rc3.Sergey A. Osokin1-7/+59
2014-10-06Attempt to fix build on 8.x.Sergey A. Osokin1-0/+0
2014-09-17- Fix build on 8.x which does not have TCP_KEEPIDLEBryan Drewery1-0/+12
Approved by: maintainer