--------------------------------------------------------------------------------Fedora Update Notification
FEDORA-2018-ce05750e27
2018-06-23 19:54:59.967451
--------------------------------------------------------------------------------Name        : redis
Product     : Fedora 27
Version     : 4.0.10
Release     : 1.fc27
URL         : https://redis.io/
Summary     : A persistent key-value database
Description :
Redis is an 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.

Other features include Transactions, Pub/Sub, Lua scripting, Keys with a
limited time-to-live, and configuration settings to make Redis behave like
a cache.

You can use Redis from most programming languages also.

--------------------------------------------------------------------------------Update Information:

Upstream 4.0.10 release.
--------------------------------------------------------------------------------ChangeLog:

* Thu Jun 14 2018 Nathan Scott  - 4.0.10-1
- Upstream 4.0.10 release.
* Tue Mar 27 2018 Nathan Scott  - 4.0.9-1
- Upstream 4.0.9 release.
* Fri Feb  9 2018 Igor Gnatenko  - 4.0.8-2
- Escape macros in %changelog
* Wed Feb  7 2018 Nathan Scott  - 4.0.8-1
- Upstream 4.0.8 release.
* Wed Jan 31 2018 Nathan Scott  - 4.0.7-1
- Upstream 4.0.7 release.
* Thu Dec  7 2017 Nathan Scott  - 4.0.6-1
- Upstream 4.0.6 release.
* Fri Dec  1 2017 Remi Collet  - 4.0.5-1
- Redis 4.0.5 - Released Thu Dec 1 16:03:32 CET 2017
- Upgrade urgency CRITICAL: Redis 4.0.4 fix for PSYNC2 was broken,
  causing the slave to crash when receiving an RDB file from the
  master that contained a duplicated Lua script.
* Fri Dec  1 2017 Nathan Scott  - 4.0.4-1
- Upstream 4.0.4 release.
- Update to current upstream redis-doc also.
- Fix man page issues (RHBZ #1513594 and RHBZ #1515417).
* Thu Nov 30 2017 Remi Collet  - 4.0.3-1
- Redis 4.0.3
- fix ownership of /usr/share/doc/redis
- use make_flags for test to avoid rebuild and failure
- fix rpm macro location on EL-6
- add /var/run/redis on EL-6
- add spec file license header
- drop duplicated documentation from main package
- keep man in main page
* Fri Nov 17 2017 Nathan Scott  - 4.0.2-2
- Install the base modules directories, owned by the main package.
* Tue Oct 31 2017 Nathan Scott  - 4.0.2-1
- Upstream 4.0.2 release.  (RHBZ #1389592)
- Add redis-devel for loadable module development.
- Add redis-doc for man pages and detailed documentation.
- Provide redis-check-aof as a symlink to redis-server also now.
--------------------------------------------------------------------------------This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-ce05750e27' at the command
line. For more information, refer to the dnf documentation available at
https://dnf.readthedocs.io/en/latest/command_ref.html

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/security/
--------------------------------------------------------------------------------
_______________________________________________
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QOSY2OKFX3NADBFR3KPKHDR37DPCQWOV/

Fedora 27: redis Security Update

June 23, 2018
Upstream 4.0.10 release.

Summary

Redis is an 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.

Other features include Transactions, Pub/Sub, Lua scripting, Keys with a

limited time-to-live, and configuration settings to make Redis behave like

a cache.

You can use Redis from most programming languages also.

Upstream 4.0.10 release.

* Thu Jun 14 2018 Nathan Scott - 4.0.10-1

- Upstream 4.0.10 release.

* Tue Mar 27 2018 Nathan Scott - 4.0.9-1

- Upstream 4.0.9 release.

* Fri Feb 9 2018 Igor Gnatenko - 4.0.8-2

- Escape macros in %changelog

* Wed Feb 7 2018 Nathan Scott - 4.0.8-1

- Upstream 4.0.8 release.

* Wed Jan 31 2018 Nathan Scott - 4.0.7-1

- Upstream 4.0.7 release.

* Thu Dec 7 2017 Nathan Scott - 4.0.6-1

- Upstream 4.0.6 release.

* Fri Dec 1 2017 Remi Collet - 4.0.5-1

- Redis 4.0.5 - Released Thu Dec 1 16:03:32 CET 2017

- Upgrade urgency CRITICAL: Redis 4.0.4 fix for PSYNC2 was broken,

causing the slave to crash when receiving an RDB file from the

master that contained a duplicated Lua script.

* Fri Dec 1 2017 Nathan Scott - 4.0.4-1

- Upstream 4.0.4 release.

- Update to current upstream redis-doc also.

- Fix man page issues (RHBZ #1513594 and RHBZ #1515417).

* Thu Nov 30 2017 Remi Collet - 4.0.3-1

- Redis 4.0.3

- fix ownership of /usr/share/doc/redis

- use make_flags for test to avoid rebuild and failure

- fix rpm macro location on EL-6

- add /var/run/redis on EL-6

- add spec file license header

- drop duplicated documentation from main package

- keep man in main page

* Fri Nov 17 2017 Nathan Scott - 4.0.2-2

- Install the base modules directories, owned by the main package.

* Tue Oct 31 2017 Nathan Scott - 4.0.2-1

- Upstream 4.0.2 release. (RHBZ #1389592)

- Add redis-devel for loadable module development.

- Add redis-doc for man pages and detailed documentation.

- Provide redis-check-aof as a symlink to redis-server also now.

su -c 'dnf upgrade --advisory FEDORA-2018-ce05750e27' at the command

line. For more information, refer to the dnf documentation available at

https://dnf.readthedocs.io/en/latest/command_ref.html

All packages are signed with the Fedora Project GPG key. More details on the

GPG keys used by the Fedora Project can be found at

https://fedoraproject.org/security/

package-announce mailing list -- package-announce@lists.fedoraproject.org

To unsubscribe send an email to package-announce-leave@lists.fedoraproject.org

Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/

List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines

List Archives: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QOSY2OKFX3NADBFR3KPKHDR37DPCQWOV/

FEDORA-2018-ce05750e27 2018-06-23 19:54:59.967451 Product : Fedora 27 Version : 4.0.10 Release : 1.fc27 URL : https://redis.io/ Summary : A persistent key-value database Description : Redis is an 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. Other features include Transactions, Pub/Sub, Lua scripting, Keys with a limited time-to-live, and configuration settings to make Redis behave like a cache. You can use Redis from most programming languages also. Upstream 4.0.10 release. * Thu Jun 14 2018 Nathan Scott - 4.0.10-1 - Upstream 4.0.10 release. * Tue Mar 27 2018 Nathan Scott - 4.0.9-1 - Upstream 4.0.9 release. * Fri Feb 9 2018 Igor Gnatenko - 4.0.8-2 - Escape macros in %changelog * Wed Feb 7 2018 Nathan Scott - 4.0.8-1 - Upstream 4.0.8 release. * Wed Jan 31 2018 Nathan Scott - 4.0.7-1 - Upstream 4.0.7 release. * Thu Dec 7 2017 Nathan Scott - 4.0.6-1 - Upstream 4.0.6 release. * Fri Dec 1 2017 Remi Collet - 4.0.5-1 - Redis 4.0.5 - Released Thu Dec 1 16:03:32 CET 2017 - Upgrade urgency CRITICAL: Redis 4.0.4 fix for PSYNC2 was broken, causing the slave to crash when receiving an RDB file from the master that contained a duplicated Lua script. * Fri Dec 1 2017 Nathan Scott - 4.0.4-1 - Upstream 4.0.4 release. - Update to current upstream redis-doc also. - Fix man page issues (RHBZ #1513594 and RHBZ #1515417). * Thu Nov 30 2017 Remi Collet - 4.0.3-1 - Redis 4.0.3 - fix ownership of /usr/share/doc/redis - use make_flags for test to avoid rebuild and failure - fix rpm macro location on EL-6 - add /var/run/redis on EL-6 - add spec file license header - drop duplicated documentation from main package - keep man in main page * Fri Nov 17 2017 Nathan Scott - 4.0.2-2 - Install the base modules directories, owned by the main package. * Tue Oct 31 2017 Nathan Scott - 4.0.2-1 - Upstream 4.0.2 release. (RHBZ #1389592) - Add redis-devel for loadable module development. - Add redis-doc for man pages and detailed documentation. - Provide redis-check-aof as a symlink to redis-server also now. su -c 'dnf upgrade --advisory FEDORA-2018-ce05750e27' at the command line. For more information, refer to the dnf documentation available at https://dnf.readthedocs.io/en/latest/command_ref.html All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/security/ package-announce mailing list -- package-announce@lists.fedoraproject.org To unsubscribe send an email to package-announce-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QOSY2OKFX3NADBFR3KPKHDR37DPCQWOV/

Change Log

References

Update Instructions

Severity
Product : Fedora 27
Version : 4.0.10
Release : 1.fc27
URL : https://redis.io/
Summary : A persistent key-value database

Related News