Maëlys Bras de fer
6bb2fb7b03
stdenv/custom: avoid aliases
...
(cherry picked from commit e6a064f749
)
2024-11-27 16:28:47 +00:00
Sandro
975ea7ae66
[Backport release-24.11] angular-language-server: remove overjealous templating ( #359589 )
2024-11-27 16:52:11 +01:00
Aleksana
f0fbc84ad2
[Backport release-24.11] eyedropper: 1.0.0 -> 2.0.1 ( #359593 )
2024-11-27 22:54:07 +08:00
zendo
112703b9ab
eyedropper: 1.0.0 -> 2.0.1
...
(cherry picked from commit 09b4aa1dce
)
2024-11-27 14:51:03 +00:00
Franz Pletz
000c745b61
[Backport release-24.11] nginx: fix compatibility with zlib-ng ( #359579 )
2024-11-27 15:32:15 +01:00
Franz Pletz
fb8b9c20ab
[Backport release-24.11] nixos/acme: Set /var/lib/acme permissions to 755 ( #359583 )
2024-11-27 15:18:29 +01:00
Sandro Jäckel
e2c2f879c1
angular-language-server: remove overjealous templating
...
Templating owner/repo just decreases readability; the pname in the
update script just matches by accident, we really need the attr of the
package here.
(cherry picked from commit 25be6b0c86
)
2024-11-27 14:15:22 +00:00
Artturin
e292d3907f
[Backport release-24.11] discord: bump all versions ( #359538 )
2024-11-27 16:08:11 +02:00
Yuriy Taraday
28ba9e2c27
nixos/acme: Set /var/lib/acme permissions to 755
...
It was being created with the default home permissions of 700, and then
set to 755 at runtime by something either some script or systemd as
part of service startup.
It worked fine without sysusers, but when it's enabed with:
systemd.sysusers.enable = true;
systemd-tmpfiles is resetting permissions on each activation, which
breaks, for example, nginx reload, because it cannot load certificates
anymore, because it doesn't have any access to `/var/lib/acme`.
Fix this by setting `homeMode = "755";` explicitely so that it's set to
the final value from the beginning.
(cherry picked from commit 64a6e8292a
)
2024-11-27 13:52:09 +00:00
Franz Pletz
f5495b97ea
nginx: fix compatibility with zlib-ng
...
Fix #357522 .
(cherry picked from commit 5ae0b27ab9
)
2024-11-27 13:35:19 +00:00
Aleksana
28d1fb6d22
[Backport release-24.11] vivaldi: use coreutils from nixpkgs ( #359577 )
2024-11-27 21:27:53 +08:00
Martin Weinelt
6318dc0af6
[Backport release-24.11] firefox-unwrapped: 132.0.2 -> 133.0 ( #359469 )
2024-11-27 14:26:12 +01:00
Badi Abdul-Wahid
3d38f8e24d
vivaldi: use coreutils from nixpkgs
...
On non-nixos systems the startup script uses coreutils commands linked
against a different glibc than exposed via our wrapped program. As a
result the following failure can occur when invoking `rm`, `readlink`,
`timeout`, and other coreutils commands:
```
+ timeout 3s /update-ffmpeg --user
timeout: symbol lookup error: /nix/store/pacbfvpzqz2mksby36awvbcn051zcji3-glibc-2.40-36/lib/libc.so.6: undefined symbol: __tunable_is_initialized, version GLIBC_PRIVATE
```
Repro:
1. Be on ubuntu 22.04[1]
2. `nix build --impure --expr 'with import ./. {config.allowUnfree=true;}; vivaldi.override { proprietaryCodecs = true; enableWidevine=true;}'`
3. `./result/bin/vivaldi`
[1]: I suspect other distros can exhibit the issue, but this is what I've tested on.
(cherry picked from commit 692c9fdbfa
)
2024-11-27 13:25:43 +00:00
Aleksana
2c4e309692
[Backport release-24.11] rofi-wayland: add patch for niri ( #359567 )
2024-11-27 20:45:27 +08:00
Guilhem Saurel
795e956269
rofi-wayland: add patch for niri
...
Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
(cherry picked from commit 460168f833
)
2024-11-27 12:44:58 +00:00
Vincent Laporte
85e78131c3
jasmin-compiler: 2024.07.1 → 2024.07.2
...
(cherry picked from commit a605d065a9
)
2024-11-27 13:32:19 +01:00
Aleksana
2020b73e3b
[Backport release-24.11] cobang: fix build ( #359555 )
2024-11-27 19:41:17 +08:00
wxt
3a0d005754
cobang: fix build
...
(cherry picked from commit 1901288403
)
2024-11-27 11:40:20 +00:00
wxt
3a65adc3d1
cobang: nixfmt
...
(cherry picked from commit 86476b4829
)
2024-11-27 11:40:20 +00:00
wxt
a1171ab131
cobang: move to by-name
...
(cherry picked from commit 904070f0ad
)
2024-11-27 11:40:20 +00:00
Aleksana
c7c497e11b
[Backport release-24.11] cutter: fix build against PySide 6.8 ( #359553 )
2024-11-27 19:40:17 +08:00
Martin Joerg
11a0cab61e
cutter: fix build against PySide 6.8
...
fix #358483
(cherry picked from commit a33164156a
)
2024-11-27 11:36:15 +00:00
DontEatOreo
1afcd07cb7
discord: bump all versions
...
(cherry picked from commit 955dff85b3
)
2024-11-27 09:49:11 +00:00
Markus Kowalewski
f1f029e5cb
[Backport release-24.11] abracadabra: 2.7.0 -> 2.7.1 ( #359261 )
2024-11-27 10:16:06 +01:00
Aleksana
cab1dfb048
[Backport release-24.11] toot: 0.45.0 -> 0.47.0 ( #359520 )
2024-11-27 15:53:31 +08:00
aleksana
b23e3901b7
toot: 0.45.0 -> 0.47.0
...
Diff: https://github.com/ihabunek/toot/compare/0.45.0...0.47.0
Changelog: https://github.com/ihabunek/toot/blob/master/CHANGELOG.md
(cherry picked from commit 3b68f421f5
)
2024-11-27 07:53:09 +00:00
Aleksana
cce6b5d0be
[Backport release-24.11] devtoolbox: 1.2 -> 1.2.1 ( #359475 )
2024-11-27 11:25:58 +08:00
aucub
dc1dae4730
devtoolbox: 1.2 -> 1.2.1
...
(cherry picked from commit 9372fffd29
)
2024-11-27 02:12:31 +00:00
Martin Weinelt
ad161316a4
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
(cherry picked from commit 3fa8e947c8
)
2024-11-27 01:31:18 +00:00
Martin Weinelt
d9fcbee0c4
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
(cherry picked from commit 9a4a69dc46
)
2024-11-27 01:31:18 +00:00
Martin Weinelt
e77539a846
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
(cherry picked from commit 3c4382fb2b
)
2024-11-27 01:31:18 +00:00
Weijia Wang
39a79978d6
[Backport release-24.11] xpadneo: fix build issues for kernel 6.12 ( #359173 )
2024-11-27 00:03:36 +01:00
Weijia Wang
05b3ece05f
[Backport release-24.11] bitwarden-desktop: 2024.9.0 -> 2024.11.1 ( #358706 )
2024-11-27 00:01:46 +01:00
Weijia Wang
57e76be21e
[Backport release-24.11] tidal-hifi: 5.16.0 -> 5.17.0 ( #359184 )
2024-11-27 00:01:26 +01:00
Weijia Wang
02dc6dd853
[Backport release-24.11] sydbox: 2.2.0 -> 3.28.3 ( #358071 )
2024-11-27 00:00:37 +01:00
Weijia Wang
bf5225a825
[Backport release-24.11] firefox-beta-unwrapped: 133.0b1 -> 133.0b9 ( #359134 )
2024-11-26 23:59:26 +01:00
Weijia Wang
75a5b923cc
[Backport release-24.11] rmapi: 0.25 -> 0.0.27.1 and switching to a maintained fork ( #359148 )
2024-11-26 23:58:20 +01:00
Weijia Wang
d4946edeb6
[Backport release-24.11] vivaldi: 7.0.3495.6 -> 7.0.3495.18 ( #359005 )
2024-11-26 23:55:55 +01:00
Weijia Wang
34b3351018
[Backport release-24.11] wordpress: 6.7 -> 6.7.1 ( #359095 )
2024-11-26 23:54:54 +01:00
Weijia Wang
f3b3462442
[Backport release-24.11] cinny-desktop: fix build failure ( #359174 )
2024-11-26 23:54:30 +01:00
Weijia Wang
4adc8fe72f
[Backport release-24.11] nvc: 1.14.1 -> 1.14.2 ( #359099 )
2024-11-26 23:44:20 +01:00
Weijia Wang
d76407b470
[Backport release-24.11] notmuch-mailmover: 0.4.0 -> 0.5.0 ( #358974 )
2024-11-26 23:16:32 +01:00
Weijia Wang
2696cff9f8
[Backport release-24.11] python312Packages.pinocchio: Disable test that fails on darwin ( #359090 )
2024-11-26 23:09:22 +01:00
Sandro
f169194dce
[Backport release-24.11] goreleaser: 2.4.5 -> 2.4.8 ( #359428 )
2024-11-26 22:42:51 +01:00
Sandro Jäckel
08aa8c0b49
goreleaser: 2.4.5 -> 2.4.8
...
Diff: https://github.com/goreleaser/goreleaser/compare/v2.4.5...v2.4.8
(cherry picked from commit d12dfaf2d7
)
2024-11-26 21:40:09 +00:00
Sandro
d35fb95056
[Backport release-24.11] goreleaser: 2.4.4 -> 2.4.5 ( #359427 )
2024-11-26 22:39:34 +01:00
Sandro
71b38a97fe
[Backport release-24.11] gitea: 1.22.3 -> 1.22.4 ( #359285 )
2024-11-26 22:38:38 +01:00
Sandro Jäckel
3881f80699
goreleaser: 2.4.4 -> 2.4.5
...
Diff: https://github.com/goreleaser/goreleaser/compare/v2.4.4...v2.4.5
(cherry picked from commit ab019005bc
)
2024-11-26 21:36:18 +00:00
Maximilian Bosch
b1c613f634
Merge: [Backport release-24.11] epson-escpr2: 1.2.20 -> 1.2.21 ( #359010 )
2024-11-26 21:47:38 +01:00
Thomas Gerbet
17d867d5bd
[Backport release-24.11] reposilite: 3.5.18 -> 3.5.19 ( #359371 )
2024-11-26 21:37:38 +01:00