New try with minimal changes to get 1.0.18 version with SSL support.
- Update to version 1.0.18
- Bugfixes
* HTTP protocol bug fix
* configure.sh accepts -o flag
* Build and test cleanly on OS X with latest xcode
* Redis fixed for items larger than 64 bytes #129
* Various memcached plugin bugfixes
* Shellcheck passes for bootstrap.sh
* Fixes to HTTP protocol plugin and background jobs
* Redis queue plugin refactored
* TCP Keepalive settings are properly respected
* Various fixes for stricter C++11 compilation
* Changed from CYaSSL to WolfSSL
* Various fixes to memcached queue plugin
* 2016-12-26 Fix specfile for renamed README
* 2016-12-26 Update readme md (#66)
* 2016-12-14 remove gearmand text command shutdown (#40)
* 2016-12-14 Added "prioritystatus" command to display queued jobs
broken down by priority.
* 2016-11-22 bug fixing: instead of undefined
* 2016-11-22 bsd portable shebang
* 2016-11-19 Ignore tarballs built as a result of 'make dist'
* This includes significant fixes for the redis queue backend,
and various minor bug fixes. See changelog in tarballs for details.
OBS-URL: https://build.opensuse.org/request/show/637659
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/gearmand?expand=0&rev=19
+ strlen() of zero on name passed for instance did not result in a
connection to localhost (which the php driver thought would happen).
+ Fix regression in log not updating time on all platforms.
+ Fix issue where pecl php wasn't passing a null string to get
default host
+ Fix for log_fn
+ Added --coredump flag to gearmand
+ Removed result type enum, since the structure is never exposed
to the user this was of limited use.
+ Assorted bug fixes.
- removed upstreamed gearmand-enable_listen_directive.patch
- removed gearmand-add_braces.patch handled upstream
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/gearmand?expand=0&rev=14
(please refer to /usr/share/doc/packages/gearmand/ChangeLog)
- splitted the package into pieces:
+ libgearman7 (pure library package)
+ gearmand-server (basic server package)
+ gearmand-server-{mysql,postgresql,sqlite3} containing the
server binaries with their dependencies to the databases.
Using update-alternatives to move the "right" binary into
/usr/sbin/gearmand during init
+ gearmand-tools containing cmdline tools for management of the
server (can be installed on a separate machine)
+ gearmand-doc containing developer documentation
+ gearmand-devel containing header files
- added gearmand-add_braces.patch
- removed startproc from init-script
- moved pidfile into own directory that gearmand-user can create it
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/gearmand?expand=0&rev=6