From 0849610231d85c14b5b102c0cb879db5770af027 Mon Sep 17 00:00:00 2001 From: heitbaum Date: Thu, 18 Feb 2021 06:38:36 +0000 Subject: [PATCH] strace: update to 5.11 update 5.10 (2020-12-14) to 5.11 (2021-02-17) release notes: https://github.com/strace/strace/releases/tag/v5.11 news: https://github.com/strace/strace/blob/master/NEWS --- packages/debug/strace/package.mk | 4 ++-- .../debug/strace/patches/strace-0001-autoreconf.patch | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/debug/strace/package.mk b/packages/debug/strace/package.mk index 6fc5951c21..aee93fe1d1 100644 --- a/packages/debug/strace/package.mk +++ b/packages/debug/strace/package.mk @@ -2,8 +2,8 @@ # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) PKG_NAME="strace" -PKG_VERSION="5.10" -PKG_SHA256="fe3982ea4cd9aeb3b4ba35f6279f0b577a37175d3282be24b9a5537b56b8f01c" +PKG_VERSION="5.11" +PKG_SHA256="ffe340b10c145a0f85734271e9cce56457d23f21a7ea5931ab32f8cf4e793879" PKG_LICENSE="BSD" PKG_SITE="https://strace.io/" PKG_URL="https://strace.io/files/${PKG_VERSION}/strace-${PKG_VERSION}.tar.xz" diff --git a/packages/debug/strace/patches/strace-0001-autoreconf.patch b/packages/debug/strace/patches/strace-0001-autoreconf.patch index 830708ee99..41dd01be4b 100644 --- a/packages/debug/strace/patches/strace-0001-autoreconf.patch +++ b/packages/debug/strace/patches/strace-0001-autoreconf.patch @@ -7,11 +7,11 @@ index 4e7bc2a89..3b762c94c 100644 AC_PREREQ(2.57) -AC_INIT([strace], -- st_esyscmd_s([./git-version-gen .tarball-version]), +- st_esyscmd_s([./build-aux/git-version-gen .tarball-version]), - [strace-devel@lists.strace.io], - [strace], - [https://strace.io]) -+AC_INIT([strace],[5.10]) - m4_define([copyright_year], st_esyscmd_s([./copyright-year-gen .year])) - m4_define([manpage_date], st_esyscmd_s([./file-date-gen strace.1.in])) ++AC_INIT([strace],[5.11]) + m4_define([copyright_year], st_esyscmd_s([./build-aux/copyright-year-gen .year])) + m4_define([manpage_date], st_esyscmd_s([./build-aux/file-date-gen doc/strace.1.in])) AC_COPYRIGHT([Copyright (c) 1999-]copyright_year[ The strace developers.])