Commit Graph

25 Commits

Author SHA1 Message Date
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Oliver Schmidt
1dfe0c3b38 imagemagick6: 6.9.12-68->6.9.13-10, fix build
CVEs updated according to the output of Vulnix, unfortunately, it is not
easy to find out which CVEs have been fixed in version 7 only and which
fixes have been backported.
2024-05-15 19:45:18 +02:00
John Ericson
f0636c6055 treewide: Add meta.pkgConfigModules to a few packages
Picking up where https://github.com/NixOS/nixpkgs/pull/214304 left off.
2023-02-07 12:15:32 -05:00
Robert Schütz
84747dae9a imagemagick6: mark insecure 2023-01-29 11:06:09 -08:00
Thomas Gerbet
a1f5263a86 imagemagick6: 6.9.12-26 -> 6.9.12-68
Fixes CVE-2022-1114, CVE-2022-1115, CVE-2022-3213, CVE-2022-32545, CVE-2022-32546 and CVE-2022-32547.

91af8aa460/ChangeLog.md
2022-12-07 22:24:09 +01:00
Alyssa Ross
322ed64cf9
imagemagick6: modernize package options
Throughout Nixpkgs, we now tend to avoid packages being null outside
of bootstrapping, in favour of dedicated options that can have
more complex defaults set, e.g. per-platform.  This simplifies and
regularizes the imagemagick package definition.
2022-07-17 07:36:13 +00:00
Kerstin Humm
75e301c357 imagemagick6: remove erictapen as maintainer
I haven't looked at this package for a long time, so let's reflect that
fact in the maintainer field.
2022-04-02 12:45:11 +02:00
Kerstin Humm
8705d0826f
imagemagick6: 6.9.12-19 -> 6.9.12-26 2021-10-25 14:14:25 +02:00
Robert Schütz
beb353c776 imagemagick6: 6.9.12-17 -> 6.9.12-19 2021-07-25 15:45:36 +02:00
github-actions[bot]
8f71a7f335
Merge staging-next into staging 2021-06-26 18:04:40 +00:00
Robert Schütz
a93194815b imagemagick6: 6.9.12-16 -> 6.9.12-17 2021-06-26 16:41:14 +02:00
Justin Restivo
77c3d60b89
imagemagick: add liquid rescale build option 2021-06-24 21:11:41 -04:00
Robert Schütz
d2b489b24a imagemagick6: 6.9.12-15 -> 6.9.12-16 2021-06-22 12:50:33 +02:00
Robert Schütz
547fb093c3 imagemagick6: 6.9.12-14 -> 6.9.12-15 2021-06-13 20:48:11 +02:00
Kerstin Humm
99f12af681 imagemagick: 6.9.12-12 -> 6.9.12-14 2021-06-11 16:34:41 +02:00
Zhaofeng Li
990431c1e3 imagemagick: Allow compilation without --with-gcc-arch
The --with-gcc-arch flag is used to specify the value used for
--march and --mtune [1], therefore it does not make sense to fail the
evaluation simply because it's not enumerated by us. However,
it's necessary to specify --without-gcc-arch, otherwise the config
script will guess the values and lead to incompatible / non-determinstic
artifacts.

[1] 850d5a9fc5/m4/ax_gcc_archflag.m4
2021-05-31 18:40:34 -07:00
Jonathan Ringer
d8e62d8e41
Merge remote-tracking branch 'origin/master' into staging-next
Fix cargo-flash build
2021-05-16 18:27:14 -07:00
Jonathan del Strother
c022642fec imagemagick: support aarch64-darwin 2021-05-17 00:28:04 +09:00
Kerstin Humm
f1d61e1b4b
imagemagick6: 6.9.12.8 -> 6.9.12-12 2021-05-16 13:21:54 +02:00
Stéphan Kochen
006d7f80eb
imagemagick6: fix darwin build (#123023) 2021-05-14 16:21:38 -04:00
Justin Humm
31f0207ac1 imagemagick6: 6.9.12-3 -> 6.9.12-8 2021-04-23 22:21:04 +02:00
Justin Humm
c528ddd2da imagemagick6: add erictapen as maintainer 2021-03-14 20:22:47 +01:00
Justin Humm
3210e9158f imagemagick6: 6.9.12-1 -> 6.9.12-3 2021-03-14 20:22:38 +01:00
Robert Schütz
7ac6fbfe5a
imagemagick6: 6.9.11-60 -> 6.9.12-1 (#113998) 2021-02-27 19:12:43 +01:00
Robert Schütz
5cc881d0d8 imagemagick: make 7.0 default 2021-02-27 18:34:36 +01:00