Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gotify-cli: orphan; gotify-server: update to 2.2.3, orphan.
@ 2023-01-10 18:10 TinfoilSubmarine
  2023-01-10 18:15 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: TinfoilSubmarine @ 2023-01-10 18:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/gotify
https://github.com/void-linux/void-packages/pull/41563

gotify-cli: orphan; gotify-server: update to 2.2.3, orphan.


<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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
-->

UnifiedPush killed their fork of gotify-android with UnifiedPush support, so I have no use for this anymore. Reccomend ntfy as a similar alternative, currently in a PR here: https://github.com/void-linux/void-packages/pull/41427

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

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

From ab8be6e636b6f4165f64c8dbf5b2e8f108faed5e Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 10 Jan 2023 13:03:38 -0500
Subject: [PATCH 1/2] gotify-cli: orphan

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

diff --git a/srcpkgs/gotify-cli/template b/srcpkgs/gotify-cli/template
index 32f104f320c2..afa65064ca00 100644
--- a/srcpkgs/gotify-cli/template
+++ b/srcpkgs/gotify-cli/template
@@ -7,7 +7,7 @@ go_import_path="github.com/gotify/cli/v2"
 go_ldflags="-X main.Version=${version} -X main.BuildDate=${SOURCE_DATE_EPOCH}
  -X main.Mode=prod"
 short_desc="Command line interface for pushing messages to a Gotify server"
-maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://gotify.net"
 distfiles="https://github.com/gotify/cli/archive/v${version}.tar.gz"

From bd6b9001b4e9cba1e884d5f91e3d88d74929e6bf Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 10 Jan 2023 13:03:35 -0500
Subject: [PATCH 2/2] gotify-server: update to 2.2.3.

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

diff --git a/srcpkgs/gotify-server/template b/srcpkgs/gotify-server/template
index 4bc4d5cf87ec..67a0624d60e9 100644
--- a/srcpkgs/gotify-server/template
+++ b/srcpkgs/gotify-server/template
@@ -1,6 +1,6 @@
 # Template file for 'gotify-server'
 pkgname=gotify-server
-version=2.2.2
+version=2.2.3
 revision=1
 build_style=go
 go_import_path="github.com/gotify/server/v2"
@@ -8,11 +8,11 @@ go_ldflags="-extldflags=-fuse-ld=bfd -X main.Version=${version}
  -X main.BuildDate=${SOURCE_DATE_EPOCH} -X main.Mode=prod"
 hostmakedepends="yarn packr2"
 short_desc="Simple server for sending and receiving messages"
-maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://gotify.net"
 distfiles="https://github.com/gotify/server/archive/v${version}.tar.gz"
-checksum=20549d2e30fcec71c19954818aa44d60547d53f2c804817895f8f36d02ee2dff
+checksum=bb84d1153e6c40b192d037b017b54aed7b57e708ccab1e9687ace7a5ca493b94
 conf_files="/etc/gotify/config.yml"
 
 system_accounts="_gotify"

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

* Re: [PR PATCH] [Updated] gotify-cli: orphan; gotify-server: update to 2.2.3, orphan.
  2023-01-10 18:10 [PR PATCH] gotify-cli: orphan; gotify-server: update to 2.2.3, orphan TinfoilSubmarine
@ 2023-01-10 18:15 ` TinfoilSubmarine
  2023-01-12 15:56 ` [PR PATCH] [Updated] gotify-cli, up_rewrite: " paper42
  2023-01-12 16:04 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: TinfoilSubmarine @ 2023-01-10 18:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/gotify
https://github.com/void-linux/void-packages/pull/41563

gotify-cli: orphan; gotify-server: update to 2.2.3, orphan.


<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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
-->

UnifiedPush killed their fork of gotify-android with UnifiedPush support, so I have no use for this anymore. Reccomend ntfy as a similar alternative, currently in a PR here: https://github.com/void-linux/void-packages/pull/41427

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

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

From ab8be6e636b6f4165f64c8dbf5b2e8f108faed5e Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 10 Jan 2023 13:03:38 -0500
Subject: [PATCH 1/3] gotify-cli: orphan

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

diff --git a/srcpkgs/gotify-cli/template b/srcpkgs/gotify-cli/template
index 32f104f320c2..afa65064ca00 100644
--- a/srcpkgs/gotify-cli/template
+++ b/srcpkgs/gotify-cli/template
@@ -7,7 +7,7 @@ go_import_path="github.com/gotify/cli/v2"
 go_ldflags="-X main.Version=${version} -X main.BuildDate=${SOURCE_DATE_EPOCH}
  -X main.Mode=prod"
 short_desc="Command line interface for pushing messages to a Gotify server"
-maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://gotify.net"
 distfiles="https://github.com/gotify/cli/archive/v${version}.tar.gz"

From db4444d2f2d219815aa5adeadb8e394b25bb25bc Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 10 Jan 2023 13:03:35 -0500
Subject: [PATCH 2/3] gotify-server: update to 2.2.3, orphan.

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

diff --git a/srcpkgs/gotify-server/template b/srcpkgs/gotify-server/template
index 4bc4d5cf87ec..67a0624d60e9 100644
--- a/srcpkgs/gotify-server/template
+++ b/srcpkgs/gotify-server/template
@@ -1,6 +1,6 @@
 # Template file for 'gotify-server'
 pkgname=gotify-server
-version=2.2.2
+version=2.2.3
 revision=1
 build_style=go
 go_import_path="github.com/gotify/server/v2"
@@ -8,11 +8,11 @@ go_ldflags="-extldflags=-fuse-ld=bfd -X main.Version=${version}
  -X main.BuildDate=${SOURCE_DATE_EPOCH} -X main.Mode=prod"
 hostmakedepends="yarn packr2"
 short_desc="Simple server for sending and receiving messages"
-maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://gotify.net"
 distfiles="https://github.com/gotify/server/archive/v${version}.tar.gz"
-checksum=20549d2e30fcec71c19954818aa44d60547d53f2c804817895f8f36d02ee2dff
+checksum=bb84d1153e6c40b192d037b017b54aed7b57e708ccab1e9687ace7a5ca493b94
 conf_files="/etc/gotify/config.yml"
 
 system_accounts="_gotify"

From 095a80ef91e9a3faabf84c83967634b290ef291e Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 10 Jan 2023 13:15:17 -0500
Subject: [PATCH 3/3] up_rewrite: orphan

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

diff --git a/srcpkgs/up_rewrite/template b/srcpkgs/up_rewrite/template
index 524bbd9307e7..72886e5f54ce 100644
--- a/srcpkgs/up_rewrite/template
+++ b/srcpkgs/up_rewrite/template
@@ -6,7 +6,7 @@ build_style=go
 go_import_path="github.com/karmanyaahm/up_rewrite"
 go_ldflags="-X $go_import_path/config.Version=$version"
 short_desc="Rewrite Proxy for UnifiedPush written in Go"
-maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://unifiedpush.org"
 distfiles="https://github.com/UnifiedPush/common-proxies/archive/v${version}.tar.gz"

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

* Re: [PR PATCH] [Updated] gotify-cli, up_rewrite: orphan; gotify-server: update to 2.2.3, orphan.
  2023-01-10 18:10 [PR PATCH] gotify-cli: orphan; gotify-server: update to 2.2.3, orphan TinfoilSubmarine
  2023-01-10 18:15 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2023-01-12 15:56 ` paper42
  2023-01-12 16:04 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2023-01-12 15:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/gotify
https://github.com/void-linux/void-packages/pull/41563

gotify-cli, up_rewrite: orphan; gotify-server: update to 2.2.3, orphan.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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
-->

UnifiedPush [killed their fork of gotify-android with UnifiedPush support](https://github.com/UnifiedPush/gotify-android/#deprecated), so I have no use for this anymore. Reccomend ntfy as a similar alternative, currently in a PR here: https://github.com/void-linux/void-packages/pull/41427

EDIT: and [since ntfy has a built-in Matrix Push Gateway](https://docs.ntfy.sh/publish/?h=matrix#matrix-gateway), I no longer need up_rewrite either.

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

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

From 7be5f6f9664f978853c85edc7d14f532f2d25732 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 10 Jan 2023 13:03:38 -0500
Subject: [PATCH 1/3] gotify-cli: change maintainer

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

diff --git a/srcpkgs/gotify-cli/template b/srcpkgs/gotify-cli/template
index 32f104f320c2..5d0beff56d3f 100644
--- a/srcpkgs/gotify-cli/template
+++ b/srcpkgs/gotify-cli/template
@@ -7,7 +7,7 @@ go_import_path="github.com/gotify/cli/v2"
 go_ldflags="-X main.Version=${version} -X main.BuildDate=${SOURCE_DATE_EPOCH}
  -X main.Mode=prod"
 short_desc="Command line interface for pushing messages to a Gotify server"
-maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="MIT"
 homepage="https://gotify.net"
 distfiles="https://github.com/gotify/cli/archive/v${version}.tar.gz"

From c079a469a6fcf79b382a1399a626677d51df3e04 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 10 Jan 2023 13:03:35 -0500
Subject: [PATCH 2/3] gotify-server: update to 2.2.3, change maintainer

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

diff --git a/srcpkgs/gotify-server/template b/srcpkgs/gotify-server/template
index 4bc4d5cf87ec..34436f332e53 100644
--- a/srcpkgs/gotify-server/template
+++ b/srcpkgs/gotify-server/template
@@ -1,6 +1,6 @@
 # Template file for 'gotify-server'
 pkgname=gotify-server
-version=2.2.2
+version=2.2.3
 revision=1
 build_style=go
 go_import_path="github.com/gotify/server/v2"
@@ -8,11 +8,11 @@ go_ldflags="-extldflags=-fuse-ld=bfd -X main.Version=${version}
  -X main.BuildDate=${SOURCE_DATE_EPOCH} -X main.Mode=prod"
 hostmakedepends="yarn packr2"
 short_desc="Simple server for sending and receiving messages"
-maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="MIT"
 homepage="https://gotify.net"
 distfiles="https://github.com/gotify/server/archive/v${version}.tar.gz"
-checksum=20549d2e30fcec71c19954818aa44d60547d53f2c804817895f8f36d02ee2dff
+checksum=bb84d1153e6c40b192d037b017b54aed7b57e708ccab1e9687ace7a5ca493b94
 conf_files="/etc/gotify/config.yml"
 
 system_accounts="_gotify"

From c4304ecb543a8189dfad757623833335f98a8b57 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 10 Jan 2023 13:15:17 -0500
Subject: [PATCH 3/3] up_rewrite: orphan

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

diff --git a/srcpkgs/up_rewrite/template b/srcpkgs/up_rewrite/template
index 524bbd9307e7..72886e5f54ce 100644
--- a/srcpkgs/up_rewrite/template
+++ b/srcpkgs/up_rewrite/template
@@ -6,7 +6,7 @@ build_style=go
 go_import_path="github.com/karmanyaahm/up_rewrite"
 go_ldflags="-X $go_import_path/config.Version=$version"
 short_desc="Rewrite Proxy for UnifiedPush written in Go"
-maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://unifiedpush.org"
 distfiles="https://github.com/UnifiedPush/common-proxies/archive/v${version}.tar.gz"

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

* Re: [PR PATCH] [Merged]: gotify-cli, up_rewrite: orphan; gotify-server: update to 2.2.3, orphan.
  2023-01-10 18:10 [PR PATCH] gotify-cli: orphan; gotify-server: update to 2.2.3, orphan TinfoilSubmarine
  2023-01-10 18:15 ` [PR PATCH] [Updated] " TinfoilSubmarine
  2023-01-12 15:56 ` [PR PATCH] [Updated] gotify-cli, up_rewrite: " paper42
@ 2023-01-12 16:04 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2023-01-12 16:04 UTC (permalink / raw)
  To: ml

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

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

gotify-cli, up_rewrite: orphan; gotify-server: update to 2.2.3, orphan.
https://github.com/void-linux/void-packages/pull/41563

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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
-->

UnifiedPush [killed their fork of gotify-android with UnifiedPush support](https://github.com/UnifiedPush/gotify-android/#deprecated), so I have no use for this anymore. Reccomend ntfy as a similar alternative, currently in a PR here: https://github.com/void-linux/void-packages/pull/41427

EDIT: and [since ntfy has a built-in Matrix Push Gateway](https://docs.ntfy.sh/publish/?h=matrix#matrix-gateway), I no longer need up_rewrite either.

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

end of thread, other threads:[~2023-01-12 16:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-10 18:10 [PR PATCH] gotify-cli: orphan; gotify-server: update to 2.2.3, orphan TinfoilSubmarine
2023-01-10 18:15 ` [PR PATCH] [Updated] " TinfoilSubmarine
2023-01-12 15:56 ` [PR PATCH] [Updated] gotify-cli, up_rewrite: " paper42
2023-01-12 16:04 ` [PR PATCH] [Merged]: " paper42

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