R. Ryantm
49fdb927f7
netpbm: 11.3.5 -> 11.4.2
2023-09-30 06:13:43 +00:00
R. Ryantm
fbbddf7650
netpbm: 11.3.4 -> 11.3.5
2023-09-11 10:11:19 +00:00
R. Ryantm
916e8c9ae5
netpbm: 11.3.2 -> 11.3.4
2023-08-21 11:33:17 +00:00
R. Ryantm
778508d0ec
netpbm: 11.3.0 -> 11.3.2
2023-08-08 23:36:42 +00:00
R. Ryantm
50ebee7c49
netpbm: 11.2.0 -> 11.3.0
2023-06-29 21:24:12 +00:00
R. Ryantm
1b4f8f9b16
netpbm: 11.1.0 -> 11.2.0
2023-03-25 13:20:40 +00:00
Mario Rodas
61b46e0082
Merge pull request #208256 from r-ryantm/auto-update/netpbm
...
netpbm: 11.0.2 -> 11.1.0
2023-01-29 06:57:39 -05:00
Ferry Jérémie
65d7e87fdb
treewide: replace http by https when https is a permanent redirection
2023-01-22 02:46:49 +01:00
R. Ryantm
199b12ad3d
netpbm: 11.0.2 -> 11.1.0
2022-12-31 01:19:18 +00:00
R. Ryantm
cebf764e2b
netpbm: 11.0.1 -> 11.0.2
2022-11-15 03:30:29 +01:00
R. Ryantm
cde78e0cc0
netpbm: 11.0.0 -> 11.0.1
2022-10-15 00:05:37 +00:00
R. Ryantm
38a20cfcb8
netpbm: 10.97.4 -> 11.0.0
2022-09-28 22:22:46 +00:00
R. Ryantm
3aa20d0222
netpbm: 10.97.3 -> 10.97.4
2022-02-24 17:47:40 +00:00
R. Ryantm
4e8f9e4e9c
netpbm: 10.97.2 -> 10.97.3
2022-02-12 19:38:06 +00:00
R. Ryantm
581b57b274
netpbm: 10.96.2 -> 10.97.2
2022-01-28 18:49:18 +01:00
R. Ryantm
67c9fdf26a
netpbm: 10.92.0 -> 10.96.2
2021-10-27 11:16:54 +00:00
Felix Buehler
63c0bce359
tools/graphics: replace name with pname&version
2021-08-12 20:41:54 +02:00
Ben Siraphob
d6aeae8f90
pkgs/tools: pkgconfig -> pkg-config (2)
2021-01-17 23:27:27 +07:00
Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +07:00
Jan Tojnar
46cf3b84b1
netpbm: 10.91.3 → 10.92.0
2020-10-02 13:33:36 +02:00
Jan Tojnar
43ea7e011d
netpbm: Fix cross-compilation
...
Co-Authored-By: Christian Kampka <christian@kampka.net>
2020-10-02 13:05:39 +02:00
Jan Tojnar
3f3fe38c7a
netpbm: Do not use vendored dependencies
...
Especially since Jasper is unmaintained and insecure
2020-10-02 13:05:38 +02:00
Jan Tojnar
8a9fa4782f
netpbm: 10.89.1 → 10.91.3
...
Also fix accidentally not running postConfigure
2020-10-02 13:05:38 +02:00
Jan Tojnar
f6c94e7072
netpbm: clean up
...
reorder attributes and use pkg-config instead of the alias
2020-09-03 22:26:30 +02:00
Daiderd Jordan
7b3a2963d1
treewide: replace base64 encoded hashes
2020-06-03 18:35:19 +02:00
Jan Tojnar
1459b34afa
netpbm: fix wrappers
2020-03-03 22:30:52 +01:00
Jan Tojnar
7566c09a0c
netpbm: Remove "CVE" patch
...
The CVE was patched upstream long ago.
http://cve.circl.lu/cve/CVE-2005-2471
-dPARANOIDSAFER seems not to be supported any more.
https://phabricator.wikimedia.org/T136402#2338482
https://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=79a06b45e784e6839b2b2129cd2620ea606254e1
2020-03-01 16:14:38 +01:00
Jan Tojnar
43ea7f1c0a
netpbm: Hardcode rgb.txt path
...
We did that in the past with rgbpaths.patch in the past but it was eventually removed. This fixes the regression.
2020-03-01 15:40:29 +01:00
Jan Tojnar
44f69611ad
netpbm: re-enable parallel building
...
It was disabled in abd3c246a4
but it no longer seems to fail.
2020-03-01 15:27:41 +01:00
Jan Tojnar
256f7172ac
netpbm: more clean ups
...
* Append to config.mk instead of substituting
* Remove unused path substitution (rgbpaths.patch was deleted in f6c28984f2
)
* -lz in LDFLAGS does not seem to be necessary
* Touching the file (introduced in 4dd9507b83
) does not seem to be necessary.
2020-03-01 15:27:35 +01:00
Jan Tojnar
9555834399
netpbm: split into multiple outputs
2020-03-01 15:13:03 +01:00
Jan Tojnar
90180905a2
netpbm: Fix tiff support
...
The build script check whether JPEGLIB and ZLIB are not set to NONE.
We did not set the latter as pkg-config handles zlib requirement
for libpng dependency and the comment in config.mk only talks about
zlib being needed for libpng.
Since libtiff only needs libz for static linking, we turn TIFFLIB_NEEDS_ZLIB
off instead of pointlessly setting ZLIB value.
Closes: https://github.com/NixOS/nixpkgs/issues/75156
2020-03-01 15:13:03 +01:00
Jan Tojnar
aa1aefd06a
netpbm: 10.82.01 → 10.89.1
...
https://sourceforge.net/p/netpbm/code/3735/tree//advanced/doc/HISTORY
2020-03-01 15:13:03 +01:00
Jan Tojnar
6b4d057b66
netpbm: add pre/post phase hooks
2020-03-01 15:13:02 +01:00
Jan Tojnar
8ea075bcb9
netpbm: Clean up
...
* Format with nixpkgs-fmt
* Move build tools to nativeBuildInputs
* Clarify license
2020-03-01 15:13:02 +01:00
Jan Tojnar
b19ce7cfe9
netpbm: add updateScript
2020-03-01 15:13:02 +01:00
Andreas Rammhold
8e08f7515a
netpbm: fix typo on substituteInPlace parameters
...
It seems like originally `-dSAFER` should have been replaced with
`-dPARANOIDSAFER` instead of `-DSAFER` (capital D vs lower case d).
This was pointed out in #75153 . This might now finally (properly?) fix
CVE-2005-2471.
2020-02-22 14:28:32 +01:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
Jan Malakhovski
67a5c0da41
tree-wide: fix all rev
s of fetchsvn
2018-11-08 05:29:47 +00:00
Armijn Hemel
eb0e26101e
netpbm: update to 10.82.01
2018-06-22 20:31:54 +02:00
Frederik Rietdijk
7e3d181160
netpbm: fetch over https
2018-03-13 14:26:18 +01:00
Graham Christensen
f308722a00
netpbm: 10.70.00 -> 10.77.02 for numerous fixes
...
more: https://sourceforge.net/p/netpbm/code/2883/tree/advanced/doc/HISTORY
2017-02-17 22:17:34 -05:00
Jeremy Shaw
e243ec43f3
netbpm: tell config.mk where to find JPEGLIB and JPEGHDR_DIR or jpegtopnm and friends will not be built.
2016-12-28 13:48:50 -05:00
Paul Liu
1b6e2b9a19
Fix netpbm installation for OS X ( #21194 )
...
* Update meta.platform to linux ++ darwin for netpbm
2016-12-16 09:30:50 +00:00
Robin Gloster
2d382f3d98
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-05-30 19:39:34 +00:00
Tuomas Tynkkynen
ad1a47061e
treewide: Make explicit that 'dev' output of libtiff is used
2016-05-19 10:00:46 +02:00
Robin Gloster
d020caa5b2
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-04-18 13:49:22 +00:00
Vladimír Čunát
ab15a62c68
Merge branch 'master' into closure-size
...
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Robin Gloster
f60c9df0ba
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-03-28 15:16:29 +00:00
Eelco Dolstra
abd3c246a4
netpbm: Disable parallel building
...
Looks like the "partlist" file is constructed in an unsound way.
http://hydra.nixos.org/build/32430147
2016-02-28 12:59:17 +01:00