strace: update to 5.9

This commit is contained in:
CvH 2020-11-01 20:34:09 +01:00
parent f0d82deecf
commit 7663f46e97
3 changed files with 8 additions and 8 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="strace"
PKG_VERSION="5.7"
PKG_SHA256="b284b59f9bcd95b9728cea5bd5c0edc5ebe360af73dc76fbf6334f11c777ccd8"
PKG_VERSION="5.9"
PKG_SHA256="39473eb8465546c3e940fb663cb381eba5613160c7302794699d194a4d5d66d9"
PKG_LICENSE="BSD"
PKG_SITE="https://strace.io/"
PKG_URL="https://strace.io/files/$PKG_VERSION/strace-$PKG_VERSION.tar.xz"

View File

@ -1,5 +1,5 @@
diff --git a/configure.ac b/configure.ac
index f92f9e0..e822007 100644
index 4e7bc2a89..3b762c94c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,11 +11,7 @@
@ -11,7 +11,7 @@ index f92f9e0..e822007 100644
- [strace-devel@lists.strace.io],
- [strace],
- [https://strace.io])
+AC_INIT([strace],[5.4])
+AC_INIT([strace],[5.9])
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

@ -9,10 +9,10 @@ Subject: [PATCH] fix API change since autoconf-archive-2019.01.06
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index e61edb2..553e9fd 100644
index 723460f2e..a6a0f5f9c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -394,7 +394,7 @@ strace_LDADD += $(libiberty_LIBS)
@@ -408,7 +408,7 @@ strace_LDADD += $(libiberty_LIBS)
endif
endif
@ -22,10 +22,10 @@ index e61edb2..553e9fd 100644
CODE_COVERAGE_GENHTML_OPTIONS = $(CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT) \
--prefix $(shell cd $(abs_top_srcdir)/.. && pwd || echo .)
diff --git a/Makefile.in b/Makefile.in
index 62207ce..bd569bf 100644
index b0ec9f686..9b4b93d8b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -9669,7 +9669,7 @@ $(top_srcdir)/xlat/xfs_dqblk_flags.h: $(top_srcdir)/xlat/xfs_dqblk_flags.in $(to
@@ -10351,7 +10351,7 @@ $(top_srcdir)/xlat/xfs_dqblk_flags.h: $(top_srcdir)/xlat/xfs_dqblk_flags.in $(to
$(top_srcdir)/xlat/xfs_quota_flags.h: $(top_srcdir)/xlat/xfs_quota_flags.in $(top_srcdir)/xlat/gen.sh
$(AM_V_GEN)$(top_srcdir)/xlat/gen.sh $< $@