Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] strace: update to 5.3.
@ 2019-09-25 22:48 voidlinux-github
  2019-09-25 22:53 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-25 22:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages strace
https://github.com/void-linux/void-packages/pull/14728

strace: update to 5.3.


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

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

From c2b2dcc3420292489f760e04b9731e9b4caaf9fb Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Wed, 25 Sep 2019 22:51:56 +0200
Subject: [PATCH] strace: update to 5.3.

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

diff --git a/srcpkgs/strace/template b/srcpkgs/strace/template
index 0962a81cdd1..4ab1fe2293c 100644
--- a/srcpkgs/strace/template
+++ b/srcpkgs/strace/template
@@ -1,16 +1,16 @@
 # Template file for 'strace'
 pkgname=strace
-version=5.2
+version=5.3
 revision=1
 build_style=gnu-configure
 configure_args="--with-libunwind"
 makedepends="libunwind-devel"
 short_desc="System Call Tracer"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Anthony Iliopoulos <ailiop@altatus.com>
 license="LGPL-2.1-or-later"
 homepage="https://strace.io/"
 distfiles="https://github.com/strace/strace/releases/download/v${version}/strace-${version}.tar.xz"
-checksum=d513bc085609a9afd64faf2ce71deb95b96faf46cd7bc86048bc655e4e4c24d2
+checksum=6c131198749656401fe3efd6b4b16a07ea867e8f530867ceae8930bbc937a047
 
 case "$XBPS_TARGET_MACHINE" in
 	aarch64-musl) configure_args=; makedepends= ;;
@@ -27,6 +27,7 @@ pre_configure() {
 		*-musl) export CFLAGS+=" -Dsigcontext_struct=sigcontext";;
 	esac
 }
+
 post_install() {
 	vlicense COPYING
 }

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

* Re: [PR PATCH] [Updated] strace: update to 5.3.
  2019-09-25 22:48 [PR PATCH] strace: update to 5.3 voidlinux-github
  2019-09-25 22:53 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-25 22:53 ` voidlinux-github
  2019-09-26  9:24 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-25 22:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages strace
https://github.com/void-linux/void-packages/pull/14728

strace: update to 5.3.


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

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

From 9336dff6448aea2498c4f57afaa06092b6ebab77 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Wed, 25 Sep 2019 22:51:56 +0200
Subject: [PATCH] strace: update to 5.3.

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

diff --git a/srcpkgs/strace/template b/srcpkgs/strace/template
index 0962a81cdd1..b37a960078e 100644
--- a/srcpkgs/strace/template
+++ b/srcpkgs/strace/template
@@ -1,16 +1,16 @@
 # Template file for 'strace'
 pkgname=strace
-version=5.2
+version=5.3
 revision=1
 build_style=gnu-configure
 configure_args="--with-libunwind"
 makedepends="libunwind-devel"
 short_desc="System Call Tracer"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="LGPL-2.1-or-later"
 homepage="https://strace.io/"
 distfiles="https://github.com/strace/strace/releases/download/v${version}/strace-${version}.tar.xz"
-checksum=d513bc085609a9afd64faf2ce71deb95b96faf46cd7bc86048bc655e4e4c24d2
+checksum=6c131198749656401fe3efd6b4b16a07ea867e8f530867ceae8930bbc937a047
 
 case "$XBPS_TARGET_MACHINE" in
 	aarch64-musl) configure_args=; makedepends= ;;
@@ -27,6 +27,7 @@ pre_configure() {
 		*-musl) export CFLAGS+=" -Dsigcontext_struct=sigcontext";;
 	esac
 }
+
 post_install() {
 	vlicense COPYING
 }

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

* Re: [PR PATCH] [Updated] strace: update to 5.3.
  2019-09-25 22:48 [PR PATCH] strace: update to 5.3 voidlinux-github
@ 2019-09-25 22:53 ` voidlinux-github
  2019-09-25 22:53 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-25 22:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages strace
https://github.com/void-linux/void-packages/pull/14728

strace: update to 5.3.


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

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

From 9336dff6448aea2498c4f57afaa06092b6ebab77 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Wed, 25 Sep 2019 22:51:56 +0200
Subject: [PATCH] strace: update to 5.3.

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

diff --git a/srcpkgs/strace/template b/srcpkgs/strace/template
index 0962a81cdd1..b37a960078e 100644
--- a/srcpkgs/strace/template
+++ b/srcpkgs/strace/template
@@ -1,16 +1,16 @@
 # Template file for 'strace'
 pkgname=strace
-version=5.2
+version=5.3
 revision=1
 build_style=gnu-configure
 configure_args="--with-libunwind"
 makedepends="libunwind-devel"
 short_desc="System Call Tracer"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="LGPL-2.1-or-later"
 homepage="https://strace.io/"
 distfiles="https://github.com/strace/strace/releases/download/v${version}/strace-${version}.tar.xz"
-checksum=d513bc085609a9afd64faf2ce71deb95b96faf46cd7bc86048bc655e4e4c24d2
+checksum=6c131198749656401fe3efd6b4b16a07ea867e8f530867ceae8930bbc937a047
 
 case "$XBPS_TARGET_MACHINE" in
 	aarch64-musl) configure_args=; makedepends= ;;
@@ -27,6 +27,7 @@ pre_configure() {
 		*-musl) export CFLAGS+=" -Dsigcontext_struct=sigcontext";;
 	esac
 }
+
 post_install() {
 	vlicense COPYING
 }

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

* Re: [PR PATCH] [Updated] strace: update to 5.3.
  2019-09-25 22:48 [PR PATCH] strace: update to 5.3 voidlinux-github
  2019-09-25 22:53 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-25 22:53 ` voidlinux-github
@ 2019-09-26  9:24 ` voidlinux-github
  2019-09-26  9:24 ` voidlinux-github
  2019-09-28 15:46 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-26  9:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages strace
https://github.com/void-linux/void-packages/pull/14728

strace: update to 5.3.


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

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

From 99f905d59e0cab5acffddc8b5fa4d83178bfb86a Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Wed, 25 Sep 2019 22:51:56 +0200
Subject: [PATCH] strace: update to 5.3.

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

diff --git a/srcpkgs/strace/template b/srcpkgs/strace/template
index 0962a81cdd1..618966e28e4 100644
--- a/srcpkgs/strace/template
+++ b/srcpkgs/strace/template
@@ -1,16 +1,16 @@
 # Template file for 'strace'
 pkgname=strace
-version=5.2
+version=5.3
 revision=1
 build_style=gnu-configure
 configure_args="--with-libunwind"
 makedepends="libunwind-devel"
 short_desc="System Call Tracer"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="LGPL-2.1-or-later"
 homepage="https://strace.io/"
 distfiles="https://github.com/strace/strace/releases/download/v${version}/strace-${version}.tar.xz"
-checksum=d513bc085609a9afd64faf2ce71deb95b96faf46cd7bc86048bc655e4e4c24d2
+checksum=6c131198749656401fe3efd6b4b16a07ea867e8f530867ceae8930bbc937a047
 
 case "$XBPS_TARGET_MACHINE" in
 	aarch64-musl) configure_args=; makedepends= ;;
@@ -27,6 +27,3 @@ pre_configure() {
 		*-musl) export CFLAGS+=" -Dsigcontext_struct=sigcontext";;
 	esac
 }
-post_install() {
-	vlicense COPYING
-}

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

* Re: [PR PATCH] [Updated] strace: update to 5.3.
  2019-09-25 22:48 [PR PATCH] strace: update to 5.3 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-26  9:24 ` voidlinux-github
@ 2019-09-26  9:24 ` voidlinux-github
  2019-09-28 15:46 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-26  9:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages strace
https://github.com/void-linux/void-packages/pull/14728

strace: update to 5.3.


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

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

From 99f905d59e0cab5acffddc8b5fa4d83178bfb86a Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Wed, 25 Sep 2019 22:51:56 +0200
Subject: [PATCH] strace: update to 5.3.

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

diff --git a/srcpkgs/strace/template b/srcpkgs/strace/template
index 0962a81cdd1..618966e28e4 100644
--- a/srcpkgs/strace/template
+++ b/srcpkgs/strace/template
@@ -1,16 +1,16 @@
 # Template file for 'strace'
 pkgname=strace
-version=5.2
+version=5.3
 revision=1
 build_style=gnu-configure
 configure_args="--with-libunwind"
 makedepends="libunwind-devel"
 short_desc="System Call Tracer"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="LGPL-2.1-or-later"
 homepage="https://strace.io/"
 distfiles="https://github.com/strace/strace/releases/download/v${version}/strace-${version}.tar.xz"
-checksum=d513bc085609a9afd64faf2ce71deb95b96faf46cd7bc86048bc655e4e4c24d2
+checksum=6c131198749656401fe3efd6b4b16a07ea867e8f530867ceae8930bbc937a047
 
 case "$XBPS_TARGET_MACHINE" in
 	aarch64-musl) configure_args=; makedepends= ;;
@@ -27,6 +27,3 @@ pre_configure() {
 		*-musl) export CFLAGS+=" -Dsigcontext_struct=sigcontext";;
 	esac
 }
-post_install() {
-	vlicense COPYING
-}

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

* Re: [PR PATCH] [Merged]: strace: update to 5.3.
  2019-09-25 22:48 [PR PATCH] strace: update to 5.3 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-09-26  9:24 ` voidlinux-github
@ 2019-09-28 15:46 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-28 15:46 UTC (permalink / raw)
  To: ml

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

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

strace: update to 5.3.
https://github.com/void-linux/void-packages/pull/14728

Description:


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

end of thread, other threads:[~2019-09-28 15:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-25 22:48 [PR PATCH] strace: update to 5.3 voidlinux-github
2019-09-25 22:53 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-25 22:53 ` voidlinux-github
2019-09-26  9:24 ` voidlinux-github
2019-09-26  9:24 ` voidlinux-github
2019-09-28 15:46 ` [PR PATCH] [Merged]: " voidlinux-github

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