summaryrefslogtreecommitdiff
path: root/databases/redis/files/patch-deps-hiredis-net.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/redis: Update to 7.0.0Yasuhiro Kimura2022-04-281-2/+2
| | | | | | | | | | | | | | | | | | * 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
* Update databases/redis to the recent stable version 6.0.10.Sergey A. Osokin2021-01-131-43/+18
| | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=561486
* Repocopy the databases/redis to the databases/redis4 to updateSergey A. Osokin2019-11-211-6/+6
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=518107
* Upgrade to recent stable version - 4.0.9.Sergey A. Osokin2018-04-161-7/+59
| | | | | | | Update CONFLICTS record. Notes: svn path=/head/; revision=467542
* - Fix build on 8.x which does not have TCP_KEEPIDLEBryan Drewery2014-09-171-0/+12
Approved by: maintainer Notes: svn path=/head/; revision=368392