Skip to content

graphicsmagick: 1.3.42 -> 1.3.43#298535

Merged
drupol merged 7 commits intoNixOS:masterfrom
atorres1985-contrib:graphicsmagick
Mar 25, 2024
Merged

graphicsmagick: 1.3.42 -> 1.3.43#298535
drupol merged 7 commits intoNixOS:masterfrom
atorres1985-contrib:graphicsmagick

Conversation

@AndersonTorres
Copy link
Member

Description of changes

Closes #298523

Updated, modernized and adopted!

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.05 Release Notes (or backporting 23.05 and 23.11 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@AndersonTorres AndersonTorres marked this pull request as ready for review March 24, 2024 04:34
@nixos-discourse
Copy link

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/prs-already-reviewed/2617/1549

@ofborg ofborg bot added 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 101-500 This PR causes between 101 and 500 packages to rebuild on Linux. labels Mar 24, 2024
@AndersonTorres AndersonTorres requested a review from drupol March 24, 2024 23:08
@wegank wegank added the 12.approvals: 1 This PR was reviewed and approved by one person. label Mar 25, 2024
@drupol drupol added the 1.severity: security Issues which raise a security issue, or PRs that fix one label Mar 25, 2024
@wegank wegank removed the 12.approvals: 1 This PR was reviewed and approved by one person. label Mar 25, 2024
AndersonTorres and others added 7 commits March 25, 2024 14:22
- finalAttrs design pattern
- split man output
- rename patches
- update link that explains the patch
- use stdenvNoCC (since no compiler is called)
- split man output
- do not expose attributes
- set `dontBuild = true` instead of using a fake `buildPhase`
- install the artifacts via an elegant but questionable, Lispy dark magic
Since the security breach was solved upstream.
@AndersonTorres AndersonTorres requested a review from drupol March 25, 2024 19:16
@drupol drupol merged commit 4535b71 into NixOS:master Mar 25, 2024
@github-actions
Copy link
Contributor

Backport failed for release-23.11, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release-23.11
git worktree add -d .worktree/backport-298535-to-release-23.11 origin/release-23.11
cd .worktree/backport-298535-to-release-23.11
git switch --create backport-298535-to-release-23.11
git cherry-pick -x 1bde61517c73e3cdaee47ca351de657e545b353b 8b908e4babf6856f2f174b647bbf8b283d3abfb3 94723d06510339297c84acc39abe4b4e4704522a 7bfecb71e37a0ca6a722ed9117ca0b09517c0cdd cdf0640f87de7c94d172bcc6923e0e53bfb6e61b 08d1d8496cafebdbc3bdd002cea287d6f25696d8 dd65942c9a5a6d1904645b7770a862576d8a0997

@github-actions
Copy link
Contributor

Backport failed for release-23.11, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release-23.11
git worktree add -d .worktree/backport-298535-to-release-23.11 origin/release-23.11
cd .worktree/backport-298535-to-release-23.11
git switch --create backport-298535-to-release-23.11
git cherry-pick -x 1bde61517c73e3cdaee47ca351de657e545b353b 8b908e4babf6856f2f174b647bbf8b283d3abfb3 94723d06510339297c84acc39abe4b4e4704522a 7bfecb71e37a0ca6a722ed9117ca0b09517c0cdd cdf0640f87de7c94d172bcc6923e0e53bfb6e61b 08d1d8496cafebdbc3bdd002cea287d6f25696d8 dd65942c9a5a6d1904645b7770a862576d8a0997

@drupol
Copy link
Contributor

drupol commented Mar 26, 2024

@AndersonTorres Do you plan to backport it?

@AndersonTorres
Copy link
Member Author

Since the bot refused and this is a security issue, I will do this later.

@drupol
Copy link
Contributor

drupol commented Mar 26, 2024

I thank your effort.

drupol added a commit that referenced this pull request Mar 27, 2024
…magick-to-2311

[23.11] Backport #298535: graphicsmagick: 1.3.39 -> 1.3.43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1.severity: security Issues which raise a security issue, or PRs that fix one 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 101-500 This PR causes between 101 and 500 packages to rebuild on Linux. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants