Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Signal 6.4
@ 2023-02-02  1:35 akierig
  2023-02-02  1:48 ` [PR PATCH] [Updated] " akierig
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: akierig @ 2023-02-02  1:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-6.4
https://github.com/void-linux/void-packages/pull/42023

Signal 6.4
#### Testing the changes
- I tested the changes in this PR: **YES**
- 
#### Local build testing
- I built this PR locally for my native architecture, x86_64

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

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

From 0db5f0197708f72d390beed1ba91381db7891ea1 Mon Sep 17 00:00:00 2001
From: akierig <anelki@fastmail.de>
Date: Mon, 30 Jan 2023 23:04:28 -0600
Subject: [PATCH 1/2] nano: update to 7.2.

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

diff --git a/srcpkgs/nano/template b/srcpkgs/nano/template
index 217238565dd8..f87a38ca56fa 100644
--- a/srcpkgs/nano/template
+++ b/srcpkgs/nano/template
@@ -1,6 +1,6 @@
 # Template file for 'nano'
 pkgname=nano
-version=7.1
+version=7.2
 revision=1
 build_style=gnu-configure
 configure_args="--enable-utf8"
@@ -11,7 +11,7 @@ license="GPL-3.0-or-later"
 homepage="https://www.nano-editor.org/"
 changelog="http://git.savannah.gnu.org/cgit/nano.git/plain/NEWS"
 distfiles="https://www.nano-editor.org/dist/v${version%%.*}/nano-${version}.tar.xz"
-checksum=57ba751e9b7519f0f6ddee505202e387c75dde440c1f7aa1b9310cc381406836
+checksum=86f3442768bd2873cec693f83cdf80b4b444ad3cc14760b74361474fc87a4526
 
 post_install() {
 	vsconf doc/sample.nanorc

From 2837f6d6adceb316e46daa796b353d8527e5b19c Mon Sep 17 00:00:00 2001
From: akierig <anelki@fastmail.de>
Date: Wed, 1 Feb 2023 19:34:35 -0600
Subject: [PATCH 2/2] Signal-Desktop: update to 6.4.0.

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

diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template
index 26cfc3892ea1..23220fd67295 100644
--- a/srcpkgs/Signal-Desktop/template
+++ b/srcpkgs/Signal-Desktop/template
@@ -1,6 +1,6 @@
 # Template file for 'Signal-Desktop'
 pkgname=Signal-Desktop
-version=6.3.0
+version=6.4.0
 revision=1
 # Signal officially only supports x86_64 (also due to Electron)
 # x86_64-musl fails because of its dependency on 'node-gyp' which depends on a glibc specific extension
@@ -13,7 +13,7 @@ maintainer="akierig <anelki@fastmail.de>"
 license="AGPL-3.0-only"
 homepage="https://github.com/signalapp/Signal-Desktop"
 distfiles="https://github.com/signalapp/Signal-Desktop/archive/v${version}.tar.gz"
-checksum=07c71bd31157873d5d1f57830a636fe61ad551bacf4a87a4f13336f16e524a1a
+checksum=151c879880eecca037998c4f0ac7c06988852b90b87835cd380e9e09df34fd8c
 nostrip_files="signal-desktop"
 
 post_extract() {

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

* Re: [PR PATCH] [Updated] Signal 6.4
  2023-02-02  1:35 [PR PATCH] Signal 6.4 akierig
@ 2023-02-02  1:48 ` akierig
  2023-02-03  4:25 ` [PR PATCH] [Updated] Signal-Desktop: update to 6.4 akierig
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: akierig @ 2023-02-02  1:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-6.4
https://github.com/void-linux/void-packages/pull/42023

Signal 6.4
#### Testing the changes
- I tested the changes in this PR: **YES**
- 
#### Local build testing
- I built this PR locally for my native architecture, x86_64

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

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

From 5cfef7723f6528642e71ac4ee39beab4e0acb8d4 Mon Sep 17 00:00:00 2001
From: akierig <anelki@fastmail.de>
Date: Wed, 1 Feb 2023 19:47:52 -0600
Subject: [PATCH] Signal-Desktop: update to 6.4.0.

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

diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template
index 26cfc3892ea1..23220fd67295 100644
--- a/srcpkgs/Signal-Desktop/template
+++ b/srcpkgs/Signal-Desktop/template
@@ -1,6 +1,6 @@
 # Template file for 'Signal-Desktop'
 pkgname=Signal-Desktop
-version=6.3.0
+version=6.4.0
 revision=1
 # Signal officially only supports x86_64 (also due to Electron)
 # x86_64-musl fails because of its dependency on 'node-gyp' which depends on a glibc specific extension
@@ -13,7 +13,7 @@ maintainer="akierig <anelki@fastmail.de>"
 license="AGPL-3.0-only"
 homepage="https://github.com/signalapp/Signal-Desktop"
 distfiles="https://github.com/signalapp/Signal-Desktop/archive/v${version}.tar.gz"
-checksum=07c71bd31157873d5d1f57830a636fe61ad551bacf4a87a4f13336f16e524a1a
+checksum=151c879880eecca037998c4f0ac7c06988852b90b87835cd380e9e09df34fd8c
 nostrip_files="signal-desktop"
 
 post_extract() {

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

* Re: [PR PATCH] [Updated] Signal-Desktop: update to 6.4
  2023-02-02  1:35 [PR PATCH] Signal 6.4 akierig
  2023-02-02  1:48 ` [PR PATCH] [Updated] " akierig
@ 2023-02-03  4:25 ` akierig
  2023-02-03  4:26 ` akierig
  2023-02-04 22:10 ` [PR PATCH] [Closed]: " abenson
  3 siblings, 0 replies; 5+ messages in thread
From: akierig @ 2023-02-03  4:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-6.4
https://github.com/void-linux/void-packages/pull/42023

Signal-Desktop: update to 6.4
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

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

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

From 505593b34ba5b536cfd4a6ddb341c97476bda311 Mon Sep 17 00:00:00 2001
From: akierig <anelki@fastmail.de>
Date: Wed, 1 Feb 2023 19:47:52 -0600
Subject: [PATCH] Signal-Desktop: update to 6.4.1.

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

diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template
index 26cfc3892ea1..23220fd67295 100644
--- a/srcpkgs/Signal-Desktop/template
+++ b/srcpkgs/Signal-Desktop/template
@@ -1,6 +1,6 @@
 # Template file for 'Signal-Desktop'
 pkgname=Signal-Desktop
-version=6.3.0
+version=6.4.0
 revision=1
 # Signal officially only supports x86_64 (also due to Electron)
 # x86_64-musl fails because of its dependency on 'node-gyp' which depends on a glibc specific extension
@@ -13,7 +13,7 @@ maintainer="akierig <anelki@fastmail.de>"
 license="AGPL-3.0-only"
 homepage="https://github.com/signalapp/Signal-Desktop"
 distfiles="https://github.com/signalapp/Signal-Desktop/archive/v${version}.tar.gz"
-checksum=07c71bd31157873d5d1f57830a636fe61ad551bacf4a87a4f13336f16e524a1a
+checksum=151c879880eecca037998c4f0ac7c06988852b90b87835cd380e9e09df34fd8c
 nostrip_files="signal-desktop"
 
 post_extract() {

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

* Re: [PR PATCH] [Updated] Signal-Desktop: update to 6.4
  2023-02-02  1:35 [PR PATCH] Signal 6.4 akierig
  2023-02-02  1:48 ` [PR PATCH] [Updated] " akierig
  2023-02-03  4:25 ` [PR PATCH] [Updated] Signal-Desktop: update to 6.4 akierig
@ 2023-02-03  4:26 ` akierig
  2023-02-04 22:10 ` [PR PATCH] [Closed]: " abenson
  3 siblings, 0 replies; 5+ messages in thread
From: akierig @ 2023-02-03  4:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-6.4
https://github.com/void-linux/void-packages/pull/42023

Signal-Desktop: update to 6.4
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

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

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

From fd91018dc24d19c86758d75e3673ab7f9c08468c Mon Sep 17 00:00:00 2001
From: akierig <anelki@fastmail.de>
Date: Wed, 1 Feb 2023 19:47:52 -0600
Subject: [PATCH] Signal-Desktop: update to 6.4.1.

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

diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template
index 26cfc3892ea1..c7389f4ed0e2 100644
--- a/srcpkgs/Signal-Desktop/template
+++ b/srcpkgs/Signal-Desktop/template
@@ -1,6 +1,6 @@
 # Template file for 'Signal-Desktop'
 pkgname=Signal-Desktop
-version=6.3.0
+version=6.4.1
 revision=1
 # Signal officially only supports x86_64 (also due to Electron)
 # x86_64-musl fails because of its dependency on 'node-gyp' which depends on a glibc specific extension
@@ -13,7 +13,7 @@ maintainer="akierig <anelki@fastmail.de>"
 license="AGPL-3.0-only"
 homepage="https://github.com/signalapp/Signal-Desktop"
 distfiles="https://github.com/signalapp/Signal-Desktop/archive/v${version}.tar.gz"
-checksum=07c71bd31157873d5d1f57830a636fe61ad551bacf4a87a4f13336f16e524a1a
+checksum=899af104afe358413ebba2971ddb273ee788f7ffad9fdf96ece30e527eda3475
 nostrip_files="signal-desktop"
 
 post_extract() {

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

* Re: [PR PATCH] [Closed]: Signal-Desktop: update to 6.4
  2023-02-02  1:35 [PR PATCH] Signal 6.4 akierig
                   ` (2 preceding siblings ...)
  2023-02-03  4:26 ` akierig
@ 2023-02-04 22:10 ` abenson
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2023-02-04 22:10 UTC (permalink / raw)
  To: ml

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

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

Signal-Desktop: update to 6.4
https://github.com/void-linux/void-packages/pull/42023

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

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

end of thread, other threads:[~2023-02-04 22:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-02  1:35 [PR PATCH] Signal 6.4 akierig
2023-02-02  1:48 ` [PR PATCH] [Updated] " akierig
2023-02-03  4:25 ` [PR PATCH] [Updated] Signal-Desktop: update to 6.4 akierig
2023-02-03  4:26 ` akierig
2023-02-04 22:10 ` [PR PATCH] [Closed]: " 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).