Commit Graph

631553 Commits

Author SHA1 Message Date
Keith Pine
968425a092 nixos/inadyn: fix cache directory path
The CacheDirectory subdirectory is already part of $CACHE_DIRECTORY.

(cherry picked from commit 5776f733cd)
2024-06-07 19:05:04 +02:00
DontEatOreo
833e062f20 raycast: 1.75.2 -> 1.76.0
Changelog: https://www.raycast.com/changelog/1-76-0
(cherry picked from commit 2c8df948c6)
2024-06-07 16:00:07 +00:00
OPNA2608
47174d2d67 lomiri.content-hub: Modernise abit
- Some patches have been merged, fetch merged ones if possible & update comments
- with lib; in meta is frowned-upon

(cherry picked from commit 120fda2ef3)
2024-06-07 14:58:58 +00:00
OPNA2608
2c7cdaf292 lomiri.content-hub: Fetch patch to fix data transfer
We don't have a functional content-hub transfer test, so this slipped through the cracks during testing.

(The background setting in LSS would be an easy one, but that calls an AccountsSetting function that
doesn't exist outside of Ubuntu, so it wouldn't work anyway.)

(cherry picked from commit 0ddd3a49e9)
2024-06-07 14:58:58 +00:00
OPNA2608
cdb3169930 lomiri.lomiri-app-launch: Modernise abit
- Patch has been merged, fetch merged one & update comment (hash is unchanged, checked)
- We now have a CMake modern enough for pkg_get_variable DEFINE_VARIABLES, use it
- substituteInPlace --replace is deprecated
- with lib; in meta is frowned-upon

(cherry picked from commit 20c9038e15)
2024-06-07 14:58:58 +00:00
OPNA2608
e64e41dc29 lomiri.lomiri-app-launch: Inject /run/current-system/sw/bin into PATH
LAL manages desktop file parsing for various parts of the Lomiri environment. It also handles turning them into SystemD services tracked in the background.
And due to how things work one, it's code is also SystemD-launched by itself.

When we package applications with desktop files, we don't want the Exec values to be absolute, so we patch out absolute paths.
Without absolute paths, PATH is expected to have the path to the executables. But our PATHs don't always contain i.e. /run/current-system/sw/bin.

Services launched by SystemD are one such instance. If LAL code is run under SystemD's restricted reduced PATH, then it fails to find the requested executables.
This is what happens to content-hub, and it causes all transfer requests to be met with an immediate "could not launch peer"-like error, and a transfer being stuck halfway.

To work around this (I wouldn't call this a real solution?), patch LAL code to:
- also propagate whatever PATH it currently *does* have to its launched applications
- postfix the PATH it has with /run/current-system/sw/bin, to give it a decent fallback

These changes allow for lomiri-filemanager-app to be launched via a content-hub request from lomiri-system-settings (i.e. the background selection).

(cherry picked from commit af1d2bd13a)
2024-06-07 14:58:57 +00:00
zlepper
dc3152331c jetbrains.plugins: update
(cherry picked from commit bf63693f1f)
2024-06-07 14:40:56 +00:00
zlepper
70d12e9075 jetbrains: 2024.1 EAP -> 2024.1.3
jetbrains.clion: 2024.1.1 -> 2024.1.2
jetbrains.datagrip: 2024.1.2 -> 2024.1.3
jetbrains.gateway: 2024.1.1 -> 2024.1.2
jetbrains.goland: 2024.1.1 -> 2024.1.2
jetbrains.idea-community: 2024.1.1 -> 2024.1.2
jetbrains.idea-ultimate: 2024.1.1 -> 2024.1.2
jetbrains.phpstorm: 2024.1.1 -> 2024.1.2
jetbrains.pycharm-community: 2024.1.1 -> 2024.1.2
jetbrains.pycharm-professional: 2024.1.1 -> 2024.1.2
jetbrains.rider: 2024.1.1 -> 2024.1.2
jetbrains.ruby-mine: 2024.1.1 -> 2024.1.2
jetbrains.rust-rover: 2024.1 EAP -> 2024.1
jetbrains.webstorm: 2024.1.2 -> 2024.1.3
jetbrains.writerside: 2024.1 EAP -> 2024.1 EAP

(cherry picked from commit 6a5469bba8)
2024-06-07 14:40:56 +00:00
László Vaskó
4e0f7076f1 just: genereate man pages and shell completions dynamically
These assets are no longer present in the repository

(cherry picked from commit 669bc72949)
2024-06-07 13:36:46 +00:00
László Vaskó
76cb04bd70 just: make new bash completion test work from build
(cherry picked from commit 8d548d61ec)
2024-06-07 13:36:46 +00:00
László Vaskó
faab8c7f05 just: New test in 1.27.0 assumes JUST_CHOOSER is unset
(cherry picked from commit 21ea0e48c8)
2024-06-07 13:36:46 +00:00
László Vaskó
fe9ec91774 just: make test exclusion more precise
Added test module names where absent, also added problematic test
names where the whole module was excluded previously.

(cherry picked from commit 1a45d56a7a)
2024-06-07 13:36:46 +00:00
László Vaskó
9e468ac5ca just: 1.26.0 -> 1.28.0
(cherry picked from commit b0c8ad3e3b)
2024-06-07 13:36:46 +00:00
James Robinson
031bbe1dbb brickstore: init at 0-unstable-2024-05-02
Removing redundant comments

(cherry picked from commit 73616685c5)
2024-06-07 13:27:30 +00:00
James Robinson
ff39386738 maintainers: add legojames
(cherry picked from commit e70c4f3efb)
2024-06-07 13:27:30 +00:00
Pol Dellaiera
4984dd33b2
Merge pull request #317999 from NixOS/backport-316240-to-release-24.05
[Backport release-24.05] lomiri.lomiri-filemanager-app: init at 1.0.4
2024-06-07 14:39:15 +02:00
OPNA2608
225cdd883a nixos/lomiri: Add file manager
(cherry picked from commit 6477cb49a5)
2024-06-07 12:34:06 +00:00
OPNA2608
e0fc7d81b4 tests/lomiri-filemanager-app: init
(cherry picked from commit 4a495ec755)
2024-06-07 12:34:06 +00:00
OPNA2608
a3e71b2a9d lomiri.lomiri-filemanager-app: init at 1.0.4
(cherry picked from commit 7f084b0fe1)
2024-06-07 12:34:06 +00:00
DontEatOreo
ba98ad17c0 alt-tab-macos: refactor updateScript
- Simplify the updateScript

(cherry picked from commit 11967e5d84)
2024-06-07 10:47:11 +00:00
DontEatOreo
0ae35a1396 alt-tab-macos: 6.69.0 -> 6.70.1
Diff: https://github.com/lwouis/alt-tab-macos/compare/v6.69.0...v6.70.1
Changelog: https://github.com/lwouis/alt-tab-macos/releases/tag/v6.70.1
(cherry picked from commit 0ba898546b)
2024-06-07 10:47:11 +00:00
Stanisław Pitucha
ca3a72b763
Merge pull request #317948 from NixOS/backport-317717-to-release-24.05
[Backport release-24.05] cpcfs: fix darwin build
2024-06-07 20:40:49 +10:00
Pol Dellaiera
a6bf404ee7
Merge pull request #317731 from NixOS/backport-315953-to-release-24.05
[Backport release-24.05] rewind-ai: init at 1.5284-15284.1-dcd0176-20240504
2024-06-07 11:26:33 +02:00
Jörg Thalheim
cb58bde200
Merge pull request #317963 from NixOS/backport-317325-to-release-24.05
[Backport release-24.05] go_1_21: 1.21.10 -> 1.21.11
2024-06-07 11:10:20 +02:00
zowoq
9fb1639dbe go_1_21: 1.21.10 -> 1.21.11
Changelog: https://go.dev/doc/devel/release#go1.21
(cherry picked from commit c06c5c6f91)
2024-06-07 08:45:47 +00:00
OTABI Tomoya
0d2739fb1c
Merge pull request #317322 from NixOS/backport-316957-to-release-24.05
[Backport release-24.05] python311Packages.opentelemetry: fix version
2024-06-07 17:19:04 +09:00
Stanisław Pitucha
27aa34dce3 cpcfs: fix darwin build
This code is written in gnu89.

(cherry picked from commit d04c804ad9)
2024-06-07 07:44:53 +00:00
Pol Dellaiera
b35b483f66
Merge pull request #317917 from NixOS/backport-317830-to-release-24.05
[Backport release-24.05] php: June 2024 Bumps - Security update
2024-06-07 07:15:59 +02:00
Pol Dellaiera
3a29600508 php83: 8.3.7 -> 8.3.8
diff: https://github.com/php/php-src/compare/php-8.3.7..php-8.3.8
changelog: https://github.com/php/php-src/blob/PHP-8.3.8/NEWS

Fix: CVE-2024-4577, CVE-2024-5458, CVE-2024-2408, CVE-2024-5585
(cherry picked from commit 3b58ac5892)
2024-06-07 05:15:30 +00:00
Pol Dellaiera
497f9dafc3 php82: 8.2.19 -> 8.2.20
diff: https://github.com/php/php-src/compare/php-8.2.19..php-8.2.20
changelog: https://github.com/php/php-src/blob/PHP-8.2.20/NEWS

Fix: CVE-2024-4577, CVE-2024-5458, CVE-2024-2408, CVE-2024-5585
(cherry picked from commit 68b4e2b811)
2024-06-07 05:15:30 +00:00
Pol Dellaiera
7abe305ff9 php81: 8.1.28 -> 8.1.29
diff: https://github.com/php/php-src/compare/php-8.1.28..php-8.1.29
changelog: https://github.com/php/php-src/blob/PHP-8.1.29/NEWS

Fix: CVE-2024-4577, CVE-2024-5458, CVE-2024-2408, CVE-2024-5585
(cherry picked from commit f7dea8a84a)
2024-06-07 05:15:30 +00:00
Stanisław Pitucha
628548bd75 python311Packages.rtslib: set platform to Linux
This library is linux specific.

(cherry picked from commit de8e7e2f8f)
2024-06-07 05:02:23 +00:00
Stanisław Pitucha
038dd25af1 libxmi: fix darwin build
Library requires C std 89 to compile. Clang defaults to newer these
days.

(cherry picked from commit 42ccbf2dea)
2024-06-07 05:00:57 +00:00
Stanisław Pitucha
6045800d92 auditbeat7,filebeat7,heartbeat7,metricbeat7,packetbeat7: fix meta merging
With a set merge, most of the meta was lost, including the license and
platform information. Change to deep merge to preserve the attributes.

(cherry picked from commit 4ba83903ac)
2024-06-07 04:59:42 +00:00
José Romildo Malaquias
0fb2b0d264
Merge pull request #317818 from NixOS/backport-317748-to-release-24.05
[Backport release-24.05] lxqt.qtermwidget: add prior version 1.4.0 for compatibility with qt5; virt-manager-qt: 0.72.97 -> 0.72.99
2024-06-06 23:05:12 -03:00
github-actions[bot]
a6bb5262cd
Merge staging-next-24.05 into staging-24.05 2024-06-07 00:15:52 +00:00
github-actions[bot]
723aee5e13
Merge release-24.05 into staging-next-24.05 2024-06-07 00:15:27 +00:00
Sandro Jäckel
f2a6d8af8b prosody: don't wrap prosodyctl
This overwrites the PROSODY_CONFIG and breaks other --config args

(cherry picked from commit 59530dbdbc)
2024-06-06 23:44:21 +00:00
Sandro Jäckel
454539fa8e prosody: point prosodyctl by default to correct directories
(cherry picked from commit 636aa8dc98)
2024-06-06 23:44:20 +00:00
Stanisław Pitucha
1ae46232ff python311Packages.ase: fix darwin build
Ase requires tkinter in gui/tests.

(cherry picked from commit 0a0534b46b)
2024-06-06 23:00:58 +00:00
Adam C. Stephens
f50247d5e5
Merge pull request #317807 from NixOS/backport-317091-to-release-24.05
[Backport release-24.05] OVMF: fix eval/build on i686
2024-06-06 17:52:25 -04:00
Otavio Salvador
6235a4bf22 tmuxp: 1.46.0 -> 1.47.0
(cherry picked from commit 655f0bf07b)
2024-06-06 21:42:28 +00:00
Fabian Affolter
e409023534 python312Packages.libtmux: 0.36.0 -> 0.37.0
Diff: https://github.com/tmux-python/libtmux/compare/refs/tags/v0.37.0...v0.37.0

Changelog: https://github.com/tmux-python/libtmux/raw/v0.37.0/CHANGES
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit 83c47d19ff)
2024-06-06 21:42:28 +00:00
José Romildo
e1605087aa virt-manager-qt: 0.72.97 -> 0.72.99
Diff: https://github.com/F1ash/qt-virt-manager/compare/0.72.97...0.72.99
(cherry picked from commit 4d3ee6f521)
2024-06-06 20:10:32 +00:00
José Romildo
25175b401d lxqt.qtermwidget: add prior version 1.4.0 for compatibility with qt5
(cherry picked from commit d735378802)
2024-06-06 20:10:32 +00:00
Simon Žlender
f7675025cb deterministic-host-uname: init
(cherry picked from commit b0e8337c3a)
2024-06-06 19:10:09 +00:00
Simon Žlender
d105e0e5fe deterministic-uname: Overridable platform
Some packages rely on `uname` to configure the host target which breaks cross-compilation.
We can have more control over the evaluation of `uname` by placing `deterministic-uname` into the package's `nativeBuildInputs`.
However the current `deterministic-uname` is hardcoded to `buildPlatform`.

This PR introduces a build argument `forPlatform` to `deterministic-uname` which allows you to override the platform it reports.

Example:
```nix
deterministic-uname.override { forPlatform = stdenv.hostPlatform; }
```

(cherry picked from commit 2ed51a3ff0)
2024-06-06 19:10:09 +00:00
Adam Stephens
d1cfd3dd1d OVMF: fix eval/build on i686
(cherry picked from commit 3933d4a0da)
2024-06-06 18:43:49 +00:00
Nick Cao
9b5328b7f7
Merge pull request #317538 from NixOS/backport-317449-to-release-24.05
[Backport release-24.05] tera-cli: 0.3.0 -> 0.4.0
2024-06-06 13:50:53 -04:00
Maciej Krüger
c532fb1575
Merge pull request #317531 from NixOS/backport-316144-to-release-24.05
[Backport release-24.05] {yubioath-flutter, flet-client-flutter, fluffychat}: pin to flutter 3.19
2024-06-06 18:13:02 +02:00