Upstream 3.0.2 (RHBZ #1228245)

- Fix Lua sandbox escape and arbitrary code execution (RHBZ #1228331)
This commit is contained in:
Haikel Guemar 2015-06-05 01:58:03 +02:00
parent 2d2c6c1474
commit 428c290283
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@
/redis-2.8.19.tar.gz
/redis-3.0.0.tar.gz
/redis-3.0.1.tar.gz
/redis-3.0.2.tar.gz

View File

@ -11,7 +11,7 @@
%global with_tests %{?_with_tests:1}%{!?_with_tests:0}
Name: redis
Version: 3.0.1
Version: 3.0.2
Release: 1%{?dist}
Summary: A persistent key-value database
License: BSD
@ -243,6 +243,10 @@ fi
%changelog
* Thu Jun 04 2015 Haïkel Guémar <hguemar@fedoraproject.org> - 3.0.2-1
- Upstream 3.0.2 (RHBZ #1228245)
- Fix Lua sandbox escape and arbitrary code execution (RHBZ #1228331)
* Sat May 09 2015 Haïkel Guémar <hguemar@fedoraproject.org> - 3.0.1-1
- Upstream 3.0.1 (RHBZ #1208322)

View File

@ -1 +1 @@
dd2bf1f65d75ed518313158086d4219b redis-3.0.1.tar.gz
87be8867447f62524b584813e5a7bd14 redis-3.0.2.tar.gz