Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] waypipe: update to 0.7.0.
@ 2020-07-09  7:25 ericonr
  2020-07-09 13:42 ` sgn
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ericonr @ 2020-07-09  7:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages waypipe
https://github.com/void-linux/void-packages/pull/23490

waypipe: update to 0.7.0.
This is a breaking change in that it needs to be updated on both sides of the connection. Should I create an install msg to warn about this? It shouldn't be necessary, since if you try to launch it without updating one of the sides it errors out. Tested between two x86_64 musl devices.

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

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

From f11bf7b0672ca816a4e01150ec8c36104a0f9966 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Thu, 9 Jul 2020 04:23:15 -0300
Subject: [PATCH] waypipe: update to 0.7.0.

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

diff --git a/srcpkgs/waypipe/template b/srcpkgs/waypipe/template
index 9b07a2530cc..229137b8e36 100644
--- a/srcpkgs/waypipe/template
+++ b/srcpkgs/waypipe/template
@@ -1,6 +1,6 @@
 # Template file for 'waypipe'
 pkgname=waypipe
-version=0.6.1
+version=0.7.0
 revision=1
 wrksrc="${pkgname}-v${version}"
 build_style=meson
@@ -16,7 +16,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="MIT"
 homepage="https://gitlab.freedesktop.org/mstoeckl/waypipe"
 distfiles="https://gitlab.freedesktop.org/mstoeckl/waypipe/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
-checksum=95114f0f4e52cbd8d054c3119265d9006c9f39550961dea58f72b984075d7bce
+checksum=ce14508af422acc212b4eee6faae4c84e082abd8b3b85655bec36e942200b9fa
 
 post_install() {
 	vlicense COPYING LICENSE

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

* Re: waypipe: update to 0.7.0.
  2020-07-09  7:25 [PR PATCH] waypipe: update to 0.7.0 ericonr
@ 2020-07-09 13:42 ` sgn
  2020-07-09 15:48 ` [PR PATCH] [Updated] " ericonr
  2020-07-20  4:24 ` [PR PATCH] [Merged]: " abenson
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2020-07-09 13:42 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/23490#issuecomment-656134991

Comment:
If it needs user manual intervention, a message is nice.

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

* Re: [PR PATCH] [Updated] waypipe: update to 0.7.0.
  2020-07-09  7:25 [PR PATCH] waypipe: update to 0.7.0 ericonr
  2020-07-09 13:42 ` sgn
@ 2020-07-09 15:48 ` ericonr
  2020-07-20  4:24 ` [PR PATCH] [Merged]: " abenson
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2020-07-09 15:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages waypipe
https://github.com/void-linux/void-packages/pull/23490

waypipe: update to 0.7.0.
This is a breaking change in that it needs to be updated on both sides of the connection. Should I create an install msg to warn about this? It shouldn't be necessary, since if you try to launch it without updating one of the sides it errors out. Tested between two x86_64 musl devices.

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

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

From d2d2cd3b5c13ec2a4ff84466340bf15ac486902e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Thu, 9 Jul 2020 04:23:15 -0300
Subject: [PATCH] waypipe: update to 0.7.0.

Add INSTALL.msg for protocol changes.
---
 srcpkgs/waypipe/INSTALL.msg | 2 ++
 srcpkgs/waypipe/template    | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/waypipe/INSTALL.msg

diff --git a/srcpkgs/waypipe/INSTALL.msg b/srcpkgs/waypipe/INSTALL.msg
new file mode 100644
index 00000000000..13af63bc124
--- /dev/null
+++ b/srcpkgs/waypipe/INSTALL.msg
@@ -0,0 +1,2 @@
+CAUTION: Waypipe>=0.7.0 uses a new wire protocol, and won't work with
+previous versions.
diff --git a/srcpkgs/waypipe/template b/srcpkgs/waypipe/template
index 9b07a2530cc..229137b8e36 100644
--- a/srcpkgs/waypipe/template
+++ b/srcpkgs/waypipe/template
@@ -1,6 +1,6 @@
 # Template file for 'waypipe'
 pkgname=waypipe
-version=0.6.1
+version=0.7.0
 revision=1
 wrksrc="${pkgname}-v${version}"
 build_style=meson
@@ -16,7 +16,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="MIT"
 homepage="https://gitlab.freedesktop.org/mstoeckl/waypipe"
 distfiles="https://gitlab.freedesktop.org/mstoeckl/waypipe/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
-checksum=95114f0f4e52cbd8d054c3119265d9006c9f39550961dea58f72b984075d7bce
+checksum=ce14508af422acc212b4eee6faae4c84e082abd8b3b85655bec36e942200b9fa
 
 post_install() {
 	vlicense COPYING LICENSE

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

* Re: [PR PATCH] [Merged]: waypipe: update to 0.7.0.
  2020-07-09  7:25 [PR PATCH] waypipe: update to 0.7.0 ericonr
  2020-07-09 13:42 ` sgn
  2020-07-09 15:48 ` [PR PATCH] [Updated] " ericonr
@ 2020-07-20  4:24 ` abenson
  2 siblings, 0 replies; 4+ messages in thread
From: abenson @ 2020-07-20  4:24 UTC (permalink / raw)
  To: ml

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

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

waypipe: update to 0.7.0.
https://github.com/void-linux/void-packages/pull/23490

Description:
This is a breaking change in that it needs to be updated on both sides of the connection. Should I create an install msg to warn about this? It shouldn't be necessary, since if you try to launch it without updating one of the sides it errors out. Tested between two x86_64 musl devices.

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

end of thread, other threads:[~2020-07-20  4:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-09  7:25 [PR PATCH] waypipe: update to 0.7.0 ericonr
2020-07-09 13:42 ` sgn
2020-07-09 15:48 ` [PR PATCH] [Updated] " ericonr
2020-07-20  4:24 ` [PR PATCH] [Merged]: " abenson

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