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
redis70 Persistent key-value database with built-in net interface
7.0.15_1 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 7.0.15Version of this port present on the latest quarterly branch.
Maintainer: yasu@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-08-17 03:39:08
Last Update: 2024-04-03 04:35:57
Commit Hash: 81b6dcb
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 (17 items)
Collapse this list.
  1. /usr/local/share/licenses/redis70-7.0.15_1/catalog.mk
  2. /usr/local/share/licenses/redis70-7.0.15_1/LICENSE
  3. /usr/local/share/licenses/redis70-7.0.15_1/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. @sample etc/redis.conf.sample
  11. @sample(redis,redis,) etc/sentinel.conf.sample
  12. @dir(redis,redis,) /var/db/redis
  13. @dir(redis,redis,) /var/log/redis
  14. @dir(redis,redis,) /var/run/redis
  15. @owner
  16. @group
  17. @mode
Collapse this list.
Dependency lines:
  • redis70>0:databases/redis70
Conflicts:
CONFLICTS_INSTALL:
  • redis
  • redis-devel
  • redis6
  • redis62
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/databases/redis70/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/redis70
  • pkg install redis70
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: redis70
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1705951803 SHA256 (redis-7.0.15.tar.gz) = 98066f5363504b26c34dd20fbcc3c957990d764cdf42576c836fc021073f4341 SIZE (redis-7.0.15.tar.gz) = 2994329

Packages (timestamps in pop-ups are UTC):
redis70
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest7.0.15_17.0.15_1-7.0.15_17.0.15_1---
FreeBSD:13:quarterly7.0.15_17.0.15_1-7.0.15_17.0.15_17.0.157.0.157.0.15
FreeBSD:14:latest7.0.15_17.0.15_1-7.0.15_17.0.15_1---
FreeBSD:14:quarterly7.0.15_17.0.15_1-7.0.15_17.0.15_17.0.157.0.157.0.15
FreeBSD:15:latest7.0.15_17.0.15_1n/a7.0.15n/a7.0.157.0.157.0.15
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.4.1 : 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 redis70-7.0.15_1: JEMALLOC=off: Use jemalloc TLS=on: Use TLS (openssl req.) ===> Use 'make config' to modify these settings
Options name:
databases_redis70
USES:
compiler:c11 cpe gmake tcl:test ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://download.redis.io/releases/
Collapse this list.

Number of commits found: 7

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
7.0.15_1
03 Apr 2024 04:35:57
commit hash: 81b6dcb645eeb87f8313fd015f09f08ef6611138commit hash: 81b6dcb645eeb87f8313fd015f09f08ef6611138commit hash: 81b6dcb645eeb87f8313fd015f09f08ef6611138commit hash: 81b6dcb645eeb87f8313fd015f09f08ef6611138 files touched by this commit
Yasuhiro Kimura (yasu) search for other commits by this committer
databases/redis*: Refine ports

* Alway build with base system compiler. In 2018 Makefile was changed
  so GCC is used with i386. It seems to be workaround of build error,
  But now build succeeds without GCC on i386 and all supported FreeBSD
  versions.
* Remove options for external lua library and related patches. On
  April 2022 upstream made incompatible change of bundled lua library
  to fix vulnerability. As a result build got failed when external lua
  library is enabled. Upstream said in commit message of their
  repository that they took codes from lua repository. So I kept the
  options with marking as broken hoping breakage will be solved in the
  future. But it is still broken after two years and doesn't seem to
  change.
* Remove TRIB option. When it is enabled ruby script named
  redis-trib.rb is installed. But it just prints warning message that
  it is no longer available and redis-cli should be used instead, and
  exit. So it isn't usefull anymore.
* Fix post-patch-JEMALLOC-on target so proper line is replaced.
* Pet portclippy.
7.0.15
28 Jan 2024 21:04:11
commit hash: 5c3342ecd87633f163ac3410dd8cb2809c74d623commit hash: 5c3342ecd87633f163ac3410dd8cb2809c74d623commit hash: 5c3342ecd87633f163ac3410dd8cb2809c74d623commit hash: 5c3342ecd87633f163ac3410dd8cb2809c74d623 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
databases/redis70: update to 7.0.15 with fix CVE-2023-41056

Security fixes:
* (CVE-2023-41056) In some cases, Redis may incorrectly handle resizing of
memory
  buffers which can result in incorrect accounting of buffer sizes and lead to
  heap overflow and potential remote code execution.
Changelog: https://github.com/redis/redis/releases/tag/7.0.15

PR:		276255
Approved by:	yasu (maintainer, timeout > 14 days), arrowd (mentor)
MFH:		2024Q1
7.0.14
18 Oct 2023 14:08:51
commit hash: 915482b9cf3c7c0e2be9996edf88da0bd66944fecommit hash: 915482b9cf3c7c0e2be9996edf88da0bd66944fecommit hash: 915482b9cf3c7c0e2be9996edf88da0bd66944fecommit hash: 915482b9cf3c7c0e2be9996edf88da0bd66944fe files touched by this commit
Yasuhiro Kimura (yasu) search for other commits by this committer
databases/redis70: Update to 7.0.14

ChangeLog:	https://github.com/redis/redis/releases/tag/7.0.14
MFH:		2023Q4
Security:	8706e097-6db7-11ee-8744-080027f5fec9
7.0.13
07 Sep 2023 02:32:00
commit hash: 660438b9a81132419570ef6429650e521b734ff4commit hash: 660438b9a81132419570ef6429650e521b734ff4commit hash: 660438b9a81132419570ef6429650e521b734ff4commit hash: 660438b9a81132419570ef6429650e521b734ff4 files touched by this commit This port version is marked as vulnerable.
Yasuhiro Kimura (yasu) search for other commits by this committer
databases/redis70: Update to 7.0.13

ChangeLog:	https://github.com/redis/redis/releases/tag/7.0.13
Security:	6c72b13f-4d1d-11ee-a7f1-080027f5fec9
7.0.12
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.
7.0.12
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.
7.0.12
17 Aug 2023 03:29:02
commit hash: cc255110778d9e5dacb9a878f62022a43c1689a9commit hash: cc255110778d9e5dacb9a878f62022a43c1689a9commit hash: cc255110778d9e5dacb9a878f62022a43c1689a9commit hash: cc255110778d9e5dacb9a878f62022a43c1689a9 files touched by this commit This port version is marked as vulnerable.
Yasuhiro Kimura (yasu) search for other commits by this committer
databases/redis70: Copy from databases/redis

Copy databases/redis to databases/redis70 as preparation for updating
the former to 7.2.

Number of commits found: 7