Commit graph

10 commits

Author SHA1 Message Date
snicket2100 b1c14fb636 advancecomp: version number correctly embedded in binaries
without this fix, binaries report their version number as "vnone"
which for example stops `image_optim` from using `advpng` (refuses
to use it not being able to tell what version number it has)
2020-04-13 10:21:29 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Andreas Rammhold f23627cb12
advancecomp: fix CVE-2019-9210 2019-12-15 23:15:35 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Dave Nicponski b3b4184786 games/crawl: add support for MacOS/Darwin builds
games/crawl: Add support for darwin builds.  Also,
compression/advancecomp: Add support for darwin builds in meta (which already worked).
2019-07-28 02:25:17 -04:00
Ryan Mulligan 7bfccd7c24 advancecomp: 2.0 -> 2.1
Semi-automatic update; builds on NixOS
2018-02-24 14:16:49 -08:00
Franz Pletz a5e9a31fb5
advancecomp: 1.23 -> 2.0 2017-09-05 13:10:13 +02:00
Petr Mikusek 60f18cf94a advancecomp: fix license 2017-04-07 20:33:56 +02:00
ndowens 22e58be888 advancecomp: 1.19 -> 1.23 2017-03-24 21:37:56 -05:00
Michael Raskin d78973078a Adding AdvanceCOMP deflate compression optimizer 2014-09-17 11:27:13 +04:00