zookeeper 3.9.2-1 source package in Ubuntu

Changelog

zookeeper (3.9.2-1) unstable; urgency=medium

  * Team upload
  * New upstream version 3.9.2
  * Bug fix: CVE-2024-23944 (Closes: #1066947):
    An information disclosure in persistent watchers handling was found in
    Apache ZooKeeper due to missing ACL check.  It allows an attacker to
    monitor child znodes by attaching a persistent watcher (addWatch
    command) to a parent which the attacker has already access
    to. ZooKeeper server doesn't do ACL check when the persistent watcher
    is triggered and as a consequence, the full path of znodes that a
    watch event gets triggered upon is exposed to the owner of the
    watcher. It's important to note that only the path is exposed by this
    vulnerability, not the data of znode, but since znode path can contain
    sensitive information like user name or login ID, this issue is
    potentially critical.
  * Let sysvinit init script depend on networking (Closes: #1025042)
  * Add salsa CI
  * Refresh patches

 -- Bastien Roucariès <email address hidden>  Sun, 24 Mar 2024 21:19:51 +0000

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
any all
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
zookeeper_3.9.2-1.dsc 3.7 KiB 78cba7d05dec290e24b74f7349491232fedb585ae264185610bd6e4d703cb582
zookeeper_3.9.2.orig.tar.gz 4.5 MiB bbdea19a91d11bc55071fdd7c83109afb6ee791a7b0733fde0baaa44029cbd77
zookeeper_3.9.2.orig.tar.gz.asc 833 bytes 91572bf432f38cf5c4eb4570a79cbc9809963f961f1d6278360e86d3ae4c32e0
zookeeper_3.9.2-1.debian.tar.xz 88.6 KiB 2d53d059e8a36d510c57d9c54c6b093b0f7e6b015e4fce4878f701b7883279b0

No changes file available.

Binary packages built by this source

libzookeeper-java: Core Java libraries for zookeeper

 ZooKeeper is a centralized, reliable, service for maintaining configuration
 information, naming, providing distributed synchronization, and group
 services. All of these kinds of services are used in some form or another by
 distributed applications.
 .
 This package contains the java .jar files.

libzookeeper-java-doc: API Documentation for zookeeper

 ZooKeeper is a centralized, reliable, service for maintaining configuration
 information, naming, providing distributed synchronization, and group
 services. All of these kinds of services are used in some form or another by
 distributed applications.

libzookeeper-mt-dev: Development files for multi threaded zookeeper C bindings

 ZooKeeper is a centralized, reliable, service for maintaining configuration
 information, naming, providing distributed synchronization, and group
 services. All of these kinds of services are used in some form or another by
 distributed applications.
 .
 This package contains the development files for the multi threaded C bindings.

libzookeeper-mt2: Multi threaded C bindings for zookeeper

 ZooKeeper is a centralized, reliable, service for maintaining configuration
 information, naming, providing distributed synchronization, and group
 services. All of these kinds of services are used in some form or another by
 distributed applications.
 .
 This package contains the multi-threaded libraries for the C bindings.

libzookeeper-mt2-dbgsym: debug symbols for libzookeeper-mt2
libzookeeper-st-dev: Development files for single threaded zookeeper C bindings

 ZooKeeper is a centralized, reliable, service for maintaining configuration
 information, naming, providing distributed synchronization, and group
 services. All of these kinds of services are used in some form or another by
 distributed applications.
 .
 This package contains the development files for the single threaded C bindings.

libzookeeper-st2: Single threaded C bindings for zookeeper

 ZooKeeper is a centralized, reliable, service for maintaining configuration
 information, naming, providing distributed synchronization, and group
 services. All of these kinds of services are used in some form or another by
 distributed applications.
 .
 This package contains the single-threaded libraries for the C bindings.

libzookeeper-st2-dbgsym: debug symbols for libzookeeper-st2
python3-zookeeper: Python bindings for zookeeper

 ZooKeeper is a centralized, reliable, service for maintaining configuration
 information, naming, providing distributed synchronization, and group
 services. All of these kinds of services are used in some form or another by
 distributed applications.
 .
 This package contains the Python bindings.

python3-zookeeper-dbgsym: debug symbols for python3-zookeeper
zookeeper: High-performance coordination service for distributed applications

 ZooKeeper is a centralized, reliable, service for maintaining configuration
 information, naming, providing distributed synchronization, and group
 services. All of these kinds of services are used in some form or another by
 distributed applications.
 .
 This package contains the shell scripts and an example configuration but does
 not automatically start up the service. The example configuration is installed
 with the update-alternatives mechanism.

zookeeper-bin: Command line utilities for zookeeper

 ZooKeeper is a centralized, reliable, service for maintaining configuration
 information, naming, providing distributed synchronization, and group
 services. All of these kinds of services are used in some form or another by
 distributed applications.
 .
 This package contains additional zookeeper command line utilities using the C
 binding. See the "zookeeper" package for command line utilities using the java
 binding.

zookeeper-bin-dbgsym: debug symbols for zookeeper-bin
zookeeperd: Init control scripts for zookeeper

 ZooKeeper is a centralized, reliable, service for maintaining configuration
 information, naming, providing distributed synchronization, and group
 services. All of these kinds of services are used in some form or another by
 distributed applications.
 .
 This package contains init.d scripts to start and stop zookeeper and starts
 zookeeper on installation.