TomaSajt
7b596a54cc
bitwarden-desktop: remove usage of CSC_IDENTITY_AUTO_DISCOVERY
...
(cherry picked from commit 9e2a7c6780 )
2026-06-14 21:36:34 +00:00
StepBroBD
8c14fa3cca
[Backport release-26.05] plausible: 3.0.1 -> 3.2.1 ( #531788 )
2026-06-14 21:27:40 +00:00
Yifei Sun
7d25335b56
plausible: 3.0.1 -> 3.2.1
...
(cherry picked from commit 7a9913093a )
2026-06-14 21:14:34 +00:00
nixpkgs-ci[bot]
096aac0231
[Backport release-26.05] microsoft-edge: 149.0.4022.52 -> 149.0.4022.69 ( #531765 )
2026-06-14 20:48:49 +00:00
Bjørn Forsman
19acfb8731
[Backport release-26.05] dnsmasq: 2.92rel2 -> 2.93 ( #531699 )
2026-06-14 20:40:00 +00:00
R. Ryantm
aaf1df9208
microsoft-edge: 149.0.4022.52 -> 149.0.4022.69
...
(cherry picked from commit 69fb8c204d )
2026-06-14 19:40:44 +00:00
Grimmauld
77abf92b3f
[Backport release-26.05] run0-sudo-shim: init at 1.3.1 ( #531733 )
2026-06-14 19:17:17 +00:00
Emily
4f3ca2f185
[Backport release-26.05] forgejo-runner: 12.10.2 -> 12.11.1 ( #531443 )
2026-06-14 18:08:05 +00:00
zimward
23368bc7a4
run0-sudo-shim: adopt by kuflierl; adopt by grimmauld
...
(cherry picked from commit 0f33c86ea2 )
2026-06-14 17:55:23 +00:00
zimward
e8804fa6d3
run0-sudo-shim: init at 1.3.1
...
Co-authored-by: Grimmauld <Grimmauld@grimmauld.de>
(cherry picked from commit f80687b86b )
2026-06-14 17:55:22 +00:00
Martin Weinelt
7380c6a1fd
[Backport release-26.05] librewolf: mark with knownVulnerabilities ( #531726 )
2026-06-14 17:25:23 +00:00
Hythera
c4ec043470
librewolf: mark with knownVulnerabilities
...
(cherry picked from commit 52a5a3bdd7 )
2026-06-14 17:20:28 +00:00
nixpkgs-ci[bot]
d07ce12c5e
[Backport release-26.05] xfr: 0.9.14 -> 0.9.19 ( #531717 )
2026-06-14 17:16:07 +00:00
nixpkgs-ci[bot]
18db1d2893
[Backport release-26.05] gforth: 0.7.9_20260513 -> 0.7.9_20260610 ( #531715 )
2026-06-14 17:16:06 +00:00
R. Ryantm
82f3df028a
xfr: 0.9.14 -> 0.9.19
...
(cherry picked from commit 66c6ebbf00 )
2026-06-14 16:49:31 +00:00
R. Ryantm
acb86ed84c
gforth: 0.7.9_20260513 -> 0.7.9_20260610
...
(cherry picked from commit 4444f922fe )
2026-06-14 16:48:33 +00:00
nixpkgs-ci[bot]
a8663184f8
[Backport release-26.05] charls: 2.4.3 -> 2.4.4 ( #529741 )
2026-06-14 16:43:03 +00:00
Gliczy
d3853b6fb9
dnsmasq: 2.92rel2 -> 2.93
...
Dropping the patch for CVE-2026-6507 since it has been fixed in this
tag.
(cherry picked from commit 5efefac4ae )
2026-06-14 15:42:01 +00:00
nixpkgs-ci[bot]
389c343dc0
[Backport release-26.05] zotero: Use release channel ( #531582 )
2026-06-14 15:12:41 +00:00
isabel
1242a9fe65
[Backport release-26.05] bsky-cli: 0.0.79 -> 0.0.81 ( #531619 )
2026-06-14 11:52:23 +00:00
R. Ryantm
9d71202203
bsky-cli: 0.0.79 -> 0.0.81
...
(cherry picked from commit d8a9a3d5cb )
2026-06-14 11:12:06 +00:00
nixpkgs-ci[bot]
71e0c11e0b
[Backport release-26.05] Homebank: 5.10.0 -> 5.10.1 ( #531529 )
2026-06-14 10:07:27 +00:00
xanderio
14fdbf7207
[Backport release-26.05] outline: 1.7.1 -> 1.8.1 ( #530082 )
2026-06-14 09:51:46 +00:00
Martin Weinelt
491a30eb9d
[Backport release-26.05] python3Packages.libknot: 3.5.4 -> 3.5.5 ( #531591 )
2026-06-14 09:38:02 +00:00
Martin Weinelt
d0a7071a50
prometheus-knot-exporter: 3.5.4 -> 3.5.5
...
(cherry picked from commit a79e88fcd7 )
2026-06-14 08:49:01 +00:00
Martin Weinelt
072540b8c4
python3Packages.libknot: 3.5.4 -> 3.5.5
...
(cherry picked from commit 01cc627054 )
2026-06-14 08:49:01 +00:00
Mynacol
eea2187196
zotero: Fix build on x86_64-darwin
...
When setting a non-`source` update channel, the build fails on
x86_64-darwin.
The build fails with:
```
source not found twice in ChannelPrefs
source
stringWithCString:encoding:
```
Which definitely means it is caused by the strings command here.
When manually executing the strings command on the file, I can repeat
getting only one `source` result on x86 mac, while getting two on arm64
or linux. After digging around, I tried with the flag `-arch all`, and
both `source` values are found on x86 mac. Full command: `strings -n 3
-arch all $binary`.
Also reported to upstream in https://github.com/zotero/zotero/pull/5926
(cherry picked from commit 96a484e28e )
2026-06-14 07:17:47 +00:00
Mynacol
e0cd136659
zotero: Use release channel
...
Our zotero build had the version string 9.0.2.SOURCE.000000000, while
upstream releases of course only have 9.0.2. This leaks in HTTP headers
and JavaScript functions, which is used e.g. by Better BibTeX. This
add-on actually partially fails due to the unexpected version string.
This commit switches to the release channel. This also would enable
updates, which fail/hang because the firefox updater is not included in
our firefox builds.
Instead of patching app/scripts/dir_build, I opt to call
app/scripts/prepare_build and app/build.sh directly. This also brings us
closer to cross-compile support (as we now select the build system and
architecture from targetHost).
(cherry picked from commit e12e834060 )
2026-06-14 07:17:46 +00:00
Bjørn Forsman
2d3d1452a6
[Backport release-26.05] tig: 2.6.0 -> 2.6.1 ( #531575 )
2026-06-14 06:59:01 +00:00
R. Ryantm
748fc37626
tig: 2.6.0 -> 2.6.1
...
(cherry picked from commit f71ec6b1c4 )
2026-06-14 06:48:10 +00:00
nixpkgs-ci[bot]
c9172fa514
[Backport release-26.05] dprint-plugins.dprint-plugin-biome: 0.12.12 -> 0.13.0 ( #531546 )
2026-06-14 04:00:46 +00:00
nixpkgs-ci[bot]
ec22b2ac08
[Backport release-26.05] stellar-core: 26.1.0 -> 27.0.0, disable flaky PostgreSQL test ( #531533 )
2026-06-14 03:47:13 +00:00
nixpkgs-ci[bot]
691ccf567d
[Backport release-26.05] zapzap: 6.5.0.0.1 -> 6.5.1 ( #531525 )
2026-06-14 03:47:12 +00:00
Michael Daniels
d09f2e5c1b
[Backport release-26.05] jetbrains-toolbox: add fabiob as maintainer ( #531548 )
2026-06-14 03:32:53 +00:00
Fabio Batista
0d15f71978
jetbrains-toolbox: add maintainer fabiob
...
(cherry picked from commit e15c9e3344 )
2026-06-14 03:27:57 +00:00
Fabio Batista
77e9d12cf3
maintainers: add fabiob
...
(cherry picked from commit 314caac6bd )
2026-06-14 03:27:57 +00:00
R. Ryantm
413ae19034
dprint-plugins.dprint-plugin-biome: 0.12.12 -> 0.13.0
...
(cherry picked from commit a9e616f996 )
2026-06-14 03:14:38 +00:00
Michael Daniels
e360676844
[Backport release-26.05] ouch-rar: 0.7.1 -> 0.8.0 ( #530016 )
2026-06-14 02:09:32 +00:00
Angel J
cd7755193c
stellar-core: 26.1.0 -> 27.0.0
...
(cherry picked from commit cb960045a0 )
2026-06-14 02:08:17 +00:00
Angel J
ab10e74c71
stellar-core: disable flaky PostgreSQL test
...
(cherry picked from commit 2e227e9836 )
2026-06-14 02:08:17 +00:00
Michael Daniels
f81ff30329
[Backport release-26.05] flake-checker: 0.2.11 -> 0.2.13 ( #529864 )
2026-06-14 02:05:45 +00:00
Zain Kergaye
c968eded49
homebank: 5.10 -> 5.10.1
...
(cherry picked from commit e4ee25311f )
2026-06-14 02:00:51 +00:00
R. Ryantm
ce7f4865a8
zapzap: 6.5.0.0.1 -> 6.5.1
...
(cherry picked from commit a28026df27 )
2026-06-14 01:47:55 +00:00
nixpkgs-ci[bot]
8fae8b32a7
[Backport release-26.05] prowlarr: 2.3.5.5327 -> 2.4.0.5397 ( #531506 )
2026-06-14 01:33:57 +00:00
Michael Daniels
50cf4aecce
[Backport release-26.05] python3Packages.dramatiq-abort: fix tests with dramatiq 2.0 ( #525454 )
2026-06-14 00:36:25 +00:00
Peder Bergebakken Sundt
a0fe96ee7d
[Backport release-26.05] drawio: 29.7.9 -> 30.0.4 ( #530672 )
2026-06-14 00:35:47 +00:00
Ryan Horiguchi
7bd7bc852d
prowlarr: 2.3.5.5327 -> 2.4.0.5397
...
(cherry picked from commit 4d11dd6348 )
2026-06-14 00:35:30 +00:00
André Silva
482b7fcee2
[Backport release-26.05] vuetorrent: 2.33.0 -> 2.34.0 ( #531466 )
2026-06-13 20:55:32 +00:00
R. Ryantm
e398d6179a
vuetorrent: 2.33.0 -> 2.34.0
...
(cherry picked from commit 46f49d3913 )
2026-06-13 20:33:15 +00:00
emilylange
1c9c2e9a5a
forgejo-runner: 12.10.2 -> 12.11.1
...
https://code.forgejo.org/forgejo/runner/releases/tag/v12.11.0
https://code.forgejo.org/forgejo/runner/releases/tag/v12.11.1
(cherry picked from commit bdc3a4054c )
2026-06-13 19:00:18 +00:00