Package: zookeeper / 3.3.5+dfsg1-2
Metadata
Package | Version | Patches format |
---|---|---|
zookeeper | 3.3.5+dfsg1-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
debian/add_jtoaster_source_to_zooinspector | (download) |
src/contrib/zooinspector/README.jtoaster |
29 29 + 0 - 0 ! |
--- |
debian/patch build system | (download) |
build.xml |
44 13 + 31 - 0 ! |
patches to upstream build system to disable use of ivy, use jar files from /usr/share/java and enable the relevant bits of the test suite for execution during build. |
debian/disable cygwin detection | (download) |
bin/zkServer.sh |
11 1 + 10 - 0 ! |
disable detection of cygwin under debian installs as this is not compatible with the way the environment is managed through alternatives. . TODO - review alongside use of alternatives for managing configuration. |
fixes/ZOOKEEPER 705 | (download) |
src/c/src/mt_adaptor.c |
6 1 + 5 - 0 ! |
--- |
fixes/ZOOKEEPER 1033 | (download) |
src/c/configure.ac |
2 1 + 1 - 0 ! |
patch for 3.4.0 adapated for 3.3.3 to ensure that header files are installed to /usr/include/zookeeper instead of /usr/include/c-client-src |
fixes/ZOOKEEPER 1374 | (download) |
src/c/tests/ThreadingUtil.cc |
8 8 + 0 - 0 ! |
use __sync primitives for better cross platform support when compiling with gcc. |
fixes/ZOOKEEPER 1403 | (download) |
bin/zkCli.sh |
2 1 + 1 - 0 ! |
ensure that parameters to zkcli.sh are correctly passed to the supporting Java code. |
ftbfs gcc 4.7.diff | (download) |
src/contrib/zktreeutil/src/ZkAdaptor.cc |
1 1 + 0 - 0 ! |
--- |
fixes/ZOOKEEPER 1431 | (download) |
src/contrib/zkpython/src/c/zookeeper.c |
10 8 + 2 - 0 ! |
fix up memory leak for large results set in zk python bindings. |