Martin Weinelt
c62eceb91e
openssl_3_0: 3.0.2 -> 3.0.3
...
- The c_rehash script allows command injection (CVE-2022-1292)
- OCSP_basic_verify may incorrectly verify the response signing
certificate (CVE-2022-1343)
- Incorrect MAC key used in the RC4-MD5 ciphersuite (CVE-2022-1434)
- Resource leakage when decoding certificates and keys (CVE-2022-1473)
https://mta.openssl.org/pipermail/openssl-announce/2022-May/000224.html
Fixes: CVE-2022-1292, CVE-2022-1343, CVE-2022-1434, CVE-2022-1473
2022-05-04 07:17:01 +02:00
Bernardo Meurer
532330778c
Merge pull request #171460 from lovesegfault/hqplayerd-4.31.0
...
treewide: misc updates
2022-05-03 22:12:26 -07:00
Daniel Fullmer
ad38a2a646
nixos/ssh: remove empty host key files before generating new ones
...
In a previous PR [1], the conditional to generate a new host key file
was changed to also include the case when the file exists, but has zero
size. This could occur when the system is uncleanly powered off shortly
after first boot.
However, ssh-keygen prompts the user before overwriting a file. For
example:
$ touch hi
$ ssh-keygen -f hi
Generating public/private rsa key pair.
hi already exists.
Overwrite (y/n)?
So, lets just try to remove the empty file (if it exists) before running
ssh-keygen.
[1] https://github.com/NixOS/nixpkgs/pull/141258
2022-05-03 22:09:43 -07:00
Vladimír Čunát
8070351515
Merge #171474 : Vulkan: Refactor (pkgconfig -> pkg-config)
2022-05-04 07:03:46 +02:00
Robert Schütz
cc67617dd5
udiskie: 2.4.0 -> 2.4.2
...
https://github.com/coldfix/udiskie/blob/v2.4.2/CHANGES.rst
2022-05-03 21:59:30 -07:00
K900
79265fba34
nixos/tests/openssh: add timeouts to all ssh invocations
...
It might still lock up, but at least it won't lock up for 10 hours.
2022-05-04 07:58:52 +03:00
R. Ryantm
9d9849374f
python310Packages.xknx: 0.21.1 -> 0.21.2
2022-05-04 04:33:19 +00:00
Alex Martens
ecf564b266
cargo-sync-readme: 1.0 -> 1.1
2022-05-03 21:33:18 -07:00
Mario Rodas
c0bb20e08e
nodejs-18_x: fix completion generation
...
Since Node.js 18.0.0 the completion generation requires the environment
variable HOME to be set.
2022-05-04 04:20:00 +00:00
Mario Rodas
7b1a798741
platformsh: 3.79.1 -> 3.79.2
...
https://github.com/platformsh/platformsh-cli/releases/tag/v3.79.2
2022-05-04 04:20:00 +00:00
Mario Rodas
70f212bb5b
nodejs-14_x: 14.19.1 -> 14.19.2
...
https://github.com/nodejs/node/releases/tag/v14.19.2
2022-05-04 04:20:00 +00:00
R. Ryantm
1c8e735d76
python310Packages.stripe: 2.74.0 -> 2.75.0
2022-05-04 04:15:51 +00:00
Rick van Schijndel
0b9843c3bc
Merge pull request #171466 from r-burns/gfortran-wrapper-cross
...
gfortran: fix wrapper host/target offset for cross
2022-05-04 05:56:46 +02:00
R. Ryantm
8e756d0ce7
python310Packages.mypy-boto3-s3: 1.22.0.post1 -> 1.22.6
2022-05-04 03:50:39 +00:00
Rick van Schijndel
b9e8ed239f
Merge pull request #161156 from a-m-joseph/abort-on-failed-platform-detection-instead-of-silently-assuming-pc
...
platforms.nix: use {} on failed detection instead of silently assuming pc
2022-05-04 05:37:16 +02:00
Rick van Schijndel
113375e098
Merge pull request #165023 from nagy/chicken5-eggs
...
chickenPackages_5: more eggs
2022-05-04 05:36:04 +02:00
Anderson Torres
abfd311791
Merge pull request #170359 from AndersonTorres/new-harelang
...
Hare programming language: init
2022-05-04 00:23:35 -03:00
Artturi
e475fb95fb
Merge pull request #170624 from benneti/wallabag-longDesc
...
wallabag: fix comment with usage instructions
2022-05-04 05:55:25 +03:00
Artturi
bbc664e33e
Merge pull request #170578 from r-ryantm/auto-update/python3.10-aws-lambda-builders
...
python310Packages.aws-lambda-builders: 1.14.0 -> 1.15.0
2022-05-04 05:46:18 +03:00
Artturi
c8bbc62a64
Merge pull request #171152 from Luflosi/thefuck-improvements
...
nixos/thefuck: fix programs.thefuck.alias for fish
2022-05-04 05:32:40 +03:00
Artturi
cdeb8f5bb5
Merge pull request #171431 from Artturin/nixupdate5
2022-05-04 05:25:43 +03:00
R. Ryantm
51835cfa3c
clojure-lsp: 2022.04.18-00.59.32 -> 2022.05.03-12.35.40
2022-05-04 01:56:42 +00:00
Sean D Gillespie
a656052b5d
Vulkan: Refactor (pkgconfig -> pkg-config)
...
Use pkg-config rather than pkgconfig
2022-05-03 21:50:21 -04:00
Bobby Rong
f908b3e348
pantheon.switchboard: 6.0.0 -> 6.0.1
2022-05-04 09:20:06 +08:00
squalus
b04e852474
librewolf: 99.0.1-4 -> 100.0-1
2022-05-03 17:56:12 -07:00
Luis Pedro Coelho
596c5e7ea2
Static bwa
...
AR needs to be passed specifically on the command line
2022-05-04 02:20:50 +02:00
Luis Pedro Coelho
4758873378
Static build for samtools
...
Curses is not supported (it may be possible to support it)
2022-05-04 02:16:17 +02:00
Luis Pedro Coelho
967a5d7896
Static builds for HTSLIB
...
We need to disable curses support and replace the build and install
phases (otherwise, they expect that *.so files will be present).
2022-05-04 02:15:17 +02:00
Luis Pedro Coelho
0b1c28d5a1
Static build for megahit
2022-05-04 02:13:31 +02:00
Martin Weinelt
ccb9c0e537
Merge pull request #169153 from r-ryantm/auto-update/firefox-devedition-bin-unwrapped
...
firefox-devedition-bin-unwrapped: 100.0b6 -> 100.0b7
2022-05-04 02:11:15 +02:00
Ryan Burns
338ed797fe
gfortran: fix wrapper host/target offset for cross
...
Use correct host/target offset for gfortran wrapper, since stdenv
has an implicit offset of -1.
Fixes e.g. pkgsCross.aarch64-multiplatform.buildPackages.gfortran
2022-05-03 17:09:36 -07:00
Martin Weinelt
3382215fd7
firefox-devedition-bin-unwrapped: 100.0b7 -> 101.0b2
2022-05-04 02:07:58 +02:00
Bernardo Meurer
c15cf25d3d
roon-server: 1.8-933 -> 1.8-935
2022-05-03 16:28:46 -07:00
Bernardo Meurer
23fbc0816c
hqplayerd: 4.30.3-87 -> 4.31.0-89
2022-05-03 16:21:57 -07:00
Trolli Schmittlauch
342e99a587
seafile-client: build v8.0.7 from proper commit
...
Follow-up to #170730
After release, the v8.0.7 tag had been re-tagged to a newer but broken state.
This commit does not change the built program but only ensures that it continues
to be buildable.
2022-05-04 00:27:31 +02:00
sternenseemann
585c1f2b8e
Merge pull request #171314 from sternenseemann/fcft-3.1.1
...
fcft: 3.0.1 -> 3.1.1
2022-05-04 00:14:41 +02:00
sternenseemann
9089f49024
Merge pull request #171315 from sternenseemann/foot-1.12.1
...
foot: 1.11.0 -> 1.12.1
2022-05-04 00:09:45 +02:00
ajs124
672d4b317f
Merge pull request #167198 from sir4ur0n/sir4ur0n/fix/liquibaseCommandLine
...
liquibase: fix Main -> LiquibaseCommandLine
2022-05-03 23:04:25 +01:00
Fabian Affolter
352750b3af
python39Packages.sentry-sdk: 1.5.10 -> 1.5.11
2022-05-04 00:02:20 +02:00
ajs124
52d66f5647
Merge pull request #167437 from r-ryantm/auto-update/greg
...
greg: 0.4.7 -> 0.4.8
2022-05-03 22:52:51 +01:00
Robert Helgesson
4df2c1fe35
jwt-cli: 5.0.2 -> 5.0.3
2022-05-03 23:51:48 +02:00
Fabian Affolter
3e93ff80f8
checkov: 2.0.1102 -> 2.0.1110
2022-05-03 23:46:53 +02:00
Pascal Bach
a9ccb2fb00
Merge pull request #171449 from qowoz/containerd
...
containerd: 1.6.3 -> 1.6.4
2022-05-03 23:38:35 +02:00
Pascal Bach
561d29b64d
cryptomator: 1.6.8 -> 1.6.10
...
Hotfix for a truncation issue with fuse.
2022-05-03 23:26:38 +02:00
Fabian Affolter
37fec07a96
python310Packages.aiooncue: 0.3.3 -> 0.3.4
2022-05-03 23:24:32 +02:00
Fabian Affolter
ac2858f9f5
python310Packages.pynetgear: 0.9.4 -> 0.10.0
2022-05-03 22:58:41 +02:00
deinferno
3e8e52bb91
nixos/vmware-host: init at 16.2.3
2022-05-04 01:58:32 +05:00
deinferno
e1da7f4d44
vmware-workstation: init at 16.2.3
2022-05-04 01:58:26 +05:00
deinferno
59e6af3dc1
linuxPackages.vmware: init at 16.2.3
2022-05-04 01:56:45 +05:00
davidak
01143883ff
Merge pull request #161788 from vlinkz/calamares-nixos
...
calamares: fix calamares modules, add nixos modules, and add new iso
2022-05-03 22:55:24 +02:00