strace: update to strace-5.4

This commit is contained in:
MilhouseVH 2020-01-27 08:42:13 +00:00
parent ca327dd709
commit 25004b1bd9
3 changed files with 19 additions and 17 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="strace"
PKG_VERSION="4.26"
PKG_SHA256="7c4d2ffeef4f7d1cdc71062ca78d1130eb52f947c2fca82f59f6a1183bfa1e1c"
PKG_VERSION="5.4"
PKG_SHA256="f7d00514d51290b6db78ad7a9de709baf93caa5981498924cbc9a744cfd2a741"
PKG_LICENSE="BSD"
PKG_SITE="https://strace.io/"
PKG_URL="https://strace.io/files/$PKG_VERSION/strace-$PKG_VERSION.tar.xz"

View File

@ -0,0 +1,17 @@
diff --git a/configure.ac b/configure.ac
index f92f9e0..e822007 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,11 +11,7 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
AC_PREREQ(2.57)
-AC_INIT([strace],
- st_esyscmd_s([./git-version-gen .tarball-version]),
- [strace-devel@lists.strace.io],
- [strace],
- [https://strace.io])
+AC_INIT([strace],[5.4])
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_COPYRIGHT([Copyright (c) 1999-]copyright_year[ The strace developers.])

View File

@ -1,15 +0,0 @@
--- a/configure.ac
+++ b/configure.ac
@@ -31,11 +31,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
AC_PREREQ(2.57)
-AC_INIT([strace],
- m4_esyscmd([./git-version-gen .tarball-version]),
- [strace-devel@lists.strace.io],
- [strace],
- [https://strace.io])
+AC_INIT([strace],[4.22])
m4_define([copyright_year], m4_esyscmd([./copyright-year-gen .year]))
AC_COPYRIGHT([Copyright (C) 1999-]copyright_year[ The strace developers.])
AC_CONFIG_SRCDIR([strace.c])