The incorrect assumption in zmalloc_usable_size() was corrected upstream,
so we can get rid of the local patch. Add a new patch for a long long
time_t format string, with a tweak from jca.
ok danj
Changelog: https://github.com/redis/redis/blob/6.0.9/00-RELEASENOTES
The configure script would detect sqlite2 if installed and build
an unused library based on it. On amd64 this went unnoticed, on
aarch64 it broke due to invalid va_list handling.
With missing TEST_DEPENDS on p5-Test-Deep from me
From wen heping <wenheping2000 () hotmail ! com>
looks ok Abel Abraham Camarillo Ojeda <acamari () verlet ! org> (MAINTAINER)
ok rsadowski
Upgrade urgency HIGH: Anyone who's using Redis 6.0.7 with Sentinel or
CONFIG REWRITE command is affected and should upgrade ASAP, see #7760.
[https://github.com/redis/redis/issues/7760]
Bug fixes:
* CONFIG REWRITE after setting oom-score-adj-values either via CONFIG SET or
loading it from a config file, will generate a corrupt config file that will
cause Redis to fail to start
* Fix issue with redis-cli --pipe on MacOS
* Fix RESP3 response for HKEYS/HVALS on non-existing key
* Various small bug fixes
Full release notes:
https://github.com/redis/redis/blob/6.0.8/00-RELEASENOTES
Upgrade urgency for both 6.0.6 and 6.0.7 is MODERATE, see changelog for
details. Notably, the fix for the sentinel crash was merged upstream.
https://raw.githubusercontent.com/antirez/redis/6.0/00-RELEASENOTES
There is another test that occasionally fails since 6.0.6:
[err]: Piping raw protocol in tests/integration/redis-cli.tcl
Tested on amd64 and macppc, build tested with clang and egcc on sparc64.
Thanks to danj for testing and okaying 6.0.6.
ok sthen
SQL::Abstract::Classic was inspired by the excellent DBIx::Abstract. However, in
using that module I found that what I really wanted to do was generate SQL, but
still retain complete control over my statement handles and use the DBI
interface. So, I set out to create an abstract SQL generation module.
While based on the concepts used by DBIx::Abstract, there are several important
differences, especially when it comes to WHERE clauses. I have modified the
concepts used to make the SQL easier to generate from Perl data structures and,
IMO, more intuitive. The underlying idea is for this module to do what you mean,
based on the data structures you provide it. The big advantage is that you don't
have to modify your code every time your data changes, as this module figures it
out.
From MAINTAINER wen heping <wenheping2000 () hotmail ! com>
OK benoit@
add BDEP on xmlto, it's used if present (detection is done in a Makefile
just before it's run, but seems xmlto takes long enough to run that
kmos@ ran into a problem with dpb junking)
from Matthias Pitzl; OK afresh1
Comment:
Perl extension for access to cdb databases
Description:
CDB_File is a module which provides a Perl interface to Dan Bernstein's
cdb package.