Commit Graph

647456 Commits

Author SHA1 Message Date
Nick Cao
8788280aab
Merge pull request #324149 from NickCao/stratisd
stratisd: 3.6.7 -> 3.6.8
2024-07-03 19:04:44 -04:00
Nick Cao
0df4f36151
Merge pull request #324156 from r-ryantm/auto-update/aliyun-cli
aliyun-cli: 3.0.209 -> 3.0.210
2024-07-03 19:04:07 -04:00
Nick Cao
53d644c1ad
Merge pull request #324180 from r-ryantm/auto-update/hydroxide
hydroxide: 0.2.27 -> 0.2.29
2024-07-03 19:03:20 -04:00
Nick Cao
3a09129ca0
Merge pull request #324188 from r-ryantm/auto-update/flow
flow: 0.238.2 -> 0.238.3
2024-07-03 19:02:30 -04:00
Weijia Wang
14dd23e544
Merge pull request #323116 from r-ryantm/auto-update/mpvScripts.mpvacious
mpvScripts.mpvacious: 0.35 -> 0.36
2024-07-04 00:56:19 +02:00
Weijia Wang
eafa37ef33
Merge pull request #322880 from r-ryantm/auto-update/ibus-engines.table
ibus-engines.table: 1.17.4 -> 1.17.6
2024-07-04 00:55:12 +02:00
Robert Helgesson
1dc93f1b29 sd-switch: 0.5.0 -> 0.5.1 2024-07-04 00:54:48 +02:00
Weijia Wang
d1b518db3c
Merge pull request #323051 from r-ryantm/auto-update/bundletool
bundletool: 1.16.0 -> 1.17.0
2024-07-04 00:54:10 +02:00
Kerstin
7694809aab
Merge pull request #324359 from summersamara/python-redis-lock-fix-tests
python3Packages.python-redis-lock: Fix tests
2024-07-04 00:52:18 +02:00
Franz Pletz
a4bb278347
Merge pull request #324152 from SuperSandro2000/wget
wget: 1.21.4 -> 1.24.5
2024-07-04 00:49:23 +02:00
❄️
b8f202e91a
spades: mark broken for darwin (#324428)
https://hydra.nixos.org/build/264908242/nixlog/1
2024-07-03 18:34:43 -04:00
Weijia Wang
c7b48f1359
Merge pull request #323041 from r-ryantm/auto-update/codeql
codeql: 2.17.5 -> 2.17.6
2024-07-04 00:32:16 +02:00
Weijia Wang
2b1b8fd1a8
Merge pull request #323054 from r-ryantm/auto-update/doctl
doctl: 1.107.0 -> 1.108.0
2024-07-04 00:31:54 +02:00
Weijia Wang
8e850bde1d
Merge pull request #323036 from r-ryantm/auto-update/clib
clib: 2.8.5 -> 2.8.7
2024-07-04 00:28:50 +02:00
Weijia Wang
cf9ccf7e26
Merge pull request #323310 from HeitorAugustoLN/outguess
outguess: init at 0.4
2024-07-04 00:22:42 +02:00
Weijia Wang
efd559ba57
Merge pull request #323871 from melvyn2/update-slskd
slskd: 0.19.5 -> 0.21.1
2024-07-04 00:22:14 +02:00
Weijia Wang
98343e0b4f
Merge pull request #324331 from uncenter/chore/update-serpl
serpl: 0.1.26 -> 0.1.30
2024-07-04 00:20:56 +02:00
Weijia Wang
656dc1045d
Merge pull request #322492 from lromor/feature-20240525-bant-init
bant: init at 0.1.5
2024-07-04 00:18:46 +02:00
Weijia Wang
e4ed15fbce
Merge pull request #324025 from r-ryantm/auto-update/dosbox-x
dosbox-x: 2024.03.01 -> 2024.07.01
2024-07-04 00:16:33 +02:00
Weijia Wang
0493e90495
Merge pull request #324385 from mattpolzin/drawio-24-6-4
drawio: 24.6.1 -> 24.6.4
2024-07-04 00:07:01 +02:00
Weijia Wang
1da8fa1a3f
Merge pull request #324241 from r-ryantm/auto-update/router
router: 1.49.1 -> 1.50.0
2024-07-04 00:04:33 +02:00
Weijia Wang
c007518973
Merge pull request #324287 from r-ryantm/auto-update/drawterm
drawterm: 0-unstable-2024-05-23 -> 0-unstable-2024-06-10
2024-07-04 00:02:59 +02:00
Gaetan Lepage
fa924b07bb vimPlugins.supermaven-nvim: init at 2024-07-01 2024-07-03 23:41:20 +02:00
Jan Tojnar
af0cdb44a0 nixos/gdm: Fix fingerprint auth rules
We introduced the gdm-fingerprint.pam in 9d41fe6fcc.

We used the [upstream Arch config] as a template, which contains an extended control field that jumps over **one** immediately-following `auth` rule unless `pam_gdm.so` succeeds.

But we decided to not include `pam_gnome_keyring.so` so there was no rule to skip over, resulting in a broken control flow and the PAM module failing with “PAM bad jump in stack”, breaking the fingerprint authentication in GDM.

Let’s actually add `pam_gnome_keyring.so`, like the Arch config does. Because we are creating the PAM file using the `text` option, `security.pam.services.gdm-fingerprint.enableGnomeKeyring` does not do anything so we need to do it manually.

For the case where gnome-keyring is not enabled, we could add a no-op rule like `optional pam_permit.so` after `pam_gdm.so` so that the branching always has something to jump over but it will be simpler to just make the both conditional. There are no further `auth` rules that could benefit from `pam_gdm.so` doing something so it should be fine.

Unlike in Arch, we are not going to invoke `pam_gnome_keyring.so` in a `session` rule since that is already done by the included `login` module.

[upstream Arch config]: 81ee658c11/data/pam-arch/gdm-fingerprint.pam
2024-07-03 23:36:52 +02:00
Jan Tojnar
1cf4155498 nixos/gdm: Clean up gdm-fingerprint pam module
The `optional pam_permit.so` comes from the [upstream Arch config] we used as a template in 9d41fe6fcc. But I do not think it does anything in this position – see also the discussion at https://bbs.archlinux.org/viewtopic.php?id=245892 – so let’s just remove it.

Let’s also add a comment about disabling `fprintAuth` and a blank line for clarity.

[upstream Arch config]: 81ee658c11/data/pam-arch/gdm-fingerprint.pam
2024-07-03 23:32:43 +02:00
Sandro
0db42a2ac8
Merge pull request #321348 from r-ryantm/auto-update/python311Packages.apsw
python311Packages.apsw: 3.46.0.0 -> 3.46.0.1
2024-07-03 23:25:55 +02:00
Felix Buehler
6fd0acb81b ec2-data: prefer 'install/umask' over 'chmod' 2024-07-03 23:18:43 +02:00
lassulus
3ac917c94d
Merge pull request #324240 from florian-sanders-cc/clever-tools-3.8.1
clever-tools: 3.8.0 -> 3.8.1
2024-07-03 23:07:31 +02:00
Thomas Gerbet
f0634be791
Merge pull request #324388 from mweinelt/znc-replace-patch
znc: update CVE_2024-39844 patch
2024-07-03 23:02:02 +02:00
Nick Cao
750b913ac4
Merge pull request #324118 from r-ryantm/auto-update/rcp
rcp: 0.10.1 -> 0.11.0
2024-07-03 16:56:58 -04:00
Martin Weinelt
26d9cafa34
Merge pull request #324399 from SuperSandro2000/323702-followu-up
uglify-js: remove remaining aliases, entry from nodePackages
2024-07-03 22:36:04 +02:00
Sandro
4166ce0a51
Merge pull request #321201 from r-ryantm/auto-update/python311Packages.google-api-python-client
python311Packages.google-api-python-client: 2.133.0 -> 2.135.0
2024-07-03 22:15:21 +02:00
Sandro
3597c3736c
Merge pull request #323346 from r-ryantm/auto-update/python311Packages.dtlssocket
python311Packages.dtlssocket: 0.1.18 -> 0.1.19
2024-07-03 22:14:33 +02:00
Mathew Polzin
93de96df6a drawio: 24.6.1 -> 24.6.4
https://github.com/jgraph/drawio-desktop/releases/tag/v24.6.4
2024-07-03 15:10:59 -05:00
Sandro
16ba12714b
Merge pull request #321705 from r-ryantm/auto-update/python311Packages.icalendar
python311Packages.icalendar: 5.0.12 -> 5.0.13
2024-07-03 22:10:53 +02:00
Sandro
233cf573f1
Merge pull request #322060 from r-ryantm/auto-update/python311Packages.plexapi
python311Packages.plexapi: 4.15.13 -> 4.15.14
2024-07-03 22:09:47 +02:00
Sandro
b0223d30cf
Merge pull request #322182 from r-ryantm/auto-update/python311Packages.bluetooth-sensor-state-data
python311Packages.bluetooth-sensor-state-data: 1.7.0 -> 1.7.1
2024-07-03 22:08:21 +02:00
Sandro
a705e305f2
Merge pull request #291981 from dotlambda/objgraph-3.6.1
python311Packages.objgraph: use pyproject = true
2024-07-03 22:08:06 +02:00
h7x4
fa84eac0eb
Merge pull request #324250 from r-ryantm/auto-update/python311Packages.pcffont
python311Packages.pcffont: 0.0.14 -> 0.0.15
2024-07-03 22:07:26 +02:00
Someone
7cdac9fd12
Merge pull request #306730 from ShamrockLee/apptainer-default-path
apptainer, singularity: precede system-level bin paths in `defaultPath` and fix `singularity` image running
2024-07-03 19:56:08 +00:00
Ulrik Strid
8cd10635e4
Merge pull request #324231 from vbgl/ligo-1.7.1
ligo: 1.6.0 → 1.7.1
2024-07-03 21:42:04 +02:00
Jan Tojnar
68211b3546 Revert "nixos/gnome-keyring: unlock keyring with gdm-password, gdm-autologin"
`gdm-autologin` and `gdm-password` PAM modules are defined using the `text` option, so the option here is a no-op.

Furthermore, `gdm-password` already includes `login` for all module types,
and that invokes `pam_gnome_keyring.so` in the same way Arch’s `gdm-password` module would:
81ee658c11/data/pam-arch/gdm-password.pam

This reverts commit c24c7933ba.
2024-07-03 21:32:34 +02:00
seth
d7eab8ec5d
gitbutler: 0.12.2 -> 0.12.7
Diff: https://github.com/gitbutlerapp/gitbutler/compare/release/0.12.2...release/0.12.7

Changelog: https://github.com/gitbutlerapp/gitbutler/releases/tag/release/0.12.7
2024-07-03 15:31:02 -04:00
Sandro Jäckel
2040dfa812
uglify-js: remove remaining aliases, entry from nodePackages 2024-07-03 21:25:54 +02:00
Jan Tojnar
0e83d67373 Revert "nixos/gnome-keyring: enable gnome-keyring for fingerprint authentication'"
`gdm-fingerprint` PAM module is defined using the `text` option, so the option here is a no-op.

This reverts commit 6bb516d45f.
2024-07-03 21:25:17 +02:00
Someone
d5491008d9
Merge pull request #323056 from SomeoneSerge/fix/cudaPackages/outputSpecified
cudaPackages: make getOutput work again
2024-07-03 19:19:51 +00:00
Thomas Gerbet
88de662066
Merge pull request #323805 from aanderse/apache-httpd
apacheHttpd: 2.4.59 -> 2.4.60
2024-07-03 21:18:40 +02:00
John Titor
16284101b8
pocl: format with nixfmt-rfc-style 2024-07-04 00:42:38 +05:30
John Titor
b9b9fbe5aa
pocl: cleanup, add changelog 2024-07-04 00:41:50 +05:30
Masum Reza
b657891042
Merge pull request #283308 from 0x4A6F/master-rotonda
rotonda: init at 0.1.0
2024-07-04 00:38:33 +05:30