Dear List,
There is a new Mod-Gearman version available for download at
http://mod-gearman.org/download.html
Since i never announced the 5.x release yet, here is a summary of notable changes.
Biggest change in 5.x is the switch to openssl backend for all crypto related functions. Another
performance improvement is an internal check_dummy implementation. So if the NEB module
sees a .../check_dummy plugin command line, it tries to internally create a reply from that instead
of sending this command to a worker.
(btw, the mod-gearman-go worker does this as well since last release and comes with an internal
check_nsc_web, negate and check_dummy implementation)
Changelog:
5.1.2 Thu Jun 29 11:02:35 CEST 2023
- neb: add internal check_dummy
- change pid file location to /run in packages
5.1.1 Wed Jun 21 14:57:30 CEST 2023
- neb: fix gearmand memory leak (#167)
- gearman_top: fix extracting gearmand version
- fix base64 decode errors if source contains newlines
5.1.0 Wed Mar 8 08:24:27 CET 2023
- reopen logfile after core rotation
- add latency_flatten_window option
5.0.2 Sun Feb 5 19:05:17 CET 2023
- fix crash when using multiple result worker in neb module
5.0.1 Fri Jan 27 16:21:36 CET 2023
- fix accepting passive plaintext results
5.0.1 Fri Jan 27 16:21:36 CET 2023
- fix memory corruption during decryption
5.0.0 Wed Jan 11 11:49:36 CET 2023
- switch to openssl for all aes/base64 and digest functions
The Labs Repository has just been updated:
->
https://labs.consol.de/repo/stable/
Packages are available here:
->
https://build.opensuse.org/repositories/home:naemon
Please report bugs on this list or on github.
Thanks for using Mod-Gearman,
Sven