Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libdwarf: update to 20201201.
@ 2021-01-24 16:12 ailiop-git
  2021-04-20 11:32 ` [PR PATCH] [Updated] " ailiop-git
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ailiop-git @ 2021-01-24 16:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages libdwarf
https://github.com/void-linux/void-packages/pull/28154

libdwarf: update to 20201201.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 13d1c498b7820c3f350e7e325bdcdabb80360167 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sun, 24 Jan 2021 16:59:32 +0100
Subject: [PATCH] libdwarf: update to 20201201.

---
 srcpkgs/libdwarf/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libdwarf/template b/srcpkgs/libdwarf/template
index c5ab025a6fb..0f8714f6fb1 100644
--- a/srcpkgs/libdwarf/template
+++ b/srcpkgs/libdwarf/template
@@ -1,6 +1,6 @@
 # Template file for 'libdwarf'
 pkgname=libdwarf
-version=20201020
+version=20201201
 revision=1
 build_style=gnu-configure
 configure_args="--enable-shared --enable-dwarfgen"
@@ -10,7 +10,7 @@ maintainer="John Regan <john@jrjrtech.com>"
 license="LGPL-2.1-only"
 homepage="https://www.prevanders.net/dwarf.html"
 distfiles="https://prevanders.net/${pkgname}-${version}.tar.gz"
-checksum=1c5ce59e314c6fe74a1f1b4e2fa12caea9c24429309aa0ebdfa882f74f016eff
+checksum=62db1028dfd8fd877d01ae75873ac1fe311437012ef48a0ac4157189e1e9b2c9
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends="elfutils-devel"

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

* Re: [PR PATCH] [Updated] libdwarf: update to 20201201.
  2021-01-24 16:12 [PR PATCH] libdwarf: update to 20201201 ailiop-git
@ 2021-04-20 11:32 ` ailiop-git
  2021-04-20 11:52 ` ailiop-git
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ailiop-git @ 2021-04-20 11:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages libdwarf
https://github.com/void-linux/void-packages/pull/28154

libdwarf: update to 20201201.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 8a6692bd728e1cdfd75f18f073359687cc95d84c Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Tue, 20 Apr 2021 13:28:29 +0200
Subject: [PATCH] libdwarf: update to 20210305.

---
 srcpkgs/libdwarf/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libdwarf/template b/srcpkgs/libdwarf/template
index c5ab025a6fbb..db9a2818d79e 100644
--- a/srcpkgs/libdwarf/template
+++ b/srcpkgs/libdwarf/template
@@ -1,6 +1,6 @@
 # Template file for 'libdwarf'
 pkgname=libdwarf
-version=20201020
+version=20210305
 revision=1
 build_style=gnu-configure
 configure_args="--enable-shared --enable-dwarfgen"
@@ -10,7 +10,7 @@ maintainer="John Regan <john@jrjrtech.com>"
 license="LGPL-2.1-only"
 homepage="https://www.prevanders.net/dwarf.html"
 distfiles="https://prevanders.net/${pkgname}-${version}.tar.gz"
-checksum=1c5ce59e314c6fe74a1f1b4e2fa12caea9c24429309aa0ebdfa882f74f016eff
+checksum=b86bef41725326d13ee3e7e45b929e0ca97b639e93cc1a9214c90a1774fa1c1a
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends="elfutils-devel"

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

* Re: [PR PATCH] [Updated] libdwarf: update to 20201201.
  2021-01-24 16:12 [PR PATCH] libdwarf: update to 20201201 ailiop-git
  2021-04-20 11:32 ` [PR PATCH] [Updated] " ailiop-git
@ 2021-04-20 11:52 ` ailiop-git
  2022-05-02  2:16 ` github-actions
  2022-05-17  2:13 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: ailiop-git @ 2021-04-20 11:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages libdwarf
https://github.com/void-linux/void-packages/pull/28154

libdwarf: update to 20201201.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From dccd342387775abd2138f4bf2daf582e8eb7ad8e Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Tue, 20 Apr 2021 13:28:29 +0200
Subject: [PATCH] libdwarf: update to 20210305.

---
 srcpkgs/libdwarf/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libdwarf/template b/srcpkgs/libdwarf/template
index c5ab025a6fbb..db9a2818d79e 100644
--- a/srcpkgs/libdwarf/template
+++ b/srcpkgs/libdwarf/template
@@ -1,6 +1,6 @@
 # Template file for 'libdwarf'
 pkgname=libdwarf
-version=20201020
+version=20210305
 revision=1
 build_style=gnu-configure
 configure_args="--enable-shared --enable-dwarfgen"
@@ -10,7 +10,7 @@ maintainer="John Regan <john@jrjrtech.com>"
 license="LGPL-2.1-only"
 homepage="https://www.prevanders.net/dwarf.html"
 distfiles="https://prevanders.net/${pkgname}-${version}.tar.gz"
-checksum=1c5ce59e314c6fe74a1f1b4e2fa12caea9c24429309aa0ebdfa882f74f016eff
+checksum=b86bef41725326d13ee3e7e45b929e0ca97b639e93cc1a9214c90a1774fa1c1a
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends="elfutils-devel"

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

* Re: libdwarf: update to 20201201.
  2021-01-24 16:12 [PR PATCH] libdwarf: update to 20201201 ailiop-git
  2021-04-20 11:32 ` [PR PATCH] [Updated] " ailiop-git
  2021-04-20 11:52 ` ailiop-git
@ 2022-05-02  2:16 ` github-actions
  2022-05-17  2:13 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-05-02  2:16 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/28154#issuecomment-1114433390

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] [Closed]: libdwarf: update to 20201201.
  2021-01-24 16:12 [PR PATCH] libdwarf: update to 20201201 ailiop-git
                   ` (2 preceding siblings ...)
  2022-05-02  2:16 ` github-actions
@ 2022-05-17  2:13 ` github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-05-17  2:13 UTC (permalink / raw)
  To: ml

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

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

libdwarf: update to 20201201.
https://github.com/void-linux/void-packages/pull/28154

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2022-05-17  2:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-24 16:12 [PR PATCH] libdwarf: update to 20201201 ailiop-git
2021-04-20 11:32 ` [PR PATCH] [Updated] " ailiop-git
2021-04-20 11:52 ` ailiop-git
2022-05-02  2:16 ` github-actions
2022-05-17  2:13 ` [PR PATCH] [Closed]: " github-actions

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