diff --git a/.gitignore b/.gitignore index d3e3931..bba5b00 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /redis-2.8.18.tar.gz /redis-2.8.19.tar.gz /redis-2.8.21.tar.gz +/redis-2.8.22.tar.gz diff --git a/redis.spec b/redis.spec index 0878927..b0a4889 100644 --- a/redis.spec +++ b/redis.spec @@ -11,7 +11,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: redis -Version: 2.8.21 +Version: 2.8.22 Release: 1%{?dist} Summary: A persistent key-value database License: BSD @@ -242,6 +242,9 @@ fi %changelog +* Tue Sep 08 2015 Christopher Meng - 2.8.22-1 +- Update to 2.8.22 + * Thu Jun 04 2015 Haïkel Guémar - 2.8.21-1 - Upstream 2.8.21 - Fix Lua sandbox escape and arbitrary code execution (RHBZ #1228331) diff --git a/sources b/sources index e858b4d..5311e3a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d059e2bf5315e2488ab679e09e55a9e7 redis-2.8.21.tar.gz +09aaa854d76a15d1ed824ea3f1b39377 redis-2.8.22.tar.gz