development/diffoscope: Updated for version 77.

This fixes CVE-2017-0359.
(* Security fix *)

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2017-02-17 21:54:28 +00:00 committed by David Spencer
parent 140df2b7d4
commit 7f2cfeef0d
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=diffoscope
VERSION=${VERSION:-70}
VERSION=${VERSION:-77}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="diffoscope"
VERSION="70"
VERSION="77"
HOMEPAGE="https://diffoscope.org/"
DOWNLOAD="https://pypi.python.org/packages/49/c7/7a5df914474fe4b969544cda8baa283243401f09778bc73f6432f9f348bd/diffoscope-70.tar.gz"
MD5SUM="6f189ba7234718850293eaa3af2fced3"
DOWNLOAD="https://pypi.python.org/packages/fd/93/6e236d0b975c9e8b1d47136c265c350eed074a1afe9f7b95c46e1220bf3b/diffoscope-77.tar.gz"
MD5SUM="99fa2e6e489555546688ff00f9848e68"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-libarchive-c python-magic"