287327 Commits

Author SHA1 Message Date
Luke Granger-Brown
152fa5414c
Merge pull request #120209 from considerate/considerate/multiple-tags-buildkite-agents
services.buildkite-agents: support multi-tags
2021-05-01 19:07:56 +01:00
Alyssa Ross
049efb9171 xen: fix build with GCC 10
Fixes: https://github.com/NixOS/nixpkgs/issues/108479
2021-05-01 11:06:41 -07:00
Luke Granger-Brown
f667c13b66 clevis: fix TPM2 encrypt/decrypt
This also fixes using the "clevis" entrypoint binary without making sure
that all the other tooling is in the PATH.
2021-05-01 18:04:41 +00:00
Jan Tojnar
1818ef1785 cloudsmith-cli: init at 0.26.0 2021-05-01 10:53:14 -07:00
Jan Tojnar
d26d771381 python3.pkgs.click-configfile: init at 0.2.3 2021-05-01 10:53:14 -07:00
Jan Tojnar
0d55d38b41 python3.pkgs.click-spinner: init at 0.1.10 2021-05-01 10:53:14 -07:00
Jan Tojnar
af688cc00e python3.pkgs.cloudsmith-api: init at 0.54.15 2021-05-01 10:53:14 -07:00
Luke Granger-Brown
48152d32cc
Merge pull request #120166 from r-ryantm/auto-update/clevis
clevis: 16 -> 18
2021-05-01 18:48:58 +01:00
Martin Weinelt
a2d1d16af8
nixos/mosquitto: Migrate away from bind_address/port config keys
Fixes these two deprecation warnings, by moving away from these options
towards a simple listener configuration.

> The 'bind_address' option is now deprecated and will be removed in a future version. The behaviour will default to true.
> The 'port' option is now deprecated and will be removed in a future version. Please use 'listener' instead.

Fixes: #120860
2021-05-01 19:46:48 +02:00
Martin Weinelt
33e867620e
nixos/mosquitto: harden systemd unit
It can still network, it can only access the ssl related files if ssl is
enabled.

✗ PrivateNetwork=                                             Service has access to the host's network                                            0.5
✗ RestrictAddressFamilies=~AF_(INET|INET6)                    Service may allocate Internet sockets                                               0.3
✗ DeviceAllow=                                                Service has a device ACL with some special devices                                  0.1
✗ IPAddressDeny=                                              Service does not define an IP address allow list                                    0.2
✗ RootDirectory=/RootImage=                                   Service runs within the host's root directory                                       0.1
✗ RestrictAddressFamilies=~AF_UNIX                            Service may allocate local sockets                                                  0.1

→ Overall exposure level for mosquitto.service: 1.1 OK 🙂
2021-05-01 19:46:48 +02:00
fortuneteller2k
b63002b223 papirus-icon-theme: 20210401 -> 20210501 2021-05-02 01:42:47 +08:00
Luke Granger-Brown
6aec5a24a4
Merge pull request #120176 from r-ryantm/auto-update/doppler
doppler: 3.23.2 -> 3.24.3
2021-05-01 18:41:29 +01:00
Luke Granger-Brown
291fd0ee7e doppler: 3.24.1 -> 3.24.3 2021-05-01 17:40:21 +00:00
Luke Granger-Brown
3dc446c835
Merge pull request #120185 from r-ryantm/auto-update/fluent-bit
fluent-bit: 1.7.3 -> 1.7.4
2021-05-01 18:34:49 +01:00
Luke Granger-Brown
e276940ac0
Merge pull request #120189 from r-ryantm/auto-update/geoipupdate
geoipupdate: 4.6.0 -> 4.7.1
2021-05-01 18:30:29 +01:00
Luke Granger-Brown
3e473120d9
Merge pull request #120153 from r-ryantm/auto-update/buildkite-agent
buildkite-agent: 3.28.1 -> 3.29.0
2021-05-01 18:23:18 +01:00
Luke Granger-Brown
b6c96f42ed
Merge pull request #120600 from dotlambda/openshot-ffmpeg
libsForQt5.libopenshot: use ffmpeg instead of ffmpeg_3
2021-05-01 18:18:45 +01:00
Dmitry Kalinkin
c846fa1674
xfitter: fix for darwin
Fixes: 8984fc29 ('xfitter: fix build w/glibc-2.32')
2021-05-01 13:15:06 -04:00
Riey
64042dc2c6
kime: 2.5.2 -> 2.5.3 2021-05-02 01:58:06 +09:00
Milan Pässler
d05202ea7c
Revert "firefox-esr: use latest Rust"
This reverts commit 903e23ad362ed19e95eaf7765af719db551dfbbe.

It caused segfaults when playing media:
https://github.com/NixOS/nixpkgs/issues/121408
2021-05-01 18:47:29 +02:00
Sandro
4b2c9640e7
Merge pull request #120613 from erikbackman/master 2021-05-01 18:42:40 +02:00
Jan Tojnar
1733bade1a
Merge pull request #121226 from zhaofengli/librem-take2
phosh: init at 0.10.2
2021-05-01 18:41:50 +02:00
Brandon Wright
8776e9a6ed
Revert "river: refactor" 2021-05-01 17:18:33 +01:00
Graham Christensen
17af7a98d2
Merge pull request #121159 from ymatsiuk/fluxcd
fluxcd: 0.12.0 -> 0.13.2
2021-05-01 12:03:07 -04:00
Git Machete Release Bot
ed3439be2f gitAndTools.git-machete: 3.1.0 -> 3.1.1
###### Motivation for this change
Update to latest upstream version

###### Things done
 * [ ]  Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) on non-NixOS linux)
 * Built on platform(s)

   * [x]  NixOS
   * [ ]  macOS
   * [ ]  other Linux distributions
 * [ ]  Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
 * [ ]  Tested compilation of all pkgs that depend on this change using `nix-shell -p nix-review --run "nix-review wip"`
 * [x]  Tested execution of all binary files (usually in `./result/bin/`)
 * [ ]  Determined the impact on package closure size (by running `nix path-info -S` before and after)
 * [ ]  Ensured that relevant documentation is up to date
 * [x]  Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).
2021-05-01 15:46:24 +00:00
Robert Schütz
ddf0468506 google-drive-ocamlfuse: 0.7.22 -> 0.7.26 2021-05-01 17:45:34 +02:00
Sandro
8efeed72fb
Merge pull request #120627 from MetaDark/yabridge
yabridge, yabridgectl: hard code wine path
2021-05-01 17:35:03 +02:00
Sandro
e9547b6a31
Merge pull request #120733 from evalexpr/add-zsh-z 2021-05-01 17:33:07 +02:00
Lennart Spitzner
8c70a1a989
lib: fix documented type of fixedWidthString (#121396) 2021-05-01 17:29:00 +02:00
Ilan Joselevich
d77daaf10b
virt-manager: 3.1.0 -> 3.2.0 (#120279)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-01 16:22:14 +01:00
Robert Schütz
6ba83717fe libsForQt5.qtwebengine: always use system ffmpeg 2021-05-01 16:10:26 +02:00
Luke Granger-Brown
be598f3980
Merge pull request #120541 from pennae/fail2ban
nixos/fail2ban: add maxretry/extraPackages options
2021-05-01 15:09:24 +01:00
R. RyanTM
3b18aacd1f facter: 3.14.16 -> 3.14.17 2021-05-01 14:03:04 +00:00
davidak
20935f3e29
Merge pull request #95225 from ZerataX/mangohud
mangohud: init at 0.4.1
2021-05-01 15:24:28 +02:00
davidak
6dab4db428
Merge pull request #119668 from davidak/ocenaudio
ocenaudio: 3.10.2 -> 3.10.6
2021-05-01 15:18:54 +02:00
Luke Granger-Brown
1e9f225a7a
Merge pull request #120633 from r-ryantm/auto-update/android-udev-rules
android-udev-rules: 20210302 -> 20210425
2021-05-01 13:57:27 +01:00
Luke Granger-Brown
55b33802be
Merge pull request #120647 from r-ryantm/auto-update/conky
conky: 1.12.1 -> 1.12.2
2021-05-01 13:53:50 +01:00
Sandro
ac72d9acfe
Merge pull request #91955 from c00w/expand
sd-image: Add option to control sd image expansion on boot.
2021-05-01 14:52:07 +02:00
Luke Granger-Brown
2bf2252d6a libsForQt5.libopenshot: tidy up nixpkgs-hammering comments
* Remove now-unused dependency from arguments
* Move swig to nativeBuildInputs
* Add comment to fetchpatch
2021-05-01 12:51:46 +00:00
Sandro
783f5cd8bc
Merge pull request #107940 from c00w/credhub
credhub-cli: fix build under go1.15
2021-05-01 14:51:04 +02:00
Luke Granger-Brown
d76b075e3c
Merge pull request #121246 from thblt/master
nixos/pcscd: ensure polkit rules are loaded (fix #121121)
2021-05-01 13:30:45 +01:00
Alyssa Ross
c49a518f9f qemu: 5.2.0 -> 6.0.0; adopt; broaden platforms
Tested building qemu_kvm, qemu_full, and qemu_test on x86_64-linux.
Also tested booting a VM generated with nixos-rebuild build-vm.

I wasn't able to test building pkgsMusl.qemu_kvm, because of many
build failures in dependencies.
2021-05-01 11:31:02 +00:00
Fabian Affolter
76c3a0677e
Merge pull request #121316 from r-ryantm/auto-update/macchina
macchina: 0.6.9 -> 0.7.2
2021-05-01 13:04:56 +02:00
Martin Weinelt
468c34be50
Merge pull request #121367 from LeSuisse/postgresql_jdbc-42.2.20
postgresql_jdbc: 42.2.5 -> 42.2.20
2021-05-01 12:28:11 +02:00
Daniël de Kok
9faac78ede
Merge pull request #119778 from danieldk/cudnn-8.1.1
cudnn_cudatoolkit_11_0: 8.1.0 -> 8.1.1
2021-05-01 11:52:37 +02:00
Daniël de Kok
f5c9166536 _1password-gui: 8.0.30 -> 8.0.33-53.BETA
Also modify the update script to work again.

Note that prior versions were also part of the Linux beta. So, the use
of BETA in the version does not mean that this update switch from a
stable version to a beta version.
2021-05-01 11:11:43 +02:00
Thomas Gerbet
f392ff23cc burpsuite: 2020.12.1 -> 2021.4.2
Fixes the build, solves CVE-2021-29416 and pull the latest version.
https://portswigger.net/burp/releases/professional-community-2021-4-2
2021-05-01 11:10:39 +02:00
Robert Schütz
ada3e19b7a
prs: 0.2.10 -> 0.2.11 (#121314)
https://gitlab.com/timvisee/prs/-/blob/v0.2.11/CHANGELOG.md#0211-2021-04-30
2021-05-01 11:01:38 +02:00
Daniël de Kok
ad09957566 _1password-gui: use the upstream tarball rather than AppImage
AgileBits now provides tarballs of 1Password for Linux, which is more
convenient for us than AppImages.

Also include the browser support and keyring helper programs.

Thanks to Savanni D'Gerinel for providing many of the changes made in
this PR.
2021-05-01 10:55:59 +02:00
Michael Raskin
fee25b20d6
Merge pull request #121372 from r-ryantm/auto-update/cgal
cgal_5: 5.2 -> 5.2.1
2021-05-01 08:53:24 +00:00