Commit Graph

674617 Commits

Author SHA1 Message Date
Felix Singer
4ce2599a98 acpica-tools: Move package definition into by-name directory
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2024-08-31 21:31:01 +02:00
Echo Nolan
934a337a13 nixos/telegraf: make sure ping executable is available when trying to ping
We need ping to be in PATH of the service otherwise it can't ping. This commit
adds it, conditional on one of the inputs being a ping task.
2024-08-31 15:29:04 -04:00
Martin Weinelt
282e35e076
acpica-tools: 20240322 -> 20240827 (#337897) 2024-08-31 21:22:30 +02:00
nixpkgs-merge-bot[bot]
1ea77244e8
gg: 0.2.18 -> 0.2.19 (#338614) 2024-08-31 19:03:04 +00:00
Sebastián Mancilla
65816cd390
opencl-clhpp: 2.0.15 -> 2024.05.08 (#335392) 2024-08-31 15:02:49 -04:00
R. Ryantm
f60009030c cpuinfo: 0-unstable-2024-08-07 -> 0-unstable-2024-08-30 2024-08-31 18:57:56 +00:00
Will Fancher
811ee8ab2e
nixos/iso-image: Compress squashfs with zstd 19 (#338652) 2024-08-31 14:38:47 -04:00
Maciej Krüger
cd65211607
qlog: 0.37.2 -> 0.38.0 (#338236) 2024-08-31 20:28:48 +02:00
R. Ryantm
417697da63 gitlab-ci-local: 4.52.2 -> 4.53.0 2024-08-31 18:28:28 +00:00
R. Ryantm
40fd8a989b ryujinx: 1.1.1379 -> 1.1.1382 2024-08-31 18:25:11 +00:00
Florian Klink
cbc93ea250 amtterm: enable SSL support
Current versions of Intel AMT/vPro only support connecting over SSL, but
our current amtterm version isn't built with SSL support.

Set the `USE_OPENSSL=1` makeFlag and add openssl and pkg-config.

It adds an additional `-C cacert` parameter, which needs to point to
a previously downloaded server certificate.

The server certificate can be retrieved with
`openssl s_client -showcerts -connect $host:16995`.

However, due to the use of `UnsafeLegacyRenegotiation`, `OPENSSL_CONF`
needs to point to a text file explicitly allowing this:

```
openssl_conf = default_conf

[ default_conf ]
ssl_conf = ssl_sect

[ssl_sect]
system_default = ssl_default_sect

[ssl_default_sect]
Options = UnsafeLegacyRenegotiation
```

With this, I'm able to connect to `/dev/ttyS2` inside the host:

```
❯ AMT_PASSWORD='supersecret' amtterm $host 16995 -C cert.pem
amtterm: NONE -> CONNECT (connection to host)
ipv4 $ip [$ip] 16995 open
amtterm: CONNECT -> INIT (redirection initialization)
amtterm: INIT -> AUTH (session authentication)
amtterm: AUTH -> INIT_SOL (serial-over-lan initialization)
amtterm: INIT_SOL -> RUN_SOL (serial-over-lan active)
serial-over-lan redirection ok
connected now, use ^] to escape
Hello World
```
2024-08-31 21:06:24 +03:00
Christina Sørensen
151889cdbf
meli: 0.8.6 -> 0.8.7 (#338258) 2024-08-31 19:59:33 +02:00
Pol Dellaiera
6414ef7ca3
vscode-extensions.bmewburn.vscode-intelephense-client: 1.10.1 -> 1.12.5 (#338649) 2024-08-31 19:02:23 +02:00
R. Ryantm
b3ed350797 python312Packages.llfuse: 1.5.0 -> 1.5.1 2024-08-31 18:58:31 +02:00
Fabian Affolter
9b46189a90
python312Packages.aiortm: 0.8.20 -> 0.8.22 (#338635) 2024-08-31 18:50:38 +02:00
R. Ryantm
2409bf60d6 tio: 3.6 -> 3.7 2024-08-31 16:27:44 +00:00
Theodore Ni
a162eecfdc
dbt: 1.8.2 -> 1.8.6 (#328694) 2024-08-31 09:23:39 -07:00
Will Fancher
49192ef7a3 nixos/iso-image: Compress squashfs with zstd 19 2024-08-31 12:21:36 -04:00
Patka
9dcb39baa8
vscode-extensions.bmewburn.vscode-intelephense-client: 1.10.1 -> 1.12.5 2024-08-31 18:00:23 +02:00
rewine
487972dea2
wayfirePlugins.wayfire-shadows: unstable-2024-03-28 -> 0-unstable-2024-08-30 (#338602) 2024-08-31 23:46:47 +08:00
R. Ryantm
b488de5f40 python312Packages.urwidgets: 0.2.0 -> 0.2.1 2024-08-31 15:35:11 +00:00
R. Ryantm
5e00332967 python312Packages.sqlmodel: 0.0.21 -> 0.0.22 2024-08-31 15:33:06 +00:00
rewine
15ab8bcb74
dwl: 0.6 -> 0.7 (#338222) 2024-08-31 23:27:29 +08:00
nixpkgs-merge-bot[bot]
8cacb0aa2e
komac: 2.5.0 -> 2.6.0 (#338627) 2024-08-31 15:16:03 +00:00
Lin Jian
485edde32f
doc/release-notes: change "New Services" to "New Modules" (#337984) 2024-08-31 23:11:50 +08:00
nixpkgs-merge-bot[bot]
bd5196b601
cargo-expand: 1.0.89 -> 1.0.90 (#338606) 2024-08-31 14:58:24 +00:00
nixpkgs-merge-bot[bot]
010dddaac9
jreleaser-cli: 1.13.1 -> 1.14.0 (#338618) 2024-08-31 14:38:57 +00:00
Nick Cao
144fdbd9a7
python312Packages.xmlschema: update disabledTests, fix build 2024-08-31 10:28:33 -04:00
éclairevoyant
075c6ce71f
nixos/fcitx5: fix evaluation (#338621) 2024-08-31 14:28:20 +00:00
DontEatOreo
7a16ca4e1d
arc-browser: 1.55.0-52417 -> 1.58.1-53264
Changelog: https://arc.net/e/123493AC-A3B7-470F-BC09-DC700B348B59
2024-08-31 17:14:41 +03:00
Robert Schütz
d5cbc4d878
wl-restart: init at 0.2.0 (#337887) 2024-08-31 07:14:26 -07:00
R. Ryantm
8bbf83d148 python312Packages.aiortm: 0.8.20 -> 0.8.22 2024-08-31 14:11:50 +00:00
Nick Cao
7877b990e3
syshud: 0-unstable-2024-08-24 -> 0-unstable-2024-08-27 (#338593) 2024-08-31 10:10:31 -04:00
sternenseemann
891a1f78e8 nixos/tests/wireguard: tie kernel version to test to default
When wireguard began being tested on multiple kernel versions, the
current default version at the time was hard coded:
41bd6d2614.

We should update this and prevent it from becoming stale ever again by
computing the default value.
2024-08-31 16:09:11 +02:00
Nick Cao
fb42a29f00
python312Packages.lacuscore: 1.10.11 -> 1.10.12 (#338567) 2024-08-31 09:59:35 -04:00
Nick Cao
13ab441464
imv: add meta.mainProgram (#338585) 2024-08-31 09:59:04 -04:00
Maximilian Bosch
e2bc8e8227
php82: 8.2.22 -> 8.2.23
ChangeLog: https://www.php.net/ChangeLog-8.php#PHP_8_2
2024-08-31 15:57:14 +02:00
Nick Cao
2fc379ee74
mob: 5.1.0 -> 5.1.1 (#338527) 2024-08-31 09:55:52 -04:00
Nick Cao
2b9b33f00c
cotp: 1.8.0 -> 1.9.0 (#338529) 2024-08-31 09:55:28 -04:00
Nick Cao
60bd52efdb
python312Packages.django-webpack-loader: 3.1.0 -> 3.1.1 (#338534) 2024-08-31 09:54:49 -04:00
Nick Cao
a29ea43e02
python312Packages.json-schema-for-humans: 1.0.2 -> 1.0.3 (#338541) 2024-08-31 09:53:50 -04:00
Nick Cao
fb7af2928d
python312Packages.svg2tikz: 3.1.0 -> 3.2.0 (#338543) 2024-08-31 09:53:03 -04:00
Nick Cao
0086c3677e
serie: 0.1.2 -> 0.2.0 (#338548) 2024-08-31 09:51:47 -04:00
Nick Cao
3eaa593f1e
whitesur-kde: 2022-05-01-unstable-2024-08-07 -> 2022-05-01-unstable-2024-08-26 (#338471) 2024-08-31 09:50:03 -04:00
Nick Cao
d4c1f24ab4
python311Packages.mox3: remove (#338475) 2024-08-31 09:49:28 -04:00
Nick Cao
26e0095b91
libretro.mame2003-plus: unstable-2024-08-24 -> unstable-2024-08-28 (#338483) 2024-08-31 09:48:30 -04:00
Nick Cao
4b1f78918e
rofimoji: 6.3.2 -> 6.4.0 (#338501) 2024-08-31 09:47:49 -04:00
Nick Cao
c9702eb51e
c2patool: 0.9.7 -> 0.9.8 (#338507) 2024-08-31 09:47:06 -04:00
Nick Cao
4b73a31fd3
boxbuddy: 2.2.9 -> 2.2.10 (#338510) 2024-08-31 09:46:32 -04:00
Nick Cao
7f9e39a43c
cargo-make: 0.37.15 -> 0.37.16 (#338512) 2024-08-31 09:46:11 -04:00