Commit Graph

714201 Commits

Author SHA1 Message Date
Fabian Affolter
b3e8cfc28b greenmask: 0.2.3 -> 0.2.5
Diff: https://github.com/GreenmaskIO/greenmask/compare/refs/tags/v0.2.3...v0.2.5

Changelog: https://github.com/GreenmaskIO/greenmask/releases/tag/v0.2.5
2024-11-28 22:52:44 +01:00
Fabian Affolter
3e3d4ca65a trufflehog: 3.84.0 -> 3.84.1
Diff: https://github.com/trufflesecurity/trufflehog/compare/refs/tags/v3.84.0...v3.84.1

Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.84.1
2024-11-28 22:50:51 +01:00
Fabian Affolter
8d41c90145 ldeep: 1.0.75 -> 1.0.76
Diff: https://github.com/franc-pentest/ldeep/compare/refs/tags/1.0.75...1.0.76

Changelog: https://github.com/franc-pentest/ldeep/releases/tag/1.0.76
2024-11-28 22:47:13 +01:00
Gaetan Lepage
c2c53cb7b1 onionshare: format 2024-11-28 22:43:02 +01:00
Fabian Affolter
3b6448baa5 python312Packages.neo4j: 5.26.0 -> 5.27.0
Diff: https://github.com/neo4j/neo4j-python-driver/compare/refs/tags/5.26.0...5.27.0

Changelog: https://github.com/neo4j/neo4j-python-driver/releases/tag/5.27.0
2024-11-28 22:41:16 +01:00
Victor Engmark
bfe7bb410f nixos/printing: fix ShellCheck issues
ShellCheck reports the following:

> SC2174 (warning): When used with -p, -m only applies to the deepest
> directory.

Avoid this warning by splitting `mkdir -m MODE -p DIR` into
`(umask MASK && mkdir -p DIR)`.
2024-11-28 22:41:11 +01:00
Fabian Affolter
dfb9a94013 python312Packages.botocore-stubs: 1.35.29 -> 1.35.71 2024-11-28 22:40:20 +01:00
Fabian Affolter
81684eba3f python312Packages.boto3-stubs: 1.35.29 -> 1.35.71 2024-11-28 22:40:16 +01:00
Pol Dellaiera
eeab2e4e5e
phpactor: 2024.11.05.0 -> 2024.11.28.0 (#359939) 2024-11-28 22:36:51 +01:00
Pol Dellaiera
70b1a96bf5
n98-magerun2: 7.4.0 -> 7.5.0 (#359963) 2024-11-28 22:35:51 +01:00
Fabian Affolter
2f682051a9 python312Packages.tencentcloud-sdk-python: 3.0.1273 -> 3.0.1274
Diff: https://github.com/TencentCloud/tencentcloud-sdk-python/compare/refs/tags/3.0.1273...3.0.1274

Changelog: https://github.com/TencentCloud/tencentcloud-sdk-python/blob/3.0.1274/CHANGELOG.md
2024-11-28 22:33:45 +01:00
Fabian Affolter
3ebbc67763 cnspec: 11.31.1 -> 11.32.0
Diff: https://github.com/mondoohq/cnspec/compare/refs/tags/v11.31.1...v11.32.0

Changelog: https://github.com/mondoohq/cnspec/releases/tag/v11.32.0
2024-11-28 22:32:51 +01:00
Fabian Affolter
572df3a233 exploitdb: 2024-11-16 -> 2024-11-26
Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-11-16...2024-11-26
2024-11-28 22:32:46 +01:00
Fabian Affolter
2330454c04 checkov: 3.2.316 -> 3.2.322
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/3.2.316...3.2.322

Changelog: https://github.com/bridgecrewio/checkov/releases/tag/3.2.322
2024-11-28 22:31:40 +01:00
Pol Dellaiera
73b6cbce5c
php81Packages.phpstan: 1.11.8 -> 2.0.2 (#359957) 2024-11-28 22:10:14 +01:00
R. Ryantm
3c02da2176 n98-magerun2: 7.4.0 -> 7.5.0 2024-11-28 21:07:25 +00:00
R. Ryantm
115b31f2a3 php81Packages.phpstan: 1.11.8 -> 2.0.2 2024-11-28 20:56:18 +00:00
Pol Dellaiera
ff3faba639
vscode-extensions.visualjj.visualjj: 0.12.5 -> 0.13.0 (#359956) 2024-11-28 21:55:26 +01:00
Sandro
43b7d77530
python312Packages.spsdk: 2.2.1 -> 2.4.0 (#359513) 2024-11-28 21:48:05 +01:00
Silvan Mosberger
edd47f7c85
nixfmt-rfc-style: 2024-08-16 -> 2024-11-26 (#359904)
Changes:
- https://github.com/NixOS/nixfmt/pull/233 and
  https://github.com/NixOS/nixfmt/pull/257 fix the poor formatting of
  `mkRenamedOptionModule` code.
- https://github.com/NixOS/nixfmt/pull/240 deprecates passing
  directories as CLI args, instead using
  [treefmt](https://github.com/numtide/treefmt) is recommended.
- https://github.com/NixOS/nixfmt/pull/246 fixes some problems with
  floats.
- https://github.com/NixOS/nixfmt/pull/247 fixes trailing spaces not
  always being stripped.
- https://github.com/NixOS/nixfmt/pull/248 ensures that the ownership of
  files isn't changed when formatting them.
- https://github.com/NixOS/nixfmt/pull/249 fixes some poor formatting of
  some attribute selections.
- https://github.com/NixOS/nixfmt/pull/262 ensures that 64-bit integers
  don't get trimmed on 32-bit platforms.
- https://github.com/NixOS/nixfmt/pull/264 adds a `--filename` flag to
  allow setting the filename in error messages when formatting standard input.
- https://github.com/NixOS/nixfmt/pull/243 added
  [installation and integration docs](https://github.com/NixOS/nixfmt?tab=readme-ov-file#installation-and-usage-instructions).
- https://github.com/NixOS/nixfmt/pull/238 created a
  [`.pre-commit-hooks.yaml`](https://github.com/NixOS/nixfmt/blob/master/.pre-commit-hooks.yaml)
  for integration with [pre-commit](https://pre-commit.com/)
2024-11-28 21:45:40 +01:00
Pol Dellaiera
47048ebe1e vscode-extensions.visualjj.visualjj: 0.12.5 -> 0.13.0 2024-11-28 21:45:16 +01:00
Sandro
e72faf8015
level-zero: 1.18.3 -> 1.19.2 (#359682) 2024-11-28 21:39:42 +01:00
Pol Dellaiera
c8bacdae50
php81Packages.grumphp: 2.6.0 -> 2.9.0 (#359926) 2024-11-28 21:36:43 +01:00
Pol Dellaiera
6a134c9a35
vscode-extensions.github.copilot: 1.243.1191 -> 1.246.1233 (#359947) 2024-11-28 21:36:12 +01:00
Pol Dellaiera
ae933cb7df vscode-extensions.github.copilot: 1.243.1191 -> 1.246.1233 2024-11-28 21:16:51 +01:00
Silvan Mosberger
c8aeacd0ae release notes: Move cacheNetwork note to 25.05
It's not included in 24.11
2024-11-28 21:13:14 +01:00
h7x4
12cadcb077
formats.libconfig: add support for dashes (#359308) 2024-11-28 21:11:50 +01:00
Fabian Affolter
02d838abb9
python312Packages.influxdb3-python: 0.9.0 -> 0.10.0 (#359619) 2024-11-28 21:03:14 +01:00
Jan Tojnar
acd9b02b6d webkitgtk_6_0: 2.46.3 → 2.46.4
https://github.com/WebKit/WebKit/compare/webkitgtk-2.46.3...webkitgtk-2.46.4
https://webkitgtk.org/security/WSA-2024-0007.html
https://webkitgtk.org/2024/11/27/webkitgtk2.46.4-released.html

CVE-2024-44308, CVE-2024-44309
2024-11-28 20:59:20 +01:00
R. Ryantm
99d776a64c phpactor: 2024.11.05.0 -> 2024.11.28.0 2024-11-28 19:57:36 +00:00
Gaétan Lepage
dabd3bd5fa
basedpyright: 1.21.1 -> 1.22.0 (#359715) 2024-11-28 20:50:48 +01:00
Gaetan Lepage
875cba81ba python312Packages.python-socketio: add __darwinAllowLocalNetworking 2024-11-28 20:44:42 +01:00
Sandro
3380c823c9
linuxPackages.openafs: Patch for Linux kernel 6.12 (#358842) 2024-11-28 20:25:31 +01:00
Sandro
51fcc9d335
mysql-shell{,_8,-innovation}: format with nixfmt (#358604) 2024-11-28 20:24:35 +01:00
Sandro
6dfdf6749f
trunk-io: 1.3.2 -> 1.3.4 (#358302) 2024-11-28 20:22:17 +01:00
jopejoe1
efd30bb7bc
step-ca: 0.27.5 -> 0.28.0 (#357083) 2024-11-28 19:17:47 +00:00
kirillrdy
c39f3576f4
gf: unstable-2023-08-09 -> 0-unstable-2024-08-21; include extensions and add plugin support (#357435) 2024-11-29 06:16:26 +11:00
jopejoe1
8cad8436de
rainfrog: 0.2.9 -> 0.2.10 (#357442) 2024-11-28 19:06:36 +00:00
Austin Horstman
4b8921fde4
tesseract: 5.3.4 -> 5.5.0 (#353902) 2024-11-28 13:06:03 -06:00
Dmitry Kalinkin
b71f4a89a4
python312Packages.fastnlo-toolkit: fix build (#359805) 2024-11-28 14:05:37 -05:00
R. Ryantm
265b3aa46a php81Packages.grumphp: 2.6.0 -> 2.9.0 2024-11-28 19:04:09 +00:00
jopejoe1
017d88ec83
waypipe: 0.9.1 -> 0.9.2 (#357168) 2024-11-28 18:59:42 +00:00
jopejoe1
7904efb866
amiri: 1.000 -> 1.001 (#357329) 2024-11-28 18:58:20 +00:00
jopejoe1
892247b9b8
ncdu: 2.6 -> 2.7 (#357479) 2024-11-28 18:42:52 +00:00
jopejoe1
251e822f97
notepad-next: 0.8 -> 0.9 (#357598) 2024-11-28 18:37:29 +00:00
jopejoe1
6bf4c9b790
seclists: 2024.3 -> 2024.4 (#357660) 2024-11-28 18:35:18 +00:00
Volker Diels-Grabsch
ac0c0e1c33 maintainers: add vog 2024-11-28 19:28:47 +01:00
Artturin
58cca6e009
discord: add pipewire to fix screensharing; discord-canary: 0.0.527 -> 0.0.528 (#359666) 2024-11-28 20:22:23 +02:00
Sandro
521bba39df
croc: 10.1.0 -> 10.1.1 (#359896) 2024-11-28 19:21:50 +01:00
jopejoe1
aa912dbb95
factorio-mods: drop (#359695) 2024-11-28 17:57:46 +00:00