Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] websocat: update to 1.9.0
@ 2021-10-31  2:08 cinerea0
  2021-10-31  6:37 ` [PR REVIEW] " ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: cinerea0 @ 2021-10-31  2:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages web
https://github.com/void-linux/void-packages/pull/33842

websocat: update to 1.9.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
- [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.)
- [ ] 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/33842.patch is attached

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

From fee64efa7add05bbd79c8c6fea79b20fd5c00740 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sat, 30 Oct 2021 22:06:02 -0400
Subject: [PATCH] websocat: update to 1.9.0

---
 srcpkgs/websocat/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/websocat/template b/srcpkgs/websocat/template
index 120039714059..4834380a2e73 100644
--- a/srcpkgs/websocat/template
+++ b/srcpkgs/websocat/template
@@ -1,17 +1,17 @@
 # Template file for 'websocat'
 pkgname=websocat
-version=1.6.0
-revision=2
+version=1.9.0
+revision=1
 build_style=cargo
 configure_args="--features=ssl"
-hostmakedepends="pkg-config"
+hostmakedepends="perl pkg-config"
 makedepends="openssl-devel"
 short_desc="Netcat, curl and socat for WebSockets"
 maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
 license="MIT"
 homepage="https://github.com/vi/websocat"
 distfiles="https://github.com/vi/websocat/archive/v${version}.tar.gz"
-checksum=3f7e5e99d766b387292af56c8e4b39ce9a7f0da54ff558a6080ddc1024a33896
+checksum=8ad0d3048662e321af11fc7e9e66d9fa4bebcd9aefad6e56c97df7d7eaab6b44
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] websocat: update to 1.9.0
  2021-10-31  2:08 [PR PATCH] websocat: update to 1.9.0 cinerea0
@ 2021-10-31  6:37 ` ericonr
  2021-10-31 16:16 ` [PR PATCH] [Updated] " cinerea0
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-10-31  6:37 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33842#discussion_r739764576

Comment:
Do you remember what crate failed without `perl`? This looks slightly suspicious because some packages that built their own internal OpenSSL pull in perl, but this seems to be dynamically linked to our OpenSSL still.

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

* Re: [PR PATCH] [Updated] websocat: update to 1.9.0
  2021-10-31  2:08 [PR PATCH] websocat: update to 1.9.0 cinerea0
  2021-10-31  6:37 ` [PR REVIEW] " ericonr
@ 2021-10-31 16:16 ` cinerea0
  2021-10-31 16:16 ` [PR REVIEW] " cinerea0
  2021-10-31 18:18 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2021-10-31 16:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages web
https://github.com/void-linux/void-packages/pull/33842

websocat: update to 1.9.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
- [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.)
- [ ] 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/33842.patch is attached

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

From 031fe3a44df5a6b0dfb44b1608d196d687a4b4bc Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 31 Oct 2021 12:15:51 -0400
Subject: [PATCH] websocat: update to 1.9.0

---
 srcpkgs/websocat/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/websocat/template b/srcpkgs/websocat/template
index 120039714059..3303dd5344f9 100644
--- a/srcpkgs/websocat/template
+++ b/srcpkgs/websocat/template
@@ -1,7 +1,7 @@
 # Template file for 'websocat'
 pkgname=websocat
-version=1.6.0
-revision=2
+version=1.9.0
+revision=1
 build_style=cargo
 configure_args="--features=ssl"
 hostmakedepends="pkg-config"
@@ -11,7 +11,7 @@ maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
 license="MIT"
 homepage="https://github.com/vi/websocat"
 distfiles="https://github.com/vi/websocat/archive/v${version}.tar.gz"
-checksum=3f7e5e99d766b387292af56c8e4b39ce9a7f0da54ff558a6080ddc1024a33896
+checksum=8ad0d3048662e321af11fc7e9e66d9fa4bebcd9aefad6e56c97df7d7eaab6b44
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] websocat: update to 1.9.0
  2021-10-31  2:08 [PR PATCH] websocat: update to 1.9.0 cinerea0
  2021-10-31  6:37 ` [PR REVIEW] " ericonr
  2021-10-31 16:16 ` [PR PATCH] [Updated] " cinerea0
@ 2021-10-31 16:16 ` cinerea0
  2021-10-31 18:18 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2021-10-31 16:16 UTC (permalink / raw)
  To: ml

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

New review comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/33842#discussion_r739844773

Comment:
I was initially trying to update websocat to 1.8.1 before realizing that the yanked crates would be a problem. I can't remember which crate failed without `perl` in v1.8.1, but in v1.9.0 none of them need it. I've removed it in the latest push.

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

* Re: [PR PATCH] [Merged]: websocat: update to 1.9.0
  2021-10-31  2:08 [PR PATCH] websocat: update to 1.9.0 cinerea0
                   ` (2 preceding siblings ...)
  2021-10-31 16:16 ` [PR REVIEW] " cinerea0
@ 2021-10-31 18:18 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-10-31 18:18 UTC (permalink / raw)
  To: ml

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

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

websocat: update to 1.9.0
https://github.com/void-linux/void-packages/pull/33842

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.)
- [ ] 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:[~2021-10-31 18:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-31  2:08 [PR PATCH] websocat: update to 1.9.0 cinerea0
2021-10-31  6:37 ` [PR REVIEW] " ericonr
2021-10-31 16:16 ` [PR PATCH] [Updated] " cinerea0
2021-10-31 16:16 ` [PR REVIEW] " cinerea0
2021-10-31 18:18 ` [PR PATCH] [Merged]: " ericonr

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