Port details |
- redis6 Persistent key-value database with built-in net interface
- 6.0.20 databases
=0 6.0.20Version of this port present on the latest quarterly branch.
- DEPRECATED: Has reached its EoL. Please migrate to newer version.
This port expired on: 2023-09-30
- Maintainer: yasu@FreeBSD.org
- Port Added: 2021-08-18 22:06:03
- Last Update: 2023-09-30 02:22:48
- Commit Hash: 0d94aec
- License: BSD3CLAUSE
- WWW:
- https://redis.io/
- Description:
- Redis is an open source, advanced key-value store. It is often referred
to as a data structure server since keys can contain strings, hashes,
lists, sets and sorted sets.
You can run atomic operations on these types, like appending to a string;
incrementing the value in a hash; pushing to a list; computing set
intersection, union and difference; or getting the member with highest
ranking in a sorted set.
In order to achieve its outstanding performance, Redis works with an
in-memory dataset. Depending on your use case, you can persist it either
by dumping the dataset to disk every once in a while, or by appending each
command to a log.
Redis also supports trivial-to-setup master-slave replication, with very
fast non-blocking first synchronization, auto-reconnection on net split
and so forth.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- redis6>0:databases/redis6
- Conflicts:
- CONFLICTS_INSTALL:
- redis
- redis-devel
- redis62
- redis70
- No installation instructions:
- This port has been deleted.
- PKGNAME: redis6
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1689005247
SHA256 (redis-6.0.20.tar.gz) = 173d4c5f44b5d7186da96c4adc5cb20e8018b50ec3a8dfe0d191dbbab53952f0
SIZE (redis-6.0.20.tar.gz) = 2293844
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- Test dependencies:
-
- tclsh8.6 : lang/tcl86
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for redis6-6.0.20:
JEMALLOC=off: Use jemalloc
TLS=on: Use TLS (openssl req.)
TRIB=off: Install redis-trib.rb (lang/ruby req.)
====> Options available for the radio EXTLUA: you can only select none or one of them
LUA=off: Use lang/lua instead of builtin lua
LUAJIT=off: Use luajit instead of builtin lua
===> Use 'make config' to modify these settings
- Options name:
- databases_redis6
- USES:
- compiler:c11 gmake tcl:test ssl
- pkg-message:
- For install:
- To setup "redis" you need to edit the configuration file:
/usr/local/etc/redis.conf
To run redis from startup, add redis_enable="YES"
in your /etc/rc.conf.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.0.20 30 Sep 2023 02:22:48 |
Muhammad Moinur Rahman (bofh) |
databases/redis6: Remove expired port
2023-09-30 databases/redis6: Has reached its EoL. Please migrate to newer
version. |
6.0.20 20 Aug 2023 00:54:24 |
Yasuhiro Kimura (yasu) |
databases/redis6: Mark DEPRECATED and set EXPIRATION_DATE
With the release of 7.2, 6.0 has reached its EoL. |
6.0.20 20 Aug 2023 00:53:54 |
Yasuhiro Kimura (yasu) |
databases/redis*: Replace TESTS option with 'USES=tcl:test"
This makes it possible to test them with default options setting. |
6.0.20 17 Aug 2023 03:29:07 |
Yasuhiro Kimura (yasu) |
databases/redis*: Update CONFLICTS_INSTALL, remove CONFLICTS
* Update CONFLICTS_INSTALL after databases/redis70 is added to ports
tree.
* Remove CONFLICTS as build of one redis version succeeds even if
another version is installed. |
6.0.20 10 Jul 2023 16:31:24 |
Yasuhiro Kimura (yasu) |
databases/redis6: Update to 6.0.20
Changelog: https://groups.google.com/g/redis-db/c/JDjKS0GubsQ
MFH: 2023Q3
Security: 0e254b4a-1f37-11ee-a475-080027f5fec9 |
6.0.19 08 May 2023 06:26:08 |
Yasuhiro Kimura (yasu) |
databases/redis6: Update to 6.0.19
ChangeLog: https://github.com/redis/redis/releases/tag/6.0.19
MFH: 2023Q2
Security: 96b2d4db-ddd2-11ed-b6ea-080027f5fec9 |
6.0.18 01 Mar 2023 01:55:15 |
Yasuhiro Kimura (yasu) |
databases/redis6: Update to 6.0.18
ChangeLog: https://github.com/redis/redis/releases/tag/6.0.18
MFH: 2023Q1
Security: b17bce48-b7c6-11ed-b304-080027f5fec9 |
6.0.17_3 18 Jan 2023 04:45:06 |
Yasuhiro Kimura (yasu) |
databases/redis*: Adjust CONFLICTS_INSTALL |
6.0.17_3 18 Jan 2023 04:43:15 |
Yasuhiro Kimura (yasu) |
databases/redis6: Update to 6.0.17
Add PORTSCOUT to limit the range to 6.0.x.
ChangeLog: https://github.com/redis/redis/releases/tag/6.0.17
MFH: 2023Q1
Security: 5fa68bd9-95d9-11ed-811a-080027f5fec9 |
6.0.16_3 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
6.0.16_3 15 Oct 2022 17:49:47 |
Adam Weinberger (adamw) |
databases/redis6: Use USES=luajit (defaults to luajit-devel) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.0.16_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
6.0.16_2 07 Aug 2022 05:30:30 |
Yasuhiro Kimura (yasu) |
databases/redis{6,62}: Fix problem that pkg-message is misleading
When installing package of databases/redis62, following pkg-message is
displayed.
To setup "redis62" you need to edit the configuration file:
/usr/local/etc/redis62.conf
To run redis from startup, add redis62_enable="YES"
in your /etc/rc.conf.
But path of configuration file is /usr/local/etc/redis.conf and what
should really be added to /etc/rc.conf is redis_enable="YES". Same
problem also happens when installing databases/redis6
(Only the first 15 lines of the commit message are shown above ) |
6.0.16_1 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
6.0.16_1 29 Jun 2022 15:57:40 |
Stefan Eßer (se) |
Fix CONFLICTS_INSTALL in the databases category
Approved by: portmgr (implicit) |
6.0.16_1 01 Jun 2022 00:09:34 |
Yasuhiro Kimura (yasu) |
databases/redis{6,62}: Enable TLS option by default |
6.0.16 28 Apr 2022 02:19:08 |
Yasuhiro Kimura (yasu) |
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 |
6.0.16 06 Apr 2022 01:21:08 |
Yasuhiro Kimura (yasu) |
databases/redis*: Update CONFLICTS
databases/redis5 is removed from ports tree. |
6.0.16 09 Jan 2022 19:52:46 |
Sergey A. Osokin (osa) |
databases/redis*: pass maintainership to yasu |
6.0.16 05 Oct 2021 13:17:58 |
Sergey A. Osokin (osa) |
databases/redis{,5,6}: security update to latest releases
Multiple security issues have been fixed.
Security: CVE-2021-41099
Security: CVE-2021-32762
Security: CVE-2021-32687
Security: CVE-2021-32675
Security: CVE-2021-32672
Security: CVE-2021-32628
Security: CVE-2021-32627
Security: CVE-2021-32626
PR: 256936 |
6.0.15_1 03 Sep 2021 13:01:59 |
Tobias Kortkamp (tobik) |
databases/redis*: Properly reference _ADDFLAGS set by some opt_VARS
opt_VARS always upcases its argument, so the defined(_addflags)
check will never be true.
The _ADDFLAGS block overwrites the global CFLAGS and LDFLAGS which
is also suspicous and probably not quite right.
Reported by: portscan |
6.0.15 18 Aug 2021 23:37:45 |
Sergey A. Osokin (osa) |
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. |
6.0.15 18 Aug 2021 22:01:46 |
Sergey A. Osokin (osa) |
databases/redis6: create a copy before update databases/redis to 6.2 |