Commit Graph

709652 Commits

Author SHA1 Message Date
Sandro Jäckel
4526fd515a golangci-lint: 1.62.0 -> 1.62.2
Diff: https://github.com/golangci/golangci-lint/compare/v1.62.0...v1.62.2

Changelog: https://github.com/golangci/golangci-lint/blob/v1.62.2/CHANGELOG.md
(cherry picked from commit 77f1e99598)
2024-11-27 22:00:29 +00:00
Weijia Wang
a1a3ea8e78
[Backport release-24.11] paperlib: fix darwin build (#359671) 2024-11-27 23:00:20 +01:00
Weijia Wang
816c0171b1
[Backport release-24.11] diesel-cli: 2.2.4 -> 2.2.5 (#359347) 2024-11-27 22:59:32 +01:00
Weijia Wang
ceee849bef
[Backport release-24.11] television: 0.5.0 -> 0.5.1 (#359348) 2024-11-27 22:59:14 +01:00
Adam C. Stephens
ab1a081341
[24.11] audiobookshelf: 2.16.2 -> 2.17.2 (#359674) 2024-11-27 16:31:19 -05:00
Martin Joerg
1954fcacf7 audiobookshelf: 2.17.1 -> 2.17.2
https://github.com/advplyr/audiobookshelf/releases/tag/v2.17.2
https://github.com/advplyr/audiobookshelf/compare/refs/tags/v2.17.1...refs/tags/v2.17.2

backport #359250
(cherry picked from commit 460d092336)
2024-11-27 21:22:35 +00:00
Tobias Berger
825d771d1c audiobookshelf: 2.16.2 -> 2.17.1
backport #357085
(cherry picked from commit ed59aeca78)
2024-11-27 21:22:35 +00:00
Weijia Wang
cdc744b668
[Backport release-24.11] magic-vlsi: 8.3.497 -> 8.3.501 (#359622) 2024-11-27 22:17:30 +01:00
Weijia Wang
cdbc3998e9 paperlib: fix darwin build
(cherry picked from commit 16001585a3)
2024-11-27 21:14:42 +00:00
Felix Schröter
fb6d23b874
[Backport release-24.11] tor-browser: 14.0.2 -> 14.0.3, mullvad-browser: 14.0 -> 14.0.3 (#359645) 2024-11-27 22:10:33 +01:00
Mauricio Collares
c80bc2ce40
[Backport release-24.11] singular: 4.3.2p16 -> 4.4.0p6 (#359562) 2024-11-27 20:34:34 +01:00
Adam C. Stephens
150979b5fb
[Backport release-24.11] woodpecker-server: 2.7.1 -> 2.7.3 (#359564) 2024-11-27 14:01:05 -05:00
Felix Schröter
8a0e223c35 mullvad-browser: 14.0 -> 14.0.3
https://github.com/mullvad/mullvad-browser/releases/tag/14.0.3
(cherry picked from commit 8928e8d4a8)
2024-11-27 18:33:07 +00:00
Felix Schröter
744a43afc7 tor-browser: 14.0.2 -> 14.0.3
https://blog.torproject.org/new-release-tor-browser-1403/
(cherry picked from commit 16ab44ae2f)
2024-11-27 18:33:07 +00:00
Vincent Laporte
c91fc57c06 opam: 2.2.0 → 2.3.0
(cherry picked from commit e162d35f04)
2024-11-27 18:22:03 +01:00
Artturin
f5b456b1b5
[Backport release-24.11] stdenv/custom: avoid aliases (#359611) 2024-11-27 19:16:15 +02:00
Federico Beffa
72c61c0a9e magic-vlsi: 8.3.497 -> 8.3.501
(cherry picked from commit 3f8feb8ec8)
2024-11-27 16:57:58 +00:00
Sefa Eyeoglu
addb5a419c
[Backport release-24.11] floorp: 11.20.0 -> 11.21.0 (#359436) 2024-11-27 17:40:22 +01:00
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
R. Ryantm
1bdcf39619 woodpecker-server: 2.7.1 -> 2.7.3
(cherry picked from commit 7209005f42)
2024-11-27 12:29:30 +00:00
Mauricio Collares
18780567b2 singular: 4.3.2p16 -> 4.4.0p6
(cherry picked from commit d51508538c)
2024-11-27 12:26:13 +00: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