git: 6f3b702f81df - 2025Q2 - databases/valkey: Update to 8.1.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 24 Apr 2025 08:28:02 UTC
The branch 2025Q2 has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f3b702f81df8393a9dc9f61e6ce4cb3293dd341 commit 6f3b702f81df8393a9dc9f61e6ce4cb3293dd341 Author: Christos Chatzaras <chris@cretaforce.gr> AuthorDate: 2025-03-31 19:59:55 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2025-04-24 08:26:50 +0000 databases/valkey: Update to 8.1.0 ChangeLog: https://github.com/valkey-io/valkey/releases/tag/8.1.0 PR: 285817 (cherry picked from commit 8fff84cffefa874b66d4cf32073bf08e74de5955) --- databases/valkey/Makefile | 2 +- databases/valkey/distinfo | 6 +++--- databases/valkey/files/patch-valkey.conf | 16 ++++++++-------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/databases/valkey/Makefile b/databases/valkey/Makefile index 8f13273fe697..a69ac10d0066 100644 --- a/databases/valkey/Makefile +++ b/databases/valkey/Makefile @@ -1,5 +1,5 @@ PORTNAME= valkey -DISTVERSION= 8.0.2 +DISTVERSION= 8.1.0 CATEGORIES= databases MAINTAINER= yasu@FreeBSD.org diff --git a/databases/valkey/distinfo b/databases/valkey/distinfo index 5081c222dbee..2a7c032428b0 100644 --- a/databases/valkey/distinfo +++ b/databases/valkey/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1736296442 -SHA256 (valkey-io-valkey-8.0.2_GH0.tar.gz) = e052c45b3cbe512e24fdfdc3fd337f9f5e4b8f8b8713f349ba867b829c8ff11a -SIZE (valkey-io-valkey-8.0.2_GH0.tar.gz) = 3629598 +TIMESTAMP = 1743449721 +SHA256 (valkey-io-valkey-8.1.0_GH0.tar.gz) = 559274e81049326251fa5b1e1c64d46d3d4d605a691481e0819133ca1f1db44f +SIZE (valkey-io-valkey-8.1.0_GH0.tar.gz) = 3801322 diff --git a/databases/valkey/files/patch-valkey.conf b/databases/valkey/files/patch-valkey.conf index 87d03a4935ac..513df990df09 100644 --- a/databases/valkey/files/patch-valkey.conf +++ b/databases/valkey/files/patch-valkey.conf @@ -1,6 +1,6 @@ ---- valkey.conf.orig 2024-04-16 04:18:47 UTC +--- valkey.conf.orig 2025-03-31 19:55:59 UTC +++ valkey.conf -@@ -303,7 +303,7 @@ tcp-keepalive 300 +@@ -353,7 +353,7 @@ tcp-keepalive 300 # By default the server does not run as a daemon. Use 'yes' if you need it. # Note that the server will write a pid file in /var/run/valkey.pid when daemonized. # When the server is supervised by upstart or systemd, this parameter has no impact. @@ -9,7 +9,7 @@ # If you run the server from upstart or systemd, the server can interact with your # supervision tree. Options: -@@ -335,7 +335,7 @@ daemonize no +@@ -385,7 +385,7 @@ daemonize no # # Note that on modern Linux systems "/run/valkey.pid" is more conforming # and should be used instead. @@ -18,7 +18,7 @@ # Specify the server verbosity level. # This can be one of: -@@ -349,7 +349,7 @@ loglevel notice +@@ -416,7 +416,7 @@ loglevel notice # Specify the log file name. Also the empty string can be used to force # the server to log on the standard output. Note that if you use standard # output for logging but daemonize, logs will be sent to /dev/null @@ -27,10 +27,10 @@ # To enable logging to the system logger, just set 'syslog-enabled' to yes, # and optionally update the other syslog parameters to suit your needs. -@@ -504,7 +504,7 @@ rdb-del-sync-files no - # The Append Only File will also be created inside this directory. - # - # Note that you must specify a directory here, not a file name. +@@ -606,7 +606,7 @@ rdb-del-sync-files no + # Note that modifying 'dir' during runtime may have unexpected behavior, + # for example when a child process is running, related file operations may + # have unexpected effects. -dir ./ +dir %%VALKEY_DBDIR%%/