| Commit message (Expand) | Author | Age | Files | Lines |
| * | nixos/fail2ban: add bantime option•••(cherry picked from commit 88009a3b19cbb8bf28a11adfbf3334ab763fcdde)
origin/backport-226611-to-release-22.11 | datafoo | 2023-04-19 | 1 | -0/+10 |
| * | Merge pull request #227089 from NixOS/backport-227065-to-release-22.11•••[Backport release-22.11] nixosTests.power-profiles-daemon: enable polkit | Martin Weinelt | 2023-04-19 | 1 | -0/+1 |
| |\ |
|
| | * | nixosTests.power-profiles-daemon: enable polkit•••I think this is required for the gdbus invocations used to implement
the test, rather than for power-profiles-daemon itself.
Fixes: a813be071ce ("nixos/polkit: don't enable by default")
(cherry picked from commit e6c0587ee5f64bf515a69b6b2ae760008db8fb5f)
| Alyssa Ross | 2023-04-19 | 1 | -0/+1 |
| |/ |
|
| * | Merge pull request #227058 from NixOS/backport-227045-to-release-22.11•••[Backport release-22.11] firefox-unwrapped: Apply patch for mozbz#1803016 | Martin Weinelt | 2023-04-19 | 1 | -5/+6 |
| |\ |
|
| | * | firefox-unwrapped: Apply patch for mozbz#1803016•••https://bugzilla.mozilla.org/show_bug.cgi?id=1803016
Resolves crashes on wayland, when the either component of the window size
wouldn't be divisible by the desktop scaling.
Unfortunately marked wontfix for Firefox 112, so we apply this patch
instead.
Closes: #226539
(cherry picked from commit b979f3be1f956228058179315d56203e05fd679b)
| Martin Weinelt | 2023-04-19 | 1 | -1/+9 |
| | * | firefox-esr-102-unwrapped: Drop obsolete rust-cbindgen patch•••We don't have any consumer with a version older than 102.6.0 anymore.
(cherry picked from commit 55aa1bc36226e88765b700e16132365f269d9c67)
| Martin Weinelt | 2023-04-19 | 1 | -8/+1 |
| |/ |
|
| * | imagemagick: 7.1.1-6 -> 7.1.1-7•••Diff: https://github.com/ImageMagick/ImageMagick/compare/7.1.1-6...7.1.1-7
(cherry picked from commit f63627aaafb38eda3ab70404478495baa9c969e9)
| Robert Schütz | 2023-04-18 | 1 | -2/+2 |
| * | Merge pull request #226886 from NixOS/backport-226861-to-release-22.11•••[Backport release-22.11] firefox-{,bin-}unwrapped: 112.0 -> 112.0.1 | Martin Weinelt | 2023-04-18 | 2 | -403/+403 |
| |\ |
|
| | * | firefox-bin-unwrapped: 112.0 -> 112.0.1•••https://www.mozilla.org/en-US/firefox/112.0.1/releasenotes/
(cherry picked from commit 6e834aac739999977eb71049803c5a1b019494d8)
| Martin Weinelt | 2023-04-18 | 1 | -401/+401 |
| | * | firefox-unwrapped: 112.0 -> 112.0.1•••https://www.mozilla.org/en-US/firefox/112.0.1/releasenotes/
(cherry picked from commit ce1fb2dc8e63996110afbd79e11385704af5e7d1)
| Martin Weinelt | 2023-04-18 | 1 | -2/+2 |
| * | | Merge pull request #226876 from NixOS/backport-226831-to-release-22.11•••[Backport release-22.11] cachix-watch-store: restart indefinitely | figsoda | 2023-04-18 | 1 | -0/+6 |
| |\ \
| |/
|/| |
|
| | * | cachix-watch-store: restart indefinitely•••(cherry picked from commit 1d85cfbd778332b703846baf86350dd8dc72653e)
| Domen Kožar | 2023-04-18 | 1 | -0/+6 |
| |/ |
|
| * | Merge pull request #226717 from risicle/ris-pgadmin-CVE-2023-0241-r22.11•••[22.11] pgadmin: add patch for CVE-2023-0241 | Martin Weinelt | 2023-04-18 | 1 | -0/+7 |
| |\ |
|
| | * | pgadmin: add patch for CVE-2023-0241 | Robert Scott | 2023-04-16 | 1 | -0/+7 |
| * | | Merge pull request #224412 from getchoo/backport-prism•••[22.11] prismlauncher: use jdk17 instead of jdk, prismlauncher: 6.1 -> 6.3, prismlauncher: use qtWrapperArgs, prismlauncher: use ninja | Pierre Bourdon | 2023-04-18 | 1 | -16/+19 |
| |\ \ |
|
| | * | | prismlauncher: add support for GameMode•••Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
(cherry picked from commit 86361b5767e678f72c5356acaa6ab0c1ffa53209)
| Sefa Eyeoglu | 2023-04-08 | 1 | -3/+7 |
| | * | | prismlauncher: use ninja•••(cherry picked from commit e93cb0ad0f5f044cd43cdbe61371ff450b908cc7)
this allows for faster builds and follows changes from upstream
| seth | 2023-04-07 | 1 | -1/+2 |
| | * | | prismlauncher: use qtWrapperArgs•••Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
(cherry picked from commit 2f9b913c50b0966192b96a857ad2edd534197c31)
this fixes issues with path detection
| Sefa Eyeoglu | 2023-04-07 | 1 | -8/+6 |
| | * | | prismlauncher: 5.2 -> 6.3•••Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
(cherry picked from commit a11a5070d2e2d0e469c91ce36f8f7b275e09b2e3)
this release fixes multiple high severity vulnerabilities. see
https://github.com/PrismLauncher/PrismLauncher/security/advisories/GHSA-wxgx-8v36-mj2m
and https://github.com/PrismLauncher/PrismLauncher/security/advisories/GHSA-gq28-qx55-mh2r
| Sefa Eyeoglu | 2023-04-07 | 1 | -2/+2 |
| | * | | prismlauncher: use jdk17 instead of jdk•••Prism Launcher only officially supports jdk 17/18 for running newer
versions of Minecraft, as they found that jdk 19 introduced a number of
edge cases.
This fixes an issue where the newer version of Java that the launcher
proposes is incompatible with the launcher itself, leading to errors
when running instances on newer versions of Minecraft.
(cherry picked from commit 3350d422445fab17d302caa912d909ad947e2849)
| Infinidoge | 2023-04-02 | 1 | -3/+3 |
| * | | | Merge pull request #226622 from NixOS/backport-226620-to-release-22.11•••[Backport release-22.11] bump signal-desktop and signal-desktop-beta versions | Nick Cao | 2023-04-18 | 1 | -4/+4 |
| |\ \ \ |
|
| | * | | | signal-desktop-beta: v6.11.0-beta.2 -> v6.15.0-beta.1•••(cherry picked from commit 6036c9910617bf470ff280779681285678bc0208)
| witcher | 2023-04-17 | 1 | -2/+2 |
| | * | | | signal-desktop: v6.10.1 -> v6.14.0•••(cherry picked from commit 711041757168b239548041e4ecab29f392cec5bd)
| witcher | 2023-04-17 | 1 | -2/+2 |
| * | | | | Merge pull request #226686 from NixOS/backport-226605-to-release-22.11•••[Backport release-22.11] php: Bump `php81` and `php82` | Elis Hirwing | 2023-04-17 | 2 | -4/+4 |
| |\ \ \ \ |
|
| | * | | | | php82: 8.2.4 -> 8.2.5•••changelog: https://www.php.net/ChangeLog-8.php#8.2.5
(cherry picked from commit b384624244ce0dd49b9c67baf6dd2d5458f82d64)
| Pol Dellaiera | 2023-04-17 | 1 | -2/+2 |
| | * | | | | php81: 8.1.17 -> 8.1.18•••changelog: https://www.php.net/ChangeLog-8.php#8.1.18
(cherry picked from commit 9b5533a3be9057f6d1c0336c5ddb9e0be89c1f3d)
| Pol Dellaiera | 2023-04-17 | 1 | -2/+2 |
| * | | | | | Merge pull request #226698 from NixOS/backport-226057-to-release-22.11•••[Backport release-22.11] doc: Fix the function locations always pointing to master | Naïm Favier | 2023-04-17 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | doc: Fix the function locations always pointing to master•••Instead of revisions as they should. This is (most-likely) caused by a
simple typo, because Hydra is where the revision should come from, but
it doesn't set `.revision` as the attribute, but rather `.rev`!
(cherry picked from commit 019fd455371037ddb4005152b3059b6404f5c73c)
| Silvan Mosberger | 2023-04-17 | 1 | -1/+1 |
| |/ / / / / |
|
| * | | | | | Merge #226003: staging-next-22.11 - iteration 7•••...into release-22.11
| Vladimír Čunát | 2023-04-17 | 21 | -20/+501 |
| |\ \ \ \ \
| |/ / / /
|/| | | | |
|
| | * | | | | libreoffice*: drop test which regressed on libxml2 update•••https://hydra.nixos.org/build/215973648/nixlog/6/tail
| Michael Raskin | 2023-04-17 | 1 | -0/+3 |
| | * | | | | Merge release-22.11 into staging-next-22.11 | github-actions[bot] | 2023-04-17 | 9 | -23/+515 |
| | |\ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | | libde265: add patches for CVE-2023-27102 & CVE-2023-27103•••(cherry picked from commit 99910f07fb677c4682325 from PR #226091)
| Robert Scott | 2023-04-16 | 1 | -0/+14 |
| | * | | | | python3Packages.uvloop: skip test•••the skipped test for darwin also fails on linux, so skip it there, too
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
(cherry picked from commit f27f1333b3e513c6170e17b3e1e526366182c841)
Let's finish syncing test-disablement with nixpkgs master.
We also had some error on linux, though it was transient:
https://hydra.nixos.org/build/216095221#tabs-buildsteps
| Florian Brandes | 2023-04-16 | 1 | -3/+3 |
| | * | | | | python3Packages.uvloop: Fix tests on aarch64-darwin•••(cherry picked from commit 7d786aa21bc5935e9b8795a2c517b966a1b44628)
https://hydra.nixos.org/build/216098288#tabs-buildsteps
| Martin Weinelt | 2023-04-16 | 1 | -5/+7 |
| | * | | | | python3Packages.uvloop: Disable segfaulting test•••(cherry picked from commit 8db2b705a86f4f9a92af663fc015150ccaa8dcad)
https://hydra.nixos.org/build/216097976#tabs-buildsteps
| Martin Weinelt | 2023-04-16 | 1 | -0/+3 |
| | * | | | | Merge release-22.11 into staging-next-22.11 | github-actions[bot] | 2023-04-16 | 15 | -73/+139 |
| | |\ \ \ \ |
|
| | * | | | | | python310Packages.anyio: Disable failing tests•••These regressed in python 3.10.11 and 3.11.3 due to changes in the
transport EOF handling for OpenSSL 3.0.
| Martin Weinelt | 2023-04-15 | 1 | -0/+4 |
| | * | | | | | grafana: fix a test by upstream patch•••(cherry picked from commit f3ec1208820ecd1a6509f from PR #226277)
| Vladimír Čunát | 2023-04-15 | 1 | -1/+9 |
| | * | | | | | Merge release-22.11 into staging-next-22.11 | github-actions[bot] | 2023-04-15 | 5 | -25/+15 |
| | |\ \ \ \ \ |
|
| | * | | | | | | python310Packages.aiohttp: Make failing tests non-strict•••Patch originated at Red Hat and was already applied for Fedora.
```
=================================== FAILURES ===================================
__________________________ test_default_loop[pyloop] ___________________________
[XPASS(strict)] No idea why ClientRequest() is constructed out of loop but it calls `asyncio.get_event_loop()`
____________________ TestStreamReader.test_ctor_global_loop ____________________
[XPASS(strict)] No idea why ClientRequest() is constructed out of loop but it calls `asyncio.get_event_loop()`
__________________________ test_set_loop_default_loop __________________________
[XPASS(strict)] No idea why _set_loop() is constructed out of loop but it calls `asyncio.get_event_loop()`
```
(cherry picked from commit 720a248b4479e7748e942fe1b28d3684bd5baaff)
| Martin Weinelt | 2023-04-14 | 1 | -0/+9 |
| | * | | | | | | python310Packages.websockets: 10.3 -> 10.4•••Diff: https://github.com/aaugustin/websockets/compare/10.3...10.4
Changelog: https://github.com/aaugustin/websockets/blob/10.4/docs/project/changelog.rst
(cherry picked from commit eb37a7f66312e845fba0b3cc7c36e727012b3dae)
This is needed to fix build/tests after python310 update.
| Fabian Affolter | 2023-04-14 | 1 | -2/+2 |
| | * | | | | | | Merge release-22.11 into staging-next-22.11 | github-actions[bot] | 2023-04-14 | 7 | -278/+279 |
| | |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ | Merge branch 'staging-22.11' into staging-next-22.11 | Vladimír Čunát | 2023-04-13 | 14 | -12/+450 |
| | |\ \ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ | Merge #226002: libxml2: 2.10.3 → 2.10.4•••...into staging-22.11
| Vladimír Čunát | 2023-04-13 | 1 | -2/+2 |
| | | |\ \ \ \ \ \ \ |
|
| | | | * | | | | | | | libxml2: 2.10.3 → 2.10.4•••https://gitlab.gnome.org/GNOME/libxml2/-/compare/v2.10.3...v2.10.4
- CVE-2023-29469: Hashing of empty dict strings isn't deterministic
- CVE-2023-28484: Fix null deref in xmlSchemaFixupComplexType
(cherry picked from commit 40074520d171d4b2f468db3ba26a9079892a7146)
| Bobby Rong | 2023-04-13 | 1 | -2/+2 |
| | | |/ / / / / / / |
|
| | | * | | | | | | | Merge #225906: python310: 3.10.9 -> 3.10.11; python311: 3.11.1 -> 3.11.3•••...into staging-22.11
| Vladimír Čunát | 2023-04-13 | 4 | -6/+11 |
| | | |\ \ \ \ \ \ \ |
|
| | | | * | | | | | | | python3.tests.nixenv-virtualenv: Fix on darwin•••The virtualenv mode is trying to be smart and checks whether it can
write to $out, which for some reason fails on darwin.
> virtualenv: error: argument dest: the destination . is not write-able at /nix/store
But what does work is creating it in the pwd and moving it to $out,
because mv just does what it is told.
(cherry picked from commit d704ee72c939d6a30dcd1c92bacca2413dbc90fa)
| Martin Weinelt | 2023-04-13 | 1 | -1/+2 |
| | | | * | | | | | | | python310Packages.asgiref: Fix tests on darwin•••(cherry picked from commit a48dcc5da17e1507549770fdc525aa1bcbc1241e)
| Martin Weinelt | 2023-04-13 | 1 | -0/+2 |
| | | | * | | | | | | | python310Packages.ephemeral-port-reserve: Fix tests on darwin•••(cherry picked from commit f75329f0bcacebacfdd631fd588eed6419f0ba1c)
| Martin Weinelt | 2023-04-13 | 1 | -0/+2 |
| | | | * | | | | | | | python3.tests.condaExamplePackage: Exclude on non-linux•••Allow python3.tests to eval on other platforms than linux, by excluding
conda tests when not on linux, because they include alsa-lib, which is
linux-only.
(cherry picked from commit 20c723dd070792a0e6b56df0e7b173975867ddb3)
| Martin Weinelt | 2023-04-12 | 1 | -1/+1 |