Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] valgrind: update to 3.17.0.
@ 2021-04-20 11:56 ailiop-git
  2021-04-22 22:09 ` ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ailiop-git @ 2021-04-20 11:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages valgrind
https://github.com/void-linux/void-packages/pull/30380

valgrind: update to 3.17.0.
<!-- 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/30380.patch is attached

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

From e94828167c51f925c71272d29af16a0731639c7b Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Tue, 20 Apr 2021 13:46:25 +0200
Subject: [PATCH] valgrind: update to 3.17.0.

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

diff --git a/srcpkgs/valgrind/template b/srcpkgs/valgrind/template
index 6010f29ca56f..fae9cda26879 100644
--- a/srcpkgs/valgrind/template
+++ b/srcpkgs/valgrind/template
@@ -1,6 +1,6 @@
 # Template file for 'valgrind'
 pkgname=valgrind
-version=3.16.1
+version=3.17.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-tls --without-mpicc --enable-lto=yes"
@@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://valgrind.org/"
 distfiles="https://sourceware.org/pub/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=c91f3a2f7b02db0f3bc99479861656154d241d2fdb265614ba918cc6720a33ca
+checksum=ad3aec668e813e40f238995f60796d9590eee64a16dff88421430630e69285a2
 patch_args="-Np1"
 
 CFLAGS="-fno-stack-protector"

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

* Re: valgrind: update to 3.17.0.
  2021-04-20 11:56 [PR PATCH] valgrind: update to 3.17.0 ailiop-git
@ 2021-04-22 22:09 ` ericonr
  2021-11-18 23:02 ` jnbr
  2021-11-18 23:02 ` [PR PATCH] [Closed]: " jnbr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-04-22 22:09 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30380#issuecomment-825215739

Comment:
Alpine has a `musl.supp` file and enables the build for armv6l: https://git.alpinelinux.org/aports/tree/main/valgrind?h=master

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

* Re: valgrind: update to 3.17.0.
  2021-04-20 11:56 [PR PATCH] valgrind: update to 3.17.0 ailiop-git
  2021-04-22 22:09 ` ericonr
@ 2021-11-18 23:02 ` jnbr
  2021-11-18 23:02 ` [PR PATCH] [Closed]: " jnbr
  2 siblings, 0 replies; 4+ messages in thread
From: jnbr @ 2021-11-18 23:02 UTC (permalink / raw)
  To: ml

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

New comment by jnbr on void-packages repository

https://github.com/void-linux/void-packages/pull/30380#issuecomment-973378054

Comment:
Updated in #34104, closing.

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

* Re: [PR PATCH] [Closed]: valgrind: update to 3.17.0.
  2021-04-20 11:56 [PR PATCH] valgrind: update to 3.17.0 ailiop-git
  2021-04-22 22:09 ` ericonr
  2021-11-18 23:02 ` jnbr
@ 2021-11-18 23:02 ` jnbr
  2 siblings, 0 replies; 4+ messages in thread
From: jnbr @ 2021-11-18 23:02 UTC (permalink / raw)
  To: ml

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

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

valgrind: update to 3.17.0.
https://github.com/void-linux/void-packages/pull/30380

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] 4+ messages in thread

end of thread, other threads:[~2021-11-18 23:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-20 11:56 [PR PATCH] valgrind: update to 3.17.0 ailiop-git
2021-04-22 22:09 ` ericonr
2021-11-18 23:02 ` jnbr
2021-11-18 23:02 ` [PR PATCH] [Closed]: " jnbr

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