package/redis: security bump to v8.0.2
Among other things, this fixes the following CVE:
- CVE-2025-27151: redis-check-aof may lead to stack overflow and potential RCE
see https://www.cve.org/CVERecord?id=CVE-2025-27151
The license hash changed, because Redis 8.0.0 mistakenly included the text
of the GPLv3 instead of the AGPLv3, which has been fixed in 8.0.1
See the full changelog here:
https://github.com/redis/redis/blob/8.0.2/00-RELEASENOTES
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>