public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Remi Collet <remi@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/valkey] rawhide: v9.1.1
Date: Wed, 22 Jul 2026 06:03:08 GMT	[thread overview]
Message-ID: <178470018859.1.4685347520796550497.rpms-valkey-d10ce64dac0c@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/valkey
Branch : rawhide
Commit : d10ce64dac0c6b2fe95de9ae95109e545c064ded
Author : Remi Collet <remi@fedoraproject.org>
Date   : 2026-07-22T08:02:59+02:00
Stats  : +17/-15 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/valkey/c/d10ce64dac0c6b2fe95de9ae95109e545c064ded?branch=rawhide

Log:
v9.1.1

---
diff --git a/.gitignore b/.gitignore
index a43b84d..e96fb9d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,13 +1,7 @@
 clog
 valkey-8.*.tar.gz
 valkey-doc-8.*.tar.gz
-/valkey-9.0.0.tar.gz
-/valkey-doc-9.0.0.tar.gz
-/valkey-9.0.1.tar.gz
-/valkey-doc-9.0.1.tar.gz
-/valkey-9.0.2.tar.gz
-/valkey-doc-9.0.2.tar.gz
-/valkey-9.0.3.tar.gz
-/valkey-9.1.0-rc1.tar.gz
-/valkey-9.1.0-rc2.tar.gz
-/valkey-9.1.0.tar.gz
+valkey-9.0.*.tar.gz
+valkey-doc-9.0.*.tar.gz
+/valkey-9.1.1.tar.gz
+/valkey-doc-9.1.1.tar.gz

diff --git a/sources b/sources
index 32e3967..78d6007 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (valkey-9.1.0.tar.gz) = 39218e256471103a2e9e8ba77c0b87cbc479aa8b2a402a64f55aef4ab38e4ff613aca27ff3c19a7142ee9caa9099a987be2a710033244aee0ac3de0f72b3ff5a
-SHA512 (valkey-doc-9.0.2.tar.gz) = fd9ee8855082a7285a65a3757235e033e2650112c6c323c4a6826cc2700fca30bbaec2916b5ba55a9ee0649c619457f5164b8d6519c4ea7d423814cafe31f031
+SHA512 (valkey-9.1.1.tar.gz) = 205412babd97a8c6f7c6ca64e643bc4a9d41160fd1a2c0113bebeee3e24d90baf039ec245aaaa7b7e953fe3152e6200428d66f3ce762d692c7cc306c7a9ee3a3
+SHA512 (valkey-doc-9.1.1.tar.gz) = 2b943edc1075e5eae6fe3f7749188ec28eef49dea5a064bbd01d6f778c66be8bc60ca6545ac9497b2d0a4bec51a98f6d40313aaf548a49d4454372f4f5153cbc

diff --git a/valkey.spec b/valkey.spec
index a6cc4cd..31e455c 100644
--- a/valkey.spec
+++ b/valkey.spec
@@ -5,16 +5,16 @@
 %bcond_with docs
 %endif
 # See https://github.com/valkey-io/valkey-doc/tags
-%global doc_version 9.0.2
+%global doc_version 9.1.1
 # Tests fail in mock, not in local build.
 %bcond_with tests
 
-%global upstream_version 9.1.0
+%global upstream_version 9.1.1
 #%%global upstream_prever
 
 Name:              valkey
 Version:           %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
-Release:           5%{?dist}
+Release:           1%{?dist}
 Summary:           A persistent key-value database
 # valkey: BSD-3-Clause
 # hiredis: BSD-3-Clause
@@ -402,6 +402,7 @@ fi
 %license COPYING-hdrhistogram
 %license LICENSE-fpconv
 %license COPYING-libvalkey
+%dir %{_sysconfdir}/logrotate.d
 %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
 %attr(0750, valkey, root) %dir %{_sysconfdir}/%{name}
 %attr(0750, valkey, root) %dir %{valkey_modules_cfg}
@@ -452,6 +453,13 @@ fi
 
 
 %changelog
+* Wed Jul 22 2026 Remi Collet <remi@remirepo.net> - 9.1.1-1
+- Valkey 9.1.1 - Released Tue 21 July 2026
+- Upgrade urgency SECURITY: This release includes security fixes
+  CVE-2026-56684 CVE-2026-63639
+- own /etc/logrotate.d as its owner is an optional dependency
+- refresh the documentation
+
 * Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 9.1.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

                 reply	other threads:[~2026-07-22  6:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178470018859.1.4685347520796550497.rpms-valkey-d10ce64dac0c@fedoraproject.org \
    --to=remi@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox