Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] added zssh
@ 2023-03-03 16:41 ufud-org
  2023-03-03 16:45 ` New package: zssh ufud-org
                   ` (28 more replies)
  0 siblings, 29 replies; 32+ messages in thread
From: ufud-org @ 2023-03-03 16:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ufud-org/void-packages add-zssh
https://github.com/void-linux/void-packages/pull/42568

added zssh
#### 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**

<!-- 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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (cross-build)
  - armv6l (cross-build)
  - armv6l-musl (cross-build)
  - armv7l (cross-build)
  - armv7l-musl (cross-build)
  - aarch64 (cross-build)
  - aarch64-musl (cross-build)


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

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

From 517769a8013bcd5825379cffbfcd75e4aa699101 Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 17:39:19 +0100
Subject: [PATCH] added zssh

---
 srcpkgs/zssh/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/zssh/template

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
new file mode 100644
index 000000000000..84890facf75b
--- /dev/null
+++ b/srcpkgs/zssh/template
@@ -0,0 +1,23 @@
+# Template file for 'zssh'
+pkgname=zssh
+version=1.5c
+revision=1
+build_style=gnu-configure
+makedepends="readline-devel"
+depends="openssh inetutils-telnet lrzsz"
+short_desc="Zmodem aware telnet and ssh cli client"
+maintainer="Niels Haedecke <webmaster@ufud.org>"
+license="GPL-2.0-only"
+homepage="https://zssh.sourceforge.net/"
+distfiles="http://prdownloads.sf.net/zssh/zssh-${version}.tgz"
+checksum="a2e840f82590690d27ea1ea1141af509ee34681fede897e58ae8d354701ce71b"
+
+pre_build() {
+	rm -f ${XBPS_WRAPPERDIR}/strip
+}
+
+do_install() {
+	vmkdir usr/bin
+	vcopy zssh usr/bin/zssh
+	vcopy ztelnet usr/bin/ztelnet
+}

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

* Re: New package: zssh
  2023-03-03 16:41 [PR PATCH] added zssh ufud-org
@ 2023-03-03 16:45 ` ufud-org
  2023-03-03 16:46 ` [PR REVIEW] " classabbyamp
                   ` (27 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: ufud-org @ 2023-03-03 16:45 UTC (permalink / raw)
  To: ml

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

New comment by ufud-org on void-packages repository

https://github.com/void-linux/void-packages/pull/42568#issuecomment-1453806616

Comment:
second try, now with proper template revision number and without screwed up branch ... 

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

* Re: [PR REVIEW] New package: zssh
  2023-03-03 16:41 [PR PATCH] added zssh ufud-org
  2023-03-03 16:45 ` New package: zssh ufud-org
@ 2023-03-03 16:46 ` classabbyamp
  2023-03-03 16:46 ` classabbyamp
                   ` (26 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: classabbyamp @ 2023-03-03 16:46 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42568#discussion_r1124724259

Comment:
why? 

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

* Re: [PR REVIEW] New package: zssh
  2023-03-03 16:41 [PR PATCH] added zssh ufud-org
  2023-03-03 16:45 ` New package: zssh ufud-org
  2023-03-03 16:46 ` [PR REVIEW] " classabbyamp
@ 2023-03-03 16:46 ` classabbyamp
  2023-03-03 16:53 ` ufud-org
                   ` (25 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: classabbyamp @ 2023-03-03 16:46 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42568#discussion_r1124727322

Comment:
```suggestion
	vbin zssh
	vbin ztelnet
```


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

* Re: [PR REVIEW] New package: zssh
  2023-03-03 16:41 [PR PATCH] added zssh ufud-org
                   ` (2 preceding siblings ...)
  2023-03-03 16:46 ` classabbyamp
@ 2023-03-03 16:53 ` ufud-org
  2023-03-03 16:53 ` ufud-org
                   ` (24 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: ufud-org @ 2023-03-03 16:53 UTC (permalink / raw)
  To: ml

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

New review comment by ufud-org on void-packages repository

https://github.com/void-linux/void-packages/pull/42568#discussion_r1124741198

Comment:
Makefile uses strip with additional parameter which is not supported by wrapper script, thus not creating stripped binatied. Found this solution to work around this issue while reading the voidlinux subreddit threads and other templates so assumed this to be proper way to do it.

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

* Re: [PR REVIEW] New package: zssh
  2023-03-03 16:41 [PR PATCH] added zssh ufud-org
                   ` (3 preceding siblings ...)
  2023-03-03 16:53 ` ufud-org
@ 2023-03-03 16:53 ` ufud-org
  2023-03-03 16:55 ` classabbyamp
                   ` (23 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: ufud-org @ 2023-03-03 16:53 UTC (permalink / raw)
  To: ml

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

New review comment by ufud-org on void-packages repository

https://github.com/void-linux/void-packages/pull/42568#discussion_r1124741198

Comment:
Makefile uses strip with additional parameter which is not supported by wrapper script, thus not creating stripped binaries. Found this solution to work around this issue while reading the voidlinux subreddit threads and other templates so assumed this to be proper way to do it.

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

* Re: [PR REVIEW] New package: zssh
  2023-03-03 16:41 [PR PATCH] added zssh ufud-org
                   ` (4 preceding siblings ...)
  2023-03-03 16:53 ` ufud-org
@ 2023-03-03 16:55 ` classabbyamp
  2023-03-03 16:55 ` ufud-org
                   ` (22 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: classabbyamp @ 2023-03-03 16:55 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42568#discussion_r1124744441

Comment:
the wrapper supports all arguments, the whole point of it is to ignore all strip invocations so xbps-src can strip things itself

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

* Re: [PR REVIEW] New package: zssh
  2023-03-03 16:41 [PR PATCH] added zssh ufud-org
                   ` (5 preceding siblings ...)
  2023-03-03 16:55 ` classabbyamp
@ 2023-03-03 16:55 ` ufud-org
  2023-03-03 16:55 ` classabbyamp
                   ` (21 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: ufud-org @ 2023-03-03 16:55 UTC (permalink / raw)
  To: ml

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

New review comment by ufud-org on void-packages repository

https://github.com/void-linux/void-packages/pull/42568#discussion_r1124745013

Comment:
will change and add missing vman commands as well to provide proper man files

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

* Re: [PR REVIEW] New package: zssh
  2023-03-03 16:41 [PR PATCH] added zssh ufud-org
                   ` (6 preceding siblings ...)
  2023-03-03 16:55 ` ufud-org
@ 2023-03-03 16:55 ` classabbyamp
  2023-03-03 16:57 ` [PR PATCH] [Updated] " ufud-org
                   ` (20 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: classabbyamp @ 2023-03-03 16:55 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42568#discussion_r1124744441

Comment:
the wrapper supports all arguments, the whole point of it is to ignore all strip invocations so xbps-src can strip things itself

https://github.com/void-linux/void-packages/blob/master/common/wrappers/strip.sh

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

* Re: [PR PATCH] [Updated] New package: zssh
  2023-03-03 16:41 [PR PATCH] added zssh ufud-org
                   ` (7 preceding siblings ...)
  2023-03-03 16:55 ` classabbyamp
@ 2023-03-03 16:57 ` ufud-org
  2023-03-03 17:03 ` [PR REVIEW] " ufud-org
                   ` (19 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: ufud-org @ 2023-03-03 16:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ufud-org/void-packages add-zssh
https://github.com/void-linux/void-packages/pull/42568

New package: zssh
#### 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**

<!-- 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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (cross-build)
  - armv6l (cross-build)
  - armv6l-musl (cross-build)
  - armv7l (cross-build)
  - armv7l-musl (cross-build)
  - aarch64 (cross-build)
  - aarch64-musl (cross-build)


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

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

From 517769a8013bcd5825379cffbfcd75e4aa699101 Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 17:39:19 +0100
Subject: [PATCH 1/2] added zssh

---
 srcpkgs/zssh/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/zssh/template

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
new file mode 100644
index 000000000000..84890facf75b
--- /dev/null
+++ b/srcpkgs/zssh/template
@@ -0,0 +1,23 @@
+# Template file for 'zssh'
+pkgname=zssh
+version=1.5c
+revision=1
+build_style=gnu-configure
+makedepends="readline-devel"
+depends="openssh inetutils-telnet lrzsz"
+short_desc="Zmodem aware telnet and ssh cli client"
+maintainer="Niels Haedecke <webmaster@ufud.org>"
+license="GPL-2.0-only"
+homepage="https://zssh.sourceforge.net/"
+distfiles="http://prdownloads.sf.net/zssh/zssh-${version}.tgz"
+checksum="a2e840f82590690d27ea1ea1141af509ee34681fede897e58ae8d354701ce71b"
+
+pre_build() {
+	rm -f ${XBPS_WRAPPERDIR}/strip
+}
+
+do_install() {
+	vmkdir usr/bin
+	vcopy zssh usr/bin/zssh
+	vcopy ztelnet usr/bin/ztelnet
+}

From afaae8c3b876728d805ad415055dbea99dd341ed Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 17:57:40 +0100
Subject: [PATCH 2/2] fixed copy command and added missing vman command

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

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
index 84890facf75b..e260eb216efb 100644
--- a/srcpkgs/zssh/template
+++ b/srcpkgs/zssh/template
@@ -18,6 +18,8 @@ pre_build() {
 
 do_install() {
 	vmkdir usr/bin
-	vcopy zssh usr/bin/zssh
-	vcopy ztelnet usr/bin/ztelnet
+	vbin zssh
+	vbin ztelnet
+	vman zssh.1
+	vman ztelnet.1
 }

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

* Re: [PR REVIEW] New package: zssh
  2023-03-03 16:41 [PR PATCH] added zssh ufud-org
                   ` (8 preceding siblings ...)
  2023-03-03 16:57 ` [PR PATCH] [Updated] " ufud-org
@ 2023-03-03 17:03 ` ufud-org
  2023-03-03 17:03 ` [PR PATCH] [Updated] " ufud-org
                   ` (18 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: ufud-org @ 2023-03-03 17:03 UTC (permalink / raw)
  To: ml

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

New review comment by ufud-org on void-packages repository

https://github.com/void-linux/void-packages/pull/42568#discussion_r1124758005

Comment:
I see. I think this is the part I've misunderstood. Will remove as recommended.

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

* Re: [PR PATCH] [Updated] New package: zssh
  2023-03-03 16:41 [PR PATCH] added zssh ufud-org
                   ` (9 preceding siblings ...)
  2023-03-03 17:03 ` [PR REVIEW] " ufud-org
@ 2023-03-03 17:03 ` ufud-org
  2023-03-03 17:07 ` ufud-org
                   ` (17 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: ufud-org @ 2023-03-03 17:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ufud-org/void-packages add-zssh
https://github.com/void-linux/void-packages/pull/42568

New package: zssh
#### 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**

<!-- 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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (cross-build)
  - armv6l (cross-build)
  - armv6l-musl (cross-build)
  - armv7l (cross-build)
  - armv7l-musl (cross-build)
  - aarch64 (cross-build)
  - aarch64-musl (cross-build)


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

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

From 517769a8013bcd5825379cffbfcd75e4aa699101 Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 17:39:19 +0100
Subject: [PATCH 1/3] added zssh

---
 srcpkgs/zssh/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/zssh/template

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
new file mode 100644
index 000000000000..84890facf75b
--- /dev/null
+++ b/srcpkgs/zssh/template
@@ -0,0 +1,23 @@
+# Template file for 'zssh'
+pkgname=zssh
+version=1.5c
+revision=1
+build_style=gnu-configure
+makedepends="readline-devel"
+depends="openssh inetutils-telnet lrzsz"
+short_desc="Zmodem aware telnet and ssh cli client"
+maintainer="Niels Haedecke <webmaster@ufud.org>"
+license="GPL-2.0-only"
+homepage="https://zssh.sourceforge.net/"
+distfiles="http://prdownloads.sf.net/zssh/zssh-${version}.tgz"
+checksum="a2e840f82590690d27ea1ea1141af509ee34681fede897e58ae8d354701ce71b"
+
+pre_build() {
+	rm -f ${XBPS_WRAPPERDIR}/strip
+}
+
+do_install() {
+	vmkdir usr/bin
+	vcopy zssh usr/bin/zssh
+	vcopy ztelnet usr/bin/ztelnet
+}

From afaae8c3b876728d805ad415055dbea99dd341ed Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 17:57:40 +0100
Subject: [PATCH 2/3] fixed copy command and added missing vman command

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

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
index 84890facf75b..e260eb216efb 100644
--- a/srcpkgs/zssh/template
+++ b/srcpkgs/zssh/template
@@ -18,6 +18,8 @@ pre_build() {
 
 do_install() {
 	vmkdir usr/bin
-	vcopy zssh usr/bin/zssh
-	vcopy ztelnet usr/bin/ztelnet
+	vbin zssh
+	vbin ztelnet
+	vman zssh.1
+	vman ztelnet.1
 }

From 2980edf11e7059a4d5576074b5086aaf94cfaf89 Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 18:03:29 +0100
Subject: [PATCH 3/3] removed pre_build()

---
 srcpkgs/zssh/template | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
index e260eb216efb..14baf24a4c64 100644
--- a/srcpkgs/zssh/template
+++ b/srcpkgs/zssh/template
@@ -12,10 +12,6 @@ homepage="https://zssh.sourceforge.net/"
 distfiles="http://prdownloads.sf.net/zssh/zssh-${version}.tgz"
 checksum="a2e840f82590690d27ea1ea1141af509ee34681fede897e58ae8d354701ce71b"
 
-pre_build() {
-	rm -f ${XBPS_WRAPPERDIR}/strip
-}
-
 do_install() {
 	vmkdir usr/bin
 	vbin zssh

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

* Re: [PR PATCH] [Updated] New package: zssh
  2023-03-03 16:41 [PR PATCH] added zssh ufud-org
                   ` (10 preceding siblings ...)
  2023-03-03 17:03 ` [PR PATCH] [Updated] " ufud-org
@ 2023-03-03 17:07 ` ufud-org
  2023-03-03 17:18 ` paper42
                   ` (16 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: ufud-org @ 2023-03-03 17:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ufud-org/void-packages add-zssh
https://github.com/void-linux/void-packages/pull/42568

New package: zssh
#### 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**

<!-- 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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (cross-build)
  - armv6l (cross-build)
  - armv6l-musl (cross-build)
  - armv7l (cross-build)
  - armv7l-musl (cross-build)
  - aarch64 (cross-build)
  - aarch64-musl (cross-build)


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

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

From 517769a8013bcd5825379cffbfcd75e4aa699101 Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 17:39:19 +0100
Subject: [PATCH 1/4] added zssh

---
 srcpkgs/zssh/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/zssh/template

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
new file mode 100644
index 000000000000..84890facf75b
--- /dev/null
+++ b/srcpkgs/zssh/template
@@ -0,0 +1,23 @@
+# Template file for 'zssh'
+pkgname=zssh
+version=1.5c
+revision=1
+build_style=gnu-configure
+makedepends="readline-devel"
+depends="openssh inetutils-telnet lrzsz"
+short_desc="Zmodem aware telnet and ssh cli client"
+maintainer="Niels Haedecke <webmaster@ufud.org>"
+license="GPL-2.0-only"
+homepage="https://zssh.sourceforge.net/"
+distfiles="http://prdownloads.sf.net/zssh/zssh-${version}.tgz"
+checksum="a2e840f82590690d27ea1ea1141af509ee34681fede897e58ae8d354701ce71b"
+
+pre_build() {
+	rm -f ${XBPS_WRAPPERDIR}/strip
+}
+
+do_install() {
+	vmkdir usr/bin
+	vcopy zssh usr/bin/zssh
+	vcopy ztelnet usr/bin/ztelnet
+}

From afaae8c3b876728d805ad415055dbea99dd341ed Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 17:57:40 +0100
Subject: [PATCH 2/4] fixed copy command and added missing vman command

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

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
index 84890facf75b..e260eb216efb 100644
--- a/srcpkgs/zssh/template
+++ b/srcpkgs/zssh/template
@@ -18,6 +18,8 @@ pre_build() {
 
 do_install() {
 	vmkdir usr/bin
-	vcopy zssh usr/bin/zssh
-	vcopy ztelnet usr/bin/ztelnet
+	vbin zssh
+	vbin ztelnet
+	vman zssh.1
+	vman ztelnet.1
 }

From 2980edf11e7059a4d5576074b5086aaf94cfaf89 Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 18:03:29 +0100
Subject: [PATCH 3/4] removed pre_build()

---
 srcpkgs/zssh/template | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
index e260eb216efb..14baf24a4c64 100644
--- a/srcpkgs/zssh/template
+++ b/srcpkgs/zssh/template
@@ -12,10 +12,6 @@ homepage="https://zssh.sourceforge.net/"
 distfiles="http://prdownloads.sf.net/zssh/zssh-${version}.tgz"
 checksum="a2e840f82590690d27ea1ea1141af509ee34681fede897e58ae8d354701ce71b"
 
-pre_build() {
-	rm -f ${XBPS_WRAPPERDIR}/strip
-}
-
 do_install() {
 	vmkdir usr/bin
 	vbin zssh

From 6c8023833abac41248eab704b2175950bbd9158a Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 18:07:45 +0100
Subject: [PATCH 4/4] removed vmkdir

---
 srcpkgs/zssh/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
index 14baf24a4c64..cd3120e2f716 100644
--- a/srcpkgs/zssh/template
+++ b/srcpkgs/zssh/template
@@ -13,7 +13,6 @@ distfiles="http://prdownloads.sf.net/zssh/zssh-${version}.tgz"
 checksum="a2e840f82590690d27ea1ea1141af509ee34681fede897e58ae8d354701ce71b"
 
 do_install() {
-	vmkdir usr/bin
 	vbin zssh
 	vbin ztelnet
 	vman zssh.1

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

* Re: New package: zssh
  2023-03-03 16:41 [PR PATCH] added zssh ufud-org
                   ` (11 preceding siblings ...)
  2023-03-03 17:07 ` ufud-org
@ 2023-03-03 17:18 ` paper42
  2023-03-03 17:20 ` ufud-org
                   ` (15 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: paper42 @ 2023-03-03 17:18 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42568#issuecomment-1453852093

Comment:
Make sure this PR contains one commit per package as mentioned in CONTRIBUTING.md

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

* Re: New package: zssh
  2023-03-03 16:41 [PR PATCH] added zssh ufud-org
                   ` (12 preceding siblings ...)
  2023-03-03 17:18 ` paper42
@ 2023-03-03 17:20 ` ufud-org
  2023-03-03 17:21 ` ufud-org
                   ` (14 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: ufud-org @ 2023-03-03 17:20 UTC (permalink / raw)
  To: ml

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

New comment by ufud-org on void-packages repository

https://github.com/void-linux/void-packages/pull/42568#issuecomment-1453854216

Comment:
> Make sure this PR contains one commit per package as mentioned in CONTRIBUTING.md

just to clarify - what do you mean by 'per package' ?

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

* Re: New package: zssh
  2023-03-03 16:41 [PR PATCH] added zssh ufud-org
                   ` (13 preceding siblings ...)
  2023-03-03 17:20 ` ufud-org
@ 2023-03-03 17:21 ` ufud-org
  2023-03-03 17:24 ` ufud-org
                   ` (13 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: ufud-org @ 2023-03-03 17:21 UTC (permalink / raw)
  To: ml

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

New comment by ufud-org on void-packages repository

https://github.com/void-linux/void-packages/pull/42568#issuecomment-1453854216

Comment:
> Make sure this PR contains one commit per package as mentioned in CONTRIBUTING.md

just to clarify - what do you mean by 'per package' ? Do you mean due to more than 1 commit this PR can not be merged?

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

* Re: New package: zssh
  2023-03-03 16:41 [PR PATCH] added zssh ufud-org
                   ` (14 preceding siblings ...)
  2023-03-03 17:21 ` ufud-org
@ 2023-03-03 17:24 ` ufud-org
  2023-03-03 17:25 ` paper42
                   ` (12 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: ufud-org @ 2023-03-03 17:24 UTC (permalink / raw)
  To: ml

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

New comment by ufud-org on void-packages repository

https://github.com/void-linux/void-packages/pull/42568#issuecomment-1453854216

Comment:
> Make sure this PR contains one commit per package as mentioned in CONTRIBUTING.md

just to clarify - what do you mean by 'per package' ? Do you mean due to more than 1 commit this PR can not be merged? Should I convert to draft until all open issues are fixed?

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

* Re: New package: zssh
  2023-03-03 16:41 [PR PATCH] added zssh ufud-org
                   ` (15 preceding siblings ...)
  2023-03-03 17:24 ` ufud-org
@ 2023-03-03 17:25 ` paper42
  2023-03-03 17:31 ` ufud-org
                   ` (11 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: paper42 @ 2023-03-03 17:25 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42568#issuecomment-1453858874

Comment:
You are touching one package, so this PR should contain one commit with the appropriate commit message which you can find in CONTRIBUTING.md. Please fix this in this PR and don't open a new one. In this state it can not be merged because it doesn't meet our quality requirements, but that can be fixed with a force push.

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

* Re: New package: zssh
  2023-03-03 16:41 [PR PATCH] added zssh ufud-org
                   ` (16 preceding siblings ...)
  2023-03-03 17:25 ` paper42
@ 2023-03-03 17:31 ` ufud-org
  2023-03-03 17:38 ` [PR REVIEW] " classabbyamp
                   ` (10 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: ufud-org @ 2023-03-03 17:31 UTC (permalink / raw)
  To: ml

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

New comment by ufud-org on void-packages repository

https://github.com/void-linux/void-packages/pull/42568#issuecomment-1453866153

Comment:
> You are touching one package, so this PR should contain one commit with the appropriate commit message which you can find in CONTRIBUTING.md. Please fix this in this PR and don't open a new one. In this state it can not be merged because it doesn't meet our quality requirements, but that can be fixed with a force push.

Could you please you point me to some documentation on how to accomplish this without the risk of doing something wrong?

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

* Re: [PR REVIEW] New package: zssh
  2023-03-03 16:41 [PR PATCH] added zssh ufud-org
                   ` (17 preceding siblings ...)
  2023-03-03 17:31 ` ufud-org
@ 2023-03-03 17:38 ` classabbyamp
  2023-03-03 17:40 ` [PR PATCH] [Updated] " ufud-org
                   ` (9 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: classabbyamp @ 2023-03-03 17:38 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42568#discussion_r1124805453

Comment:
```suggestion
distfiles="${SOURCEFORGE_SITE}/zssh/zssh-${version}.tgz"
```

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

* Re: [PR PATCH] [Updated] New package: zssh
  2023-03-03 16:41 [PR PATCH] added zssh ufud-org
                   ` (18 preceding siblings ...)
  2023-03-03 17:38 ` [PR REVIEW] " classabbyamp
@ 2023-03-03 17:40 ` ufud-org
  2023-03-03 17:41 ` [PR REVIEW] " ufud-org
                   ` (8 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: ufud-org @ 2023-03-03 17:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ufud-org/void-packages add-zssh
https://github.com/void-linux/void-packages/pull/42568

New package: zssh
#### 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**

<!-- 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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (cross-build)
  - armv6l (cross-build)
  - armv6l-musl (cross-build)
  - armv7l (cross-build)
  - armv7l-musl (cross-build)
  - aarch64 (cross-build)
  - aarch64-musl (cross-build)


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

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

From 517769a8013bcd5825379cffbfcd75e4aa699101 Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 17:39:19 +0100
Subject: [PATCH 1/5] added zssh

---
 srcpkgs/zssh/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/zssh/template

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
new file mode 100644
index 000000000000..84890facf75b
--- /dev/null
+++ b/srcpkgs/zssh/template
@@ -0,0 +1,23 @@
+# Template file for 'zssh'
+pkgname=zssh
+version=1.5c
+revision=1
+build_style=gnu-configure
+makedepends="readline-devel"
+depends="openssh inetutils-telnet lrzsz"
+short_desc="Zmodem aware telnet and ssh cli client"
+maintainer="Niels Haedecke <webmaster@ufud.org>"
+license="GPL-2.0-only"
+homepage="https://zssh.sourceforge.net/"
+distfiles="http://prdownloads.sf.net/zssh/zssh-${version}.tgz"
+checksum="a2e840f82590690d27ea1ea1141af509ee34681fede897e58ae8d354701ce71b"
+
+pre_build() {
+	rm -f ${XBPS_WRAPPERDIR}/strip
+}
+
+do_install() {
+	vmkdir usr/bin
+	vcopy zssh usr/bin/zssh
+	vcopy ztelnet usr/bin/ztelnet
+}

From afaae8c3b876728d805ad415055dbea99dd341ed Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 17:57:40 +0100
Subject: [PATCH 2/5] fixed copy command and added missing vman command

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

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
index 84890facf75b..e260eb216efb 100644
--- a/srcpkgs/zssh/template
+++ b/srcpkgs/zssh/template
@@ -18,6 +18,8 @@ pre_build() {
 
 do_install() {
 	vmkdir usr/bin
-	vcopy zssh usr/bin/zssh
-	vcopy ztelnet usr/bin/ztelnet
+	vbin zssh
+	vbin ztelnet
+	vman zssh.1
+	vman ztelnet.1
 }

From 2980edf11e7059a4d5576074b5086aaf94cfaf89 Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 18:03:29 +0100
Subject: [PATCH 3/5] removed pre_build()

---
 srcpkgs/zssh/template | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
index e260eb216efb..14baf24a4c64 100644
--- a/srcpkgs/zssh/template
+++ b/srcpkgs/zssh/template
@@ -12,10 +12,6 @@ homepage="https://zssh.sourceforge.net/"
 distfiles="http://prdownloads.sf.net/zssh/zssh-${version}.tgz"
 checksum="a2e840f82590690d27ea1ea1141af509ee34681fede897e58ae8d354701ce71b"
 
-pre_build() {
-	rm -f ${XBPS_WRAPPERDIR}/strip
-}
-
 do_install() {
 	vmkdir usr/bin
 	vbin zssh

From 6c8023833abac41248eab704b2175950bbd9158a Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 18:07:45 +0100
Subject: [PATCH 4/5] removed vmkdir

---
 srcpkgs/zssh/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
index 14baf24a4c64..cd3120e2f716 100644
--- a/srcpkgs/zssh/template
+++ b/srcpkgs/zssh/template
@@ -13,7 +13,6 @@ distfiles="http://prdownloads.sf.net/zssh/zssh-${version}.tgz"
 checksum="a2e840f82590690d27ea1ea1141af509ee34681fede897e58ae8d354701ce71b"
 
 do_install() {
-	vmkdir usr/bin
 	vbin zssh
 	vbin ztelnet
 	vman zssh.1

From 9433728ac9f961570c69bb7cbd397b78595e006b Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 18:39:50 +0100
Subject: [PATCH 5/5] fixef distfiles URL

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

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
index cd3120e2f716..6e69825a3717 100644
--- a/srcpkgs/zssh/template
+++ b/srcpkgs/zssh/template
@@ -9,7 +9,7 @@ short_desc="Zmodem aware telnet and ssh cli client"
 maintainer="Niels Haedecke <webmaster@ufud.org>"
 license="GPL-2.0-only"
 homepage="https://zssh.sourceforge.net/"
-distfiles="http://prdownloads.sf.net/zssh/zssh-${version}.tgz"
+distfiles="${SOURCEFORGE_SITE}/zssh/zssh-${version}.tgz"
 checksum="a2e840f82590690d27ea1ea1141af509ee34681fede897e58ae8d354701ce71b"
 
 do_install() {

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

* Re: [PR REVIEW] New package: zssh
  2023-03-03 16:41 [PR PATCH] added zssh ufud-org
                   ` (19 preceding siblings ...)
  2023-03-03 17:40 ` [PR PATCH] [Updated] " ufud-org
@ 2023-03-03 17:41 ` ufud-org
  2023-03-03 17:44 ` paper42
                   ` (7 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: ufud-org @ 2023-03-03 17:41 UTC (permalink / raw)
  To: ml

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

New review comment by ufud-org on void-packages repository

https://github.com/void-linux/void-packages/pull/42568#discussion_r1124810260

Comment:
fixed. 

Q: how can I get this into a mergable state? @paper42 metioned a force push but I'm not sure how to accomplish this?


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

* Re: [PR REVIEW] New package: zssh
  2023-03-03 16:41 [PR PATCH] added zssh ufud-org
                   ` (20 preceding siblings ...)
  2023-03-03 17:41 ` [PR REVIEW] " ufud-org
@ 2023-03-03 17:44 ` paper42
  2023-03-03 17:45 ` paper42
                   ` (6 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: paper42 @ 2023-03-03 17:44 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42568#discussion_r1124813791

Comment:
You will have to Google git basics

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

* Re: [PR REVIEW] New package: zssh
  2023-03-03 16:41 [PR PATCH] added zssh ufud-org
                   ` (21 preceding siblings ...)
  2023-03-03 17:44 ` paper42
@ 2023-03-03 17:45 ` paper42
  2023-03-03 18:49 ` [PR PATCH] [Updated] " ufud-org
                   ` (5 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: paper42 @ 2023-03-03 17:45 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42568#discussion_r1124813791

Comment:
You will have to google some basic git tutorial, especially interactive rebase, amending and force pushing

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

* Re: [PR PATCH] [Updated] New package: zssh
  2023-03-03 16:41 [PR PATCH] added zssh ufud-org
                   ` (22 preceding siblings ...)
  2023-03-03 17:45 ` paper42
@ 2023-03-03 18:49 ` ufud-org
  2023-03-03 18:50 ` [PR REVIEW] " ufud-org
                   ` (4 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: ufud-org @ 2023-03-03 18:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ufud-org/void-packages add-zssh
https://github.com/void-linux/void-packages/pull/42568

New package: zssh
#### 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**

<!-- 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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (cross-build)
  - armv6l (cross-build)
  - armv6l-musl (cross-build)
  - armv7l (cross-build)
  - armv7l-musl (cross-build)
  - aarch64 (cross-build)
  - aarch64-musl (cross-build)


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

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

From 9c79f38a2ceff5800479e8cd5936de2847f45a51 Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 17:39:19 +0100
Subject: [PATCH] added zssh

---
 srcpkgs/zssh/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/zssh/template

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
new file mode 100644
index 000000000000..6e69825a3717
--- /dev/null
+++ b/srcpkgs/zssh/template
@@ -0,0 +1,20 @@
+# Template file for 'zssh'
+pkgname=zssh
+version=1.5c
+revision=1
+build_style=gnu-configure
+makedepends="readline-devel"
+depends="openssh inetutils-telnet lrzsz"
+short_desc="Zmodem aware telnet and ssh cli client"
+maintainer="Niels Haedecke <webmaster@ufud.org>"
+license="GPL-2.0-only"
+homepage="https://zssh.sourceforge.net/"
+distfiles="${SOURCEFORGE_SITE}/zssh/zssh-${version}.tgz"
+checksum="a2e840f82590690d27ea1ea1141af509ee34681fede897e58ae8d354701ce71b"
+
+do_install() {
+	vbin zssh
+	vbin ztelnet
+	vman zssh.1
+	vman ztelnet.1
+}

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

* Re: [PR REVIEW] New package: zssh
  2023-03-03 16:41 [PR PATCH] added zssh ufud-org
                   ` (23 preceding siblings ...)
  2023-03-03 18:49 ` [PR PATCH] [Updated] " ufud-org
@ 2023-03-03 18:50 ` ufud-org
  2023-03-03 19:23 ` [PR PATCH] [Updated] " ufud-org
                   ` (3 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: ufud-org @ 2023-03-03 18:50 UTC (permalink / raw)
  To: ml

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

New review comment by ufud-org on void-packages repository

https://github.com/void-linux/void-packages/pull/42568#discussion_r1124889251

Comment:
@paper42 done - consolidated commit history. Is this okay now?

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

* Re: [PR PATCH] [Updated] New package: zssh
  2023-03-03 16:41 [PR PATCH] added zssh ufud-org
                   ` (24 preceding siblings ...)
  2023-03-03 18:50 ` [PR REVIEW] " ufud-org
@ 2023-03-03 19:23 ` ufud-org
  2023-03-03 19:28 ` [PR REVIEW] " ufud-org
                   ` (2 subsequent siblings)
  28 siblings, 0 replies; 32+ messages in thread
From: ufud-org @ 2023-03-03 19:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ufud-org/void-packages add-zssh
https://github.com/void-linux/void-packages/pull/42568

New package: zssh
#### 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**

<!-- 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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (cross-build)
  - armv6l (cross-build)
  - armv6l-musl (cross-build)
  - armv7l (cross-build)
  - armv7l-musl (cross-build)
  - aarch64 (cross-build)
  - aarch64-musl (cross-build)


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

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

From 4d187f036a263d267c3a0246bb7cfd390dec938b Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 17:39:19 +0100
Subject: [PATCH] New package: zssh-1.5c

---
 srcpkgs/zssh/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/zssh/template

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
new file mode 100644
index 000000000000..6e69825a3717
--- /dev/null
+++ b/srcpkgs/zssh/template
@@ -0,0 +1,20 @@
+# Template file for 'zssh'
+pkgname=zssh
+version=1.5c
+revision=1
+build_style=gnu-configure
+makedepends="readline-devel"
+depends="openssh inetutils-telnet lrzsz"
+short_desc="Zmodem aware telnet and ssh cli client"
+maintainer="Niels Haedecke <webmaster@ufud.org>"
+license="GPL-2.0-only"
+homepage="https://zssh.sourceforge.net/"
+distfiles="${SOURCEFORGE_SITE}/zssh/zssh-${version}.tgz"
+checksum="a2e840f82590690d27ea1ea1141af509ee34681fede897e58ae8d354701ce71b"
+
+do_install() {
+	vbin zssh
+	vbin ztelnet
+	vman zssh.1
+	vman ztelnet.1
+}

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

* Re: [PR REVIEW] New package: zssh
  2023-03-03 16:41 [PR PATCH] added zssh ufud-org
                   ` (25 preceding siblings ...)
  2023-03-03 19:23 ` [PR PATCH] [Updated] " ufud-org
@ 2023-03-03 19:28 ` ufud-org
  2023-06-02  2:04 ` github-actions
  2023-06-17  1:56 ` [PR PATCH] [Closed]: " github-actions
  28 siblings, 0 replies; 32+ messages in thread
From: ufud-org @ 2023-03-03 19:28 UTC (permalink / raw)
  To: ml

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

New review comment by ufud-org on void-packages repository

https://github.com/void-linux/void-packages/pull/42568#discussion_r1124923213

Comment:
fixed commit message to conform to CONTRIBUTING.md

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

* Re: New package: zssh
  2023-03-03 16:41 [PR PATCH] added zssh ufud-org
                   ` (26 preceding siblings ...)
  2023-03-03 19:28 ` [PR REVIEW] " ufud-org
@ 2023-06-02  2:04 ` github-actions
  2023-06-17  1:56 ` [PR PATCH] [Closed]: " github-actions
  28 siblings, 0 replies; 32+ messages in thread
From: github-actions @ 2023-06-02  2:04 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/42568#issuecomment-1573029868

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: zssh
  2023-03-03 16:41 [PR PATCH] added zssh ufud-org
                   ` (27 preceding siblings ...)
  2023-06-02  2:04 ` github-actions
@ 2023-06-17  1:56 ` github-actions
  28 siblings, 0 replies; 32+ messages in thread
From: github-actions @ 2023-06-17  1:56 UTC (permalink / raw)
  To: ml

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

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

New package: zssh
https://github.com/void-linux/void-packages/pull/42568

Description:
#### 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**

<!-- 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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (cross-build)
  - armv6l (cross-build)
  - armv6l-musl (cross-build)
  - armv7l (cross-build)
  - armv7l-musl (cross-build)
  - aarch64 (cross-build)
  - aarch64-musl (cross-build)


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

* Re: [PR PATCH] [Updated] New package:  zssh
  2023-03-03 10:05 [PR PATCH] Add zssh ufud-org
  2023-03-03 16:06 ` [PR PATCH] [Updated] New package: zssh ufud-org
@ 2023-03-03 16:17 ` ufud-org
  1 sibling, 0 replies; 32+ messages in thread
From: ufud-org @ 2023-03-03 16:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ufud-org/void-packages add-zssh
https://github.com/void-linux/void-packages/pull/42564

New package:  zssh
#### 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**


<!-- 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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (cross-build)
  - armv6l (cross-build)
  - armv6l-musl (cross-build)
  - armv7l (cross-build)
  - armv7l-musl (cross-build)
  - aarch64 (cross-build)
  - aarch64-musl (cross-build)



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

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

From e76ee69950fccdc2fec2f0675a3d05ea848bd46e Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 10:30:35 +0100
Subject: [PATCH 01/24] New package: zssh-1.5c

---
 srcpkgs/zssh/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/zssh/template

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
new file mode 100644
index 000000000000..7eb047c5526b
--- /dev/null
+++ b/srcpkgs/zssh/template
@@ -0,0 +1,26 @@
+# Template file for 'zssh'
+pkgname=zssh
+version=1.5c
+revision=1
+build_style=gnu-configure
+makedepends="readline-devel"
+depends="openssh inetutils-telnet lrzsz"
+short_desc="Zmodem aware telnet and ssh cli client"
+maintainer="Niels Haedecke <webmaster@ufud.org>"
+license="GPL-2.0-only"
+homepage="https://zssh.sourceforge.net/"
+distfiles="http://prdownloads.sf.net/zssh/zssh-${version}.tgz"
+checksum=a2e840f82590690d27ea1ea1141af509ee34681fede897e58ae8d354701ce71b
+
+pre_build() {
+	rm -f ${XBPS_WRAPPERDIR}/strip
+}
+
+do_install() {
+	vmkdir usr/bin
+	vmkdir usr/share/man/man1
+	vbin zssh 755 usr/bin/zssh
+	vbin ztelnet 755 usr/bin/ztelnet
+	vman ztelnet.1
+	vman zssh.1
+}

From a5fbef65d82585cee0432750de4e8622797411ea Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 10:33:32 +0100
Subject: [PATCH 02/24] zssh: zssh

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

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
index 7eb047c5526b..6d31c8cf56df 100644
--- a/srcpkgs/zssh/template
+++ b/srcpkgs/zssh/template
@@ -1,7 +1,7 @@
 # Template file for 'zssh'
 pkgname=zssh
 version=1.5c
-revision=1
+revision=2
 build_style=gnu-configure
 makedepends="readline-devel"
 depends="openssh inetutils-telnet lrzsz"

From 995fd175f0830efce504ed7a7b5bb62948aaacd9 Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 10:34:01 +0100
Subject: [PATCH 03/24] zssh: initial commit of new zssh package

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

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
index 6d31c8cf56df..bd6f642b2642 100644
--- a/srcpkgs/zssh/template
+++ b/srcpkgs/zssh/template
@@ -1,7 +1,7 @@
 # Template file for 'zssh'
 pkgname=zssh
 version=1.5c
-revision=2
+revision=3
 build_style=gnu-configure
 makedepends="readline-devel"
 depends="openssh inetutils-telnet lrzsz"

From ef2b75bfa03ae5e77eade2a0e48fd1dcaa3db84d Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 10:34:03 +0100
Subject: [PATCH 04/24] zssh: initial commit of new zssh package

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

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
index bd6f642b2642..647a7eb86509 100644
--- a/srcpkgs/zssh/template
+++ b/srcpkgs/zssh/template
@@ -1,7 +1,7 @@
 # Template file for 'zssh'
 pkgname=zssh
 version=1.5c
-revision=3
+revision=4
 build_style=gnu-configure
 makedepends="readline-devel"
 depends="openssh inetutils-telnet lrzsz"

From aff52b0cf7243ef3f9fc940d8113c97f076cd4e8 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Fri, 3 Mar 2023 14:20:34 +0100
Subject: [PATCH 05/24] sbcl: update to 2.3.2.

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

diff --git a/srcpkgs/sbcl/template b/srcpkgs/sbcl/template
index f6c5616be56c..08391d291a06 100644
--- a/srcpkgs/sbcl/template
+++ b/srcpkgs/sbcl/template
@@ -1,6 +1,6 @@
 # Template file for 'sbcl'
 pkgname=sbcl
-version=2.3.1
+version=2.3.2
 revision=1
 # make sure the sbcl option in maxima is enabled for the same archs
 archs="i686 x86_64* armv7l aarch64 ppc64le*"
@@ -15,7 +15,7 @@ license="custom:BSD+public_domain"
 homepage="http://www.sbcl.org/"
 changelog="http://www.sbcl.org/news.html"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
-checksum=0ad5b600ea3389afe361672a54dc0d17dc519166da501b136b3013b237da049d
+checksum=44cc162cfa6332a9a88c7a121d19038828a4ba4f6bffb77ef1c7b17407cb1eaa
 nocross=yes
 nopie=yes
 
@@ -23,7 +23,7 @@ _bootstrap_lisp="bash ../sbcl-*-linux/run-sbcl.sh --no-sysinit --no-userinit --d
 case "$XBPS_TARGET_MACHINE" in
 x86_64)
 	distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
-	checksum+=" 76e7c33c2f4886979bc462ab1ac04ad20ebe87165890af9aab14c902c3cdcaae"
+	checksum+=" 4cf817f1d889244b5ebd4dbf7208d7f66a38a8300b4eb7e823e3b304cfefde11"
 	;;
 arm*)
 	distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.14-armhf-linux-binary.tar.bz2"

From 2cf261584e22b33e253dda4ab051eb61721a2f24 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Fri, 3 Mar 2023 14:25:18 +0100
Subject: [PATCH 06/24] miller: update to 6.7.0.

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

diff --git a/srcpkgs/miller/template b/srcpkgs/miller/template
index 5d44be21c7fd..3938ba535843 100644
--- a/srcpkgs/miller/template
+++ b/srcpkgs/miller/template
@@ -1,6 +1,6 @@
 # Template file for 'miller'
 pkgname=miller
-version=6.6.0
+version=6.7.0
 revision=1
 build_style=go
 go_import_path="github.com/johnkerl/miller"
@@ -11,7 +11,7 @@ license="BSD-2-Clause"
 homepage="http://johnkerl.org/miller/"
 changelog="https://github.com/johnkerl/miller/releases"
 distfiles="https://github.com/johnkerl/miller/releases/download/v${version}/miller-${version}.tar.gz"
-checksum=943616a95989fbb8ea7ca47625391b8a86fd009a041eff3636e50443fea05406
+checksum=45c86dbb35e326184740eded13d61e9900187dfde72d9c46789d429373c7566f
 
 post_install() {
 	vman man/mlr.1

From 1014dcce3373c32382d24cf07c8663542e59398b Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Fri, 3 Mar 2023 14:26:46 +0100
Subject: [PATCH 07/24] perl-LWP: update to 6.68.

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

diff --git a/srcpkgs/perl-LWP/template b/srcpkgs/perl-LWP/template
index 10285bbe0d09..2e5396a2a8a5 100644
--- a/srcpkgs/perl-LWP/template
+++ b/srcpkgs/perl-LWP/template
@@ -1,6 +1,6 @@
 # Template file for 'perl-LWP'
 pkgname=perl-LWP
-version=6.67
+version=6.68
 revision=1
 build_style=perl-module
 hostmakedepends="
@@ -16,4 +16,4 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="Artistic-1.0-Perl, GPL-1.0-or-later"
 homepage="https://metacpan.org/release/libwww-perl"
 distfiles="${CPAN_SITE}/LWP/libwww-perl-${version}.tar.gz"
-checksum=96eec40a3fd0aa1bd834117be5eb21c438f73094d861a1a7e5774f0b1226b723
+checksum=42784a5869855ee08522dfb1d30fccf98ca4ddefa8c6c1bcb0d68a0adceb7f01

From 14ef5637eacc7b2205d557f98ca2e43649e38dfc Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Fri, 3 Mar 2023 14:27:49 +0100
Subject: [PATCH 08/24] perl-PPR: update to 0.001007.

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

diff --git a/srcpkgs/perl-PPR/template b/srcpkgs/perl-PPR/template
index fa8829f6086a..4ddbd256ef9c 100644
--- a/srcpkgs/perl-PPR/template
+++ b/srcpkgs/perl-PPR/template
@@ -1,6 +1,6 @@
 # Template file for 'perl-PPR'
 pkgname=perl-PPR
-version=0.001006
+version=0.001007
 revision=1
 build_style=perl-module
 hostmakedepends="perl perl-B-Hooks-EndOfScope"
@@ -12,4 +12,4 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="Artistic-1.0-Perl, GPL-1.0-or-later"
 homepage="https://metacpan.org/release/PPR"
 distfiles="${CPAN_SITE}/Sub/DCONWAY/PPR-${version}.tar.gz"
-checksum=7bfc403f00021e7dcb949f2b088c52c87b252731eb448b854a08543996598a60
+checksum=e048e83e78a8ed1ac3246bc18589d8b0f37e7132ada1b525bae515a6b71f1136

From 12dabad2d312d8822a2c014de05b1b0d46b28b5d Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Sat, 25 Feb 2023 18:59:05 +0100
Subject: [PATCH 09/24] jpeginfo: update to 1.7.0.

---
 srcpkgs/jpeginfo/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/jpeginfo/template b/srcpkgs/jpeginfo/template
index 1f5478f7f993..57895a2ece2d 100644
--- a/srcpkgs/jpeginfo/template
+++ b/srcpkgs/jpeginfo/template
@@ -1,15 +1,16 @@
 # Template file for 'jpeginfo'
 pkgname=jpeginfo
-version=1.6.1
-revision=4
+version=1.7.0
+revision=1
 build_style=gnu-configure
 makedepends="libjpeg-turbo-devel"
 short_desc="Prints information and tests integrity of JPEG/JFIF files"
 maintainer="bougyman <bougyman@voidlinux.org>"
-license="GPL-2.0-only"
-homepage="http://www.kokkonen.net/tjko/projects.html"
-distfiles="http://www.kokkonen.net/tjko/src/jpeginfo-${version}.tar.gz"
-checksum=629e31cf1da0fa1efe4a7cc54c67123a68f5024f3d8e864a30457aeaed1d7653
+license="GPL-3.0-or-later"
+homepage="https://github.com/tjko/jpeginfo"
+changelog="https://raw.githubusercontent.com/tjko/jpeginfo/master/README"
+distfiles="https://github.com/tjko/jpeginfo/archive/refs/tags/v${version}.tar.gz"
+checksum=dc985083448d9707d42e49bed826a247c0dbda6913c870e9a5d9bf7c74939659
 
 pre_install() {
 	make_install_args="INSTALL_ROOT=${DESTDIR}"

From e68342e2c5290e2f6c700ec397060ac20770ae34 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Fri, 3 Mar 2023 14:38:00 +0100
Subject: [PATCH 10/24] linux5.10: update to 5.10.171.

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

diff --git a/srcpkgs/linux5.10/template b/srcpkgs/linux5.10/template
index 83270e255947..47f1bc0c7d22 100644
--- a/srcpkgs/linux5.10/template
+++ b/srcpkgs/linux5.10/template
@@ -1,6 +1,6 @@
 # Template file for 'linux5.10'
 pkgname=linux5.10
-version=5.10.168
+version=5.10.171
 revision=1
 short_desc="Linux kernel and modules (${version%.*} series)"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
@@ -9,7 +9,7 @@ homepage="https://www.kernel.org"
 distfiles="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${version%.*}.tar.xz
  https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-${version}.xz"
 checksum="dcdf99e43e98330d925016985bfbc7b83c66d367b714b2de0cbbfcbf83d8ca43
- c29240e6d93ad3bdd39cc248ec660a35c2551489399184799e5920d3b1734cae"
+ 2480ead5d765a794743a1cce61c52d5fa9ed9c072703526f4651ea0149224f4d"
 python_version=3
 skip_extraction="patch-${version}.xz"
 

From 93cbfcfbb951b719a081f8e18bba9022ce0a7da3 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Fri, 3 Mar 2023 15:20:14 +0100
Subject: [PATCH 11/24] linux5.15: update to 5.15.97.

---
 srcpkgs/linux5.15/files/arm64-dotconfig  | 4 +++-
 srcpkgs/linux5.15/files/i386-dotconfig   | 4 +++-
 srcpkgs/linux5.15/files/x86_64-dotconfig | 4 +++-
 srcpkgs/linux5.15/template               | 4 ++--
 4 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/linux5.15/files/arm64-dotconfig b/srcpkgs/linux5.15/files/arm64-dotconfig
index 97de1a9fecbd..3143295d3b59 100644
--- a/srcpkgs/linux5.15/files/arm64-dotconfig
+++ b/srcpkgs/linux5.15/files/arm64-dotconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/arm64 5.15.85 Kernel Configuration
+# Linux/arm64 5.15.97 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="aarch64-linux-musl-gcc (GCC) 12.2.0"
 CONFIG_CC_IS_GCC=y
@@ -18,6 +18,7 @@ CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
 CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y
 CONFIG_CC_HAS_ASM_INLINE=y
 CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y
+CONFIG_PAHOLE_VERSION=123
 CONFIG_IRQ_WORK=y
 CONFIG_BUILDTIME_TABLE_SORT=y
 CONFIG_THREAD_INFO_IN_TASK=y
@@ -11737,6 +11738,7 @@ CONFIG_DEBUG_INFO=y
 # CONFIG_DEBUG_INFO_SPLIT is not set
 CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
 # CONFIG_DEBUG_INFO_DWARF4 is not set
+# CONFIG_DEBUG_INFO_DWARF5 is not set
 CONFIG_DEBUG_INFO_BTF=y
 CONFIG_PAHOLE_HAS_SPLIT_BTF=y
 CONFIG_DEBUG_INFO_BTF_MODULES=y
diff --git a/srcpkgs/linux5.15/files/i386-dotconfig b/srcpkgs/linux5.15/files/i386-dotconfig
index 5807d405b794..103cabd0cb14 100644
--- a/srcpkgs/linux5.15/files/i386-dotconfig
+++ b/srcpkgs/linux5.15/files/i386-dotconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/i386 5.15.85 Kernel Configuration
+# Linux/i386 5.15.97 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
 CONFIG_CC_IS_GCC=y
@@ -18,6 +18,7 @@ CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
 CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y
 CONFIG_CC_HAS_ASM_INLINE=y
 CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y
+CONFIG_PAHOLE_VERSION=123
 CONFIG_IRQ_WORK=y
 CONFIG_BUILDTIME_TABLE_SORT=y
 CONFIG_THREAD_INFO_IN_TASK=y
@@ -9966,6 +9967,7 @@ CONFIG_DEBUG_INFO=y
 # CONFIG_DEBUG_INFO_SPLIT is not set
 CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
 # CONFIG_DEBUG_INFO_DWARF4 is not set
+# CONFIG_DEBUG_INFO_DWARF5 is not set
 CONFIG_DEBUG_INFO_BTF=y
 CONFIG_PAHOLE_HAS_SPLIT_BTF=y
 CONFIG_DEBUG_INFO_BTF_MODULES=y
diff --git a/srcpkgs/linux5.15/files/x86_64-dotconfig b/srcpkgs/linux5.15/files/x86_64-dotconfig
index 2c2d78d5467e..cb8983bec042 100644
--- a/srcpkgs/linux5.15/files/x86_64-dotconfig
+++ b/srcpkgs/linux5.15/files/x86_64-dotconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.15.94 Kernel Configuration
+# Linux/x86_64 5.15.97 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
 CONFIG_CC_IS_GCC=y
@@ -18,6 +18,7 @@ CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
 CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y
 CONFIG_CC_HAS_ASM_INLINE=y
 CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y
+CONFIG_PAHOLE_VERSION=123
 CONFIG_IRQ_WORK=y
 CONFIG_BUILDTIME_TABLE_SORT=y
 CONFIG_THREAD_INFO_IN_TASK=y
@@ -10186,6 +10187,7 @@ CONFIG_DEBUG_INFO=y
 # CONFIG_DEBUG_INFO_SPLIT is not set
 CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
 # CONFIG_DEBUG_INFO_DWARF4 is not set
+# CONFIG_DEBUG_INFO_DWARF5 is not set
 CONFIG_DEBUG_INFO_BTF=y
 CONFIG_PAHOLE_HAS_SPLIT_BTF=y
 CONFIG_DEBUG_INFO_BTF_MODULES=y
diff --git a/srcpkgs/linux5.15/template b/srcpkgs/linux5.15/template
index 927adfd0c9a1..1c2aff7078c6 100644
--- a/srcpkgs/linux5.15/template
+++ b/srcpkgs/linux5.15/template
@@ -1,6 +1,6 @@
 # Template file for 'linux5.15'
 pkgname=linux5.15
-version=5.15.94
+version=5.15.97
 revision=1
 short_desc="Linux kernel and modules (${version%.*} series)"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
@@ -9,7 +9,7 @@ homepage="https://www.kernel.org"
 distfiles="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${version%.*}.tar.xz
  https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-${version}.xz"
 checksum="57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8
- ff30c9eb2ba8a54e6edba9150fa9725cf451507afa6f5c76f23a9421778a5fbc"
+ 8985f603987559640a00e28aaea9ae671bbda369b8381574261f5aa0912e3960"
 skip_extraction="patch-${version}.xz"
 python_version=3
 

From b4606c623691dbf54175fdbf0bfa36d8f40db9c0 Mon Sep 17 00:00:00 2001
From: Andrea Brancaleoni <abc@pompel.me>
Date: Fri, 3 Mar 2023 15:32:11 +0100
Subject: [PATCH 12/24] terragrunt: update to 0.44.4.

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

diff --git a/srcpkgs/terragrunt/template b/srcpkgs/terragrunt/template
index ed5aa6b22d1e..0ec108f97e4a 100644
--- a/srcpkgs/terragrunt/template
+++ b/srcpkgs/terragrunt/template
@@ -1,6 +1,6 @@
 # Template file for 'terragrunt'
 pkgname=terragrunt
-version=0.44.1
+version=0.44.4
 revision=1
 build_style=go
 go_import_path="github.com/gruntwork-io/terragrunt"
@@ -10,7 +10,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="MIT"
 homepage="https://github.com/gruntwork-io/terragrunt"
 distfiles="$homepage/archive/v$version.tar.gz"
-checksum=192a759b5481d4d5a6e1a477a8298c48c634e185228df954b618c8012301e998
+checksum=dd6d81ad8251e4beb63e791507afe4f332e6a4e5e6729ce0910be7105b3e2022
 
 post_install() {
 	vlicense LICENSE.txt

From f0572292b7c3bbf416a1caaeb051599e544b50c4 Mon Sep 17 00:00:00 2001
From: Andrea Brancaleoni <abc@pompel.me>
Date: Fri, 3 Mar 2023 15:33:03 +0100
Subject: [PATCH 13/24] hugo: update to 0.111.1.

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

diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template
index bf081a4e0f8a..6a3a11d0a239 100644
--- a/srcpkgs/hugo/template
+++ b/srcpkgs/hugo/template
@@ -1,6 +1,6 @@
 # Template file for 'hugo'
 pkgname=hugo
-version=0.110.0
+version=0.111.1
 revision=1
 build_style=go
 build_helper=qemu
@@ -11,7 +11,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Apache-2.0"
 homepage="https://gohugo.io"
 distfiles="https://github.com/gohugoio/hugo/archive/v${version}.tar.gz"
-checksum=eeb137cefcea1a47ca27dc5f6573df29a8fe0b7f1ed0362faf7f73899e313770
+checksum=a71d4e1f49ca7156d3811c0b10957816b75ff2e01b35ef326e7af94dfa554ec0
 
 post_install() {
 	vdoc README.md

From c70208fa76eb24fcfea6e75f41c7a0fc07450242 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emil.tomczyk@skni.umcs.pl>
Date: Mon, 20 Feb 2023 22:55:27 +0100
Subject: [PATCH 14/24] pan: update to 0.154.

---
 srcpkgs/pan/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/pan/template b/srcpkgs/pan/template
index 8db13dd2f7df..ea773b31bb01 100644
--- a/srcpkgs/pan/template
+++ b/srcpkgs/pan/template
@@ -1,12 +1,12 @@
 # Template file for 'pan'
 pkgname=pan
-version=0.150
+version=0.154
 revision=1
 build_style=gnu-configure
-configure_args="--with-gnutls --with-gtk3 --enable-libnotify --enable-gkr"
+configure_args="--with-gnutls --enable-libnotify --enable-gkr"
 hostmakedepends="gettext pkg-config yelp-tools autoconf gettext-devel-tools automake libtool"
 makedepends="gmime3-devel gnutls-devel gtk+3-devel libsecret-devel gtkspell3-devel libnotify-devel
- glib-devel"
+ glib-devel enchant2-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Usenet newsreader that's good at both text and binaries"
 maintainer="mobinmob <mobinmob@disroot.org>"
@@ -14,15 +14,13 @@ license="GFDL-1.1-or-later, GPL-2.0-only"
 homepage="http://pan.rebelbase.com"
 changelog="https://gitlab.gnome.org/GNOME/pan/-/raw/master/NEWS"
 distfiles="https://gitlab.gnome.org/GNOME/pan/-/archive/v${version}/pan-v${version}.tar.bz2"
-checksum=bdce5ee7fa28dcac1be6aa2110dc74cc85a62fb29b17b8ae1644cf4df11fed2f
+checksum=87721838dfa59f05f5c2c2fec8742606dad13d920f9fa8884497c4513a8d72b9
 
 if [ -n "$CROSS_BUILD" ]; then
 		hostmakedepends+=" gdk-pixbuf-devel"
 fi
 
 pre_configure() {
-	vsed -e 's/enchant/enchant-2/g' -i configure.ac
-	vsed -e 's|enchant/enchant.h|enchant-2/enchant.h|' -i pan/gui/group-prefs-dialog.cc
 	export ACLOCAL='aclocal -I ${XBPS_CROSS_BASE}/usr/share/aclocal'
 	NOCONFIGURE=1 ./autogen.sh
 }

From 566cb8ad990103c82de1e158a3cd8aac531bf6c3 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Thu, 2 Mar 2023 17:49:41 -0500
Subject: [PATCH 15/24] gajim-omemo: update to 2.9.0.

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

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 3e1b4216bcb3..917b9e7d676e 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
-version=2.8.16
-revision=2
+version=2.9.0
+revision=1
 create_wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl
@@ -11,7 +11,7 @@ maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="GPL-3.0-or-later"
 homepage="https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin"
 distfiles="https://ftp.gajim.org/plugins/master/omemo/omemo_${version}.zip"
-checksum=430df55ec3d79f58603e475b157700a6f97e229bef4690d8144e5d0aae5f4888
+checksum=076396ac441b4e5bae62328575be85492a87229c7a214b23f7edd1ac5dcac97b
 
 do_install() {
 	install -d "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}"

From 9a4a5c58d0613292fcbae3cd8a6273f0289d7465 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Thu, 2 Mar 2023 17:50:19 -0500
Subject: [PATCH 16/24] python3-nbxmpp: update to 4.2.0.

---
 srcpkgs/python3-nbxmpp/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index ae292abd0506..c0b5750436b7 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=3.2.5
+version=4.2.0
 revision=1
-build_style=python3-module
-hostmakedepends="python3-setuptools"
-depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup"
-checkdepends="${depends} python3-packaging python3-wheel python3-pylint python3-coverage libsoup"
+build_style=python3-pep517
+hostmakedepends="python3-wheel"
+depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup3"
+checkdepends="${depends} python3-packaging python3-wheel python3-pylint python3-coverage"
 short_desc="Non blocking Jabber/XMPP module"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://python-nbxmpp.gajim.org/"
 changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog"
 distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
-checksum=1c0251e2acddd75458f50b4ead4154ce637006974a98cacff9c4b6b89ff0ff54
+checksum=ba16ab684c678f15cb85f582a51be690e48330bbcb569aa32b7d104293392d28
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From 03a5eb3b8aab0624bdd32016f5eb9441b3072397 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Thu, 2 Mar 2023 17:50:23 -0500
Subject: [PATCH 17/24] gajim: update to 1.7.1.

---
 srcpkgs/gajim/template | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index 450e7fba4b72..918d84bec7e9 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,14 +1,14 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.5.3
-revision=2
-build_style=python3-module
-hostmakedepends="gettext python3-setuptools"
+version=1.7.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="gettext python3-wheel"
 depends="python3-gobject python3-setuptools python3-Pillow
  python3-cairo python3-dbus libsecret gsound libnm
  python3-nbxmpp python3-openssl python3-css-parser python3-keyring
  python3-precis-i18n python3-packaging python3-setuptools python3-distro
- python3-netifaces python3-pyasn1 python3-jeepney libsoup farstream gst-plugins-base1
+ python3-netifaces python3-pyasn1 python3-jeepney libsoup3 farstream gst-plugins-base1
  gst-plugins-ugly1 gst-libav gtksourceview4"
 checkdepends="${depends} python3-packaging"
 short_desc="Full featured Jabber/XMPP client"
@@ -17,9 +17,14 @@ license="GPL-3.0-only"
 homepage="https://www.gajim.org"
 changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
 distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=252578e7ddacee8289cf106086d96bbd7a82a0eea2091a1836efde6aa3dfb8b0
+checksum=b9a26a353549189fe65e0bc130cf98cbc42bd7105e72ac2041cb4a7f9d7543c6
+
+post_build() {
+	./pep517build/build_metadata.py -o dist/metadata
+}
 
 post_install() {
+	./pep517build/install_metadata.py dist/metadata --prefix=$DESTDIR/usr
 	vdoc "${FILESDIR}/README.voidlinux"
 }
 

From 83d06e5666828e83f94ec1dcf423000b50c1ecf4 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 2 Mar 2023 20:07:50 +0000
Subject: [PATCH 18/24] epson-inkjet-printer-escpr: update to 1.7.25, adopt.

Maintainer hasn't committed to this package since they adopted it in
January 2020 (e7d4687296a973a9290db2af228b9b874d175e7b).
---
 srcpkgs/epson-inkjet-printer-escpr/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/epson-inkjet-printer-escpr/template b/srcpkgs/epson-inkjet-printer-escpr/template
index 32afe5989d9e..497c442b87a2 100644
--- a/srcpkgs/epson-inkjet-printer-escpr/template
+++ b/srcpkgs/epson-inkjet-printer-escpr/template
@@ -1,14 +1,14 @@
 # Template file for 'epson-inkjet-printer-escpr'
 pkgname=epson-inkjet-printer-escpr
-version=1.7.22
+version=1.7.25
 revision=1
 build_style=gnu-configure
 configure_args="--disable-static --with-cupsppddir=/usr/share/ppd --with-cupsfilterdir=/usr/lib/cups/filter"
 makedepends="cups-devel"
 depends="cups-filters"
 short_desc="Epson Inkjet Printer Driver (ESC/P-R)"
-maintainer="Justin Berthault <justin.berthault@zaclys.net>"
+maintainer="Mohammed Anas <triallax@tutanota.com>"
 license="GPL-2.0-or-later"
-homepage="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
-distfiles="https://download3.ebz.epson.net/dsc/f/03/00/13/96/55/c6fced63098ae1ba104f11f572794fd558ffca29/${pkgname}-${version}-1lsb3.2.tar.gz"
-checksum=0b2fefa7fd077b6fdf778cb53a8c60bf999a396ef88145182c5c4a08f34c652c
+homepage="https://download.ebz.epson.net/dsc/search/01/search/?OSC=LX&productName=B700"
+distfiles="https://download3.ebz.epson.net/dsc/f/03/00/14/34/76/47198c0bab357b96ec59490973c492c5d6059604/epson-inkjet-printer-escpr-${version}-1lsb3.2.tar.gz"
+checksum=d5e30b58dc6152df6b63fcbc7315506d155002b4b11342e7e6699c49e7bb5b69

From 565966e0274a0607bea5ca33fab537dfa34ace4f Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 10:30:35 +0100
Subject: [PATCH 19/24] New package: zssh-1.5c

---
 srcpkgs/zssh/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/zssh/template

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
new file mode 100644
index 000000000000..7eb047c5526b
--- /dev/null
+++ b/srcpkgs/zssh/template
@@ -0,0 +1,26 @@
+# Template file for 'zssh'
+pkgname=zssh
+version=1.5c
+revision=1
+build_style=gnu-configure
+makedepends="readline-devel"
+depends="openssh inetutils-telnet lrzsz"
+short_desc="Zmodem aware telnet and ssh cli client"
+maintainer="Niels Haedecke <webmaster@ufud.org>"
+license="GPL-2.0-only"
+homepage="https://zssh.sourceforge.net/"
+distfiles="http://prdownloads.sf.net/zssh/zssh-${version}.tgz"
+checksum=a2e840f82590690d27ea1ea1141af509ee34681fede897e58ae8d354701ce71b
+
+pre_build() {
+	rm -f ${XBPS_WRAPPERDIR}/strip
+}
+
+do_install() {
+	vmkdir usr/bin
+	vmkdir usr/share/man/man1
+	vbin zssh 755 usr/bin/zssh
+	vbin ztelnet 755 usr/bin/ztelnet
+	vman ztelnet.1
+	vman zssh.1
+}

From 42b15ece2be19e1227129878e0e0acdd3d231b58 Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 10:33:32 +0100
Subject: [PATCH 20/24] zssh: zssh

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

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
index 7eb047c5526b..6d31c8cf56df 100644
--- a/srcpkgs/zssh/template
+++ b/srcpkgs/zssh/template
@@ -1,7 +1,7 @@
 # Template file for 'zssh'
 pkgname=zssh
 version=1.5c
-revision=1
+revision=2
 build_style=gnu-configure
 makedepends="readline-devel"
 depends="openssh inetutils-telnet lrzsz"

From 8ce62769c868a1eaa9501adecade59ad9b48bed2 Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 10:34:01 +0100
Subject: [PATCH 21/24] zssh: initial commit of new zssh package

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

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
index 6d31c8cf56df..bd6f642b2642 100644
--- a/srcpkgs/zssh/template
+++ b/srcpkgs/zssh/template
@@ -1,7 +1,7 @@
 # Template file for 'zssh'
 pkgname=zssh
 version=1.5c
-revision=2
+revision=3
 build_style=gnu-configure
 makedepends="readline-devel"
 depends="openssh inetutils-telnet lrzsz"

From f95a583aee9afb016638c611d86e44455c18ae98 Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 17:03:45 +0100
Subject: [PATCH 22/24] set revision to 1

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

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
index 647a7eb86509..7eb047c5526b 100644
--- a/srcpkgs/zssh/template
+++ b/srcpkgs/zssh/template
@@ -1,7 +1,7 @@
 # Template file for 'zssh'
 pkgname=zssh
 version=1.5c
-revision=4
+revision=1
 build_style=gnu-configure
 makedepends="readline-devel"
 depends="openssh inetutils-telnet lrzsz"

From f110dd6a2fb245476824f0c2e2b3e332714c7e75 Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 10:34:03 +0100
Subject: [PATCH 23/24] zssh: initial commit of new zssh package

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

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
index bd6f642b2642..647a7eb86509 100644
--- a/srcpkgs/zssh/template
+++ b/srcpkgs/zssh/template
@@ -1,7 +1,7 @@
 # Template file for 'zssh'
 pkgname=zssh
 version=1.5c
-revision=3
+revision=4
 build_style=gnu-configure
 makedepends="readline-devel"
 depends="openssh inetutils-telnet lrzsz"

From 8c2391f9800eedca0b874000ce37b4815ef9571d Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 17:13:35 +0100
Subject: [PATCH 24/24] Revert "zssh: initial commit of new zssh package"

This reverts commit f110dd6a2fb245476824f0c2e2b3e332714c7e75.
---
 srcpkgs/zssh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
index 647a7eb86509..bd6f642b2642 100644
--- a/srcpkgs/zssh/template
+++ b/srcpkgs/zssh/template
@@ -1,7 +1,7 @@
 # Template file for 'zssh'
 pkgname=zssh
 version=1.5c
-revision=4
+revision=3
 build_style=gnu-configure
 makedepends="readline-devel"
 depends="openssh inetutils-telnet lrzsz"

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

* Re: [PR PATCH] [Updated] New package:  zssh
  2023-03-03 10:05 [PR PATCH] Add zssh ufud-org
@ 2023-03-03 16:06 ` ufud-org
  2023-03-03 16:17 ` ufud-org
  1 sibling, 0 replies; 32+ messages in thread
From: ufud-org @ 2023-03-03 16:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ufud-org/void-packages add-zssh
https://github.com/void-linux/void-packages/pull/42564

New package:  zssh
#### 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**


<!-- 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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (cross-build)
  - armv6l (cross-build)
  - armv6l-musl (cross-build)
  - armv7l (cross-build)
  - armv7l-musl (cross-build)
  - aarch64 (cross-build)
  - aarch64-musl (cross-build)



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

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

From e76ee69950fccdc2fec2f0675a3d05ea848bd46e Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 10:30:35 +0100
Subject: [PATCH 01/23] New package: zssh-1.5c

---
 srcpkgs/zssh/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/zssh/template

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
new file mode 100644
index 000000000000..7eb047c5526b
--- /dev/null
+++ b/srcpkgs/zssh/template
@@ -0,0 +1,26 @@
+# Template file for 'zssh'
+pkgname=zssh
+version=1.5c
+revision=1
+build_style=gnu-configure
+makedepends="readline-devel"
+depends="openssh inetutils-telnet lrzsz"
+short_desc="Zmodem aware telnet and ssh cli client"
+maintainer="Niels Haedecke <webmaster@ufud.org>"
+license="GPL-2.0-only"
+homepage="https://zssh.sourceforge.net/"
+distfiles="http://prdownloads.sf.net/zssh/zssh-${version}.tgz"
+checksum=a2e840f82590690d27ea1ea1141af509ee34681fede897e58ae8d354701ce71b
+
+pre_build() {
+	rm -f ${XBPS_WRAPPERDIR}/strip
+}
+
+do_install() {
+	vmkdir usr/bin
+	vmkdir usr/share/man/man1
+	vbin zssh 755 usr/bin/zssh
+	vbin ztelnet 755 usr/bin/ztelnet
+	vman ztelnet.1
+	vman zssh.1
+}

From a5fbef65d82585cee0432750de4e8622797411ea Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 10:33:32 +0100
Subject: [PATCH 02/23] zssh: zssh

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

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
index 7eb047c5526b..6d31c8cf56df 100644
--- a/srcpkgs/zssh/template
+++ b/srcpkgs/zssh/template
@@ -1,7 +1,7 @@
 # Template file for 'zssh'
 pkgname=zssh
 version=1.5c
-revision=1
+revision=2
 build_style=gnu-configure
 makedepends="readline-devel"
 depends="openssh inetutils-telnet lrzsz"

From 995fd175f0830efce504ed7a7b5bb62948aaacd9 Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 10:34:01 +0100
Subject: [PATCH 03/23] zssh: initial commit of new zssh package

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

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
index 6d31c8cf56df..bd6f642b2642 100644
--- a/srcpkgs/zssh/template
+++ b/srcpkgs/zssh/template
@@ -1,7 +1,7 @@
 # Template file for 'zssh'
 pkgname=zssh
 version=1.5c
-revision=2
+revision=3
 build_style=gnu-configure
 makedepends="readline-devel"
 depends="openssh inetutils-telnet lrzsz"

From ef2b75bfa03ae5e77eade2a0e48fd1dcaa3db84d Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 10:34:03 +0100
Subject: [PATCH 04/23] zssh: initial commit of new zssh package

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

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
index bd6f642b2642..647a7eb86509 100644
--- a/srcpkgs/zssh/template
+++ b/srcpkgs/zssh/template
@@ -1,7 +1,7 @@
 # Template file for 'zssh'
 pkgname=zssh
 version=1.5c
-revision=3
+revision=4
 build_style=gnu-configure
 makedepends="readline-devel"
 depends="openssh inetutils-telnet lrzsz"

From aff52b0cf7243ef3f9fc940d8113c97f076cd4e8 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Fri, 3 Mar 2023 14:20:34 +0100
Subject: [PATCH 05/23] sbcl: update to 2.3.2.

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

diff --git a/srcpkgs/sbcl/template b/srcpkgs/sbcl/template
index f6c5616be56c..08391d291a06 100644
--- a/srcpkgs/sbcl/template
+++ b/srcpkgs/sbcl/template
@@ -1,6 +1,6 @@
 # Template file for 'sbcl'
 pkgname=sbcl
-version=2.3.1
+version=2.3.2
 revision=1
 # make sure the sbcl option in maxima is enabled for the same archs
 archs="i686 x86_64* armv7l aarch64 ppc64le*"
@@ -15,7 +15,7 @@ license="custom:BSD+public_domain"
 homepage="http://www.sbcl.org/"
 changelog="http://www.sbcl.org/news.html"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
-checksum=0ad5b600ea3389afe361672a54dc0d17dc519166da501b136b3013b237da049d
+checksum=44cc162cfa6332a9a88c7a121d19038828a4ba4f6bffb77ef1c7b17407cb1eaa
 nocross=yes
 nopie=yes
 
@@ -23,7 +23,7 @@ _bootstrap_lisp="bash ../sbcl-*-linux/run-sbcl.sh --no-sysinit --no-userinit --d
 case "$XBPS_TARGET_MACHINE" in
 x86_64)
 	distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
-	checksum+=" 76e7c33c2f4886979bc462ab1ac04ad20ebe87165890af9aab14c902c3cdcaae"
+	checksum+=" 4cf817f1d889244b5ebd4dbf7208d7f66a38a8300b4eb7e823e3b304cfefde11"
 	;;
 arm*)
 	distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.14-armhf-linux-binary.tar.bz2"

From 2cf261584e22b33e253dda4ab051eb61721a2f24 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Fri, 3 Mar 2023 14:25:18 +0100
Subject: [PATCH 06/23] miller: update to 6.7.0.

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

diff --git a/srcpkgs/miller/template b/srcpkgs/miller/template
index 5d44be21c7fd..3938ba535843 100644
--- a/srcpkgs/miller/template
+++ b/srcpkgs/miller/template
@@ -1,6 +1,6 @@
 # Template file for 'miller'
 pkgname=miller
-version=6.6.0
+version=6.7.0
 revision=1
 build_style=go
 go_import_path="github.com/johnkerl/miller"
@@ -11,7 +11,7 @@ license="BSD-2-Clause"
 homepage="http://johnkerl.org/miller/"
 changelog="https://github.com/johnkerl/miller/releases"
 distfiles="https://github.com/johnkerl/miller/releases/download/v${version}/miller-${version}.tar.gz"
-checksum=943616a95989fbb8ea7ca47625391b8a86fd009a041eff3636e50443fea05406
+checksum=45c86dbb35e326184740eded13d61e9900187dfde72d9c46789d429373c7566f
 
 post_install() {
 	vman man/mlr.1

From 1014dcce3373c32382d24cf07c8663542e59398b Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Fri, 3 Mar 2023 14:26:46 +0100
Subject: [PATCH 07/23] perl-LWP: update to 6.68.

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

diff --git a/srcpkgs/perl-LWP/template b/srcpkgs/perl-LWP/template
index 10285bbe0d09..2e5396a2a8a5 100644
--- a/srcpkgs/perl-LWP/template
+++ b/srcpkgs/perl-LWP/template
@@ -1,6 +1,6 @@
 # Template file for 'perl-LWP'
 pkgname=perl-LWP
-version=6.67
+version=6.68
 revision=1
 build_style=perl-module
 hostmakedepends="
@@ -16,4 +16,4 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="Artistic-1.0-Perl, GPL-1.0-or-later"
 homepage="https://metacpan.org/release/libwww-perl"
 distfiles="${CPAN_SITE}/LWP/libwww-perl-${version}.tar.gz"
-checksum=96eec40a3fd0aa1bd834117be5eb21c438f73094d861a1a7e5774f0b1226b723
+checksum=42784a5869855ee08522dfb1d30fccf98ca4ddefa8c6c1bcb0d68a0adceb7f01

From 14ef5637eacc7b2205d557f98ca2e43649e38dfc Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Fri, 3 Mar 2023 14:27:49 +0100
Subject: [PATCH 08/23] perl-PPR: update to 0.001007.

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

diff --git a/srcpkgs/perl-PPR/template b/srcpkgs/perl-PPR/template
index fa8829f6086a..4ddbd256ef9c 100644
--- a/srcpkgs/perl-PPR/template
+++ b/srcpkgs/perl-PPR/template
@@ -1,6 +1,6 @@
 # Template file for 'perl-PPR'
 pkgname=perl-PPR
-version=0.001006
+version=0.001007
 revision=1
 build_style=perl-module
 hostmakedepends="perl perl-B-Hooks-EndOfScope"
@@ -12,4 +12,4 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="Artistic-1.0-Perl, GPL-1.0-or-later"
 homepage="https://metacpan.org/release/PPR"
 distfiles="${CPAN_SITE}/Sub/DCONWAY/PPR-${version}.tar.gz"
-checksum=7bfc403f00021e7dcb949f2b088c52c87b252731eb448b854a08543996598a60
+checksum=e048e83e78a8ed1ac3246bc18589d8b0f37e7132ada1b525bae515a6b71f1136

From 12dabad2d312d8822a2c014de05b1b0d46b28b5d Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Sat, 25 Feb 2023 18:59:05 +0100
Subject: [PATCH 09/23] jpeginfo: update to 1.7.0.

---
 srcpkgs/jpeginfo/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/jpeginfo/template b/srcpkgs/jpeginfo/template
index 1f5478f7f993..57895a2ece2d 100644
--- a/srcpkgs/jpeginfo/template
+++ b/srcpkgs/jpeginfo/template
@@ -1,15 +1,16 @@
 # Template file for 'jpeginfo'
 pkgname=jpeginfo
-version=1.6.1
-revision=4
+version=1.7.0
+revision=1
 build_style=gnu-configure
 makedepends="libjpeg-turbo-devel"
 short_desc="Prints information and tests integrity of JPEG/JFIF files"
 maintainer="bougyman <bougyman@voidlinux.org>"
-license="GPL-2.0-only"
-homepage="http://www.kokkonen.net/tjko/projects.html"
-distfiles="http://www.kokkonen.net/tjko/src/jpeginfo-${version}.tar.gz"
-checksum=629e31cf1da0fa1efe4a7cc54c67123a68f5024f3d8e864a30457aeaed1d7653
+license="GPL-3.0-or-later"
+homepage="https://github.com/tjko/jpeginfo"
+changelog="https://raw.githubusercontent.com/tjko/jpeginfo/master/README"
+distfiles="https://github.com/tjko/jpeginfo/archive/refs/tags/v${version}.tar.gz"
+checksum=dc985083448d9707d42e49bed826a247c0dbda6913c870e9a5d9bf7c74939659
 
 pre_install() {
 	make_install_args="INSTALL_ROOT=${DESTDIR}"

From e68342e2c5290e2f6c700ec397060ac20770ae34 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Fri, 3 Mar 2023 14:38:00 +0100
Subject: [PATCH 10/23] linux5.10: update to 5.10.171.

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

diff --git a/srcpkgs/linux5.10/template b/srcpkgs/linux5.10/template
index 83270e255947..47f1bc0c7d22 100644
--- a/srcpkgs/linux5.10/template
+++ b/srcpkgs/linux5.10/template
@@ -1,6 +1,6 @@
 # Template file for 'linux5.10'
 pkgname=linux5.10
-version=5.10.168
+version=5.10.171
 revision=1
 short_desc="Linux kernel and modules (${version%.*} series)"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
@@ -9,7 +9,7 @@ homepage="https://www.kernel.org"
 distfiles="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${version%.*}.tar.xz
  https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-${version}.xz"
 checksum="dcdf99e43e98330d925016985bfbc7b83c66d367b714b2de0cbbfcbf83d8ca43
- c29240e6d93ad3bdd39cc248ec660a35c2551489399184799e5920d3b1734cae"
+ 2480ead5d765a794743a1cce61c52d5fa9ed9c072703526f4651ea0149224f4d"
 python_version=3
 skip_extraction="patch-${version}.xz"
 

From 93cbfcfbb951b719a081f8e18bba9022ce0a7da3 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Fri, 3 Mar 2023 15:20:14 +0100
Subject: [PATCH 11/23] linux5.15: update to 5.15.97.

---
 srcpkgs/linux5.15/files/arm64-dotconfig  | 4 +++-
 srcpkgs/linux5.15/files/i386-dotconfig   | 4 +++-
 srcpkgs/linux5.15/files/x86_64-dotconfig | 4 +++-
 srcpkgs/linux5.15/template               | 4 ++--
 4 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/linux5.15/files/arm64-dotconfig b/srcpkgs/linux5.15/files/arm64-dotconfig
index 97de1a9fecbd..3143295d3b59 100644
--- a/srcpkgs/linux5.15/files/arm64-dotconfig
+++ b/srcpkgs/linux5.15/files/arm64-dotconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/arm64 5.15.85 Kernel Configuration
+# Linux/arm64 5.15.97 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="aarch64-linux-musl-gcc (GCC) 12.2.0"
 CONFIG_CC_IS_GCC=y
@@ -18,6 +18,7 @@ CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
 CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y
 CONFIG_CC_HAS_ASM_INLINE=y
 CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y
+CONFIG_PAHOLE_VERSION=123
 CONFIG_IRQ_WORK=y
 CONFIG_BUILDTIME_TABLE_SORT=y
 CONFIG_THREAD_INFO_IN_TASK=y
@@ -11737,6 +11738,7 @@ CONFIG_DEBUG_INFO=y
 # CONFIG_DEBUG_INFO_SPLIT is not set
 CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
 # CONFIG_DEBUG_INFO_DWARF4 is not set
+# CONFIG_DEBUG_INFO_DWARF5 is not set
 CONFIG_DEBUG_INFO_BTF=y
 CONFIG_PAHOLE_HAS_SPLIT_BTF=y
 CONFIG_DEBUG_INFO_BTF_MODULES=y
diff --git a/srcpkgs/linux5.15/files/i386-dotconfig b/srcpkgs/linux5.15/files/i386-dotconfig
index 5807d405b794..103cabd0cb14 100644
--- a/srcpkgs/linux5.15/files/i386-dotconfig
+++ b/srcpkgs/linux5.15/files/i386-dotconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/i386 5.15.85 Kernel Configuration
+# Linux/i386 5.15.97 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
 CONFIG_CC_IS_GCC=y
@@ -18,6 +18,7 @@ CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
 CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y
 CONFIG_CC_HAS_ASM_INLINE=y
 CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y
+CONFIG_PAHOLE_VERSION=123
 CONFIG_IRQ_WORK=y
 CONFIG_BUILDTIME_TABLE_SORT=y
 CONFIG_THREAD_INFO_IN_TASK=y
@@ -9966,6 +9967,7 @@ CONFIG_DEBUG_INFO=y
 # CONFIG_DEBUG_INFO_SPLIT is not set
 CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
 # CONFIG_DEBUG_INFO_DWARF4 is not set
+# CONFIG_DEBUG_INFO_DWARF5 is not set
 CONFIG_DEBUG_INFO_BTF=y
 CONFIG_PAHOLE_HAS_SPLIT_BTF=y
 CONFIG_DEBUG_INFO_BTF_MODULES=y
diff --git a/srcpkgs/linux5.15/files/x86_64-dotconfig b/srcpkgs/linux5.15/files/x86_64-dotconfig
index 2c2d78d5467e..cb8983bec042 100644
--- a/srcpkgs/linux5.15/files/x86_64-dotconfig
+++ b/srcpkgs/linux5.15/files/x86_64-dotconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.15.94 Kernel Configuration
+# Linux/x86_64 5.15.97 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
 CONFIG_CC_IS_GCC=y
@@ -18,6 +18,7 @@ CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
 CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y
 CONFIG_CC_HAS_ASM_INLINE=y
 CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y
+CONFIG_PAHOLE_VERSION=123
 CONFIG_IRQ_WORK=y
 CONFIG_BUILDTIME_TABLE_SORT=y
 CONFIG_THREAD_INFO_IN_TASK=y
@@ -10186,6 +10187,7 @@ CONFIG_DEBUG_INFO=y
 # CONFIG_DEBUG_INFO_SPLIT is not set
 CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
 # CONFIG_DEBUG_INFO_DWARF4 is not set
+# CONFIG_DEBUG_INFO_DWARF5 is not set
 CONFIG_DEBUG_INFO_BTF=y
 CONFIG_PAHOLE_HAS_SPLIT_BTF=y
 CONFIG_DEBUG_INFO_BTF_MODULES=y
diff --git a/srcpkgs/linux5.15/template b/srcpkgs/linux5.15/template
index 927adfd0c9a1..1c2aff7078c6 100644
--- a/srcpkgs/linux5.15/template
+++ b/srcpkgs/linux5.15/template
@@ -1,6 +1,6 @@
 # Template file for 'linux5.15'
 pkgname=linux5.15
-version=5.15.94
+version=5.15.97
 revision=1
 short_desc="Linux kernel and modules (${version%.*} series)"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
@@ -9,7 +9,7 @@ homepage="https://www.kernel.org"
 distfiles="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${version%.*}.tar.xz
  https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-${version}.xz"
 checksum="57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8
- ff30c9eb2ba8a54e6edba9150fa9725cf451507afa6f5c76f23a9421778a5fbc"
+ 8985f603987559640a00e28aaea9ae671bbda369b8381574261f5aa0912e3960"
 skip_extraction="patch-${version}.xz"
 python_version=3
 

From b4606c623691dbf54175fdbf0bfa36d8f40db9c0 Mon Sep 17 00:00:00 2001
From: Andrea Brancaleoni <abc@pompel.me>
Date: Fri, 3 Mar 2023 15:32:11 +0100
Subject: [PATCH 12/23] terragrunt: update to 0.44.4.

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

diff --git a/srcpkgs/terragrunt/template b/srcpkgs/terragrunt/template
index ed5aa6b22d1e..0ec108f97e4a 100644
--- a/srcpkgs/terragrunt/template
+++ b/srcpkgs/terragrunt/template
@@ -1,6 +1,6 @@
 # Template file for 'terragrunt'
 pkgname=terragrunt
-version=0.44.1
+version=0.44.4
 revision=1
 build_style=go
 go_import_path="github.com/gruntwork-io/terragrunt"
@@ -10,7 +10,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="MIT"
 homepage="https://github.com/gruntwork-io/terragrunt"
 distfiles="$homepage/archive/v$version.tar.gz"
-checksum=192a759b5481d4d5a6e1a477a8298c48c634e185228df954b618c8012301e998
+checksum=dd6d81ad8251e4beb63e791507afe4f332e6a4e5e6729ce0910be7105b3e2022
 
 post_install() {
 	vlicense LICENSE.txt

From f0572292b7c3bbf416a1caaeb051599e544b50c4 Mon Sep 17 00:00:00 2001
From: Andrea Brancaleoni <abc@pompel.me>
Date: Fri, 3 Mar 2023 15:33:03 +0100
Subject: [PATCH 13/23] hugo: update to 0.111.1.

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

diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template
index bf081a4e0f8a..6a3a11d0a239 100644
--- a/srcpkgs/hugo/template
+++ b/srcpkgs/hugo/template
@@ -1,6 +1,6 @@
 # Template file for 'hugo'
 pkgname=hugo
-version=0.110.0
+version=0.111.1
 revision=1
 build_style=go
 build_helper=qemu
@@ -11,7 +11,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Apache-2.0"
 homepage="https://gohugo.io"
 distfiles="https://github.com/gohugoio/hugo/archive/v${version}.tar.gz"
-checksum=eeb137cefcea1a47ca27dc5f6573df29a8fe0b7f1ed0362faf7f73899e313770
+checksum=a71d4e1f49ca7156d3811c0b10957816b75ff2e01b35ef326e7af94dfa554ec0
 
 post_install() {
 	vdoc README.md

From c70208fa76eb24fcfea6e75f41c7a0fc07450242 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emil.tomczyk@skni.umcs.pl>
Date: Mon, 20 Feb 2023 22:55:27 +0100
Subject: [PATCH 14/23] pan: update to 0.154.

---
 srcpkgs/pan/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/pan/template b/srcpkgs/pan/template
index 8db13dd2f7df..ea773b31bb01 100644
--- a/srcpkgs/pan/template
+++ b/srcpkgs/pan/template
@@ -1,12 +1,12 @@
 # Template file for 'pan'
 pkgname=pan
-version=0.150
+version=0.154
 revision=1
 build_style=gnu-configure
-configure_args="--with-gnutls --with-gtk3 --enable-libnotify --enable-gkr"
+configure_args="--with-gnutls --enable-libnotify --enable-gkr"
 hostmakedepends="gettext pkg-config yelp-tools autoconf gettext-devel-tools automake libtool"
 makedepends="gmime3-devel gnutls-devel gtk+3-devel libsecret-devel gtkspell3-devel libnotify-devel
- glib-devel"
+ glib-devel enchant2-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Usenet newsreader that's good at both text and binaries"
 maintainer="mobinmob <mobinmob@disroot.org>"
@@ -14,15 +14,13 @@ license="GFDL-1.1-or-later, GPL-2.0-only"
 homepage="http://pan.rebelbase.com"
 changelog="https://gitlab.gnome.org/GNOME/pan/-/raw/master/NEWS"
 distfiles="https://gitlab.gnome.org/GNOME/pan/-/archive/v${version}/pan-v${version}.tar.bz2"
-checksum=bdce5ee7fa28dcac1be6aa2110dc74cc85a62fb29b17b8ae1644cf4df11fed2f
+checksum=87721838dfa59f05f5c2c2fec8742606dad13d920f9fa8884497c4513a8d72b9
 
 if [ -n "$CROSS_BUILD" ]; then
 		hostmakedepends+=" gdk-pixbuf-devel"
 fi
 
 pre_configure() {
-	vsed -e 's/enchant/enchant-2/g' -i configure.ac
-	vsed -e 's|enchant/enchant.h|enchant-2/enchant.h|' -i pan/gui/group-prefs-dialog.cc
 	export ACLOCAL='aclocal -I ${XBPS_CROSS_BASE}/usr/share/aclocal'
 	NOCONFIGURE=1 ./autogen.sh
 }

From 566cb8ad990103c82de1e158a3cd8aac531bf6c3 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Thu, 2 Mar 2023 17:49:41 -0500
Subject: [PATCH 15/23] gajim-omemo: update to 2.9.0.

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

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 3e1b4216bcb3..917b9e7d676e 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
-version=2.8.16
-revision=2
+version=2.9.0
+revision=1
 create_wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl
@@ -11,7 +11,7 @@ maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="GPL-3.0-or-later"
 homepage="https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin"
 distfiles="https://ftp.gajim.org/plugins/master/omemo/omemo_${version}.zip"
-checksum=430df55ec3d79f58603e475b157700a6f97e229bef4690d8144e5d0aae5f4888
+checksum=076396ac441b4e5bae62328575be85492a87229c7a214b23f7edd1ac5dcac97b
 
 do_install() {
 	install -d "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}"

From 9a4a5c58d0613292fcbae3cd8a6273f0289d7465 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Thu, 2 Mar 2023 17:50:19 -0500
Subject: [PATCH 16/23] python3-nbxmpp: update to 4.2.0.

---
 srcpkgs/python3-nbxmpp/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index ae292abd0506..c0b5750436b7 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=3.2.5
+version=4.2.0
 revision=1
-build_style=python3-module
-hostmakedepends="python3-setuptools"
-depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup"
-checkdepends="${depends} python3-packaging python3-wheel python3-pylint python3-coverage libsoup"
+build_style=python3-pep517
+hostmakedepends="python3-wheel"
+depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup3"
+checkdepends="${depends} python3-packaging python3-wheel python3-pylint python3-coverage"
 short_desc="Non blocking Jabber/XMPP module"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://python-nbxmpp.gajim.org/"
 changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog"
 distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
-checksum=1c0251e2acddd75458f50b4ead4154ce637006974a98cacff9c4b6b89ff0ff54
+checksum=ba16ab684c678f15cb85f582a51be690e48330bbcb569aa32b7d104293392d28
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From 03a5eb3b8aab0624bdd32016f5eb9441b3072397 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Thu, 2 Mar 2023 17:50:23 -0500
Subject: [PATCH 17/23] gajim: update to 1.7.1.

---
 srcpkgs/gajim/template | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index 450e7fba4b72..918d84bec7e9 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,14 +1,14 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.5.3
-revision=2
-build_style=python3-module
-hostmakedepends="gettext python3-setuptools"
+version=1.7.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="gettext python3-wheel"
 depends="python3-gobject python3-setuptools python3-Pillow
  python3-cairo python3-dbus libsecret gsound libnm
  python3-nbxmpp python3-openssl python3-css-parser python3-keyring
  python3-precis-i18n python3-packaging python3-setuptools python3-distro
- python3-netifaces python3-pyasn1 python3-jeepney libsoup farstream gst-plugins-base1
+ python3-netifaces python3-pyasn1 python3-jeepney libsoup3 farstream gst-plugins-base1
  gst-plugins-ugly1 gst-libav gtksourceview4"
 checkdepends="${depends} python3-packaging"
 short_desc="Full featured Jabber/XMPP client"
@@ -17,9 +17,14 @@ license="GPL-3.0-only"
 homepage="https://www.gajim.org"
 changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
 distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=252578e7ddacee8289cf106086d96bbd7a82a0eea2091a1836efde6aa3dfb8b0
+checksum=b9a26a353549189fe65e0bc130cf98cbc42bd7105e72ac2041cb4a7f9d7543c6
+
+post_build() {
+	./pep517build/build_metadata.py -o dist/metadata
+}
 
 post_install() {
+	./pep517build/install_metadata.py dist/metadata --prefix=$DESTDIR/usr
 	vdoc "${FILESDIR}/README.voidlinux"
 }
 

From 83d06e5666828e83f94ec1dcf423000b50c1ecf4 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 2 Mar 2023 20:07:50 +0000
Subject: [PATCH 18/23] epson-inkjet-printer-escpr: update to 1.7.25, adopt.

Maintainer hasn't committed to this package since they adopted it in
January 2020 (e7d4687296a973a9290db2af228b9b874d175e7b).
---
 srcpkgs/epson-inkjet-printer-escpr/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/epson-inkjet-printer-escpr/template b/srcpkgs/epson-inkjet-printer-escpr/template
index 32afe5989d9e..497c442b87a2 100644
--- a/srcpkgs/epson-inkjet-printer-escpr/template
+++ b/srcpkgs/epson-inkjet-printer-escpr/template
@@ -1,14 +1,14 @@
 # Template file for 'epson-inkjet-printer-escpr'
 pkgname=epson-inkjet-printer-escpr
-version=1.7.22
+version=1.7.25
 revision=1
 build_style=gnu-configure
 configure_args="--disable-static --with-cupsppddir=/usr/share/ppd --with-cupsfilterdir=/usr/lib/cups/filter"
 makedepends="cups-devel"
 depends="cups-filters"
 short_desc="Epson Inkjet Printer Driver (ESC/P-R)"
-maintainer="Justin Berthault <justin.berthault@zaclys.net>"
+maintainer="Mohammed Anas <triallax@tutanota.com>"
 license="GPL-2.0-or-later"
-homepage="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
-distfiles="https://download3.ebz.epson.net/dsc/f/03/00/13/96/55/c6fced63098ae1ba104f11f572794fd558ffca29/${pkgname}-${version}-1lsb3.2.tar.gz"
-checksum=0b2fefa7fd077b6fdf778cb53a8c60bf999a396ef88145182c5c4a08f34c652c
+homepage="https://download.ebz.epson.net/dsc/search/01/search/?OSC=LX&productName=B700"
+distfiles="https://download3.ebz.epson.net/dsc/f/03/00/14/34/76/47198c0bab357b96ec59490973c492c5d6059604/epson-inkjet-printer-escpr-${version}-1lsb3.2.tar.gz"
+checksum=d5e30b58dc6152df6b63fcbc7315506d155002b4b11342e7e6699c49e7bb5b69

From 565966e0274a0607bea5ca33fab537dfa34ace4f Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 10:30:35 +0100
Subject: [PATCH 19/23] New package: zssh-1.5c

---
 srcpkgs/zssh/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/zssh/template

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
new file mode 100644
index 000000000000..7eb047c5526b
--- /dev/null
+++ b/srcpkgs/zssh/template
@@ -0,0 +1,26 @@
+# Template file for 'zssh'
+pkgname=zssh
+version=1.5c
+revision=1
+build_style=gnu-configure
+makedepends="readline-devel"
+depends="openssh inetutils-telnet lrzsz"
+short_desc="Zmodem aware telnet and ssh cli client"
+maintainer="Niels Haedecke <webmaster@ufud.org>"
+license="GPL-2.0-only"
+homepage="https://zssh.sourceforge.net/"
+distfiles="http://prdownloads.sf.net/zssh/zssh-${version}.tgz"
+checksum=a2e840f82590690d27ea1ea1141af509ee34681fede897e58ae8d354701ce71b
+
+pre_build() {
+	rm -f ${XBPS_WRAPPERDIR}/strip
+}
+
+do_install() {
+	vmkdir usr/bin
+	vmkdir usr/share/man/man1
+	vbin zssh 755 usr/bin/zssh
+	vbin ztelnet 755 usr/bin/ztelnet
+	vman ztelnet.1
+	vman zssh.1
+}

From 42b15ece2be19e1227129878e0e0acdd3d231b58 Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 10:33:32 +0100
Subject: [PATCH 20/23] zssh: zssh

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

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
index 7eb047c5526b..6d31c8cf56df 100644
--- a/srcpkgs/zssh/template
+++ b/srcpkgs/zssh/template
@@ -1,7 +1,7 @@
 # Template file for 'zssh'
 pkgname=zssh
 version=1.5c
-revision=1
+revision=2
 build_style=gnu-configure
 makedepends="readline-devel"
 depends="openssh inetutils-telnet lrzsz"

From 8ce62769c868a1eaa9501adecade59ad9b48bed2 Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 10:34:01 +0100
Subject: [PATCH 21/23] zssh: initial commit of new zssh package

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

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
index 6d31c8cf56df..bd6f642b2642 100644
--- a/srcpkgs/zssh/template
+++ b/srcpkgs/zssh/template
@@ -1,7 +1,7 @@
 # Template file for 'zssh'
 pkgname=zssh
 version=1.5c
-revision=2
+revision=3
 build_style=gnu-configure
 makedepends="readline-devel"
 depends="openssh inetutils-telnet lrzsz"

From f110dd6a2fb245476824f0c2e2b3e332714c7e75 Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 10:34:03 +0100
Subject: [PATCH 22/23] zssh: initial commit of new zssh package

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

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
index bd6f642b2642..647a7eb86509 100644
--- a/srcpkgs/zssh/template
+++ b/srcpkgs/zssh/template
@@ -1,7 +1,7 @@
 # Template file for 'zssh'
 pkgname=zssh
 version=1.5c
-revision=3
+revision=4
 build_style=gnu-configure
 makedepends="readline-devel"
 depends="openssh inetutils-telnet lrzsz"

From f95a583aee9afb016638c611d86e44455c18ae98 Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 17:03:45 +0100
Subject: [PATCH 23/23] set revision to 1

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

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
index 647a7eb86509..7eb047c5526b 100644
--- a/srcpkgs/zssh/template
+++ b/srcpkgs/zssh/template
@@ -1,7 +1,7 @@
 # Template file for 'zssh'
 pkgname=zssh
 version=1.5c
-revision=4
+revision=1
 build_style=gnu-configure
 makedepends="readline-devel"
 depends="openssh inetutils-telnet lrzsz"

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

end of thread, other threads:[~2023-06-17  1:56 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-03 16:41 [PR PATCH] added zssh ufud-org
2023-03-03 16:45 ` New package: zssh ufud-org
2023-03-03 16:46 ` [PR REVIEW] " classabbyamp
2023-03-03 16:46 ` classabbyamp
2023-03-03 16:53 ` ufud-org
2023-03-03 16:53 ` ufud-org
2023-03-03 16:55 ` classabbyamp
2023-03-03 16:55 ` ufud-org
2023-03-03 16:55 ` classabbyamp
2023-03-03 16:57 ` [PR PATCH] [Updated] " ufud-org
2023-03-03 17:03 ` [PR REVIEW] " ufud-org
2023-03-03 17:03 ` [PR PATCH] [Updated] " ufud-org
2023-03-03 17:07 ` ufud-org
2023-03-03 17:18 ` paper42
2023-03-03 17:20 ` ufud-org
2023-03-03 17:21 ` ufud-org
2023-03-03 17:24 ` ufud-org
2023-03-03 17:25 ` paper42
2023-03-03 17:31 ` ufud-org
2023-03-03 17:38 ` [PR REVIEW] " classabbyamp
2023-03-03 17:40 ` [PR PATCH] [Updated] " ufud-org
2023-03-03 17:41 ` [PR REVIEW] " ufud-org
2023-03-03 17:44 ` paper42
2023-03-03 17:45 ` paper42
2023-03-03 18:49 ` [PR PATCH] [Updated] " ufud-org
2023-03-03 18:50 ` [PR REVIEW] " ufud-org
2023-03-03 19:23 ` [PR PATCH] [Updated] " ufud-org
2023-03-03 19:28 ` [PR REVIEW] " ufud-org
2023-06-02  2:04 ` github-actions
2023-06-17  1:56 ` [PR PATCH] [Closed]: " github-actions
  -- strict thread matches above, loose matches on Subject: below --
2023-03-03 10:05 [PR PATCH] Add zssh ufud-org
2023-03-03 16:06 ` [PR PATCH] [Updated] New package: zssh ufud-org
2023-03-03 16:17 ` ufud-org

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