Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xorriso: fix checksum
@ 2021-03-28  0:30 unspecd
  2021-03-28  4:28 ` ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: unspecd @ 2021-03-28  0:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unspecd/void-packages pkg/xorriso
https://github.com/void-linux/void-packages/pull/29794

xorriso: fix checksum
<!-- 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
- [x] 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.)
- [x] I built this PR locally for my native architecture, x86_64-musl
- [x] I built this PR locally for these architectures:
  - [x] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl


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

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

From 38232315050968260ed13c9fc3402bbeedd89a9d Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 28 Mar 2021 11:23:17 +1100
Subject: [PATCH] xorriso: fix checksum

---
 srcpkgs/xorriso/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xorriso/template b/srcpkgs/xorriso/template
index 51f9a18b30fd..9512cb210a60 100644
--- a/srcpkgs/xorriso/template
+++ b/srcpkgs/xorriso/template
@@ -9,4 +9,4 @@ maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/xorriso"
 distfiles="https://www.gnu.org/software/xorriso/xorriso-${version}.tar.gz"
-checksum=bb8db9274caecd44993e8242e6acff4298b3508b83ac3c51c9fd970b9e765adc
+checksum=aff90c36f779c6f16b714171ff88550a5c9336e789808fd80cffbc2df283ed32

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

* Re: xorriso: fix checksum
  2021-03-28  0:30 [PR PATCH] xorriso: fix checksum unspecd
@ 2021-03-28  4:28 ` ericonr
  2021-03-29 10:55 ` sgn
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-03-28  4:28 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29794#issuecomment-808842638

Comment:
I don't love this happening at random... Do you know if they retagged or anything? There's also #29357 to update it.

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

* Re: xorriso: fix checksum
  2021-03-28  0:30 [PR PATCH] xorriso: fix checksum unspecd
  2021-03-28  4:28 ` ericonr
@ 2021-03-29 10:55 ` sgn
  2021-03-29 11:12 ` unspecd
  2021-03-29 11:12 ` [PR PATCH] [Closed]: " unspecd
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2021-03-29 10:55 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/29794#issuecomment-809284115

Comment:
1.5.3 is a development version. In general, odd patch level is development, it's a snapshot of a random day and it will be changed constantly. No amount of update checksum could account for it.

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

* Re: xorriso: fix checksum
  2021-03-28  0:30 [PR PATCH] xorriso: fix checksum unspecd
  2021-03-28  4:28 ` ericonr
  2021-03-29 10:55 ` sgn
@ 2021-03-29 11:12 ` unspecd
  2021-03-29 11:12 ` [PR PATCH] [Closed]: " unspecd
  3 siblings, 0 replies; 5+ messages in thread
From: unspecd @ 2021-03-29 11:12 UTC (permalink / raw)
  To: ml

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

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/pull/29794#issuecomment-809294709

Comment:
Closing in favor of #29357.

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

* Re: [PR PATCH] [Closed]: xorriso: fix checksum
  2021-03-28  0:30 [PR PATCH] xorriso: fix checksum unspecd
                   ` (2 preceding siblings ...)
  2021-03-29 11:12 ` unspecd
@ 2021-03-29 11:12 ` unspecd
  3 siblings, 0 replies; 5+ messages in thread
From: unspecd @ 2021-03-29 11:12 UTC (permalink / raw)
  To: ml

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

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

xorriso: fix checksum
https://github.com/void-linux/void-packages/pull/29794

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
- [x] 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.)
- [x] I built this PR locally for my native architecture, x86_64-musl
- [x] I built this PR locally for these architectures:
  - [x] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl


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

end of thread, other threads:[~2021-03-29 11:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-28  0:30 [PR PATCH] xorriso: fix checksum unspecd
2021-03-28  4:28 ` ericonr
2021-03-29 10:55 ` sgn
2021-03-29 11:12 ` unspecd
2021-03-29 11:12 ` [PR PATCH] [Closed]: " unspecd

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