Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cross-arm-none-eabi-gdb: update to 13.1
@ 2023-03-28 21:36 Uks2
  2023-06-27  2:08 ` github-actions
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Uks2 @ 2023-03-28 21:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Uks2/void-packages gdb
https://github.com/void-linux/void-packages/pull/43082

cross-arm-none-eabi-gdb: update to 13.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl


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

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

From f6bd5ea3e584ce714ac480ebcb7aa27033b1774a Mon Sep 17 00:00:00 2001
From: Tom Greig <tom@tomg.xyz>
Date: Tue, 28 Mar 2023 22:25:42 +0100
Subject: [PATCH] cross-arm-none-eabi-gdb: update to 13.1

Fixes problem where 12.1 arm-gdb was trying to use python scripts from
13.1 host gdb
---
 srcpkgs/cross-arm-none-eabi-gdb/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cross-arm-none-eabi-gdb/template b/srcpkgs/cross-arm-none-eabi-gdb/template
index 110caea9fc70..a43de0e9dc54 100644
--- a/srcpkgs/cross-arm-none-eabi-gdb/template
+++ b/srcpkgs/cross-arm-none-eabi-gdb/template
@@ -1,6 +1,6 @@
 # Template file for 'cross-arm-none-eabi-gdb'
 pkgname=cross-arm-none-eabi-gdb
-version=12.1
+version=13.1
 revision=1
 build_style=gnu-configure
 configure_args="--target=arm-none-eabi --disable-werror --disable-nls --with-system-readline
@@ -18,7 +18,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/gdb"
 distfiles="${GNU_SITE}/gdb/gdb-${version}.tar.xz"
-checksum=0e1793bf8f2b54d53f46dea84ccfd446f48f81b297b28c4f7fc017b818d69fed
+checksum=115ad5c18d69a6be2ab15882d365dda2a2211c14f480b3502c6eba576e2e95a0
 make_check=no  # See gdb/template.
 
 if [ "${CROSS_BUILD}" ]; then

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

* Re: cross-arm-none-eabi-gdb: update to 13.1
  2023-03-28 21:36 [PR PATCH] cross-arm-none-eabi-gdb: update to 13.1 Uks2
@ 2023-06-27  2:08 ` github-actions
  2023-07-10  9:03 ` [PR PATCH] [Updated] " classabbyamp
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2023-06-27  2:08 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/43082#issuecomment-1608597617

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] cross-arm-none-eabi-gdb: update to 13.1
  2023-03-28 21:36 [PR PATCH] cross-arm-none-eabi-gdb: update to 13.1 Uks2
  2023-06-27  2:08 ` github-actions
@ 2023-07-10  9:03 ` classabbyamp
  2023-07-10  9:08 ` [PR PATCH] [Updated] cross-arm-none-eabi-gdb: update to 13.2 classabbyamp
  2023-07-10  9:19 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-07-10  9:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Uks2/void-packages gdb
https://github.com/void-linux/void-packages/pull/43082

cross-arm-none-eabi-gdb: update to 13.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl


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

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

From 7bc212c51806945db43e98f201fde7a08f4aaa07 Mon Sep 17 00:00:00 2001
From: Tom Greig <tom@tomg.xyz>
Date: Tue, 28 Mar 2023 22:25:42 +0100
Subject: [PATCH] cross-arm-none-eabi-gdb: update to 13.2

Fixes problem where 12.1 arm-gdb was trying to use python scripts from
13.1 host gdb

fixes #44594
---
 srcpkgs/cross-arm-none-eabi-gdb/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cross-arm-none-eabi-gdb/template b/srcpkgs/cross-arm-none-eabi-gdb/template
index 110caea9fc702..e6cb21ae1f937 100644
--- a/srcpkgs/cross-arm-none-eabi-gdb/template
+++ b/srcpkgs/cross-arm-none-eabi-gdb/template
@@ -1,6 +1,6 @@
 # Template file for 'cross-arm-none-eabi-gdb'
 pkgname=cross-arm-none-eabi-gdb
-version=12.1
+version=13.2
 revision=1
 build_style=gnu-configure
 configure_args="--target=arm-none-eabi --disable-werror --disable-nls --with-system-readline
@@ -18,7 +18,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/gdb"
 distfiles="${GNU_SITE}/gdb/gdb-${version}.tar.xz"
-checksum=0e1793bf8f2b54d53f46dea84ccfd446f48f81b297b28c4f7fc017b818d69fed
+checksum=115ad5c18d69a6be2ab15882d365dda2a2211c14f480b3502c6eba576e2e95a0
 make_check=no  # See gdb/template.
 
 if [ "${CROSS_BUILD}" ]; then

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

* Re: [PR PATCH] [Updated] cross-arm-none-eabi-gdb: update to 13.2
  2023-03-28 21:36 [PR PATCH] cross-arm-none-eabi-gdb: update to 13.1 Uks2
  2023-06-27  2:08 ` github-actions
  2023-07-10  9:03 ` [PR PATCH] [Updated] " classabbyamp
@ 2023-07-10  9:08 ` classabbyamp
  2023-07-10  9:19 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-07-10  9:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Uks2/void-packages gdb
https://github.com/void-linux/void-packages/pull/43082

cross-arm-none-eabi-gdb: update to 13.2
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl


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

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

From e3e0639ed31057ec27796ab484d39a634b5be7d6 Mon Sep 17 00:00:00 2001
From: Tom Greig <tom@tomg.xyz>
Date: Tue, 28 Mar 2023 22:25:42 +0100
Subject: [PATCH] cross-arm-none-eabi-gdb: update to 13.2

Fixes problem where 12.1 arm-gdb was trying to use python scripts from
13.1 host gdb

fixes #44594
---
 srcpkgs/cross-arm-none-eabi-gdb/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cross-arm-none-eabi-gdb/template b/srcpkgs/cross-arm-none-eabi-gdb/template
index 110caea9fc702..fcfcd037eeda5 100644
--- a/srcpkgs/cross-arm-none-eabi-gdb/template
+++ b/srcpkgs/cross-arm-none-eabi-gdb/template
@@ -1,6 +1,6 @@
 # Template file for 'cross-arm-none-eabi-gdb'
 pkgname=cross-arm-none-eabi-gdb
-version=12.1
+version=13.2
 revision=1
 build_style=gnu-configure
 configure_args="--target=arm-none-eabi --disable-werror --disable-nls --with-system-readline
@@ -18,7 +18,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/gdb"
 distfiles="${GNU_SITE}/gdb/gdb-${version}.tar.xz"
-checksum=0e1793bf8f2b54d53f46dea84ccfd446f48f81b297b28c4f7fc017b818d69fed
+checksum=fd5bebb7be1833abdb6e023c2f498a354498281df9d05523d8915babeb893f0a
 make_check=no  # See gdb/template.
 
 if [ "${CROSS_BUILD}" ]; then

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

* Re: [PR PATCH] [Merged]: cross-arm-none-eabi-gdb: update to 13.2
  2023-03-28 21:36 [PR PATCH] cross-arm-none-eabi-gdb: update to 13.1 Uks2
                   ` (2 preceding siblings ...)
  2023-07-10  9:08 ` [PR PATCH] [Updated] cross-arm-none-eabi-gdb: update to 13.2 classabbyamp
@ 2023-07-10  9:19 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-07-10  9:19 UTC (permalink / raw)
  To: ml

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

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

cross-arm-none-eabi-gdb: update to 13.2
https://github.com/void-linux/void-packages/pull/43082

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl


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

end of thread, other threads:[~2023-07-10  9:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-28 21:36 [PR PATCH] cross-arm-none-eabi-gdb: update to 13.1 Uks2
2023-06-27  2:08 ` github-actions
2023-07-10  9:03 ` [PR PATCH] [Updated] " classabbyamp
2023-07-10  9:08 ` [PR PATCH] [Updated] cross-arm-none-eabi-gdb: update to 13.2 classabbyamp
2023-07-10  9:19 ` [PR PATCH] [Merged]: " classabbyamp

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