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 file
Patch File delta Description
debian/add_jtoaster_source_to_zooinspector | (download)

src/contrib/zooinspector/README.jtoaster | 29 29 + 0 - 0 !
src/contrib/zooinspector/src/java/com/nitido/utils/toaster/Toaster.java | 525 525 + 0 - 0 !
2 files changed, 554 insertions(+)

---
debian/patch build system | (download)

build.xml | 44 13 + 31 - 0 !
src/contrib/bookkeeper/build.xml | 2 1 + 1 - 0 !
src/contrib/build-contrib.xml | 31 7 + 24 - 0 !
src/contrib/zooinspector/build.xml | 5 2 + 3 - 0 !
4 files changed, 23 insertions(+), 59 deletions(-)

 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 !
1 file changed, 1 insertion(+), 10 deletions(-)

 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 !
1 file changed, 1 insertion(+), 5 deletions(-)

---
fixes/ZOOKEEPER 1033 | (download)

src/c/configure.ac | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 !
1 file changed, 8 insertions(+)

 use __sync primitives for better cross platform support when 
 compiling with gcc.
fixes/ZOOKEEPER 1403 | (download)

bin/zkCli.sh | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 !
1 file changed, 1 insertion(+)

---
fixes/ZOOKEEPER 1431 | (download)

src/contrib/zkpython/src/c/zookeeper.c | 10 8 + 2 - 0 !
1 file changed, 8 insertions(+), 2 deletions(-)

 fix up memory leak for large results set in zk
 python bindings.