From 3f68813a7f1ac91448e8c973455f320901f28745 Mon Sep 17 00:00:00 2001 From: cvh Date: Thu, 6 Jul 2017 22:59:25 +0200 Subject: [PATCH] strace: update to 4.17 --- .../system-tools-depends/strace/package.mk | 6 +++--- .../strace/patches/strace-4.17-autoreconf.patch | 15 +++++++++++++++ .../strace/patches/strace-4.8-autoreconf.patch | 13 ------------- 3 files changed, 18 insertions(+), 16 deletions(-) create mode 100644 packages/addons/addon-depends/system-tools-depends/strace/patches/strace-4.17-autoreconf.patch delete mode 100644 packages/addons/addon-depends/system-tools-depends/strace/patches/strace-4.8-autoreconf.patch diff --git a/packages/addons/addon-depends/system-tools-depends/strace/package.mk b/packages/addons/addon-depends/system-tools-depends/strace/package.mk index 2db1a1e51d..21dd388d8d 100644 --- a/packages/addons/addon-depends/system-tools-depends/strace/package.mk +++ b/packages/addons/addon-depends/system-tools-depends/strace/package.mk @@ -1,6 +1,6 @@ ################################################################################ -# This file is part of LibreELEC - http://www.libreelec.tv -# Copyright (C) 2016 Team LibreELEC +# This file is part of LibreELEC - https://libreelec.tv +# Copyright (C) 2016-present Team LibreELEC # # LibreELEC is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ ################################################################################ PKG_NAME="strace" -PKG_VERSION="4.11" +PKG_VERSION="4.17" PKG_ARCH="any" PKG_LICENSE="BSD" PKG_SITE="http://sourceforge.net/projects/strace/" diff --git a/packages/addons/addon-depends/system-tools-depends/strace/patches/strace-4.17-autoreconf.patch b/packages/addons/addon-depends/system-tools-depends/strace/patches/strace-4.17-autoreconf.patch new file mode 100644 index 0000000000..21c4d304a7 --- /dev/null +++ b/packages/addons/addon-depends/system-tools-depends/strace/patches/strace-4.17-autoreconf.patch @@ -0,0 +1,15 @@ +--- 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.sourceforge.net], +- [strace], +- [https://strace.io]) ++AC_INIT([strace],[4.17]) + 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]) diff --git a/packages/addons/addon-depends/system-tools-depends/strace/patches/strace-4.8-autoreconf.patch b/packages/addons/addon-depends/system-tools-depends/strace/patches/strace-4.8-autoreconf.patch deleted file mode 100644 index bf7efa09c6..0000000000 --- a/packages/addons/addon-depends/system-tools-depends/strace/patches/strace-4.8-autoreconf.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -Naur strace-4.8/configure.ac strace-4.8.patch/configure.ac ---- strace-4.8/configure.ac 2013-05-04 21:51:57.000000000 +0200 -+++ strace-4.8.patch/configure.ac 2013-09-04 03:30:12.478057723 +0200 -@@ -1,8 +1,6 @@ - dnl Process this file with autoconf to create configure. Use autoreconf. - AC_PREREQ(2.57) --AC_INIT([strace], -- m4_esyscmd([./git-version-gen .tarball-version]), -- [strace-devel@lists.sourceforge.net]) -+AC_INIT([strace],[4.8]) - AC_CONFIG_SRCDIR([strace.c]) - AC_CONFIG_AUX_DIR([.]) - AC_CONFIG_HEADERS([config.h])