strace: bump to version 4.19

Add license hash.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Baruch Siach 2017-09-07 20:32:44 +03:00 committed by Peter Korsgaard
parent aa70897e29
commit d0bf15a829
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
# From https://sourceforge.net/projects/strace/files/strace/4.17/
md5 3579b3266bb096cebaefbe2cdb1a3a78 strace-4.18.tar.xz
sha1 ac2e6f746260dd71f6d22920d9ca8f4bfbe708a8 strace-4.18.tar.xz
# From https://sourceforge.net/projects/strace/files/strace/4.19/
md5 846a9a26e74e797f42d77a0348104072 strace-4.19.tar.xz
sha1 43091b8a07c227a6ffafd6d0f9536917c9447011 strace-4.19.tar.xz
# Locally calculated after checking signature
# https://sourceforge.net/projects/strace/files/strace/4.19/strace-4.19.tar.xz.asc
sha256 7c93ebc6c29280f47c24a0eb86873a99ccb2cac6512c60a60ba4ef99ab807281 strace-4.19.tar.xz
sha256 ea7ff222f36c9df0aa2924a8f7c7d2aec3ea11e752feba4b15ec79b695b6236a COPYING

View File

@ -4,7 +4,7 @@
#
################################################################################
STRACE_VERSION = 4.18
STRACE_VERSION = 4.19
STRACE_SOURCE = strace-$(STRACE_VERSION).tar.xz
STRACE_SITE = http://downloads.sourceforge.net/project/strace/strace/$(STRACE_VERSION)
STRACE_LICENSE = BSD-3-Clause