Commit graph

349866 commits

Author SHA1 Message Date
Bernardo Meurer
fe55576eea
Merge pull request #156997 from TredwellGit/linux
Kernels 2022-01-27
2022-01-27 09:52:03 -08:00
ajs124
47a2176ec8
Merge pull request #156998 from mweinelt/smartctl-exporter-fixups
prometheus.exporters.smartctl: fixes
2022-01-27 18:49:49 +01:00
Martin Weinelt
3a4bed480a
Merge pull request #156937 from mweinelt/firefox 2022-01-27 18:41:56 +01:00
Bernardo Meurer
5f9b470ff0
Merge pull request #154809 from helsinki-systems/feat/stc-proper-unit-file-parser
nixos/switch-to-configuration: Proper unit file parser and clean/fix lower part of the script
2022-01-27 09:35:34 -08:00
Jan Tojnar
46c427535a scribusUnstable: fix build with latest poppler
Poppler 22.01.0 requires std=c++17:

https://gitlab.freedesktop.org/poppler/poppler/-/merge_requests/1027

It will be enforced in next release:

0b1abeff08
2022-01-27 18:07:23 +01:00
Jan Tojnar
d8bcc674c4 gdal: fix build with latest poppler
Poppler 22.01.0 requires std=c++17:

https://gitlab.freedesktop.org/poppler/poppler/-/merge_requests/1027
2022-01-27 18:07:23 +01:00
Aaron Andersen
3cafa47a66
Merge pull request #157019 from dali99/fix-mx-puppet-discord-module
nixos/mx-puppet-discord: Change systemd unit description to avoid new…
2022-01-27 12:02:59 -05:00
maralorn
037eb0a617
Merge pull request #156491 from NixOS/haskell-updates
haskellPackages: update stackage and hackage
2022-01-27 18:01:42 +01:00
Aaron Andersen
a18bad9ba3 kodi.packages.controller-topology-project: init at unstable-2022-01-22 2022-01-27 11:56:46 -05:00
Jan Tojnar
c4b9851332 inkscape: fix build with Poppler 21.11.0 2022-01-27 17:49:12 +01:00
Jan Tojnar
490b9b0fa0 poppler-data: clean up
https://lists.freedesktop.org/archives/poppler/2021-September/014871.html
2022-01-27 17:49:12 +01:00
R. Ryantm
8e7c58dc44 poppler: 21.06.1 → 22.01.0
- https://lists.freedesktop.org/archives/poppler/2021-July/014803.html
- https://lists.freedesktop.org/archives/poppler/2021-August/014836.html
- https://lists.freedesktop.org/archives/poppler/2021-September/014870.html
- https://lists.freedesktop.org/archives/poppler/2021-October/014910.html
- https://lists.freedesktop.org/archives/poppler/2021-November/014954.html
- https://lists.freedesktop.org/archives/poppler/2021-December/014991.html
- https://lists.freedesktop.org/archives/poppler/2022-January/015023.html

c++17 is now minimum
2022-01-27 17:49:12 +01:00
Malte Brandy
caef341934 Merge branch 'master' into haskell-updates 2022-01-27 17:48:01 +01:00
Malte Brandy
c1e2f12203 haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-01-27 17:47:21 +01:00
Stig
196873f601
Merge pull request #155116 from wentasah/amc-add-oodoc
auto-multiple-choice: add OpenOfficeOODoc perl module as dependency
2022-01-27 17:37:02 +01:00
Ilan Joselevich
a68c4e1d28 nextcloud-client: 3.4.1 -> 3.4.2 2022-01-27 18:35:15 +02:00
Martin Weinelt
12c26aca1f
prometheus.exporters.smartctl: Fix autodiscovery
When no devices are given the exporter tries to autodiscover available
disks. The previous DevicePolicy was however preventing the exporter
from accessing any device at all, since only explicitly mentioned ones
were allowed.

This commit adds an allow rule for several device classes that I could
find on my machines, that gets set when no devices are explicitly
configured.

There is an existing problem with nvme devices, that expose a character
device at `/dev/nvme0`, and a (namespaced) block device at
`/dev/nvme0n1`. The character device does not come with permissions that
we could give to the exporter without further impacting the hardening.

  crw------- 1 root root 247, 0 27. Jan 03:10 /dev/nvme0
  brw-rw---- 1 root disk 259, 0 27. Jan 03:10 /dev/nvme0n1

The autodiscovery only finds the character device, which the exporter
unfortunately does not have access to.

However a simple udev rule can be used to resolve this:

  services.udev.extraRules = ''
    SUBSYSTEM=="nvme", KERNEL=="nvme[0-9]*", GROUP="disk"
  '';

Unfortunately I'm not fully aware of the security implications this
change carries and we should question upstream (systemd) why they did
not include such a rule.
The disk group has no members on any of my machines.

  ❯ getent group disk
  disk6:
2022-01-27 17:33:27 +01:00
R. RyanTM
899778e8cf
tev: 1.19 -> 1.22
* tev: 1.19 -> 1.22 (#156914)

* tev: don't build on aarch64-linux

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-01-27 17:06:22 +01:00
Daniel Olsen
5288bcab0a nixos/mx-puppet-discord: Change systemd unit description to avoid newline 2022-01-27 16:49:40 +01:00
Lein Matsumaru
93fb37332b
exploitdb: 2022-01-25 -> 2022-01-26 2022-01-27 15:22:33 +00:00
Luflosi
1df6380151
lsirec: init at unstable-2019-03-03
This adds lsirec, a utility that can be used to modify and recover certain LSI HBA PCIe cards.
My Dell R610 Server has an anti-feature that prevents the machine from booting, if any PCIe card not blessed by Dell for such usage is installed in the "storage slot" of the server. I used lsiutil to flash a different firmware to my "Dell PERC H310" to convert it into a "Dell 6Gbps SAS HBA Adapter". I was then able to use lsirec and the included sbrtool python script to modify my "Dell 6Gbps SAS HBA Adapter" card into pretending to be a "Dell PERC H200 Integrated" card, finally making it work in the storage slot and circumventing the stupid firmware check.
2022-01-27 16:12:23 +01:00
Robert Hensing
d0947df006
Merge pull request #156992 from hercules-ci/revert-153594-doc-optimization
Revert 153594 doc optimization
2022-01-27 15:46:36 +01:00
Ryan Mulligan
8328d4a50c
Merge pull request #156929 from r-ryantm/auto-update/sympa
sympa: 6.2.66 -> 6.2.68
2022-01-27 06:46:05 -08:00
Luflosi
ddab641897
python3Packages.warcio: init at 1.7.4 2022-01-27 15:28:50 +01:00
dasj19
83ab260bbe
tomboy: remove (#156979)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-01-27 15:21:33 +01:00
Sandro
55eab1b1b7
Merge pull request #156999 from SuperSandro2000/procs 2022-01-27 15:20:45 +01:00
Fabian Affolter
a4e916ad03
Merge pull request #156995 from fabaff/bump-sqlfluff
sqlfluff: 0.9.2 -> 0.9.3
2022-01-27 14:59:10 +01:00
Fabian Affolter
fc98f95561
Merge pull request #156990 from r-ryantm/auto-update/python3.10-flux-led
python310Packages.flux-led: 0.28.11 -> 0.28.17
2022-01-27 14:58:54 +01:00
Fabian Möller
9ec1d80c55
nixos/tests/breitbandmessung: use virtualisation.resolution option 2022-01-27 14:39:02 +01:00
Stig
3445b70e5b
Merge pull request #156964 from raboof/perl-libnet-3.12-to-3.13
perlPackages.libnet: 3.12 -> 3.13
2022-01-27 14:26:04 +01:00
Sandro
4794b2f047
Merge pull request #154324 from zaninime/sshportal 2022-01-27 14:18:38 +01:00
Sandro
90087b3562
Merge pull request #156828 from willcohen/grass-darwin 2022-01-27 14:16:28 +01:00
Bobby Rong
a56682b80e
ashpd-demo: 0.0.1-alpha → 0.2.2
https://github.com/bilelmoussaoui/ashpd/releases/tag/0.2.0
https://github.com/bilelmoussaoui/ashpd/releases/tag/0.2.1
https://github.com/bilelmoussaoui/ashpd/releases/tag/0.2.2
2022-01-27 21:15:09 +08:00
R. Ryantm
ee68e7a2a9
libshumate: unstable-2021-10-06 → 1.0.0.alpha.1
https://gitlab.gnome.org/GNOME/libshumate/-/blob/1.0.0.alpha.1/NEWS
2022-01-27 21:15:09 +08:00
Sandro
5a673e356a
Merge pull request #156898 from r-ryantm/auto-update/vgrep 2022-01-27 14:07:13 +01:00
Sandro
27cccd4e49
Merge pull request #151363 from Stunkymonkey/doc-updateWalker 2022-01-27 14:06:36 +01:00
Bobby Rong
c2f5452f26
Merge pull request #156936 from bobby285271/pantheon
Pantheon updates 2022-01-26
2022-01-27 21:03:07 +08:00
Thomas Gerbet
6896f3beb7 phoronix-test-suite: 10.8.0 -> 10.8.1
Fixes CVE-2022-0238
https://github.com/phoronix-test-suite/phoronix-test-suite/releases/tag/v10.8.1
2022-01-27 14:00:40 +01:00
Sandro Jäckel
b81c67d478
procs: 0.12.0 -> 0.12.1 2022-01-27 13:55:22 +01:00
Martin Weinelt
f860b289d4
prometheus.exporters.smartctl: Allow RAWIO
This allows the exporter to perform SCSI commands and interact with hpsa
and cciss devices.
2022-01-27 13:49:25 +01:00
Sandro
6b5f731b74
Merge pull request #156960 from r-ryantm/auto-update/python3.10-google-cloud-dlp 2022-01-27 13:47:18 +01:00
Fabian Möller
487aa0781d
breitbandmessung: init at 3.1.0 2022-01-27 13:45:51 +01:00
Janne Heß
1f3b1a9067
Merge pull request #139075 from polykernel/nix-structural-settings-patch-1
nixos/nix-daemon: use structural settings
2022-01-27 13:38:41 +01:00
Markus S. Wamser
3624f96c70 imagemagick: apply upstream patch to fix perlPackages.ImageMagick 2022-01-27 13:37:01 +01:00
Fabian Affolter
ffce342b55
Merge pull request #156988 from fabaff/bump-pyeight
python3Packages.pyeight: 0.1.9 -> 0.2.0
2022-01-27 13:22:32 +01:00
Fabian Affolter
b5b4ceedf4
Merge pull request #156987 from fabaff/bump-losant-rest
python3Packages.losant-rest: 1.15.1 -> 1.15.2
2022-01-27 13:22:20 +01:00
Fabian Affolter
1b4877e2c4
Merge pull request #156985 from fabaff/bump-mailchecker
python3Packages.mailchecker: 4.1.9 -> 4.1.10
2022-01-27 13:21:55 +01:00
Fabian Affolter
1815d66589
Merge pull request #156984 from fabaff/bump-halohome
python3Packages.halohome: 0.4.0 -> 0.5.0
2022-01-27 13:21:25 +01:00
Fabian Affolter
01266d1b17
Merge pull request #156983 from fabaff/bump-meshtastic
python3Packages.meshtastic: 1.2.75 -> 1.2.76
2022-01-27 13:20:15 +01:00
Fabian Affolter
5a52b55c08
Merge pull request #156810 from r-ryantm/auto-update/python3.10-azure-mgmt-web
python310Packages.azure-mgmt-web: 6.0.0 -> 6.1.0
2022-01-27 13:02:40 +01:00