From 11e1b624197ab8ad879c7572487439b078a6a629 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Santoro?= Date: Wed, 18 Nov 2015 23:38:54 +0100 Subject: [PATCH] Install pngcrush 1.7.87 instead of 1.7.85 pngcrush 1.7.85 isn't downloadable anymore According to http://sourceforge.net/projects/pmt/files/pngcrush/ only two versions are directly available: the released 1.7.87 and up-to-come 1.7.88. **Upstream changelog** pngcrush-1.7.87 fixes a double-free bug in the sPLT chunk handling --- image/base/install-pngcrush | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/base/install-pngcrush b/image/base/install-pngcrush index b6fa3e3..bcff47b 100755 --- a/image/base/install-pngcrush +++ b/image/base/install-pngcrush @@ -1,5 +1,5 @@ #!/bin/bash -PNGCRUSH_VERSION=1.7.85 +PNGCRUSH_VERSION=1.7.87 cd /tmp curl -O http://iweb.dl.sourceforge.net/project/pmt/pngcrush/$PNGCRUSH_VERSION/pngcrush-$PNGCRUSH_VERSION.tar.gz tar zxf pngcrush-$PNGCRUSH_VERSION.tar.gz -- 2.25.1