-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(cherry picked from commit 5821bf9)
Part of NixOS#323379 (cherry picked from commit ced695a)
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)
Changelog: https://github.com/mikf/gallery-dl/releases/tag/v1.27.6 Diff: mikf/gallery-dl@v1.27.5...v1.27.6 (cherry picked from commit 06923ad)
Changelog: https://arc.net/e/8554E66E-831C-459A-B6C9-1E814AA5CCD8 (cherry picked from commit 257097b)
…olyfill.io usage, bump KaTeX (NixOS#348478)
(cherry picked from commit 7c84a25)
(cherry picked from commit 35d91eb)
(cherry picked from commit bd50ef4)
https://www.mozilla.org/en-US/firefox/131.0.3/releasenotes/ (cherry picked from commit 068040b)
https://www.mozilla.org/en-US/firefox/131.0.3/releasenotes/ (cherry picked from commit 82f08f3)
(cherry picked from commit 755657b)
(cherry picked from commit aae4960)
(cherry picked from commit e55b3cf)
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)
Allows reusing it in more places (cherry picked from commit 1700d00)
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)
(cherry picked from commit 5695bf6)
(cherry picked from commit 87a2986)
(cherry picked from commit 93dcd42)
github-actions
bot
added
6.topic: printing
6.topic: rust
6.topic: policy discussion
6.topic: golang
6.topic: ruby
6.topic: vim
6.topic: ocaml
6.topic: fetch
6.topic: steam
6.topic: stdenv
Standard environment
6.topic: nodejs
6.topic: pantheon
The Pantheon desktop environment
6.topic: TeX
Issues regarding texlive and TeX in general
6.topic: lua
6.topic: testing
Tooling for automated testing of packages and modules
6.topic: systemd
6.topic: LXQt
The Lightweight Qt Desktop Environment
6.topic: vscode
6.topic: flakes
The experimental Nix feature
6.topic: lib
The Nixpkgs function library
6.topic: jupyter
Interactive computing tooling: kernels, notebook, jupyterlab
6.topic: julia
6.topic: php
8.has: maintainer-list (update)
This PR changes `maintainers/maintainer-list.nix`
6.topic: k3s
Kubernates distribution (https://k3s.io/)
6.topic: llvm/clang
Issues related to llvmPackages, clangStdenv and related
6.topic: dotnet
Language: .NET
labels
Oct 28, 2024
The PR's base branch is set to master, but 5993 commits from the release-24.05 branch are included. Make sure you know the right base branch for your changes, then:
|
@m1-s No need to close such PRs anymore btw, the bot's message can be followed :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
6.topic: dotnet
Language: .NET
6.topic: emacs
Text editor
6.topic: fetch
6.topic: flakes
The experimental Nix feature
6.topic: GNOME
GNOME desktop environment and its underlying platform
6.topic: golang
6.topic: haskell
6.topic: julia
6.topic: jupyter
Interactive computing tooling: kernels, notebook, jupyterlab
6.topic: k3s
Kubernates distribution (https://k3s.io/)
6.topic: kernel
The Linux kernel
6.topic: lib
The Nixpkgs function library
6.topic: llvm/clang
Issues related to llvmPackages, clangStdenv and related
6.topic: lua
6.topic: LXQt
The Lightweight Qt Desktop Environment
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
6.topic: nodejs
6.topic: ocaml
6.topic: pantheon
The Pantheon desktop environment
6.topic: php
6.topic: policy discussion
6.topic: printing
6.topic: python
6.topic: qt/kde
6.topic: ruby
6.topic: rust
6.topic: stdenv
Standard environment
6.topic: steam
6.topic: systemd
6.topic: testing
Tooling for automated testing of packages and modules
6.topic: TeX
Issues regarding texlive and TeX in general
6.topic: vim
6.topic: vscode
8.has: changelog
8.has: documentation
8.has: maintainer-list (update)
This PR changes `maintainers/maintainer-list.nix`
8.has: module (update)
This PR changes an existing module in `nixos/`
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Currently, when using
postgresqlWithPackages
thepassthru
attributes are lost. This is causing errors in the postgresql nixos module as it needs thewithJit
passthru attributes.Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.