Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] strace: update to 6.2.
@ 2023-02-27 20:09 icp1994
  2023-02-28  4:58 ` [PR PATCH] [Updated] " icp1994
  2023-02-28 22:01 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2023-02-27 20:09 UTC (permalink / raw)
  To: ml

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

There is a new pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages strace
https://github.com/void-linux/void-packages/pull/42491

strace: update to 6.2.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From 0a03bb1e87a0d73aab520d8ce6d5d0161b833d5f Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 27 Feb 2023 11:15:34 +0530
Subject: [PATCH] strace: update to 6.2.

Adopt.
---
 srcpkgs/strace/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/strace/template b/srcpkgs/strace/template
index af2d68b9b331..0e2cea0454ba 100644
--- a/srcpkgs/strace/template
+++ b/srcpkgs/strace/template
@@ -1,17 +1,17 @@
 # Template file for 'strace'
 pkgname=strace
-version=6.1
+version=6.2
 revision=1
 build_style=gnu-configure
 configure_args="--enable-silent-rules $(vopt_with libunwind)"
 makedepends="$(vopt_if libunwind libunwind-devel)"
 short_desc="System Call Tracer"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="icp <pangolin@vivaldi.net>"
 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=2579e9cec37dbb786f6ea0bebd15f40dd561ef2bde2a2a2ecdce5963b01859fd
+checksum=0c7d38a449416268d3004029a220a15a77c2206a03cc88120f37f46e949177e8
 
 build_options="static libunwind"
 build_options_default="libunwind"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] strace: update to 6.2.
  2023-02-27 20:09 [PR PATCH] strace: update to 6.2 icp1994
@ 2023-02-28  4:58 ` icp1994
  2023-02-28 22:01 ` [PR PATCH] [Merged]: " paper42
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2023-02-28  4:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages strace
https://github.com/void-linux/void-packages/pull/42491

strace: update to 6.2.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From a16203786ab91222dab88555deb823082abf9bb4 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 27 Feb 2023 11:15:34 +0530
Subject: [PATCH] strace: update to 6.2.

Adopt.
---
 srcpkgs/strace/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/strace/template b/srcpkgs/strace/template
index af2d68b9b331..0e2cea0454ba 100644
--- a/srcpkgs/strace/template
+++ b/srcpkgs/strace/template
@@ -1,17 +1,17 @@
 # Template file for 'strace'
 pkgname=strace
-version=6.1
+version=6.2
 revision=1
 build_style=gnu-configure
 configure_args="--enable-silent-rules $(vopt_with libunwind)"
 makedepends="$(vopt_if libunwind libunwind-devel)"
 short_desc="System Call Tracer"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="icp <pangolin@vivaldi.net>"
 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=2579e9cec37dbb786f6ea0bebd15f40dd561ef2bde2a2a2ecdce5963b01859fd
+checksum=0c7d38a449416268d3004029a220a15a77c2206a03cc88120f37f46e949177e8
 
 build_options="static libunwind"
 build_options_default="libunwind"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: strace: update to 6.2.
  2023-02-27 20:09 [PR PATCH] strace: update to 6.2 icp1994
  2023-02-28  4:58 ` [PR PATCH] [Updated] " icp1994
@ 2023-02-28 22:01 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2023-02-28 22:01 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

strace: update to 6.2.
https://github.com/void-linux/void-packages/pull/42491

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-02-28 22:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-27 20:09 [PR PATCH] strace: update to 6.2 icp1994
2023-02-28  4:58 ` [PR PATCH] [Updated] " icp1994
2023-02-28 22:01 ` [PR PATCH] [Merged]: " paper42

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).