Damien Diederen
98236860dc
nixos/zookeeper: adapt to zookeeper 3.6.2
...
This patch:
* Removes an invalid/useless classpath element;
* Removes an unnecessary environment variable;
* Creates the required '/version-2' data subdirectory;
* Redirects audit logging to the "console" (systemd) by default.
2020-12-09 15:46:38 +01:00
Damien Diederen
afc1994f43
zookeeper_mt: 3.4.12 -> 3.6.2
2020-12-09 15:46:38 +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
Damien Diederen
ab845500a0
maintainers: add ztzg
2020-12-09 15:46:37 +01:00
lewo
b5ad791ca3
Merge pull request #106440 from 06kellyjac/open-policy-agent
...
open-policy-agent: 0.25.1 -> 0.25.2
2020-12-09 15:40:46 +01:00
Emery Hemingway
e9158eca70
fetchfirefoxaddon: support for SRI hashes
2020-12-09 15:09:49 +01:00
Martin Weinelt
35d4f19991
Merge pull request #106437 from 0x4A6F/master-routinator
...
routinator: 0.8.1 -> 0.8.2
2020-12-09 13:55:11 +01:00
Eduard-Mihai Burtescu
dfc4b9d107
rustup: 1.22.1 -> 1.23.1
2020-12-09 12:49:11 +00:00
Robert Hensing
48929049d7
Merge pull request #104838 from redvers/update_cassandra_2.1.20_to_2.1.22_cve-2020-13946
...
cassandra_2_1: 2.1.20 -> 2.1.22
2020-12-09 13:21:04 +01:00
Robert Hensing
ed03f1a594
Merge pull request #104840 from redvers/update_cassandra_2.2.14_to_2.2.19_cve-2020-13946
...
cassandra_2_2: 2.2.14 -> 2.2.19
2020-12-09 13:20:34 +01:00
Robert Hensing
f41b7f6153
Merge pull request #104835 from redvers/update_cassandra_3.11.4_3.11.9_cve-2020-13946
...
cassandra: 3.11.4 -> 3.11.9
2020-12-09 13:19:53 +01:00
06kellyjac
b8c49dd5b1
open-policy-agent: 0.25.1 -> 0.25.2
2020-12-09 12:14:35 +00:00
0x4A6F
02b7ec6a94
routinator: 0.8.1 -> 0.8.2
2020-12-09 11:53:39 +00:00
Eduardo Sánchez Muñoz
3d22c964af
milkytracker: install .desktop, .appdata and icon files
...
Fixes https://github.com/NixOS/nixpkgs/issues/106288 .
2020-12-09 12:52:54 +01:00
Aaron Andersen
c32ac64a53
Merge pull request #106432 from freezeboy/remove-amsn
...
amsn: remove application
2020-12-09 06:50:38 -05:00
Maximilian Bosch
917cac4663
matrix-synapse: 1.23.0 -> 1.24.0
...
ChangeLog: https://github.com/matrix-org/synapse/releases/tag/v1.24.0
This release contains two security advisories:
* CVE-2020-26257[1]: possible DDoS in the federation API.
* CVE-2020-1971[2]: to be fixed in #106362[3].
[1] https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-26257
[2] https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1971
[3] https://github.com/NixOS/nixpkgs/pull/106362
2020-12-09 12:30:49 +01:00
Maximilian Bosch
0d5608d9b5
element-web: 1.7.14 -> 1.7.15
...
ChangeLog: https://github.com/vector-im/element-web/releases/tag/v1.7.15
Also had to replace `riot` with `element` in the download URL now as the
artifacts were renamed in this release.
2020-12-09 12:27:03 +01:00
Maximilian Bosch
db6c4b1bec
element-desktop: 1.7.14 -> 1.7.15
...
ChangeLog: https://github.com/vector-im/element-desktop/releases/tag/v1.7.15
2020-12-09 12:26:31 +01:00
Bouke van der Bijl
2facfb8949
swagger-codegen: 2.3.1 -> 2.4.17
2020-12-09 12:17:32 +01:00
stigo
2f26107b80
Merge pull request #106291 from stigtsp/package/perl-http-tiny-cache-init
...
perlPackages.HTTPTinyCache: init at 0.002
2020-12-09 11:42:06 +01:00
Vladimír Čunát
ace04464b6
knot-resolver: 5.2.0 -> 5.2.1
...
https://gitlab.nic.cz/knot/knot-resolver/-/tags/v5.2.1
2020-12-09 11:07:28 +01:00
freezeboy
5bdcc31616
amsn: remove application
2020-12-09 11:04:14 +01:00
Euan Kemp
6eb941d8c4
k3s: propagate runtime dependencies of the k3s binary
...
Fixes #101734
Prior to this change, the k3s binary included a tarball containing
binaries like 'kubectl', but didn't keep a runtime reference to those
runtime dependencies in plaintext (since they were gzipped inside the
single combined k3s binary).
In order for nix's automatic runtime dependency detection to work, we
need to have a reference to them somewhere in $out.
propagatedBuildInputs seems to do the right thing for us here.
Running `nix-store -q --tree /nix/store/path/to/k3s` produces a
different output after this change which includes the `libseccomp`
reference I expect.
2020-12-09 00:08:15 -08:00
Nikolay Korotkiy
d733883fb3
vscode-extensions.redhat.vscode-yaml: 0.5.3 → 0.13.0
2020-12-09 11:07:51 +03:00
R. RyanTM
9651b60c41
kotlin: 1.4.20 -> 1.4.21
2020-12-09 07:57:47 +00:00
Euan Kemp
5ca87dcf73
k3s: 1.19.2+k3s1 -> 1.19.4+k3s2
...
This includes a fix for CVE-2020-15257, as described in the upstream
release notes: https://github.com/k3s-io/k3s/releases/tag/v1.19.4%2Bk3s2
2020-12-08 23:56:50 -08:00
zowoq
d183736d69
kubectl: use installShellFiles
2020-12-09 17:28:26 +10:00
zowoq
563ff4adf9
kubernetes: misc fixes
...
- don't install unnecessary binaries
- remove go-bindata, already vendored by upstream
- use installShellFiles, add kubeadm completion
- require kubeadm/kubectl so installPhase can't be broken
2020-12-09 17:28:26 +10:00
Vincent Laporte
a35e7daa2b
compcert: 3.7 → 3.8
2020-12-09 08:28:04 +01:00
R. RyanTM
23290bd131
python37Packages.azure-mgmt-network: 16.0.0 -> 17.0.0
2020-12-08 23:08:21 -08:00
R. RyanTM
e9ade83e7a
python37Packages.alerta: 8.0.0 -> 8.2.0
2020-12-08 23:07:59 -08:00
Michael Raskin
1a221336c6
Merge pull request #106401 from rmcgibbo/pandas
...
python3Packages.pandas: 1.1.4 -> 1.1.5
2020-12-09 07:07:25 +00:00
R. RyanTM
d3419c984c
python37Packages.cocotb: 1.3.2 -> 1.4.0
2020-12-08 23:05:05 -08:00
R. RyanTM
33e23118f3
python37Packages.aniso8601: 8.0.0 -> 8.1.0
2020-12-08 23:04:54 -08:00
R. RyanTM
337c3d77ca
python37Packages.dependency-injector: 4.5.1 -> 4.5.3
2020-12-08 23:04:03 -08:00
R. RyanTM
c13d8fda05
python37Packages.azure-batch: 9.0.0 -> 10.0.0
2020-12-08 23:03:38 -08:00
Ben Wolsieffer
16666a7177
pythonPackages.pypugjs: 5.9.7 -> 5.9.8
2020-12-09 01:17:16 -05:00
R. RyanTM
289ef7f56f
python37Packages.azure-mgmt-cdn: 5.1.0 -> 5.2.0
2020-12-08 21:35:17 -08:00
Johannes
40a7c98c1c
mycli: fix build with sqlparse 0.4.x ( #106334 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-12-09 06:00:55 +01:00
Ryan Burns
fb0f4a282d
http-getter: unstable-2018-06-06 -> unstable-2020-12-08
...
Fixes build on darwin. No functional changes.
2020-12-08 21:00:36 -08:00
Tom Manner
872cb2fc23
rapidcheck: refactor postInstall
to install all extras ( #106376 )
...
Co-authored-by: Tom Manner <tsmanner@us.ibm.com>
2020-12-09 05:51:33 +01:00
Sandro
a3289a62c4
Merge pull request #101468 from alirezameskin/master
2020-12-09 05:45:46 +01:00
Ryan Mulligan
bc7013c373
Merge pull request #105986 from jtojnar/staging-workflow-diagram
...
doc: Add staging workflow diagram
2020-12-08 20:34:09 -08:00
R. RyanTM
d028eb3cf7
gnome3.gnome-chess: 3.38.0 -> 3.38.1
2020-12-09 05:30:07 +01:00
Jan Tojnar
ba11a96653
doc: Add staging workflow diagram
2020-12-09 05:26:55 +01:00
Jan Tojnar
9a31966f14
pandoc-lua-filters: init at 2020-11-30
2020-12-09 05:26:55 +01:00
Mario Rodas
90a854f741
Merge pull request #106410 from r-ryantm/auto-update/imagemagick
...
imagemagick7: 7.0.10-35 -> 7.0.10-46
2020-12-08 22:48:28 -05:00
figsoda
cb5a2037c2
color-highlight: init at 2.3.0
2020-12-08 22:34:09 -05:00
Sandro
d275ac8aa4
Merge pull request #104910 from vdemeester/add-krew
...
krew: init at 0.4.0
2020-12-09 04:30:29 +01:00
Ben Wolsieffer
ec7838747c
buildbot: 2.9.1 -> 2.9.2
2020-12-08 22:16:52 -05:00