-
-
Notifications
You must be signed in to change notification settings - Fork 19.4k
systemd: 258.1 -> 258.2 #459973
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
systemd: 258.1 -> 258.2 #459973
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -203,13 +203,13 @@ let | |
| in | ||
| stdenv.mkDerivation (finalAttrs: { | ||
| inherit pname; | ||
| version = "258.1"; | ||
| version = "258.2"; | ||
|
|
||
| src = fetchFromGitHub { | ||
| owner = "systemd"; | ||
| repo = "systemd"; | ||
| rev = "v${finalAttrs.version}"; | ||
| hash = "sha256-LA+6/d9W3CxK0G2sXsPHM4BVLf8IzsWW6IxJFby6/JU="; | ||
| hash = "sha256-1iWeuNefDOIEUSTzxzvt+jfcs6sSMPhxQfdwp0mqUjQ="; | ||
| }; | ||
|
|
||
| # On major changes, or when otherwise required, you *must* : | ||
|
|
@@ -221,16 +221,6 @@ stdenv.mkDerivation (finalAttrs: { | |
| # Use `find . -name "*.patch" | sort` to get an up-to-date listing of all | ||
| # patches | ||
| patches = [ | ||
| # https://github.com/systemd/systemd/pull/39094 | ||
| (fetchpatch { | ||
| url = "https://github.com/systemd/systemd/commit/8b4ee3d68d2e70d9a396b74d155eab3b11763311.patch"; | ||
| hash = "sha256-JJDaSHQjd1QZ18CQHq40viB0AF/0MiescmZUcc/6LDg="; | ||
| }) | ||
| (fetchpatch { | ||
| url = "https://github.com/systemd/systemd/commit/13b0e7fc6d2623800ba04b104f3b628388c9f5e6.patch"; | ||
| hash = "sha256-X+tY3NjfRJpF6wvd++xEps0DIFTbX/6Zw9oO4Y9FmNI="; | ||
| }) | ||
|
|
||
|
Comment on lines
-224
to
-233
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In 258, I included the whole PR these were from. In 258.1, only one of them was backported, so I just included the other two specifically here. Now in 258.2, the one I actually cared about (8b4ee3d68d2e70d9a396b74d155eab3b11763311) was backported, but the other one wasn't. Given the last one wasn't anything all that important and wasn't deemed worth backporting upstream, I figure we should just drop it too. |
||
| ./0001-Start-device-units-for-uninitialised-encrypted-devic.patch | ||
| ./0002-Don-t-try-to-unmount-nix-or-nix-store.patch | ||
| ./0003-Fix-NixOS-containers.patch | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.