Commit Graph

32 Commits

Author SHA1 Message Date
Thomas Gerbet
47e270edf1 zookeeper: 3.7.2 -> 3.9.2
Fixes CVE-2024-23944
https://www.openwall.com/lists/oss-security/2024/03/14/2

Release notes:
https://zookeeper.apache.org/doc/r3.9.2/releasenotes.html
https://zookeeper.apache.org/doc/r3.8.0/releasenotes.html
2024-03-22 00:37:06 +01:00
Damien Diederen
b9206dd746 zookeeper: 3.7.1 -> 3.7.2
Security release for CVE-2023-44981:

https://zookeeper.apache.org/security.html#CVE-2023-44981

Also fixes CVE-2021-37533, CVE-2022-2048, CVE-2022-41915,
CVE-2022-42003, CVE-2022-42004, CVE-2023-36479, CVE-2023-40167,
CVE-2023-41900, CVE-2023-43642, and CVE-2023-4586 in bundled
dependencies.

Release notes:

https://zookeeper.apache.org/doc/r3.7.2/releasenotes.html
2023-10-19 12:31:59 +02:00
Anderson Torres
a9d73dea16 treewide: remove cstrahan from meta.maintainers - part 2
19 files modified with this removal
2023-10-04 22:20:58 -03:00
nicoo
fab52fca51 treewide: sha512 → hash 2023-09-22 18:37:42 +02:00
Teo Camarasu
88f4f0f375 zookeeper: 3.6.3 -> 3.7.1
3.6 reached EOL in Decemeber 2022.
Release notes: <https://zookeeper.apache.org/doc/r3.7.1/releasenotes.html>
2023-04-14 16:33:32 +01:00
Xiami
4978685d9e
zookeeper: Expose jre for nixos modules 2022-04-19 18:55:51 +08:00
Robert Hensing
7a30dd25fc zookeeper: Add tests.nixos 2021-11-17 16:11:08 +01:00
Sarah Brofeldt
555ebb077e zookeeper: jdk8 -> jdk11_headless
Put the specific version in the zookeeper derivation to try and stay in
line with requisite versions as per zookeeper admin docs
2021-11-17 14:00:53 +01:00
Felix Buehler
8432f6de9c zookeeper: remove phases 2021-07-22 22:19:51 +02:00
Thomas Gerbet
8495758f16 zookeeper: 3.6.2 -> 3.6.3
Fixes CVE-2020-25649, CVE-2021-21295, CVE-2021-28165 and CVE-2021-21409.

https://zookeeper.apache.org/doc/r3.6.3/releasenotes.html
2021-04-24 13:31:43 +02:00
Ben Siraphob
e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Damien Diederen
f77d01ffc5 zookeeper: 3.4.12 -> 3.6.2
A big jump, but the structure hasn't changed much.

This recipe is still based on a binary release provided by upstream.

(It might be interesting to start doing our own builds at some point,
to split client from server, and/or to create packages for removed
"contribs" such as 'zooInspector'.  Upstream intends to further slim
down its release tarballs as most deployments only need specific assets.)
2020-12-09 15:46:38 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Philipp Hausmann
83a341aece zookeeper: Fix wrong paths in startup script 2019-10-17 02:59:10 -07:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
R. RyanTM
68fdd6422b zookeeper: 3.4.12 -> 3.4.13
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/zookeeper/versions.
2018-08-07 20:39:57 -07:00
Jaka Hudoklin
ce32952d15 zookeeper: patch shebangs in output scripts 2018-07-07 11:34:06 +02:00
Jaka Hudoklin
6e9c7f0ad5 zookeeper: wrap zkServer.sh command 2018-07-07 11:34:04 +02:00
R. RyanTM
f1c57f4879 zookeeper: 3.4.11 -> 3.4.12
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/zookeeper/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/g0fmbsp2n6sgh4fa9k6w2m3ndq9vhcxl-zookeeper-3.4.12/bin/zkServer.sh -h’ got 0 exit code
- ran ‘/nix/store/g0fmbsp2n6sgh4fa9k6w2m3ndq9vhcxl-zookeeper-3.4.12/bin/zkServer.sh --help’ got 0 exit code
- ran ‘/nix/store/g0fmbsp2n6sgh4fa9k6w2m3ndq9vhcxl-zookeeper-3.4.12/bin/zkServer.sh help’ got 0 exit code
- ran ‘/nix/store/g0fmbsp2n6sgh4fa9k6w2m3ndq9vhcxl-zookeeper-3.4.12/bin/zkCli.sh help’ got 0 exit code
- found 3.4.12 with grep in /nix/store/g0fmbsp2n6sgh4fa9k6w2m3ndq9vhcxl-zookeeper-3.4.12
- directory tree listing: https://gist.github.com/9a91124b15dbb7aa6469746b3edb67a9
2018-05-02 21:41:19 +02:00
volth
ae24c812e9
zookeeper: 3.4.10 -> 3.4.11 2017-12-22 13:29:04 +00:00
Tim Steinbach
39b5cd5f6d Merge pull request #28023 from volth/zookeeper-3.4.10
zookeeper: 3.4.9 -> 3.4.10
2017-08-08 07:20:22 -04:00
Volth
50d165c785 zookeeper: 3.4.9 -> 3.4.10 2017-08-08 01:38:33 +00:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Joel Thompson
4b42fc4b8a exhibitor: init at 3.4.9
Initial Exhibitor nix package and nixos module for Netflix's Exhibitor,
which is a manager for Apache Zookeeper.
2017-07-21 09:45:37 -04:00
Robin Gloster
5dde5ded09
zkfuse: remove applied patch 2017-02-27 12:38:58 +01:00
Pradeep Chhetri
a8b6988466
zookeeper: 3.4.6 -> 3.4.9 2017-01-29 15:43:16 +01:00
Charles Strahan
e28e3d5763 zookeeper: include zooInspector.sh
ZooInspector is a Swing based GUI for interacting with Zookeeper.
2016-04-27 23:51:59 -04:00
Charles Strahan
87b9c4a6b6 zookeeper: replace tabs with spaces 2016-04-27 20:17:01 -04:00
Eelco Dolstra
6f8fad2253 Remove executable bits from non-executable files 2015-01-27 18:54:38 +01:00
Nathan Bijnens
ac90177cb1 Zookeeper 2014-08-27 13:01:30 +02:00