Martin Weinelt
4472cf44eb
treewide: Make yescrypt the default algorithm for pam_unix.so
...
This ensures `passwd` will default to yescrypt for newly generated
passwords.
2023-03-13 07:54:27 +01:00
Martin Weinelt
909f394f28
pam: Make libxcrypt a non-optional dependency
...
Our PAM configuration now defaults to yescrypt, which requires
libxcrypt.
2023-03-13 07:54:27 +01:00
Martin Weinelt
0d7cd66652
nixos/users-groups: Update password scheme validation
...
Updates the warnings message for statefully set up passwords, now that
weak algorithms have been removed from our libxcrypt package.
Additionall we now add proper validation for hashing schemes used in
`hashedPassword`.
Neither will prevent a rebuiild, but instead issue a warning, that this
requires immediate remediation, or else users will be unable to login.
Reuses the crypt scheme ids as provided by the libxcrypt package.
2023-03-13 07:54:27 +01:00
Martin Weinelt
4e300e071b
libxcrypt: Build only with strong hashes
...
Effectively removes support for the following hashing algorithms
as announced in the NixOS 22.11 release notes:
- bcrypt_x ($2x$)
- sha256crypt ($5$)
- sha1crypt ($sha1$)
- sunmd5 ($md5$)
- md5crypt ($1$)
- nt ($3$)
- bdiscrypt (_)
- bigcrypt (:)
- descrypt (:)
And exposes the crypt scheme ids for enabled algorithms, so they can be
reused for validation in the users-groups module.
2023-03-13 07:54:27 +01:00
Martin Weinelt
d97017184f
Merge remote-tracking branch 'origin/staging-next' into staging
2023-03-12 23:48:08 +01:00
Martin Weinelt
cb208ad2d0
Merge remote-tracking branch 'origin/master' into staging-next
2023-03-12 23:47:35 +01:00
Robert Scott
643b9afc19
Merge pull request #220255 from dotlambda/fritzconnection-1.12.0
...
python310Packages.fritzconnection: 1.11.0 -> 1.12.0
2023-03-12 22:46:57 +00:00
Martin Weinelt
86fc053269
python38Packages.babel: Disable tests
...
Tests would require backports-zoneinfo, which yields an infinite
recursion via sphinx, hypothesis, argon2-cffi, autobahn, ....
2023-03-12 23:44:48 +01:00
Robert Scott
5106aa201f
Merge pull request #220259 from dotlambda/foolscap-23.3.0
...
python310Packages.foolscap: 21.7.0 -> 23.3.0
2023-03-12 22:44:27 +00:00
Sandro
3eb3c94ff1
Merge pull request #220871 from fabaff/google-cloud-bigtable-bump
2023-03-12 23:29:41 +01:00
Martin Weinelt
d03d74aa67
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/aiopulse/default.nix
- pkgs/development/python-modules/identify/default.nix
- pkgs/development/python-modules/spur/default.nix
2023-03-12 23:28:23 +01:00
Robert Scott
6bab2b645b
Merge pull request #220594 from Lugarun/scikit-rf
...
python3Packages.scikit-rf: init at 0.25.0
2023-03-12 22:23:23 +00:00
Martin Weinelt
10b0c3382c
Merge remote-tracking branch 'origin/staging-next' into staging
2023-03-12 23:23:08 +01:00
Martin Weinelt
cebf6aa8fd
python310Packages.babel: Fix tests, disable tests
...
Some tests required pytz, some tests are just broken two times a year
on days when EST is moving from and to daylight saving time.
Now with that out of the way, some general goodness towards the package.
2023-03-12 23:21:22 +01:00
Fabian Affolter
9dfcfbd705
Merge pull request #220863 from fabaff/slack-sdk-bump
...
python310Packages.slack-sdk: 3.20.1 -> 3.20.2
2023-03-12 22:55:12 +01:00
Fabian Affolter
f5641a026c
Merge pull request #220864 from fabaff/spur-bump
...
python310Packages.spur: 0.3.22 -> 0.3.23
2023-03-12 22:55:01 +01:00
Fabian Affolter
334071cb8b
Merge pull request #220866 from fabaff/aiosomecomfort-bump
...
python310Packages.aiosomecomfort: 0.0.11 -> 0.0.14
2023-03-12 22:54:49 +01:00
Fabian Affolter
bf2e058449
Merge pull request #220859 from fabaff/aiopulse-bump
...
python310Packages.aiopulse: 0.4.3 -> 0.4.4
2023-03-12 22:54:16 +01:00
Fabian Affolter
c860f71f5c
Merge pull request #220862 from fabaff/mypy-boto3-builder-bump
...
python310Packages.mypy-boto3-builder: 7.12.5 -> 7.13.0
2023-03-12 22:54:01 +01:00
Fabian Affolter
e78136ffed
Merge pull request #220858 from fabaff/identify-bump
...
python310Packages.identify: 2.5.19 -> 2.5.20
2023-03-12 22:53:39 +01:00
Fabian Affolter
9bc3140b70
Merge pull request #220856 from fabaff/reolink-aio-bump
...
python310Packages.reolink-aio: 0.5.3 -> 0.5.4
2023-03-12 22:53:28 +01:00
Fabian Affolter
1f391a3389
Merge pull request #220855 from fabaff/ghrepo-stats-bump
...
python310Packages.ghrepo-stats: 0.5.2 -> 0.5.3
2023-03-12 22:53:19 +01:00
Fabian Affolter
a9efe7ca9b
Merge pull request #220854 from fabaff/twilio-bump
...
python310Packages.twilio: 7.16.4 -> 7.16.5
2023-03-12 22:53:09 +01:00
Fabian Affolter
609c1f7cda
Merge pull request #220877 from fabaff/tplink-omada-client-bump
...
python310Packages.tplink-omada-client: 1.1.1 -> 1.1.3
2023-03-12 22:51:59 +01:00
Fabian Affolter
30ea75f277
Merge pull request #220876 from fabaff/tls-parser-bump
...
python310Packages.tls-parser: 2.0.0 -> 2.0.1
2023-03-12 22:51:49 +01:00
Fabian Affolter
9d2864e772
Merge pull request #220867 from fabaff/asn1tools-bump
...
python310Packages.asn1tools: 0.165.0 -> 0.166.0
2023-03-12 22:51:38 +01:00
Fabian Affolter
7150f0fd33
Merge pull request #220868 from fabaff/casbin-bump
...
python310Packages.casbin: 1.17.6 -> 1.18.0
2023-03-12 22:51:26 +01:00
Fabian Affolter
8ae581469c
Merge pull request #220880 from fabaff/websockify-bump
...
python310Packages.websockify: 0.10.0 -> 0.11.0
2023-03-12 22:50:49 +01:00
Atemu
a65bb07a66
Merge pull request #220738 from Atemu/update/xanmod
...
xanmod-kernels: update
2023-03-12 22:10:20 +01:00
Lily Foster
5a1dc8acd9
Merge pull request #214031 from sersorrel/xivlauncher-gstreamer
...
xivlauncher: include GStreamer in closure
2023-03-12 16:51:36 -04:00
Domen Kožar
826b063fef
Merge pull request #220793 from ghuntley/patch-9
...
coder: resolve hash mismatch in fixed-output derivation
2023-03-12 20:48:46 +00:00
Mario Rodas
77a2365e78
Merge pull request #220733 from marsam/update-flexget
...
flexget: 3.5.27 -> 3.5.30
2023-03-12 15:40:48 -05:00
Ilan Joselevich
4c567acd2c
Merge pull request #220845 from felipeqq2/maintainers/update-felipeqq2
...
mmaintainers: update felipeqq2's gpg key
2023-03-12 22:37:11 +02:00
Weijia Wang
51415e67f6
Merge pull request #220851 from figsoda/highlight-assertions
...
highlight-assertions: 0.1.6 -> 0.1.7
2023-03-12 22:26:51 +02:00
Weijia Wang
1c1dbd7648
Merge pull request #220850 from r-ryantm/auto-update/alttab
...
alttab: 1.6.1 -> 1.7.0
2023-03-12 22:25:43 +02:00
Weijia Wang
e65bbbe015
Merge pull request #220873 from sgraf812/patch-2
...
alttab: Remove sgraf as maintainer
2023-03-12 22:20:42 +02:00
Weijia Wang
77eedaf3b4
Merge pull request #220286 from r-ryantm/auto-update/halide
...
halide: 14.0.0 -> 15.0.0
2023-03-12 22:19:47 +02:00
Weijia Wang
67ff218c7c
Merge pull request #220696 from r-ryantm/auto-update/bvi
...
bvi: 1.4.1 -> 1.4.2
2023-03-12 22:04:36 +02:00
Weijia Wang
c974ef2c3f
Merge pull request #220695 from r-ryantm/auto-update/smooth
...
smooth: 0.9.9 -> 0.9.10
2023-03-12 22:03:02 +02:00
ckie
24469dbb73
Merge pull request #220824 from 9ary/dxvk-dll-overrides
...
dxvk: fix DLL override setup
dxvk: fix unbound variable warning in setup_dxvk.sh
dxvk: fix all shellcheck warnings
2023-03-12 21:58:20 +02:00
Weijia Wang
c12da21172
Merge pull request #220602 from r-ryantm/auto-update/micronaut
...
micronaut: 3.8.6 -> 3.8.7
2023-03-12 21:57:18 +02:00
Weijia Wang
9520538c37
Merge pull request #220691 from r-ryantm/auto-update/karma
...
karma: 0.112 -> 0.113
2023-03-12 21:55:43 +02:00
Weijia Wang
05c115948f
Merge pull request #220753 from r-ryantm/auto-update/ipcalc
...
ipcalc: 1.0.1 -> 1.0.2
2023-03-12 21:54:48 +02:00
Anderson Torres
c2bfb7b9bb
Merge pull request #220872 from atorres1985-contrib/quick-patches
...
kitty-themes: 2023-01-08 -> 2023-03-08
2023-03-12 16:52:22 -03:00
Weijia Wang
7d476212d7
Merge pull request #220652 from r-ryantm/auto-update/checkstyle
...
checkstyle: 10.8.0 -> 10.8.1
2023-03-12 21:50:36 +02:00
Weijia Wang
d6427472f2
Merge pull request #220686 from r-ryantm/auto-update/ansible-lint
...
ansible-lint: 6.14.0 -> 6.14.2
2023-03-12 21:47:02 +02:00
Weijia Wang
48fa3bb30c
Merge pull request #220833 from r-ryantm/auto-update/lighthouse
...
lighthouse: 3.5.0 -> 3.5.1
2023-03-12 21:43:31 +02:00
Weijia Wang
9801b71958
Merge pull request #220807 from r-ryantm/auto-update/stress-ng
...
stress-ng: 0.15.03 -> 0.15.05
2023-03-12 21:43:05 +02:00
Weijia Wang
2061bef4f8
Merge pull request #220778 from r-ryantm/auto-update/function-runner
...
function-runner: 3.2.2 -> 3.2.3
2023-03-12 21:40:46 +02:00
Weijia Wang
233f94f7a3
Merge pull request #220822 from r-ryantm/auto-update/beancount-black
...
beancount-black: 0.1.14 -> 0.2.0
2023-03-12 21:39:59 +02:00