Matthias Beyer
562fdfd04e
kdash: 0.2.4 -> 0.3.1
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-05-04 08:46:19 +02:00
Fabian Affolter
73f731e956
Merge pull request #171357 from fabaff/zeroconf-test
...
python310Packages.zeroconf: disable failing test
2022-05-04 08:42:30 +02:00
Fabian Affolter
cbc98ee706
Merge pull request #171359 from fabaff/bump-signedjson
...
python310Packages.signedjson: 1.1.1 -> 1.1.4
2022-05-04 08:40:43 +02:00
Fabian Affolter
1bb69b56cb
Merge pull request #171425 from r-ryantm/auto-update/python3.10-lektor
...
python310Packages.lektor: 3.3.3 -> 3.3.4
2022-05-04 08:39:33 +02:00
Fabian Affolter
7784c3d722
Merge pull request #171455 from fabaff/bump-checkov
...
checkov: 2.0.1102 -> 2.0.1110
2022-05-04 08:38:27 +02:00
Fabian Affolter
0d1898860a
Merge pull request #171457 from fabaff/sentry-sdk-bump
...
python39Packages.sentry-sdk: 1.5.10 -> 1.5.11
2022-05-04 08:38:13 +02:00
Fabian Affolter
535b480472
Merge pull request #171452 from fabaff/aiooncue-bump
...
python310Packages.aiooncue: 0.3.3 -> 0.3.4
2022-05-04 08:37:35 +02:00
Fabian Affolter
801b9b3147
Merge pull request #171450 from fabaff/pynetgear-bump
...
python310Packages.pynetgear: 0.9.4 -> 0.10.0
2022-05-04 08:37:24 +02:00
Fabian Affolter
508b622f6c
Merge pull request #171448 from fabaff/luxtronik-bump
...
python310Packages.luxtronik: 0.3.12 -> 0.3.13
2022-05-04 08:37:13 +02:00
Fabian Affolter
223aafa2c7
Merge pull request #171483 from r-ryantm/auto-update/python3.10-mypy-boto3-s3
...
python310Packages.mypy-boto3-s3: 1.22.0.post1 -> 1.22.6
2022-05-04 08:37:02 +02:00
Fabian Affolter
375936b7b6
Merge pull request #171484 from r-ryantm/auto-update/python3.10-stripe
...
python310Packages.stripe: 2.74.0 -> 2.75.0
2022-05-04 08:36:41 +02:00
Fabian Affolter
1a0e22e26c
Merge pull request #171486 from r-ryantm/auto-update/python3.10-xknx
...
python310Packages.xknx: 0.21.1 -> 0.21.2
2022-05-04 08:36:18 +02:00
Fabian Affolter
36fb2a2b8e
Merge pull request #171414 from fabaff/loo-py-fix
...
python39Packages.loopy: 2020.2 -> 2020.2.1
2022-05-04 08:35:49 +02:00
Fabian Affolter
d5443933d8
Merge pull request #171434 from fabaff/aioslimproto-bump
...
python310Packages.aioslimproto: 1.0.1 -> 2.0.0
2022-05-04 08:35:36 +02:00
Fabian Affolter
1a07583087
Merge pull request #171442 from fabaff/urlwatch-bump
...
urlwatch: 2.24 -> 2.25
2022-05-04 08:35:08 +02:00
Fabian Affolter
df207eefca
Merge pull request #171446 from fabaff/exceptiongroup-bump
...
python310Packages.exceptiongroup: 1.0.0rc2 -> 1.0.0rc5
2022-05-04 08:34:43 +02:00
Arijit Basu
65be503d82
xplr: 0.17.3 -> 0.17.6
2022-05-04 11:08:43 +05:30
R. Ryantm
7e2559da36
python310Packages.superqt: 0.3.1 -> 0.3.2
2022-05-03 22:38:20 -07:00
Roberto Di Remigio
af911e8452
doctest: 2.4.7 -> 2.4.8 ( #164599 )
...
* doctest: 2.4.7 -> 2.4.8
2022-05-04 07:21:13 +02:00
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
R. Ryantm
9d9849374f
python310Packages.xknx: 0.21.1 -> 0.21.2
2022-05-04 04:33:19 +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
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
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