Github messages for voidlinux
 help / color / mirror / Atom feed
From: olafmersmann <olafmersmann@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] strace: update to 5.10.
Date: Tue, 15 Dec 2020 08:14:01 +0100	[thread overview]
Message-ID: <20201215071401.jRowcA443HlLxQKz0Jjn-BMNFBKlTXF5TlBSL0bdORo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27165@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

There is an updated pull request by olafmersmann against master on the void-packages repository

https://github.com/olafmersmann/void-packages strace
https://github.com/void-linux/void-packages/pull/27165

strace: update to 5.10.


A patch file from https://github.com/void-linux/void-packages/pull/27165.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-strace-27165.patch --]
[-- Type: text/x-diff, Size: 1651 bytes --]

From 6df52841209786afe3ac21d346a7a1668235b199 Mon Sep 17 00:00:00 2001
From: Olaf Mersmann <olafm@p-value.net>
Date: Mon, 14 Dec 2020 23:27:52 +0100
Subject: [PATCH] strace: update to 5.10.

---
 srcpkgs/strace/template | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/strace/template b/srcpkgs/strace/template
index ea6d6667857..bd7d850ca18 100644
--- a/srcpkgs/strace/template
+++ b/srcpkgs/strace/template
@@ -1,19 +1,26 @@
 # Template file for 'strace'
 pkgname=strace
-version=5.9
+version=5.10
 revision=1
 build_style=gnu-configure
-configure_args="--with-libunwind"
+configure_args="--enable-silent-rules --with-libunwind"
 makedepends="libunwind-devel"
 short_desc="System Call Tracer"
 maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="LGPL-2.1-or-later"
 homepage="https://strace.io/"
+changelog="https://raw.githubusercontent.com/strace/strace/master/NEWS"
 distfiles="https://github.com/strace/strace/releases/download/v${version}/strace-${version}.tar.xz"
-checksum=39473eb8465546c3e940fb663cb381eba5613160c7302794699d194a4d5d66d9
+checksum=fe3982ea4cd9aeb3b4ba35f6279f0b577a37175d3282be24b9a5537b56b8f01c
 
 case "$XBPS_TARGET_MACHINE" in
 	aarch64*|ppc64*) configure_args+=" --enable-mpers=no" ;;
 	# work around https://github.com/strace/strace/issues/133
 	x86_64-musl) configure_args+=" --enable-mpers=no" ;;
 esac
+
+do_check() {
+	# XXX: Don't run the complete test suite because it takes
+	# about ~90 minutes and some tests fail in CI.
+	make check TESTS="bpf.gen epoll_pwait.gen getcpu.gen open.gen read-write.gen readlink.gen seccomp-filter.gen mmap ioctl caps readv"
+}

  reply	other threads:[~2020-12-15  7:14 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-14 22:29 [PR PATCH] " olafmersmann
2020-12-15  7:14 ` olafmersmann [this message]
2020-12-15 14:09 ` [PR REVIEW] " ericonr
2020-12-15 14:09 ` ericonr
2020-12-16 19:23 ` [PR PATCH] [Updated] " olafmersmann
2020-12-16 19:30 ` [PR REVIEW] " olafmersmann
2020-12-16 19:32 ` [PR PATCH] [Updated] " olafmersmann
2020-12-16 20:12 ` [PR REVIEW] " ericonr
2020-12-17  5:03 ` ericonr
2020-12-17  6:38 ` [PR PATCH] [Updated] " olafmersmann
2020-12-17  7:13 ` olafmersmann
2020-12-17 14:39 ` ericonr
2020-12-17 14:39 ` [PR PATCH] [Merged]: " ericonr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201215071401.jRowcA443HlLxQKz0Jjn-BMNFBKlTXF5TlBSL0bdORo@z \
    --to=olafmersmann@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).