From 26c3b430e59814d4386b94ab0562d9363ac9e8e0 Mon Sep 17 00:00:00 2001 From: cvh Date: Fri, 11 May 2018 23:22:42 +0200 Subject: [PATCH] strace: update to 4.22 --- .../system-tools-depends/strace/package.mk | 13 ++++++------- ....17-autoreconf.patch => strace-autoreconf.patch} | 4 ++-- 2 files changed, 8 insertions(+), 9 deletions(-) rename packages/addons/addon-depends/system-tools-depends/strace/patches/{strace-4.17-autoreconf.patch => strace-autoreconf.patch} (86%) 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 9669016768..5f98f0a228 100644 --- a/packages/addons/addon-depends/system-tools-depends/strace/package.mk +++ b/packages/addons/addon-depends/system-tools-depends/strace/package.mk @@ -17,18 +17,17 @@ ################################################################################ PKG_NAME="strace" -PKG_VERSION="4.17" -PKG_SHA256="81f35b085fbb3cfa806eb521a8522ac3406deaccfe121ce35064bad268237419" +PKG_VERSION="4.22" +PKG_SHA256="068cd09264c95e4d591bbcd3ea08f99a693ed8663cd5169b0fdad72eb5bdb39d" PKG_ARCH="any" PKG_LICENSE="BSD" -PKG_SITE="http://sourceforge.net/projects/strace/" -PKG_URL="$SOURCEFORGE_SRC/strace/strace/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.xz" +PKG_SITE="https://strace.io/" +PKG_URL="https://strace.io/files/strace/strace-$PKG_VERSION.tar.xz" PKG_DEPENDS_TARGET="toolchain" PKG_SECTION="tools" -PKG_SHORTDESC="strace: Trace system calls and signals" -PKG_LONGDESC="In the simplest case strace runs the specified command until it exits. It intercepts and records the system calls which are called by a process and the signals which are received by a process. The name of each system call, its arguments and its return value are printed on standard error or to the file specified with the -o option." +PKG_LONGDESC="strace is a diagnostic, debugging and instructional userspace utility" PKG_TOOLCHAIN="autotools" makeinstall_target() { - : # nothing to do here + : } 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-autoreconf.patch similarity index 86% rename from packages/addons/addon-depends/system-tools-depends/strace/patches/strace-4.17-autoreconf.patch rename to packages/addons/addon-depends/system-tools-depends/strace/patches/strace-autoreconf.patch index 21c4d304a7..3a065456f9 100644 --- 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-autoreconf.patch @@ -6,10 +6,10 @@ AC_PREREQ(2.57) -AC_INIT([strace], - m4_esyscmd([./git-version-gen .tarball-version]), -- [strace-devel@lists.sourceforge.net], +- [strace-devel@lists.strace.io], - [strace], - [https://strace.io]) -+AC_INIT([strace],[4.17]) ++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])