Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rooster: update to 2.8.2
@ 2019-11-06  5:09 voidlinux-github
  2019-11-06 18:25 ` [No merge] " voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-11-06  5:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages rooster
https://github.com/void-linux/void-packages/pull/16177

rooster: update to 2.8.2
Unmark broken for aarch64 and ppc64

@q66 Can you test this on ppc64? aarch64 pkg'd fine, but I can't test it; if it now works on ppc64 then chance previous issue has been fixed.

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

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

From ab441ef7439b4fc048213d48a45356f6cd0036ff Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 5 Nov 2019 22:49:10 -0600
Subject: [PATCH] rooster: update to 2.8.2

Unmark broken for aarch64 and ppc64
---
 srcpkgs/rooster/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/rooster/template b/srcpkgs/rooster/template
index 9e5c5851faf..daf8fcc0adb 100644
--- a/srcpkgs/rooster/template
+++ b/srcpkgs/rooster/template
@@ -1,7 +1,7 @@
 # Template file for 'rooster'
 pkgname=rooster
-version=2.8.0
-revision=2
+version=2.8.2
+revision=1
 build_style=cargo
 hostmakedepends="pkg-config python3"
 makedepends="libX11-devel libXmu-devel libressl-devel libsodium-devel"
@@ -10,11 +10,11 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/conradkdotcom/rooster"
 distfiles="https://github.com/conradkdotcom/rooster/archive/v${version}.tar.gz"
-checksum=49647992eb48ef7df4ffee897aeb8f651e403c86d08c5dac92bb96547951a68a
+checksum=73d62fde548cf13936db5918b67acc2d7590b44f99cc79811c144412f0a3102d
 
-case "$XBPS_TARGET_MACHINE" in
-	aarch64*|ppc64*) broken="undefined reference to rust_crypto_util_fixed_time_eq_asm https://github.com/DaGenix/rust-crypto/issues/383" ;;
-esac
+#case "$XBPS_TARGET_MACHINE" in
+#	aarch64*|ppc64*) broken="undefined reference to rust_crypto_util_fixed_time_eq_asm https://github.com/DaGenix/rust-crypto/issues/383" ;;
+#esac
 
 pre_build() {
 	cargo update --package openssl-sys --precise 0.9.46

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

* Re: [No merge] rooster: update to 2.8.2
  2019-11-06  5:09 [PR PATCH] rooster: update to 2.8.2 voidlinux-github
@ 2019-11-06 18:25 ` voidlinux-github
  2019-11-06 21:15 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-11-06 18:25 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/16177#issuecomment-550439208

Comment:
seems ok:

```
index: added `rooster-2.8.2_1' (ppc64le).
```

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

* Re: rooster: update to 2.8.2
  2019-11-06  5:09 [PR PATCH] rooster: update to 2.8.2 voidlinux-github
  2019-11-06 18:25 ` [No merge] " voidlinux-github
@ 2019-11-06 21:15 ` voidlinux-github
  2019-11-06 21:18 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-11-06 21:15 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/16177#issuecomment-550503660

Comment:
you should remove that commented out broken= stuff....

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

* Re: rooster: update to 2.8.2
  2019-11-06  5:09 [PR PATCH] rooster: update to 2.8.2 voidlinux-github
  2019-11-06 18:25 ` [No merge] " voidlinux-github
  2019-11-06 21:15 ` voidlinux-github
@ 2019-11-06 21:18 ` voidlinux-github
  2019-11-06 21:31 ` [PR PATCH] [Updated] " voidlinux-github
  2019-11-07 14:51 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-11-06 21:18 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/16177#issuecomment-550504394

Comment:
> you should remove that commented out broken= stuff....

ah yes forgot about that, thank you

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

* Re: [PR PATCH] [Updated] rooster: update to 2.8.2
  2019-11-06  5:09 [PR PATCH] rooster: update to 2.8.2 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-11-06 21:18 ` voidlinux-github
@ 2019-11-06 21:31 ` voidlinux-github
  2019-11-07 14:51 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-11-06 21:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages rooster
https://github.com/void-linux/void-packages/pull/16177

rooster: update to 2.8.2
Unmark broken for aarch64 and ppc64

@q66 Can you test this on ppc64? aarch64 pkg'd fine, but I can't test it; if it now works on ppc64 then chance previous issue has been fixed.

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

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

From 48ac1c45fd651efe84ac6347ff2596de6ce0b248 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 5 Nov 2019 22:49:10 -0600
Subject: [PATCH] rooster: update to 2.8.2

Unmark broken for aarch64 and ppc64
---
 srcpkgs/rooster/template | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/rooster/template b/srcpkgs/rooster/template
index 9e5c5851faf..74f7c4587ce 100644
--- a/srcpkgs/rooster/template
+++ b/srcpkgs/rooster/template
@@ -1,7 +1,7 @@
 # Template file for 'rooster'
 pkgname=rooster
-version=2.8.0
-revision=2
+version=2.8.2
+revision=1
 build_style=cargo
 hostmakedepends="pkg-config python3"
 makedepends="libX11-devel libXmu-devel libressl-devel libsodium-devel"
@@ -10,11 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/conradkdotcom/rooster"
 distfiles="https://github.com/conradkdotcom/rooster/archive/v${version}.tar.gz"
-checksum=49647992eb48ef7df4ffee897aeb8f651e403c86d08c5dac92bb96547951a68a
-
-case "$XBPS_TARGET_MACHINE" in
-	aarch64*|ppc64*) broken="undefined reference to rust_crypto_util_fixed_time_eq_asm https://github.com/DaGenix/rust-crypto/issues/383" ;;
-esac
+checksum=73d62fde548cf13936db5918b67acc2d7590b44f99cc79811c144412f0a3102d
 
 pre_build() {
 	cargo update --package openssl-sys --precise 0.9.46

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

* Re: [PR PATCH] [Merged]: rooster: update to 2.8.2
  2019-11-06  5:09 [PR PATCH] rooster: update to 2.8.2 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-11-06 21:31 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-11-07 14:51 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-11-07 14:51 UTC (permalink / raw)
  To: ml

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

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

rooster: update to 2.8.2
https://github.com/void-linux/void-packages/pull/16177

Description:
Unmark broken for aarch64 and ppc64

@q66 Can you test this on ppc64? aarch64 pkg'd fine, but I can't test it; if it now works on ppc64 then chance previous issue has been fixed.

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

end of thread, other threads:[~2019-11-07 14:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-06  5:09 [PR PATCH] rooster: update to 2.8.2 voidlinux-github
2019-11-06 18:25 ` [No merge] " voidlinux-github
2019-11-06 21:15 ` voidlinux-github
2019-11-06 21:18 ` voidlinux-github
2019-11-06 21:31 ` [PR PATCH] [Updated] " voidlinux-github
2019-11-07 14:51 ` [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).