notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
redis62 Persistent key-value database with built-in net interface
6.2.14 databases on this many watch lists=0 search for ports that depend on this port An older version of this port was marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 6.2.14Version of this port present on the latest quarterly branch.
Maintainer: yasu@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-04-28 02:24:44
Last Update: 2023-10-18 14:08:55
Commit Hash: d0ea79b
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (18 items)
Collapse this list.
  1. /usr/local/share/licenses/redis62-6.2.14/catalog.mk
  2. /usr/local/share/licenses/redis62-6.2.14/LICENSE
  3. /usr/local/share/licenses/redis62-6.2.14/BSD3CLAUSE
  4. bin/redis-benchmark
  5. bin/redis-check-aof
  6. bin/redis-check-rdb
  7. bin/redis-cli
  8. bin/redis-sentinel
  9. bin/redis-server
  10. @comment bin/redis-trib.rb
  11. @sample etc/redis.conf.sample
  12. @sample(redis,redis,) etc/sentinel.conf.sample
  13. @dir(redis,redis,) /var/db/redis
  14. @dir(redis,redis,) /var/log/redis
  15. @dir(redis,redis,) /var/run/redis
  16. @owner
  17. @group
  18. @mode
Collapse this list.
Dependency lines:
  • redis62>0:databases/redis62
Conflicts:
CONFLICTS_INSTALL:
  • redis
  • redis-devel
  • redis6
  • redis70
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/databases/redis62/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/redis62
  • pkg install redis62
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: redis62
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1697636938 SHA256 (redis-6.2.14.tar.gz) = 34e74856cbd66fdb3a684fb349d93961d8c7aa668b06f81fd93ff267d09bc277 SIZE (redis-6.2.14.tar.gz) = 2496149

Packages (timestamps in pop-ups are UTC):
redis62
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest6.2.146.2.14-6.2.146.2.14---
FreeBSD:13:quarterly6.2.146.2.146.2.136.2.146.2.146.2.146.2.146.2.14
FreeBSD:14:latest6.2.146.2.146.2.86.2.146.2.146.2.12-6.2.12
FreeBSD:14:quarterly6.2.146.2.14-6.2.146.2.146.2.146.2.146.2.14
FreeBSD:15:latest6.2.146.2.14n/a6.2.14n/a6.2.146.2.146.2.14
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
Test dependencies:
  1. tclsh8.6 : lang/tcl86
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for redis62-6.2.14: 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_redis62
USES:
compiler:c11 cpe 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:
Expand this list (1 items)
Collapse this list.
  1. https://download.redis.io/releases/
Collapse this list.
Port Moves
  • port moved here from databases/redis6 on 2023-09-30
    REASON: Has expired: Has reached its EoL. Please migrate to newer version

Number of commits found: 20

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
6.2.14
18 Oct 2023 14:08:55
commit hash: d0ea79b9de1fab515e22d6a88328a0198e090378commit hash: d0ea79b9de1fab515e22d6a88328a0198e090378commit hash: d0ea79b9de1fab515e22d6a88328a0198e090378commit hash: d0ea79b9de1fab515e22d6a88328a0198e090378 files touched by this commit
Yasuhiro Kimura (yasu) search for other commits by this committer
databases/redis62: Update to 6.2.14

ChangeLog:	https://github.com/redis/redis/releases/tag/6.2.14
MFH:		2023Q4
Security:	8706e097-6db7-11ee-8744-080027f5fec9
6.2.13
20 Aug 2023 00:53:54
commit hash: 04c3776cf0c1b2c18293fec311bbddc21c84ac41commit hash: 04c3776cf0c1b2c18293fec311bbddc21c84ac41commit hash: 04c3776cf0c1b2c18293fec311bbddc21c84ac41commit hash: 04c3776cf0c1b2c18293fec311bbddc21c84ac41 files touched by this commit This port version is marked as vulnerable.
Yasuhiro Kimura (yasu) search for other commits by this committer
databases/redis*: Replace TESTS option with 'USES=tcl:test"

This makes it possible to test them with default options setting.
6.2.13
17 Aug 2023 03:29:07
commit hash: 6659086924531271f17a33c584c3a47d68e8642ccommit hash: 6659086924531271f17a33c584c3a47d68e8642ccommit hash: 6659086924531271f17a33c584c3a47d68e8642ccommit hash: 6659086924531271f17a33c584c3a47d68e8642c files touched by this commit This port version is marked as vulnerable.
Yasuhiro Kimura (yasu) search for other commits by this committer
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.2.13
10 Jul 2023 16:31:20
commit hash: 2de8fa8135c920041c33aed5c441e66d04f86f8bcommit hash: 2de8fa8135c920041c33aed5c441e66d04f86f8bcommit hash: 2de8fa8135c920041c33aed5c441e66d04f86f8bcommit hash: 2de8fa8135c920041c33aed5c441e66d04f86f8b files touched by this commit This port version is marked as vulnerable.
Yasuhiro Kimura (yasu) search for other commits by this committer
databases/redis62: Update to 6.2.13

Changelog:	https://groups.google.com/g/redis-db/c/JDjKS0GubsQ
MFH:		2023Q3
Security:	0e254b4a-1f37-11ee-a475-080027f5fec9
6.2.12
08 May 2023 06:25:20
commit hash: 4e0d6948e3028d61f11411ba80acd6945ea71c95commit hash: 4e0d6948e3028d61f11411ba80acd6945ea71c95commit hash: 4e0d6948e3028d61f11411ba80acd6945ea71c95commit hash: 4e0d6948e3028d61f11411ba80acd6945ea71c95 files touched by this commit This port version is marked as vulnerable.
Yasuhiro Kimura (yasu) search for other commits by this committer
databases/redis62: Update to 6.2.12

ChangeLog:	https://github.com/redis/redis/releases/tag/6.2.12
MFH:		2023Q2
Security:	96b2d4db-ddd2-11ed-b6ea-080027f5fec9
6.2.11
01 Mar 2023 01:55:12
commit hash: bf5fb8439aa4ecc8eb2eaf67c673b9ba3ba6618fcommit hash: bf5fb8439aa4ecc8eb2eaf67c673b9ba3ba6618fcommit hash: bf5fb8439aa4ecc8eb2eaf67c673b9ba3ba6618fcommit hash: bf5fb8439aa4ecc8eb2eaf67c673b9ba3ba6618f files touched by this commit This port version is marked as vulnerable.
Yasuhiro Kimura (yasu) search for other commits by this committer
databases/redis62: Update to 6.2.11

ChangeLog:	https://github.com/redis/redis/releases/tag/6.2.11
MFH:		2023Q1
Security:	b17bce48-b7c6-11ed-b304-080027f5fec9
6.2.10
18 Jan 2023 04:44:00
commit hash: 15aafe30b3c8009f90d5dcb0b7b562805572ee62commit hash: 15aafe30b3c8009f90d5dcb0b7b562805572ee62commit hash: 15aafe30b3c8009f90d5dcb0b7b562805572ee62commit hash: 15aafe30b3c8009f90d5dcb0b7b562805572ee62 files touched by this commit This port version is marked as vulnerable.
Yasuhiro Kimura (yasu) search for other commits by this committer
databases/redis62: Update to 6.2.10

* Switch from CONFLICTS to CONFLICTS_INSTALL.
* Add PORTSCOUT to limit the range to 6.2.x.

ChangeLog:	https://github.com/redis/redis/releases/tag/6.2.10
MFH:		2023Q1
6.2.9
17 Jan 2023 00:39:35
commit hash: 8ddd4b8e98f385f8067135d47fdf8f0ca6e03d37commit hash: 8ddd4b8e98f385f8067135d47fdf8f0ca6e03d37commit hash: 8ddd4b8e98f385f8067135d47fdf8f0ca6e03d37commit hash: 8ddd4b8e98f385f8067135d47fdf8f0ca6e03d37 files touched by this commit This port version is marked as vulnerable.
Yasuhiro Kimura (yasu) search for other commits by this committer
databases/redis62: Update to 6.2.9

ChangeLog:	https://github.com/redis/redis/releases/tag/6.2.9
MFH:		2023Q1
Security:	5fa68bd9-95d9-11ed-811a-080027f5fec9
6.2.8
14 Jan 2023 23:08:33
commit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae files touched by this commit This port version is marked as vulnerable.
Muhammad Moinur Rahman (bofh) search for other commits by this committer
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.2.8
13 Dec 2022 06:12:07
commit hash: cd8febc2097a8ee3b06504ece3abf1627d93056ecommit hash: cd8febc2097a8ee3b06504ece3abf1627d93056ecommit hash: cd8febc2097a8ee3b06504ece3abf1627d93056ecommit hash: cd8febc2097a8ee3b06504ece3abf1627d93056e files touched by this commit This port version is marked as vulnerable.
Yasuhiro Kimura (yasu) search for other commits by this committer
databases/redis62: Update to 6.2.8

ChangeLog:	https://github.com/redis/redis/releases/tag/6.2.8
6.2.7_2
15 Oct 2022 17:52:15
commit hash: 4f385871cbf90a525fdd38f075f7b3a27155ac3bcommit hash: 4f385871cbf90a525fdd38f075f7b3a27155ac3bcommit hash: 4f385871cbf90a525fdd38f075f7b3a27155ac3bcommit hash: 4f385871cbf90a525fdd38f075f7b3a27155ac3b files touched by this commit This port version is marked as vulnerable.
Adam Weinberger (adamw) search for other commits by this committer
databases/redis{,62,-devel}: Amend previous commit

The openresty patches work for luajit-devel, though redis is still
broken with luajit enabled.
6.2.7_2
15 Oct 2022 17:40:23
commit hash: 5d5a9994274bdc4fecd88188b9b75bf829e7e3a4commit hash: 5d5a9994274bdc4fecd88188b9b75bf829e7e3a4commit hash: 5d5a9994274bdc4fecd88188b9b75bf829e7e3a4commit hash: 5d5a9994274bdc4fecd88188b9b75bf829e7e3a4 files touched by this commit This port version is marked as vulnerable.
Adam Weinberger (adamw) search for other commits by this committer
databases/redis{,62,-devel}: Use USES=luajit (defaults to lang/luajit-devel)

The LUAJIT option is marked broken in all these ports, so no PORTREVISION bump.
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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.2.7_2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit This port version is marked as vulnerable.
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
6.2.7_2
07 Aug 2022 05:30:30
commit hash: da202ea08068ed0be6487ea5f2bc368bbfb0d2c2commit hash: da202ea08068ed0be6487ea5f2bc368bbfb0d2c2commit hash: da202ea08068ed0be6487ea5f2bc368bbfb0d2c2commit hash: da202ea08068ed0be6487ea5f2bc368bbfb0d2c2 files touched by this commit This port version is marked as vulnerable.
Yasuhiro Kimura (yasu) search for other commits by this committer
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 View all of this commit message)
6.2.7_1
20 Jul 2022 14:21:07
commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 files touched by this commit This port version is marked as vulnerable.
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
6.2.7_1
01 Jun 2022 00:09:34
commit hash: c1715ac69b3dd2210d83c4c7243310edf8e2ada0commit hash: c1715ac69b3dd2210d83c4c7243310edf8e2ada0commit hash: c1715ac69b3dd2210d83c4c7243310edf8e2ada0commit hash: c1715ac69b3dd2210d83c4c7243310edf8e2ada0 files touched by this commit This port version is marked as vulnerable.
Yasuhiro Kimura (yasu) search for other commits by this committer
databases/redis{6,62}: Enable TLS option by default
6.2.7
02 May 2022 10:04:02
commit hash: 7a3f192cc46105f948a8554d19f09f699b353d5ccommit hash: 7a3f192cc46105f948a8554d19f09f699b353d5ccommit hash: 7a3f192cc46105f948a8554d19f09f699b353d5ccommit hash: 7a3f192cc46105f948a8554d19f09f699b353d5c files touched by this commit This port version is marked as vulnerable.
Bernhard Froehlich (decke) search for other commits by this committer
databases/redis62: Fix CPE information after repocopy

Approved by:	portmgr (blanket)
6.2.7
28 Apr 2022 02:18:50
commit hash: 06391ed84e0a4b2733b678b8db5f210a0c8c4c76commit hash: 06391ed84e0a4b2733b678b8db5f210a0c8c4c76commit hash: 06391ed84e0a4b2733b678b8db5f210a0c8c4c76commit hash: 06391ed84e0a4b2733b678b8db5f210a0c8c4c76 files touched by this commit This port version is marked as vulnerable.
Yasuhiro Kimura (yasu) search for other commits by this committer
databases/redis62: Update to 6.2.7

* 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.
* Switch to DISTVERSION.
* Pet portlint and portclippy.
* Tidy up Makefile with portfmt.

ChangeLog:	https://github.com/redis/redis/releases/tag/6.2.7
Security:	cc42db1c-c65f-11ec-ad96-0800270512f4
6.2.6
28 Apr 2022 02:18:31
commit hash: 36836207bca52685e109a0601b215e836a452c28commit hash: 36836207bca52685e109a0601b215e836a452c28commit hash: 36836207bca52685e109a0601b215e836a452c28commit hash: 36836207bca52685e109a0601b215e836a452c28 files touched by this commit This port version is marked as vulnerable.
Yasuhiro Kimura (yasu) search for other commits by this committer
databases/redis62: Copy from databases/redis

Copy databases/redis to databases/redis62 as a preparation for
updating databases/redis to 7.0.

Number of commits found: 20