Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postgresql: Fix passthru when using postgresqlWithPackages #351967

Closed
wants to merge 5,994 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 14, 2024

  1. easyrsa: 3.2.0 -> 3.2.1

    (cherry picked from commit 5821bf9)
    r-ryantm authored and github-actions[bot] committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    040a372 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a015d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    866164e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42053b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5aad11 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d518f33 View commit details
    Browse the repository at this point in the history
  7. wire-desktop: add CVE-2024-6775 to knownVulnerabilities

    wire-desktop on Linux uses electron 29.4.5, which is known to be
    vulnerable to CVE-2024-6775:
    
    https://github.com/wireapp/wire-desktop/blob/cf65edb5981be370f3284555512696175099e234/package.json#L85
    
    The MacOS version is even older, and affected by this too.
    
    (cherry picked from commit 32309e4)
    flokli authored and github-actions[bot] committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    92b9278 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4f954fa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c0b1da3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    948892d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f8685d8 View commit details
    Browse the repository at this point in the history
  12. [Backport release-24.05] python3Packages.django-mdeditor: patch out p…

    …olyfill.io usage, bump KaTeX (NixOS#348478)
    LeSuisse authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9478a20 View commit details
    Browse the repository at this point in the history
  13. mattermost: 9.5.9 -> 9.5.10

    (cherry picked from commit 7c84a25)
    r-ryantm authored and github-actions[bot] committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ea92398 View commit details
    Browse the repository at this point in the history
  14. linux_xanmod: 6.6.54 -> 6.6.56

    (cherry picked from commit 35d91eb)
    Shawn8901 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    0af6c1b View commit details
    Browse the repository at this point in the history
  15. linux_xanmod_latest: 6.11.2 -> 6.11.3

    (cherry picked from commit bd50ef4)
    Shawn8901 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    8929792 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    56f2672 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2bcd284 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1988382 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c0327d8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    bad1aa1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8eec6bb View commit details
    Browse the repository at this point in the history
  22. docker_27: 27.1.1 -> 27.2.0

    (cherry picked from commit 755657b)
    guoard authored and teutat3s committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    574d2ff View commit details
    Browse the repository at this point in the history
  23. docker_27: 27.2.0 -> 27.3.0

    (cherry picked from commit aae4960)
    Parsifa1 authored and teutat3s committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b493b0e View commit details
    Browse the repository at this point in the history
  24. docker: 27.3.0 -> 27.3.1

    (cherry picked from commit e55b3cf)
    r-ryantm authored and teutat3s committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    7f56f21 View commit details
    Browse the repository at this point in the history
  25. shell.nix: Enable e.g. --arg nixpkgs ./.

    This allows shell.nix to be run with the latest tools instead of
    the pinned ones when desired, which is probably not very often,
    but useful nonetheless.
    
    (cherry picked from commit b07c441)
    roberth authored and infinisil committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b112355 View commit details
    Browse the repository at this point in the history
  26. ci: Add default.nix with exposed pkgs

    Allows reusing it in more places
    
    (cherry picked from commit 1700d00)
    infinisil committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    4bedbf8 View commit details
    Browse the repository at this point in the history
  27. ci: Add review request scripts

    Also post a comment in case base branch is wrong
      This guides newcomers in how to smoothly handle the potentially scary
      situation of having thousands of commits listed in a PR.
    
      While CI shows the same, people might not even look at CI if the PR
      looks botched.
    
    (cherry picked from commit 369cfa0)
    infinisil committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    2eb82ca View commit details
    Browse the repository at this point in the history
  28. ci: Add codeowners validator

    (cherry picked from commit 5695bf6)
    infinisil committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    1a317c0 View commit details
    Browse the repository at this point in the history
  29. workflows/codeowners: init

    (cherry picked from commit 87a2986)
    infinisil committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    5de26ba View commit details
    Browse the repository at this point in the history
  30. OWNERS: placeholder init

    (cherry picked from commit 93dcd42)
    infinisil committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    2211c10 View commit details
    Browse the repository at this point in the history
  31. CODEOWNERS: Fix non-matching patterns

    Since NixOS#336261 we have CI that
    checks that the codeowners file is valid:
    
    https://github.com/NixOS/nixpkgs/actions/runs/11243668280/job/31260095472#step:7:34
    
    Which files are correct (or whether they were removed) was determined
    using the Git history and some grepping
    
    (cherry picked from commit dd28082)
    infinisil committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    2e923fb View commit details
    Browse the repository at this point in the history
  32. workflows/codeowners: Dry mode for now

    Apparently it started requesting reviews from code owners already
    because the DRY_MODE from the global env was overridden in the local job
    declaration: NixOS#347354 (comment)
    
    (cherry picked from commit c1710f2)
    infinisil committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    bbd64b4 View commit details
    Browse the repository at this point in the history
  33. ci/request-reviews: Don't rerequest users that already reviewed

    The automation should never rerequest reviews from users that already
    reviewed the changes, which is what was happening before this change:
    
    NixOS#347354 (comment)
    
    Also reorder the arguments to make more sense
    
    (cherry picked from commit 9a054bb)
    infinisil committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    16b54e1 View commit details
    Browse the repository at this point in the history
  34. ci/request-reviews: Request reviews for individual team members

    This makes this codeowner mechanism behave differently than the native
    one, but there's no other way to avoid rerequesting reviews from teams
    when a member already reviewed the PR.
    
    (cherry picked from commit 1ff83b2)
    infinisil committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    59990c7 View commit details
    Browse the repository at this point in the history
  35. nix-direnv: 3.0.5 -> 3.0.6

    (cherry picked from commit a4626d4)
    9999years authored and lf- committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    a2c9f81 View commit details
    Browse the repository at this point in the history
  36. nix-direnv: Update resholve solutions from upstream

    Upstream recently changed their resholve solutions somewhat to support
    using the ambient Nix on the user's `$PATH` or falling back to the
    default nixpkgs stable `nix` otherwise. Let's update our definitions to
    match.
    
    See: nix-community/nix-direnv#513
    (cherry picked from commit ea8ab50)
    9999years authored and lf- committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    5b03e0c View commit details
    Browse the repository at this point in the history
  37. CODEOWNERS: Switch to alternate mechanism

    This effectively disables the native GitHub codeowners feature
    and enables the new alternate codeowners mechanism introduced in
    NixOS#336261
    
    This means that:
    - We can now declare users without write access as code owners!
    - Targeting the wrong branch won't trigger mass pings anymore!
    
    (cherry-picked from commit b01ca00)
    infinisil committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b2bfec9 View commit details
    Browse the repository at this point in the history
  38. CONTRIBUTING: Remove now-unneeded mass ping section

    This is not a problem anymore with the parent commit
    
    (cherry picked from commit c246403)
    infinisil committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    3493325 View commit details
    Browse the repository at this point in the history
  39. ci/request-reviews: Make wrong base branch message hashes more transp…

    …arent
    
    Also, fix the description of the text
    
    (cherry picked from commit c721e91)
    infinisil committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9115330 View commit details
    Browse the repository at this point in the history
  40. .gitattributes: Mark ci/OWNERS as CODEOWNERS

    (cherry picked from commit ddeb2df)
    infinisil committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    bd43ae4 View commit details
    Browse the repository at this point in the history
  41. workflows/codeowners: Cache codeowner validator build

    The codeowner-validator build declared in ci/codeowners-validator was
    not cached before and needed to be built for every PR, which is slow and
    wasteful: https://github.com/NixOS/nixpkgs/actions/runs/11280533037/job/31373720922
    
    (cherry picked from commit f9b28d5)
    infinisil committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    01f9bc5 View commit details
    Browse the repository at this point in the history
  42. ci/request-reviews: Fix for branches starting with "pr"

    Turns out if :<something> is passed, a local branch is updated, which
    can conflict if the PR branch starts with "pr". I tried to avoid that
    with the original code but apparently that didn't work!
    
    https://github.com/NixOS/nixpkgs/actions/runs/11284183639/job/31384967152?pr=347822
    
        Fetching the PR commit history
        From https://github.com/linj-fork/nixpkgs
         * [new branch]            pr/kanata-add-version-check -> fork/pr
        error: cannot lock ref 'refs/remotes/fork/pr/kanata-add-version-check': 'refs/remotes/fork/pr' exists; cannot create 'refs/remotes/fork/pr/kanata-add-version-check'
         ! [new branch]            pr/kanata-add-version-check -> fork/pr/kanata-add-version-check  (unable to update local ref)
        error: some local refs could not be updated; try running
    
    (cherry picked from commit 299a181)
    infinisil committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    6e6a84a View commit details
    Browse the repository at this point in the history
  43. ci/request-reviews: fix headRef to point to the PR head

    Previously, headRef points to the master branch of Nixpkgs, which
    basically means no code owner review will be requested.
    
    The problem can be verified using the following command.
    
    $ DRY_MODE=1 ./ci/request-reviews/request-reviews.sh NixOS/nixpkgs 347973 ci/OWNERS
    [...]
    This PR touches 0 files
    Requesting reviews from: {
      "reviewers": []
    }
    [...]
    
    Additionally, the comment about conflicts is removed thanks to the
    unambiguous way of specifying ref.
    
    (cherry picked from commit f4c6e11)
    jian-lin authored and infinisil committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9af45a7 View commit details
    Browse the repository at this point in the history
  44. ci/request-reviews: Avoid duplicates with different casings

    It's possible to have different casings in OWNERS, so we need to handle
    that
    
    (cherry picked from commit e612b89)
    infinisil committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    80202bd View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    06b17a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44411b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34cd1e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db9c334 View commit details
    Browse the repository at this point in the history
  5. linux_xanmod: backport small refactor to allow clean backports

    988bf19 (among other things) refactored this
    expression a little. This made backports no longer apply cleanly, requiring
    manual backports which are tedious.
    
    This commit backports only the part that refactors the version declaration in
    order to make automated backports work again.
    
    (The `variant` variable was unused.)
    
    This is technically a refactor which shouldn't typically be backported but the
    change is very minor and trivial to verify to be correct.
    Atemu committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    be5695f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    60f1504 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e2d64f View commit details
    Browse the repository at this point in the history
  8. signal-desktop-beta: 7.25.0-beta.2 -> 7.29.0-beta.1

    (cherry picked from commit df0c496)
    teutat3s authored and github-actions[bot] committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    afeaa6f View commit details
    Browse the repository at this point in the history
  9. [Backport release-24.05] signal-desktop 7.27.0 -> 7.28.0, signal-desk…

    …top-beta: 7.25.0-beta.2 -> 7.29.0-beta.1 (NixOS#348731)
    drupol authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    dea2c65 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b2bccce View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1c7d136 View commit details
    Browse the repository at this point in the history
  12. nixos/resilio: add package option

    (cherry picked from commit f0ad87b)
    pbsds authored and github-actions[bot] committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6429b7b View commit details
    Browse the repository at this point in the history
  13. percona: fix references to utilities in scripts

    I encountered errors when attempting to run Vitess which calls out to
    mysqld_safe[1]. Several utilities are needed in order for it to run e.g.
    grep, sed, env, ps, date, hostname, etc.
    
    Additionally, if ps, kill, and grep aren't available to
    scripts/CMakeLists.txt, mysqld_start can end up getting generated with
    syntax errors as FIND_PROC will be substituted into the script template
    as an empty string[2][3].
    
    The presence of systemd in percona-server_innovation seems to prevent
    mysqld_multi from being built on Linux so it gets patched conditionally.
    
    This same patch could be applied to MySQL if desired.
    
    [1]: https://github.com/vitessio/vitess/blob/v20.0.1/go/vt/mysqlctl/mysqld.go#L363-L369
    [2]: https://github.com/percona/percona-server/blob/79c1086e8272ea96f162b25121b58e1b01ff853b/scripts/CMakeLists.txt#L255
    [3]: https://github.com/percona/percona-server/blob/79c1086e8272ea96f162b25121b58e1b01ff853b/scripts/mysqld_safe.sh#L869
    
    (cherry picked from commit a5dcd41)
    joshheinrichs-shopify authored and osnyx committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9c0ae0a View commit details
    Browse the repository at this point in the history
  14. percona-server, percona-xtrabackup: rework naming

    When reworking the percona package naming towards the two release
    streams "innovation" and "lts", I did not anticipate the case that two
    releases are long-term supported in parallel, and that the latest
    Innovation release is end-of-life and replaced by a more recent lts.
    
    Hence, the first-level attribute names now reflect the package
    major-minor versions again, augmented by attribute names pointing to
    respective lts and innovation releases.
    
    (cherry picked from commit 188b5df)
    osnyx committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    84451df View commit details
    Browse the repository at this point in the history
  15. percona-server_8_4: init at 8.4.0-1

    This is a new LTS release as well.
    
    (cherry picked from commit 712028e)
    osnyx committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d768a2d View commit details
    Browse the repository at this point in the history
  16. percona-server_8_0: 8.0.36-28 -> 8.0.37-29

    This is a new LTS release as well.
    
    (cherry picked from commit b04c93f)
    osnyx committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    53caac3 View commit details
    Browse the repository at this point in the history
  17. percona-xtrabackup_8_0: 8.0.36-30 -> 8.0.35-31

    (cherry picked from commit a309521)
    osnyx committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f258b58 View commit details
    Browse the repository at this point in the history
  18. percona-xtrabackup_8_4: init at 8.4.0-1

    (cherry picked from commit 1e514dc)
    osnyx committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    57c9def View commit details
    Browse the repository at this point in the history
  19. percona: apply nixfmt

    (cherry picked from commit 8d14fa2)
    osnyx committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    369350a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2606136 View commit details
    Browse the repository at this point in the history
  21. tests/mysql: properly specify percona packages

    (cherry picked from commit db92bb5)
    osnyx committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    746bbd8 View commit details
    Browse the repository at this point in the history
  22. percona: don't bump LTS name

    In the stable branch, the `_lts` package names for percona-server and
    percona-xtrabackup remain at the still suported 8_0 packages to avoid
    major version bumps during a release cycle.
    osnyx committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    faa0c49 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    cfc4717 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. edl: mark as unfree

    See NixOS#348931.
    
    According to upstream, the loader blobs shipped with EDL are usually
    illicitly obtained from vendors and sold [0].
    
    [0]: https://github.com/bkerler/Loaders
    
    (cherry picked from commit 978f4e4)
    winterqt committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c943cdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8c7fe3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d287b63 View commit details
    Browse the repository at this point in the history
  4. [Backport release-24.05] legcord: init at 1.0.1, armcord: remove, add…

    … throw with migration details (NixOS#347988)
    emilazy authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    dc2e002 View commit details
    Browse the repository at this point in the history
  5. lutris: fix libjansson and cursor issues

    This fixes the following warning:
    ntlm_auth: /home/reloner/.local/share/lutris/runtime/Ubuntu-18.04-x86_64/libjansson.so.4: no version information available (required by /nix/store/4gcggjvzrbywi92r66p6l15hckxng2q0-samba-4.20.1/lib/samba/libcommon-auth-private-samba.so)
    The reason why this issue is happening is because the Lutris FHS that you are running doesn't install jansson as a dependency. By default the WoW entry tries to prioritize the System's libraries and if it doesn't find something, it will fallback to the Lutris runtime. Since the runtime version is really old, you'll see that error.
    
    This commit also fixes cursor issues caused by xorg in WoW.
    
    (cherry picked from commit 8931ed7)
    Steinhagen authored and github-actions[bot] committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    0f920a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e001b23 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e63a72f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b44db26 View commit details
    Browse the repository at this point in the history
  9. stats: format meta.maintainers

    (cherry picked from commit a96c250)
    DontEatOreo committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    047ebe1 View commit details
    Browse the repository at this point in the history
  10. stats: quote paths

    Co-authored-by: Ulli Kehrle <[email protected]>
    (cherry picked from commit 272bb21)
    DontEatOreo committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8548b4d View commit details
    Browse the repository at this point in the history
  11. warp-terminal: 0.2024.07.16.08.02.stable_03 -> 0.2024.07.30.08.02.sta…

    …ble_01
    
    (cherry picked from commit b74a9a6)
    r-ryantm authored and DontEatOreo committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    d010865 View commit details
    Browse the repository at this point in the history
  12. warp-terminal: 0.2024.07.30.08.02.stable_01 -> 0.2024.08.06.08.01.sta…

    …ble_00
    
    (cherry picked from commit ef857f7)
    r-ryantm authored and DontEatOreo committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    81331e4 View commit details
    Browse the repository at this point in the history
  13. warp-terminal: 0.2024.08.06.08.01.stable_00 -> 0.2024.08.13.08.02.sta…

    …ble_04
    
    (cherry picked from commit f60c6bd)
    r-ryantm authored and DontEatOreo committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b1cf00c View commit details
    Browse the repository at this point in the history
  14. warp-terminal: 0.2024.08.13.08.02.stable_04 -> 0.2024.08.20.08.02.sta…

    …ble_00
    
    (cherry picked from commit 5126556)
    r-ryantm authored and DontEatOreo committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5bdee0f View commit details
    Browse the repository at this point in the history
  15. warp-terminal: Add Aarch64 support

    (cherry picked from commit a975094)
    rowanG077 authored and DontEatOreo committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b67fae8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9e4a41e View commit details
    Browse the repository at this point in the history
  17. warp-terminal: 0.2024.09.03.08.02.stable_03 -> 0.2024.09.10.08.02.sta…

    …ble_01
    
    (cherry picked from commit 95bccd3)
    JohnRTitor authored and DontEatOreo committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    ad75843 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6dc2c7d View commit details
    Browse the repository at this point in the history
  19. warp-terminal: 0.2024.09.17.08.02.stable_01 -> 0.2024.09.24.08.02.sta…

    …ble_01
    
    (cherry picked from commit a9b6a73)
    r-ryantm authored and DontEatOreo committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    0317d53 View commit details
    Browse the repository at this point in the history
  20. warp-terminal: 0.2024.09.24.08.02.stable_01 -> 0.2024.10.08.08.02.sta…

    …ble_01
    
    (cherry picked from commit dbb8380)
    DontEatOreo committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    72acc8b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2c891ff View commit details
    Browse the repository at this point in the history
  22. google-chrome: fix URL encoding for version filter

    (cherry picked from commit 77ead85)
    DontEatOreo authored and github-actions[bot] committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e7a00b0 View commit details
    Browse the repository at this point in the history
  23. google-chrome: add shellcheck

    (cherry picked from commit 744a8eb)
    DontEatOreo authored and github-actions[bot] committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    a8edf0e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5474a0d View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    15d00b6 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0e51ff7 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    9ec6dcc View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    945fecb View commit details
    Browse the repository at this point in the history
  29. [Backport release-24.05] google-chrome: fix URL encoding for version …

    …filter, add `shellcheck`, 129.0.6668.{100,101} -> 130.0.6723.{58,59} (NixOS#349061)
    jnsgruk authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    bcf8f31 View commit details
    Browse the repository at this point in the history
  30. vintagestory: Fix cursor on wayland

    Capturing and Texture.
    
    Doesn't need to use `LD_PRELOAD`, `LD_LIBRARY_PATH` works.
    
    https://www.github.com/NixOS/nixpkgs/issues/265817#issuecomment-2345008152
    (cherry picked from commit 200e209)
    Artturin authored and github-actions[bot] committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f89556b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    a19ec20 View commit details
    Browse the repository at this point in the history
  32. [Backport release-24.05] warp-terminal: 0.2024.07.16.08.02.stable_03 …

    …-> 0.2024.10.08.08.02.stable_02 (NixOS#349022)
    JohnRTitor authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e59e47a View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    84c2b04 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. mattermost: 9.5.10 -> 9.5.11

    Fixes MMSA-2024-00370; see:
    https://mattermost.com/security-updates/
    
    (cherry picked from commit d5ac04f)
    numinit committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    332dfb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a12536 View commit details
    Browse the repository at this point in the history
  3. python3Packages.lark: disable tests

    (cherry picked from commit b461b19)
    ruby0b authored and github-actions[bot] committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    86ca1d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6da8507 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc8d637 View commit details
    Browse the repository at this point in the history
  6. soundsource: format with nixfmt-rfc-style

    (cherry picked from commit 07b7037)
    DontEatOreo committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8f0c722 View commit details
    Browse the repository at this point in the history
  7. soundsource: 5.6.3 -> 5.7.1

    (cherry picked from commit 7e385c2)
    DontEatOreo committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    155efea View commit details
    Browse the repository at this point in the history
  8. soundsource: add maintainer donteatoreo

    (cherry picked from commit 9dfd48b)
    DontEatOreo committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    46f1880 View commit details
    Browse the repository at this point in the history
  9. discourse: mark as known vulnerable

    There is no maintenance happening on this package and I can't keep doing
    security updates for it, when the build changes on every minor release.
    
    (cherry picked from commit 492050c)
    mweinelt authored and github-actions[bot] committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8b57afd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f8c59d8 View commit details
    Browse the repository at this point in the history
  11. linux_testing: 6.12-rc2 -> 6.12-rc3

    (cherry picked from commit 055d124)
    K900 authored and github-actions[bot] committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    0d2aca1 View commit details
    Browse the repository at this point in the history
  12. linux_6_11: 6.11.3 -> 6.11.4

    (cherry picked from commit 0910e4b)
    K900 authored and github-actions[bot] committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    20fd796 View commit details
    Browse the repository at this point in the history
  13. linux_6_6: 6.6.56 -> 6.6.57

    (cherry picked from commit 0e4c64f)
    K900 authored and github-actions[bot] committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f142a76 View commit details
    Browse the repository at this point in the history
  14. linux_6_1: 6.1.112 -> 6.1.113

    (cherry picked from commit d0227f7)
    K900 authored and github-actions[bot] committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    0dffe83 View commit details
    Browse the repository at this point in the history
  15. linux_5_15: 5.15.167 -> 5.15.168

    (cherry picked from commit e3aaef1)
    K900 authored and github-actions[bot] committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f74f920 View commit details
    Browse the repository at this point in the history
  16. linux_5_10: 5.10.226 -> 5.10.227

    (cherry picked from commit 2a1497e)
    K900 authored and github-actions[bot] committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5789394 View commit details
    Browse the repository at this point in the history
  17. linux-firmware: 20240909 -> 20241017

    (cherry picked from commit beb7aee)
    K900 authored and github-actions[bot] committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e1eef41 View commit details
    Browse the repository at this point in the history
  18. linux: enable FF support for hid-nvidia-shield

    Enables FF support for 2017 NVIDIA SHIELD (Thunderstrike) controller.
    
    Signed-off-by: Rahul Rameshbabu <[email protected]>
    (cherry picked from commit 75e9810)
    Binary-Eater authored and github-actions[bot] committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5428b53 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4eb33fe View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e2d2a59 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. present: fix crash caused by dependency

    fixes NixOS#348788
    
    (cherry picked from commit 55cabd0)
    errnoh authored and github-actions[bot] committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    0d142d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ddda08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a3f2d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a92036 View commit details
    Browse the repository at this point in the history
  5. signal-desktop-beta: 7.29.0-beta.1 -> 7.30.0-beta.1

    (cherry picked from commit cdae25b)
    teutat3s committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    b17bad8 View commit details
    Browse the repository at this point in the history
  6. nextcloud30: 30.0.0 -> 30.0.1

    Ma27 authored and github-actions[bot] committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    a3f19f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce9125e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b9562c8 View commit details
    Browse the repository at this point in the history
  9. firefox-bin: fix webgpu support

    Did not test firefox-bin, only tested the firefox from flake-firefox-nightly but I'm assuming both have the same issue.
    
    https://www.github.com/nix-community/flake-firefox-nightly/issues/36
    (cherry picked from commit d41ca97)
    Artturin committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    881e352 View commit details
    Browse the repository at this point in the history
  10. tailscale: 1.76.0 -> 1.76.1

    Diff: tailscale/tailscale@v1.76.0...v1.76.1
    Changelog: https://github.com/tailscale/tailscale/releases/tag/v1.76.1
    Signed-off-by: Muhammad Falak R Wani <[email protected]>
    (cherry picked from commit c9ee9d8)
    mfrw authored and github-actions[bot] committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    717a6c3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8fb4992 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    825a351 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a47b9c8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4969990 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    716f3b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9b86fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e65e24 View commit details
    Browse the repository at this point in the history
  4. wiki-js: 2.5.304 -> 2.5.305

    Ma27 authored and github-actions[bot] committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    2e8d92a View commit details
    Browse the repository at this point in the history
  5. wiki-js: unpack into source

    We effectively copy everything into `$out` (but this isn't using
    `buildCommand` to allow applying custom patches). However, this had the
    effect that `env-vars` was also copied into `$out` retaining a reference
    to the source tarball.
    
    Removing that reduces the closure size from 765.5M to 388.8M, i.e. by
    about 50.7%.
    
    (cherry picked from commit 3dc2d95)
    Ma27 authored and github-actions[bot] committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    e135afc View commit details
    Browse the repository at this point in the history
  6. unifi8: 8.4.62 -> 8.5.6

    (cherry picked from commit 8cb0425)
    qubitnano authored and bjornfor committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    b05f6e2 View commit details
    Browse the repository at this point in the history
  7. lixVersions.lix_2_91: 2.91.0 -> 2.91.1

    This release comprises really only a couple of commits:
    Fix build bugs found immediately following release:
    - cross fix: https://gerrit.lix.systems/c/lix/+/1781
    - musl fix: https://gerrit.lix.systems/c/lix/+/1823
    
    Check TLS certificates in builtins:fetchurl: https://gerrit.lix.systems/c/lix/+/1966
    
    Yes, the latter is a bit delayed, sorry.
    
    (cherry picked from commit 11e9fc6)
    lf- authored and github-actions[bot] committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    ce67285 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    882d1e3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b45155a View commit details
    Browse the repository at this point in the history
  10. nix-output-monitor: 2.1.2 -> 2.1.3

    (cherry picked from commit 86f523c)
    maralorn authored and bjornfor committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    c4f1f1e View commit details
    Browse the repository at this point in the history
  11. nix-output-monitor: 2.1.3 -> 2.1.4

    Changelog:
    
    * bash: Add shell completion for `nom` command (thanks to @tomberek and @pdietl).
    * zsh: Add shell completion for `nom` and `nom-shell` command (additionally to the existing completion for `nom-build`).
    * Fix typo in README (thanks to @techie2000)
    
    (cherry picked from commit 56d03d8)
    maralorn authored and bjornfor committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    c83fd23 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bb8c2cf View commit details
    Browse the repository at this point in the history
  13. percona-server_8_{0,4}: fix tests not being found

    (cherry picked from commit 6139a81)
    jopejoe1 authored and github-actions[bot] committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    bfcbc85 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. maintainers: add petrkozorezov

    (cherry picked from commit b00742f)
    petrkozorezov authored and github-actions[bot] committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    315e3f3 View commit details
    Browse the repository at this point in the history
  2. couchbase-shell: init at 1.0.0

    (cherry picked from commit 58d3118)
    petrkozorezov authored and github-actions[bot] committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    dad4101 View commit details
    Browse the repository at this point in the history
  3. python3Packages.meshtastic: add missing dep, unbreak

    (cherry picked from commit 25896de)
    pluiedev authored and bjornfor committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    3b85018 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d6fcde View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ea6e7a View commit details
    Browse the repository at this point in the history
  6. keepassxc: 2.7.7 -> 2.7.8

    (cherry picked from commit da93c33)
    r-ryantm authored and bjornfor committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    b3bf838 View commit details
    Browse the repository at this point in the history
  7. keepassxc: 2.7.8 -> 2.7.9

    (cherry picked from commit e6b0f86)
    r-ryantm authored and bjornfor committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    8917291 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e270409 View commit details
    Browse the repository at this point in the history
  9. skypeforlinux: 8.129.0.202 -> 8.130.0.205

    (cherry picked from commit 88d93ce)
    mjoerg authored and github-actions[bot] committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    e52fbe5 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    bf0e24f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    636f8d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bbf179 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2589a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e755dd1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb56a3d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    313b167 View commit details
    Browse the repository at this point in the history
  8. gitlab: 17.2.8 -> 17.2.9

    Fixes CVE-2024-9164
    Fixes CVE-2024-8970
    Fixes CVE-2024-8977
    Fixes CVE-2024-9631
    Fixes CVE-2024-6530
    Fixes CVE-2024-9623
    Fixes CVE-2024-5005
    Fixes CVE-2024-9596
    
    (cherry picked from commit 05819f5)
    srhb authored and yayayayaka committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    4a8bf96 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8ac9b61 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bdeb937 View commit details
    Browse the repository at this point in the history
  11. mbedtls: 3.6.1 -> 3.6.2

    raphaelr authored and github-actions[bot] committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    8b71a7f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7c51187 View commit details
    Browse the repository at this point in the history
  13. signal-desktop-beta: 7.30.0-beta.1 -> 7.30.0-beta.2

    (cherry picked from commit 21b5e29)
    r-ryantm authored and github-actions[bot] committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c1bcb35 View commit details
    Browse the repository at this point in the history
  14. thunderbird-bin-unwrapped: 128.3.1esr -> 128.3.2esr

    (cherry picked from commit a3670a2)
    r-ryantm authored and github-actions[bot] committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1d0c94b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6a14d34 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a3f9027 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. tailscale: move to by-name (NixOS#350402)

    Signed-off-by: Muhammad Falak R Wani <[email protected]>
    (cherry picked from commit 8478b07)
    mfrw authored and github-actions[bot] committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    362a5bd View commit details
    Browse the repository at this point in the history
  2. batman-adv: 2024.2 -> 2024.3

    Changelog: https://www.open-mesh.org/news/118
    (cherry picked from commit 1816c34)
    herbetom authored and github-actions[bot] committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    37c0534 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdc4da6 View commit details
    Browse the repository at this point in the history
  4. linux_xanmod: 6.6.56 -> 6.6.57

    (cherry picked from commit e87d07a)
    Shawn8901 authored and github-actions[bot] committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7db7989 View commit details
    Browse the repository at this point in the history
  5. linux_xanmod_latest: 6.11.3 -> 6.11.4

    (cherry picked from commit 8b38a2b)
    Shawn8901 authored and github-actions[bot] committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7bdcb22 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    15dd38e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b77228b View commit details
    Browse the repository at this point in the history
  8. yggdrasil: 0.5.7 -> 0.5.9

    r-ryantm authored and ehmry committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c4dbf07 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5334f83 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c9449b8 View commit details
    Browse the repository at this point in the history
  11. github-runner: 2.319.1 -> 2.320.0

    Changelog: https://github.com/actions/runner/releases/tag/v2.320.0
    
    github-runner: fix patch that doesn't apply
    (cherry picked from commit 930f9da)
    kirillrdy authored and osnyx committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    6f4d16a View commit details
    Browse the repository at this point in the history
  12. github-runner: nixfmt-rfc-style

    osnyx committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a5decc1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f042fe7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    96f4aa4 View commit details
    Browse the repository at this point in the history
  15. maintainers: add ivyfanchiang

    Signed-off-by: Ivy Fan-Chiang <[email protected]>
    (cherry picked from commit 3f514ca)
    hexadecimalDinosaur authored and github-actions[bot] committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    0597b87 View commit details
    Browse the repository at this point in the history
  16. detect-it-easy: init at 3.09

    Signed-off-by: Ivy Fan-Chiang <[email protected]>
    (cherry picked from commit d6cd290)
    hexadecimalDinosaur authored and github-actions[bot] committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9939af6 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. linux_testing: 6.12-rc3 -> 6.12-rc4

    (cherry picked from commit a498c21)
    K900 authored and github-actions[bot] committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    aebdf81 View commit details
    Browse the repository at this point in the history
  2. linux_6_11: 6.11.4 -> 6.11.5

    (cherry picked from commit 3dffc1e)
    K900 authored and github-actions[bot] committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f7a665a View commit details
    Browse the repository at this point in the history
  3. linux_6_6: 6.6.57 -> 6.6.58

    (cherry picked from commit c0b43de)
    K900 authored and github-actions[bot] committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    63f0f02 View commit details
    Browse the repository at this point in the history
  4. linux_6_1: 6.1.113 -> 6.1.114

    (cherry picked from commit 8b91f4a)
    K900 authored and github-actions[bot] committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    77900c3 View commit details
    Browse the repository at this point in the history
  5. linux_5_15: 5.15.168 -> 5.15.169

    (cherry picked from commit b863931)
    K900 authored and github-actions[bot] committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    4fbffcb View commit details
    Browse the repository at this point in the history
  6. linux_5_10: 5.10.227 -> 5.10.228

    (cherry picked from commit 57e4804)
    K900 authored and github-actions[bot] committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    572e8c7 View commit details
    Browse the repository at this point in the history
  7. linux: cherry-pick netfilter fix

    (cherry picked from commit 7f30924)
    K900 authored and github-actions[bot] committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    67e6923 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e303588 View commit details
    Browse the repository at this point in the history
  9. firefox-devedition-bin-unwrapped: 132.0b6 -> 132.0b9

    (cherry picked from commit 0a95219)
    jopejoe1 authored and github-actions[bot] committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    faf0719 View commit details
    Browse the repository at this point in the history
  10. firefox-beta-bin-unwrapped: 132.0b6 -> 132.0b9

    (cherry picked from commit 7c8b102)
    jopejoe1 authored and github-actions[bot] committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e33cb81 View commit details
    Browse the repository at this point in the history
  11. firefox-beta-unwrapped: 132.0b5 -> 132.0b9

    (cherry picked from commit c1ab98e)
    jopejoe1 authored and github-actions[bot] committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9b3b898 View commit details
    Browse the repository at this point in the history
  12. firefox-devedition-unwrapped: 132.0b5 -> 132.0b9

    (cherry picked from commit 185fb07)
    jopejoe1 authored and github-actions[bot] committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    728783a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f885d67 View commit details
    Browse the repository at this point in the history
  14. paper-clip: 5.5 -> 5.5.1

    (cherry picked from commit ae7f1f6)
    michaelgrahamevans authored and github-actions[bot] committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    5de08b5 View commit details
    Browse the repository at this point in the history
  15. libhv: 1.3.2 → 1.3.3

    (cherry picked from commit 842cc08)
    sikmir authored and LeSuisse committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    462c23c View commit details
    Browse the repository at this point in the history
  16. openvi: 7.5.29 -> 7.6.30

    (cherry picked from commit 4356e47)
    r-ryantm authored and github-actions[bot] committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    1724ad0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9e05c74 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    32e940c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    533e7ad View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    dcac30d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4602b7 View commit details
    Browse the repository at this point in the history
  3. linux_xanmod: 6.6.57 -> 6.6.58

    (cherry picked from commit 6772b7f)
    Shawn8901 authored and github-actions[bot] committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6d3de63 View commit details
    Browse the repository at this point in the history
  4. linux_xanmod_latest: 6.11.4 -> 6.11.5

    (cherry picked from commit a8bf0fd)
    Shawn8901 authored and github-actions[bot] committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    3d2815b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00c24c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb700ab View commit details
    Browse the repository at this point in the history
  7. preserves-tools: 4.994.0 -> 4.996.1

    Add installation of shell completion files.
    
    (cherry picked from commit 8307a29)
    ehmry committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    9504eb4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fcf8b7c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6ca2882 View commit details
    Browse the repository at this point in the history
  10. arc-browser: format with nixfmt-rfc-style

    (cherry picked from commit ef9880f)
    DontEatOreo authored and github-actions[bot] committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    3210a92 View commit details
    Browse the repository at this point in the history
  11. arc-browser: quote paths

    (cherry picked from commit bbf17bf)
    DontEatOreo authored and github-actions[bot] committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    056905c View commit details
    Browse the repository at this point in the history
  12. arc-browser: remove set -euo pipefail

    `writeShellApplication` already sets `errexit`, `nounset`, and
    `pipefail` by default
    
    Refs: https://nixos.org/manual/nixpkgs/stable/#trivial-builder-writeShellApplication
    (cherry picked from commit 42fbc7d)
    DontEatOreo authored and github-actions[bot] committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    9d2777c View commit details
    Browse the repository at this point in the history
  13. [Backport release-24.05] discord: bump all versions (NixOS#350972)

    * pkgsCross.x86_64-darwin.discord: 0.0.322 -> 0.0.323
    
    (cherry picked from commit 4069a0e)
    
    * pkgsCross.x86_64-darwin.discord-ptb: 0.0.141 -> 0.0.142
    
    (cherry picked from commit 702a31c)
    
    * pkgsCross.x86_64-darwin.discord-canary: 0.0.612 -> 0.0.617
    
    (cherry picked from commit 8df675f)
    
    * pkgsCross.x86_64-darwin.discord-development: 0.0.53 -> 0.0.55
    
    (cherry picked from commit f48b8cf)
    
    * discord: 0.0.71 -> 0.0.72
    
    (cherry picked from commit 6961be0)
    
    * discord-ptb: 0.0.111 -> 0.0.112
    
    (cherry picked from commit 1aef2aa)
    
    * discord-canary: 0.0.503 -> 0.0.508
    
    (cherry picked from commit 13d7fe4)
    
    * discord-development: 0.0.30 -> 0.0.32
    
    (cherry picked from commit c608c2a)
    
    ---------
    
    Co-authored-by: DontEatOreo <[email protected]>
    github-actions[bot] and DontEatOreo authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    664f617 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5028624 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. tor-browser: 13.5.7 -> 14.0

    https://blog.torproject.org/new-release-tor-browser-140/
    
    Add --no-clobber-old-sections to patchelf to fix segfault.
    
    Also switches from manual patchelf usage to autoPatchelf to make this fix
    work for all binaries.
    
    Fixups for obfs & snowflake were removed, as they are no longer required.
    
    (cherry picked from commit 17f4b88)
    felschr authored and github-actions[bot] committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    8188ea1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45e5197 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66c95ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0aebcbc View commit details
    Browse the repository at this point in the history
  5. [Backport release-24.05] arc-browser: 1.63.1-54714 -> 1.65.0-54911, f…

    …ormat with nixfmt-rfc-style, quote paths, remove `set -euo pipefail` (NixOS#351019)
    NickCao authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    0c8b562 View commit details
    Browse the repository at this point in the history
  6. betterbird: mark as insecure

    There are a large number of CVEs marked as being relevant to
    the version of Thunderbird this is based on, but as many Firefox
    vulnerabilities are not practically exploitable in Thunderbird due
    to lack of untrusted JS execution, I’ve chosen to only reference
    the one that should unambiguously be exploitable via Thunderbird’s
    built‐in PDF reader to allow injected code. This of course means
    that it is likely that other JS‐related vulnerabilities present in
    this version may be practically exploitable too.
    emilazy committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    1dd950b View commit details
    Browse the repository at this point in the history
  7. wireshark: 4.2.7 -> 4.2.8

    (cherry picked from commit e46b49d)
    eyJhb authored and github-actions[bot] committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9e431b5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    79029a3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6bcdcaf View commit details
    Browse the repository at this point in the history
  10. discourse-mail-receiver: 4.0.7 -> 4.1.0

    (cherry picked from commit d642a42)
    leona-ya authored and github-actions[bot] committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f01bb94 View commit details
    Browse the repository at this point in the history
  11. discourse.plugins: update

    (cherry picked from commit 2b0b370)
    leona-ya authored and github-actions[bot] committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    de20c77 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1c26873 View commit details
    Browse the repository at this point in the history
  13. brave: move to by-name

    (cherry picked from commit 177d045)
    buckley310 authored and github-actions[bot] committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    0a19a46 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    37aa9c6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c02f982 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3addd49 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    cce85d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd7619e View commit details
    Browse the repository at this point in the history
  3. maintainers: update Atemu's emails

    (cherry picked from commit c83ce5b)
    Atemu authored and github-actions[bot] committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    86b4df8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1a6e58 View commit details
    Browse the repository at this point in the history
  5. workflows/codeowners: Fix security issue

    Co-Authored-By: 13x1 <[email protected]>
    Co-Authored-By: basti564 <[email protected]>
    (cherry picked from commit 59aee1c)
    infinisil committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    5691625 View commit details
    Browse the repository at this point in the history
  6. workflows: Fix security issues

    read-all permissions gives access to e.g. security-events, which these
    don't need, and can easily lead to leaks
    
    Co-Authored-By: 13x1 <[email protected]>
    Co-Authored-By: basti564 <[email protected]>
    (cherry picked from commit 6b8ce4a)
    infinisil committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    ccc38eb View commit details
    Browse the repository at this point in the history
  7. workflows: Rename after security fixes

    In the previous two commits, security issues with these workflows were
    fixed. In order for these to not be exploitable for PRs to branches that
    don't have the fixes yet (including read-only branches like
    nixos-unstable), these workflows are renamed, so that the old ones can
    be turned off manually via GitHub interface.
    
    Co-Authored-By: 13x1 <[email protected]>
    Co-Authored-By: basti564 <[email protected]>
    (cherry picked from commit 5bbbc3a)
    infinisil committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    b246490 View commit details
    Browse the repository at this point in the history
  8. ci/OWNERS: Fix path of codeowners.yml

    After NixOS#351446
    
    (cherry picked from commit cd691f8)
    infinisil committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    56e9a30 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d89c30c View commit details
    Browse the repository at this point in the history
  10. ci/OWNERS: Remove removed path

    Was removed in 7e73ead, but only
    started failing once it actually started getting checked with NixOS#348642
    infinisil committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    9c45f83 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7376799 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cd3e883 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    6f8b43f View commit details
    Browse the repository at this point in the history