Aleksana
168438eb23
vivaldi: use coreutils from nixpkgs ( #357003 )
2024-11-27 21:25:17 +08:00
jopejoe1
6b88838224
discord: bump all versions ( #358730 )
2024-11-27 10:48:27 +01:00
Jenny
75bbe5108d
zammad: 6.3.1 -> 6.4.0 ( #355199 )
2024-11-27 09:37:55 +01:00
R. Ryantm
dacf103369
terraform-providers.aws: 5.72.0 -> 5.78.0
2024-11-27 12:09:30 +10:00
Martin Weinelt
e0643f7d83
firefox-unwrapped: 132.0.2 -> 133.0 ( #359324 )
2024-11-27 02:30:37 +01:00
R. Ryantm
943df47997
terraform-providers.acme: 2.26.0 -> 2.28.1
2024-11-27 11:06:10 +10:00
R. Ryantm
14824c32cb
terraform-providers.google: 6.7.0 -> 6.12.0
2024-11-27 10:49:18 +10:00
Weijia Wang
127fb39fb6
floorp: 11.20.0 -> 11.21.0 ( #358775 )
2024-11-26 23:13:16 +01:00
Martin Weinelt
3fa8e947c8
firefox-esr-128-unwrapped: 128.4.0esr -> 128.5.0esr
...
https://www.mozilla.org/en-US/firefox/128.5.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2024-64/
Fixes: CVE-2024-11691, CVE-2024-11692, CVE-2024-11694, CVE-2024-11695,
CVE-2024-11696, CVE-2024-11697, CVE-2024-11698, CVE-2024-11699
2024-11-26 17:12:42 +01:00
Martin Weinelt
9a4a69dc46
firefox-bin-unwrapped: 132.0.2 -> 133.0
...
https://www.mozilla.org/en-US/firefox/133.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2024-63/
Fixes: CVE-2024-11691, CVE-2024-11692, CVE-2024-11701, CVE-2024-11694,
CVE-2024-11695, CVE-2024-11696, CVE-2024-11697, CVE-2024-11704,
CVE-2024-11698, CVE-2024-11705, CVE-2024-11706, CVE-2024-11708,
CVE-2024-11699
2024-11-26 17:12:39 +01:00
Martin Weinelt
3c4382fb2b
firefox-unwrapped: 132.0.2 -> 133.0
...
https://www.mozilla.org/en-US/firefox/133.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2024-63/
Fixes: CVE-2024-11691, CVE-2024-11692, CVE-2024-11701, CVE-2024-11694,
CVE-2024-11695, CVE-2024-11696, CVE-2024-11697, CVE-2024-11704,
CVE-2024-11698, CVE-2024-11705, CVE-2024-11706, CVE-2024-11708,
CVE-2024-11699
2024-11-26 17:10:44 +01:00
Alexander Sieg
d95aee96e1
zammad: 6.3.1 -> 6.4.0
2024-11-26 08:11:41 +01:00
R. Ryantm
ea6bc563b5
terraform-providers.buildkite: 1.12.0 -> 1.13.0
2024-11-26 14:25:57 +10:00
R. Ryantm
08f2d47f71
terraform-providers.snowflake: 0.97.0 -> 0.98.0
2024-11-26 14:25:45 +10:00
jopejoe1
b718c275a9
ladybird: 0-unstable-2024-11-06 -> 0-unstable-2024-11-21 ( #357995 )
2024-11-26 00:24:35 +01:00
Emily
8586e0559f
chromium: resolve ref to rev for blink version string ( #358997 )
2024-11-25 23:19:38 +01:00
jopejoe1
657103bc41
firefox-beta-unwrapped: 133.0b1 -> 133.0b9 ( #357537 )
2024-11-25 23:13:18 +01:00
Jenny
ac24b97156
nixos/zammad: refactor package, module and nixos-test ( #277456 )
2024-11-25 19:45:58 +01:00
Nick Cao
ed44a65978
vivaldi: 7.0.3495.6 -> 7.0.3495.18 ( #358331 )
2024-11-25 09:15:20 -05:00
Nick Cao
1a780f3be1
terraform-providers.dnsimple: 1.7.0 -> 1.8.0 ( #358935 )
2024-11-25 08:54:47 -05:00
emilylange
2a765dfbad
chromium: resolve ref to rev for blink version string
...
This allows us to match the version the binaries use more closely.
For example, chromedriver darwin (binary) reports the following:
~~~bash
chromedriver --version
ChromeDriver 131.0.6778.85 (3d81e41b6f3ac8bcae63b32e8145c9eb0cd60a2d-refs/branch-heads/6778@{#2285})
~~~
while on Linux, where we build chromedriver based on the chromium
derivation from source and control the string ourselves:
~~~bash
chromedriver --version
ChromeDriver 131.0.6778.85 (131.0.6778.85-refs/heads/master@{#0})
~~~
With this commit, the version string now reports:
~~~bash
chromedriver --version
ChromeDriver 131.0.6778.85 (3d81e41b6f3ac8bcae63b32e8145c9eb0cd60a2d-refs/tags/131.0.6778.85@{#0})
~~~
This may seem like a small and unimportant detail, but turns out an
internal function within chromedriver depends on the git hash.
See https://chromium.googlesource.com/chromium/src/+/131.0.6778.85/chrome/test/chromedriver/chrome/browser_info.cc#172
This caused the tests of one package (single-file-cli) that use
selenium with chromium and chromedriver to fail in 24.05.
Only in 24.05, because 24.11 and unstable removed their test dependency
on chromedriver because it wasn't available for aarch64-linux at that
time.
~~~
Running phase: checkPhase
Serving HTTP on 127.0.0.1 port 8000 (http://127.0.0.1:8000/ ) ...
session not created
from unknown error: unrecognized Blink revision: 131.0.6778.85 URL: http://127.0.0.1:8000
Stack: SessionNotCreatedError: session not created
from unknown error: unrecognized Blink revision: 131.0.6778.85
at Object.throwDecodedError (/build/source/node_modules/selenium-webdriver/lib/error.js:524:15)
at parseHttpResponse (/build/source/node_modules/selenium-webdriver/lib/http.js:601:13)
at Executor.execute (/build/source/node_modules/selenium-webdriver/lib/http.js:529:28)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
~~~
2024-11-25 14:44:52 +01:00
R. Ryantm
4842516f6a
terraform-providers.dnsimple: 1.7.0 -> 1.8.0
2024-11-25 09:49:52 +00:00
R. Ryantm
c2678467d9
terraform-providers.digitalocean: 2.42.0 -> 2.44.1
2024-11-25 09:31:13 +00:00
R. Ryantm
1635ae0b38
terraform-providers.project: 1.8.0 -> 1.9.1
2024-11-25 11:41:31 +10:00
R. Ryantm
76407ce99d
terraform-providers.github: 6.3.1 -> 6.4.0
2024-11-25 11:41:23 +10:00
R. Ryantm
c4c062825d
terraform-providers.ns1: 2.4.4 -> 2.4.5
2024-11-25 11:41:13 +10:00
R. Ryantm
cc15ead64f
terraform-providers.scaleway: 2.46.0 -> 2.47.0
2024-11-25 11:41:03 +10:00
Robert Schütz
a6d28112ea
warp: 0.7.0 -> 0.8.0 ( #358325 )
2024-11-24 16:35:27 -08:00
Christoph Heiss
df694054ab
floorp: 11.20.0 -> 11.21.0
...
Git changelog: https://github.com/Floorp-Projects/Floorp/compare/v11.20.0...v11.21.0
Release notes: https://blog.ablaze.one/4644/2024-11-18/
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-11-24 18:54:10 +01:00
DontEatOreo
955dff85b3
discord: bump all versions
2024-11-24 14:48:04 +00:00
netali
79facd2bb6
zammad: refactor package
2024-11-24 14:41:40 +01:00
Nick Cao
b314c165d6
terraform-providers.exoscale: 0.61.0 -> 0.62.0 ( #358632 )
2024-11-24 08:27:06 -05:00
Nick Cao
11faa20dff
terraform-providers.porkbun: 0.2.5 -> 0.3.0 ( #358539 )
2024-11-24 08:14:43 -05:00
Bjørn Forsman
74a650ef9c
suricata: move to pkgs/by-name
2024-11-24 09:30:49 +01:00
Bjørn Forsman
77fffb09ec
suricata: take versioned params instead of overriding at top-level
...
In preparation for moving to ./pkgs/by-name.
2024-11-24 09:30:49 +01:00
R. Ryantm
dbd0c8dcd0
terraform-providers.exoscale: 0.61.0 -> 0.62.0
2024-11-24 06:15:37 +00:00
teutat3s
6d86d77aae
element-desktop: 1.11.85 -> 1.11.86
...
https://github.com/element-hq/element-desktop/releases/tag/v1.11.86
Electron version got bumped to 33 in cecea312c6
2024-11-23 20:49:45 +01:00
Emily
2ce151821b
signal-desktop: move to pkgs/by-name; signal-desktop{x86_64-linux, aarch64-linux, darwin}: 7.33.0 -> 7.34.0; add myself to maintainers ( #358187 )
2024-11-23 19:18:47 +00:00
R. Ryantm
ebfff36b8f
terraform-providers.porkbun: 0.2.5 -> 0.3.0
2024-11-23 18:45:33 +00:00
Franz Pletz
15bd4e4059
librewolf: 132.0.1-1 -> 132.0.2-1 ( #357638 )
2024-11-23 19:41:00 +01:00
Nick Cao
9338b7aadd
libutp_3_4: 0-unstable-2023-11-14 -> 0-unstable-2024-11-16 ( #358244 )
2024-11-23 09:17:50 -05:00
Nick Cao
657a6b2e29
terraform-providers.opennebula: 1.4.0 -> 1.4.1 ( #358414 )
2024-11-23 09:10:05 -05:00
Nick Cao
7c661dfb80
terraform-providers.okta: 4.11.0 -> 4.11.1 ( #358421 )
2024-11-23 09:09:21 -05:00
Nick Cao
af436ba881
terraform-providers.fortios: 1.21.0 -> 1.21.1 ( #358283 )
2024-11-23 09:04:15 -05:00
R. Ryantm
558df1d03a
terraform-providers.okta: 4.11.0 -> 4.11.1
2024-11-23 12:34:36 +00:00
R. Ryantm
ae44597db5
terraform-providers.opennebula: 1.4.0 -> 1.4.1
2024-11-23 12:16:59 +00:00
Weijia Wang
39e9566b32
gurk-rs: add passthru.tests.version ( #356356 )
2024-11-23 10:04:40 +01:00
R. Ryantm
cb0240eec7
vivaldi: 7.0.3495.6 -> 7.0.3495.18
2024-11-23 06:40:01 +00:00
Robert Schütz
71527f55cd
warp: move to pkgs/by-name
2024-11-22 21:38:55 -08:00
Robert Schütz
25a572885e
warp: 0.7.0 -> 0.8.0
...
Diff: https://gitlab.gnome.org/World/warp/-/compare/v0.7.0...v0.8.0
2024-11-22 21:37:09 -08:00