Merge pull request #4639 from CvH/10.0/strace

system-tools buildfix
This commit is contained in:
Matthias Reichl 2020-11-04 13:20:59 +01:00 committed by GitHub
commit 882730b41f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 9 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 $< $@

View File

@ -1,3 +1,6 @@
115
- updated strace to 5.9
114
- added ytop
- fixed 7z

View File

@ -3,7 +3,7 @@
PKG_NAME="system-tools"
PKG_VERSION="1.0"
PKG_REV="114"
PKG_REV="115"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://libreelec.tv"