Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: kloak-0.2
@ 2022-01-08 17:26 gbeliako
  2022-01-08 17:30 ` Chocimier
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: gbeliako @ 2022-01-08 17:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gbeliako/void-packages kloak-branch
https://github.com/void-linux/void-packages/pull/34947

New package: kloak-0.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
<!-- 
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 21188ce4a35620cf192c4bbe3f405c4751ef79ab Mon Sep 17 00:00:00 2001
From: chaquen <chaquen@C.cgps.ch>
Date: Sun, 9 Jan 2022 04:24:30 +1100
Subject: [PATCH] New package: kloak-0.2

---
 srcpkgs/kloak/LICENSE             | 27 ++++++++++++++++++++++++
 srcpkgs/kloak/files/kloak/log/run |  3 +++
 srcpkgs/kloak/files/kloak/run     |  2 ++
 srcpkgs/kloak/template            | 35 +++++++++++++++++++++++++++++++
 4 files changed, 67 insertions(+)
 create mode 100644 srcpkgs/kloak/LICENSE
 create mode 100755 srcpkgs/kloak/files/kloak/log/run
 create mode 100755 srcpkgs/kloak/files/kloak/run
 create mode 100644 srcpkgs/kloak/template

diff --git a/srcpkgs/kloak/LICENSE b/srcpkgs/kloak/LICENSE
new file mode 100644
index 000000000000..43e379ad684c
--- /dev/null
+++ b/srcpkgs/kloak/LICENSE
@@ -0,0 +1,27 @@
+Copyright (c) 2016, Vinnie Monaco
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+  list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+
+* Neither the name of the copyright holder nor the names of its
+  contributors may be used to endorse or promote products derived from
+  this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/srcpkgs/kloak/files/kloak/log/run b/srcpkgs/kloak/files/kloak/log/run
new file mode 100755
index 000000000000..9fb5b06c14b5
--- /dev/null
+++ b/srcpkgs/kloak/files/kloak/log/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+mkdir -p /var/log/kloak
+exec chpst svlogd -tt /var/log/kloak
diff --git a/srcpkgs/kloak/files/kloak/run b/srcpkgs/kloak/files/kloak/run
new file mode 100755
index 000000000000..f5ed3a6ddc71
--- /dev/null
+++ b/srcpkgs/kloak/files/kloak/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u root kloak 2>&1
diff --git a/srcpkgs/kloak/template b/srcpkgs/kloak/template
new file mode 100644
index 000000000000..799dc109a4ce
--- /dev/null
+++ b/srcpkgs/kloak/template
@@ -0,0 +1,35 @@
+# Template file for 'kloak'
+pkgname=kloak
+version=0.2
+revision=1
+#archs="i686 x86_64"
+wrksrc="${pkgname}-master"
+#build_wrksrc=""
+#create_wrksrc=yes
+build_style=gnu-makefile
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="gcc"
+#makedepends=""
+#depends=""
+make_dirs="/etc/sv/kloak 755 root root"
+make_dirs="/etc/sv/kloak/log 755 root root"
+short_desc="Kloak is a privacy tool that makes keystroke biometrics less effective"
+maintainer="Chaquen <void@cgps.xyz>"
+license="BSD-3-Clause"
+homepage="https://github.com/vmonaco/kloak"
+distfiles="https://github.com/vmonaco/kloak/archive/refs/heads/master.zip"
+checksum=4c1a7b8bf2de6bd9b087fe838d57b38e90d3da317d380bb2f5a6302006d643b7
+do_install() {
+	vbin kloak
+	#vlicense LICENSE
+	vman 'auto-generated-man-pages/kloak.8'
+	vman 'auto-generated-man-pages/eventcap.8'
+	vsv kloak
+}
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: kloak-0.2
  2022-01-08 17:26 [PR PATCH] New package: kloak-0.2 gbeliako
@ 2022-01-08 17:30 ` Chocimier
  2022-01-08 20:33 ` [PR PATCH] [Updated] " gbeliako
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2022-01-08 17:30 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/34947#issuecomment-1008072691

Comment:
Software is interesting, but we only accept releases. No builds from master.
Also please do not open new PRs for changes. Force push to branch instead.

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

* Re: [PR PATCH] [Updated] New package: kloak-0.2
  2022-01-08 17:26 [PR PATCH] New package: kloak-0.2 gbeliako
  2022-01-08 17:30 ` Chocimier
@ 2022-01-08 20:33 ` gbeliako
  2022-01-09  1:11 ` gbeliako
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: gbeliako @ 2022-01-08 20:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gbeliako/void-packages kloak-branch
https://github.com/void-linux/void-packages/pull/34947

New package: kloak-0.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
<!-- 
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 2cbe8cb5d94cd0cc4dc9199514fa58bdc676cd22 Mon Sep 17 00:00:00 2001
From: chaquen <chaquen@C.cgps.ch>
Date: Sun, 9 Jan 2022 04:24:30 +1100
Subject: [PATCH] New package: kloak-0.2

---
 srcpkgs/kloak/LICENSE             | 27 ++++++++++++++++++++++++
 srcpkgs/kloak/files/kloak/log/run |  3 +++
 srcpkgs/kloak/files/kloak/run     |  2 ++
 srcpkgs/kloak/template            | 35 +++++++++++++++++++++++++++++++
 4 files changed, 67 insertions(+)
 create mode 100644 srcpkgs/kloak/LICENSE
 create mode 100755 srcpkgs/kloak/files/kloak/log/run
 create mode 100755 srcpkgs/kloak/files/kloak/run
 create mode 100644 srcpkgs/kloak/template

diff --git a/srcpkgs/kloak/LICENSE b/srcpkgs/kloak/LICENSE
new file mode 100644
index 000000000000..43e379ad684c
--- /dev/null
+++ b/srcpkgs/kloak/LICENSE
@@ -0,0 +1,27 @@
+Copyright (c) 2016, Vinnie Monaco
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+  list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+
+* Neither the name of the copyright holder nor the names of its
+  contributors may be used to endorse or promote products derived from
+  this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/srcpkgs/kloak/files/kloak/log/run b/srcpkgs/kloak/files/kloak/log/run
new file mode 100755
index 000000000000..9fb5b06c14b5
--- /dev/null
+++ b/srcpkgs/kloak/files/kloak/log/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+mkdir -p /var/log/kloak
+exec chpst svlogd -tt /var/log/kloak
diff --git a/srcpkgs/kloak/files/kloak/run b/srcpkgs/kloak/files/kloak/run
new file mode 100755
index 000000000000..f5ed3a6ddc71
--- /dev/null
+++ b/srcpkgs/kloak/files/kloak/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u root kloak 2>&1
diff --git a/srcpkgs/kloak/template b/srcpkgs/kloak/template
new file mode 100644
index 000000000000..9ce22cc23cbb
--- /dev/null
+++ b/srcpkgs/kloak/template
@@ -0,0 +1,35 @@
+# Template file for 'kloak'
+pkgname=kloak
+version=0.2
+revision=1
+#archs="i686 x86_64"
+wrksrc="${pkgname}-${version}"
+#build_wrksrc=""
+#create_wrksrc=yes
+build_style=gnu-makefile
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="gcc"
+#makedepends=""
+#depends=""
+make_dirs="/etc/sv/kloak 755 root root"
+make_dirs="/etc/sv/kloak/log 755 root root"
+short_desc="Kloak is a privacy tool that makes keystroke biometrics less effective"
+maintainer="Chaquen <void@cgps.xyz>"
+license="BSD-3-Clause"
+homepage="https://github.com/vmonaco/kloak"
+distfiles="https://github.com/vmonaco/kloak/archive/refs/tags/v${version}.tar.gz"
+checksum=de81215fbc3d7bc1b485a6dd8e1d0a0bb063cc60d380c34d76c046a8c98d423a
+do_install() {
+	vbin kloak
+	#vlicense LICENSE
+	#vman 'auto-generated-man-pages/kloak.8'
+	#vman 'auto-generated-man-pages/eventcap.8'
+	vsv kloak
+}
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: kloak-0.2
  2022-01-08 17:26 [PR PATCH] New package: kloak-0.2 gbeliako
  2022-01-08 17:30 ` Chocimier
  2022-01-08 20:33 ` [PR PATCH] [Updated] " gbeliako
@ 2022-01-09  1:11 ` gbeliako
  2022-01-09  1:13 ` gbeliako
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: gbeliako @ 2022-01-09  1:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gbeliako/void-packages kloak-branch
https://github.com/void-linux/void-packages/pull/34947

New package: kloak-0.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
<!-- 
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 95e770704a65d5673f1b024b93d7878dc1acb4db Mon Sep 17 00:00:00 2001
From: chaquen <chaquen@C.cgps.ch>
Date: Sun, 9 Jan 2022 12:10:20 +1100
Subject: [PATCH] New package: kloak-0.2

Committer: chaquen <void@cgps.xyz>
---
 srcpkgs/kloak/LICENSE             | 27 ++++++++++++++++++++++++
 srcpkgs/kloak/files/kloak/log/run |  3 +++
 srcpkgs/kloak/files/kloak/run     |  2 ++
 srcpkgs/kloak/patches/arch.patch  | 15 +++++++++++++
 srcpkgs/kloak/template            | 35 +++++++++++++++++++++++++++++++
 5 files changed, 82 insertions(+)
 create mode 100644 srcpkgs/kloak/LICENSE
 create mode 100755 srcpkgs/kloak/files/kloak/log/run
 create mode 100755 srcpkgs/kloak/files/kloak/run
 create mode 100644 srcpkgs/kloak/patches/arch.patch
 create mode 100644 srcpkgs/kloak/template

diff --git a/srcpkgs/kloak/LICENSE b/srcpkgs/kloak/LICENSE
new file mode 100644
index 000000000000..43e379ad684c
--- /dev/null
+++ b/srcpkgs/kloak/LICENSE
@@ -0,0 +1,27 @@
+Copyright (c) 2016, Vinnie Monaco
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+  list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+
+* Neither the name of the copyright holder nor the names of its
+  contributors may be used to endorse or promote products derived from
+  this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/srcpkgs/kloak/files/kloak/log/run b/srcpkgs/kloak/files/kloak/log/run
new file mode 100755
index 000000000000..9fb5b06c14b5
--- /dev/null
+++ b/srcpkgs/kloak/files/kloak/log/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+mkdir -p /var/log/kloak
+exec chpst svlogd -tt /var/log/kloak
diff --git a/srcpkgs/kloak/files/kloak/run b/srcpkgs/kloak/files/kloak/run
new file mode 100755
index 000000000000..f5ed3a6ddc71
--- /dev/null
+++ b/srcpkgs/kloak/files/kloak/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u root kloak 2>&1
diff --git a/srcpkgs/kloak/patches/arch.patch b/srcpkgs/kloak/patches/arch.patch
new file mode 100644
index 000000000000..1cc1a91db4c7
--- /dev/null
+++ b/srcpkgs/kloak/patches/arch.patch
@@ -0,0 +1,15 @@
+--- Makefile	2022-01-09 11:52:43.614448083 +1100
++++ Makefile-new	2022-01-09 11:52:29.607465535 +1100
+@@ -3,10 +3,10 @@
+ all : kloak eventcap
+ 
+ kloak : src/main.c src/keycodes.c src/keycodes.h
+-	gcc src/main.c src/keycodes.c -o kloak -lm -lpthread $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
++	$(CC) src/main.c src/keycodes.c -o kloak -lm -lpthread $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
+ 
+ eventcap : src/eventcap.c
+-	gcc src/eventcap.c -o eventcap $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
++	$(CC) src/eventcap.c -o eventcap $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
+ 
+ ## genmkfile - Makefile - version 1.5
+ 
diff --git a/srcpkgs/kloak/template b/srcpkgs/kloak/template
new file mode 100644
index 000000000000..acad2ae53545
--- /dev/null
+++ b/srcpkgs/kloak/template
@@ -0,0 +1,35 @@
+# Template file for 'kloak'
+pkgname=kloak
+version=0.2
+revision=1
+archs="i686 x86_64 armv7l aarch64"
+wrksrc="${pkgname}-${version}"
+#build_wrksrc=""
+#create_wrksrc=yes
+build_style=gnu-makefile
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="gcc"
+#makedepends=""
+#depends=""
+make_dirs="/etc/sv/kloak 755 root root"
+make_dirs="/etc/sv/kloak/log 755 root root"
+short_desc="Kloak is a privacy tool that makes keystroke biometrics less effective"
+maintainer="Chaquen <void@cgps.xyz>"
+license="BSD-3-Clause"
+homepage="https://github.com/vmonaco/kloak"
+distfiles="https://github.com/vmonaco/kloak/archive/refs/tags/v${version}.tar.gz"
+checksum=de81215fbc3d7bc1b485a6dd8e1d0a0bb063cc60d380c34d76c046a8c98d423a
+do_install() {
+	vbin kloak
+	#vlicense LICENSE
+	#vman 'auto-generated-man-pages/kloak.8'
+	#vman 'auto-generated-man-pages/eventcap.8'
+	vsv kloak
+}
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: kloak-0.2
  2022-01-08 17:26 [PR PATCH] New package: kloak-0.2 gbeliako
                   ` (2 preceding siblings ...)
  2022-01-09  1:11 ` gbeliako
@ 2022-01-09  1:13 ` gbeliako
  2022-01-09 18:06 ` gbeliako
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: gbeliako @ 2022-01-09  1:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gbeliako/void-packages kloak-branch
https://github.com/void-linux/void-packages/pull/34947

New package: kloak-0.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
<!-- 
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 95e770704a65d5673f1b024b93d7878dc1acb4db Mon Sep 17 00:00:00 2001
From: chaquen <chaquen@C.cgps.ch>
Date: Sun, 9 Jan 2022 12:10:20 +1100
Subject: [PATCH] New package: kloak-0.2

Committer: chaquen <void@cgps.xyz>
---
 srcpkgs/kloak/LICENSE             | 27 ++++++++++++++++++++++++
 srcpkgs/kloak/files/kloak/log/run |  3 +++
 srcpkgs/kloak/files/kloak/run     |  2 ++
 srcpkgs/kloak/patches/arch.patch  | 15 +++++++++++++
 srcpkgs/kloak/template            | 35 +++++++++++++++++++++++++++++++
 5 files changed, 82 insertions(+)
 create mode 100644 srcpkgs/kloak/LICENSE
 create mode 100755 srcpkgs/kloak/files/kloak/log/run
 create mode 100755 srcpkgs/kloak/files/kloak/run
 create mode 100644 srcpkgs/kloak/patches/arch.patch
 create mode 100644 srcpkgs/kloak/template

diff --git a/srcpkgs/kloak/LICENSE b/srcpkgs/kloak/LICENSE
new file mode 100644
index 000000000000..43e379ad684c
--- /dev/null
+++ b/srcpkgs/kloak/LICENSE
@@ -0,0 +1,27 @@
+Copyright (c) 2016, Vinnie Monaco
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+  list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+
+* Neither the name of the copyright holder nor the names of its
+  contributors may be used to endorse or promote products derived from
+  this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/srcpkgs/kloak/files/kloak/log/run b/srcpkgs/kloak/files/kloak/log/run
new file mode 100755
index 000000000000..9fb5b06c14b5
--- /dev/null
+++ b/srcpkgs/kloak/files/kloak/log/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+mkdir -p /var/log/kloak
+exec chpst svlogd -tt /var/log/kloak
diff --git a/srcpkgs/kloak/files/kloak/run b/srcpkgs/kloak/files/kloak/run
new file mode 100755
index 000000000000..f5ed3a6ddc71
--- /dev/null
+++ b/srcpkgs/kloak/files/kloak/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u root kloak 2>&1
diff --git a/srcpkgs/kloak/patches/arch.patch b/srcpkgs/kloak/patches/arch.patch
new file mode 100644
index 000000000000..1cc1a91db4c7
--- /dev/null
+++ b/srcpkgs/kloak/patches/arch.patch
@@ -0,0 +1,15 @@
+--- Makefile	2022-01-09 11:52:43.614448083 +1100
++++ Makefile-new	2022-01-09 11:52:29.607465535 +1100
+@@ -3,10 +3,10 @@
+ all : kloak eventcap
+ 
+ kloak : src/main.c src/keycodes.c src/keycodes.h
+-	gcc src/main.c src/keycodes.c -o kloak -lm -lpthread $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
++	$(CC) src/main.c src/keycodes.c -o kloak -lm -lpthread $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
+ 
+ eventcap : src/eventcap.c
+-	gcc src/eventcap.c -o eventcap $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
++	$(CC) src/eventcap.c -o eventcap $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
+ 
+ ## genmkfile - Makefile - version 1.5
+ 
diff --git a/srcpkgs/kloak/template b/srcpkgs/kloak/template
new file mode 100644
index 000000000000..acad2ae53545
--- /dev/null
+++ b/srcpkgs/kloak/template
@@ -0,0 +1,35 @@
+# Template file for 'kloak'
+pkgname=kloak
+version=0.2
+revision=1
+archs="i686 x86_64 armv7l aarch64"
+wrksrc="${pkgname}-${version}"
+#build_wrksrc=""
+#create_wrksrc=yes
+build_style=gnu-makefile
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="gcc"
+#makedepends=""
+#depends=""
+make_dirs="/etc/sv/kloak 755 root root"
+make_dirs="/etc/sv/kloak/log 755 root root"
+short_desc="Kloak is a privacy tool that makes keystroke biometrics less effective"
+maintainer="Chaquen <void@cgps.xyz>"
+license="BSD-3-Clause"
+homepage="https://github.com/vmonaco/kloak"
+distfiles="https://github.com/vmonaco/kloak/archive/refs/tags/v${version}.tar.gz"
+checksum=de81215fbc3d7bc1b485a6dd8e1d0a0bb063cc60d380c34d76c046a8c98d423a
+do_install() {
+	vbin kloak
+	#vlicense LICENSE
+	#vman 'auto-generated-man-pages/kloak.8'
+	#vman 'auto-generated-man-pages/eventcap.8'
+	vsv kloak
+}
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: kloak-0.2
  2022-01-08 17:26 [PR PATCH] New package: kloak-0.2 gbeliako
                   ` (3 preceding siblings ...)
  2022-01-09  1:13 ` gbeliako
@ 2022-01-09 18:06 ` gbeliako
  2022-01-09 22:43 ` gbeliako
  2022-01-09 22:44 ` [PR PATCH] [Closed]: " gbeliako
  6 siblings, 0 replies; 8+ messages in thread
From: gbeliako @ 2022-01-09 18:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gbeliako/void-packages kloak-branch
https://github.com/void-linux/void-packages/pull/34947

New package: kloak-0.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
<!-- 
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 95e770704a65d5673f1b024b93d7878dc1acb4db Mon Sep 17 00:00:00 2001
From: chaquen <chaquen@C.cgps.ch>
Date: Sun, 9 Jan 2022 12:10:20 +1100
Subject: [PATCH 1/3] New package: kloak-0.2

Committer: chaquen <void@cgps.xyz>
---
 srcpkgs/kloak/LICENSE             | 27 ++++++++++++++++++++++++
 srcpkgs/kloak/files/kloak/log/run |  3 +++
 srcpkgs/kloak/files/kloak/run     |  2 ++
 srcpkgs/kloak/patches/arch.patch  | 15 +++++++++++++
 srcpkgs/kloak/template            | 35 +++++++++++++++++++++++++++++++
 5 files changed, 82 insertions(+)
 create mode 100644 srcpkgs/kloak/LICENSE
 create mode 100755 srcpkgs/kloak/files/kloak/log/run
 create mode 100755 srcpkgs/kloak/files/kloak/run
 create mode 100644 srcpkgs/kloak/patches/arch.patch
 create mode 100644 srcpkgs/kloak/template

diff --git a/srcpkgs/kloak/LICENSE b/srcpkgs/kloak/LICENSE
new file mode 100644
index 000000000000..43e379ad684c
--- /dev/null
+++ b/srcpkgs/kloak/LICENSE
@@ -0,0 +1,27 @@
+Copyright (c) 2016, Vinnie Monaco
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+  list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+
+* Neither the name of the copyright holder nor the names of its
+  contributors may be used to endorse or promote products derived from
+  this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/srcpkgs/kloak/files/kloak/log/run b/srcpkgs/kloak/files/kloak/log/run
new file mode 100755
index 000000000000..9fb5b06c14b5
--- /dev/null
+++ b/srcpkgs/kloak/files/kloak/log/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+mkdir -p /var/log/kloak
+exec chpst svlogd -tt /var/log/kloak
diff --git a/srcpkgs/kloak/files/kloak/run b/srcpkgs/kloak/files/kloak/run
new file mode 100755
index 000000000000..f5ed3a6ddc71
--- /dev/null
+++ b/srcpkgs/kloak/files/kloak/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u root kloak 2>&1
diff --git a/srcpkgs/kloak/patches/arch.patch b/srcpkgs/kloak/patches/arch.patch
new file mode 100644
index 000000000000..1cc1a91db4c7
--- /dev/null
+++ b/srcpkgs/kloak/patches/arch.patch
@@ -0,0 +1,15 @@
+--- Makefile	2022-01-09 11:52:43.614448083 +1100
++++ Makefile-new	2022-01-09 11:52:29.607465535 +1100
+@@ -3,10 +3,10 @@
+ all : kloak eventcap
+ 
+ kloak : src/main.c src/keycodes.c src/keycodes.h
+-	gcc src/main.c src/keycodes.c -o kloak -lm -lpthread $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
++	$(CC) src/main.c src/keycodes.c -o kloak -lm -lpthread $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
+ 
+ eventcap : src/eventcap.c
+-	gcc src/eventcap.c -o eventcap $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
++	$(CC) src/eventcap.c -o eventcap $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
+ 
+ ## genmkfile - Makefile - version 1.5
+ 
diff --git a/srcpkgs/kloak/template b/srcpkgs/kloak/template
new file mode 100644
index 000000000000..acad2ae53545
--- /dev/null
+++ b/srcpkgs/kloak/template
@@ -0,0 +1,35 @@
+# Template file for 'kloak'
+pkgname=kloak
+version=0.2
+revision=1
+archs="i686 x86_64 armv7l aarch64"
+wrksrc="${pkgname}-${version}"
+#build_wrksrc=""
+#create_wrksrc=yes
+build_style=gnu-makefile
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="gcc"
+#makedepends=""
+#depends=""
+make_dirs="/etc/sv/kloak 755 root root"
+make_dirs="/etc/sv/kloak/log 755 root root"
+short_desc="Kloak is a privacy tool that makes keystroke biometrics less effective"
+maintainer="Chaquen <void@cgps.xyz>"
+license="BSD-3-Clause"
+homepage="https://github.com/vmonaco/kloak"
+distfiles="https://github.com/vmonaco/kloak/archive/refs/tags/v${version}.tar.gz"
+checksum=de81215fbc3d7bc1b485a6dd8e1d0a0bb063cc60d380c34d76c046a8c98d423a
+do_install() {
+	vbin kloak
+	#vlicense LICENSE
+	#vman 'auto-generated-man-pages/kloak.8'
+	#vman 'auto-generated-man-pages/eventcap.8'
+	vsv kloak
+}
+post_install() {
+	vlicense LICENSE
+}

From 9485b7bc59dbb997b0c27d05505106636349e594 Mon Sep 17 00:00:00 2001
From: chaquen <chaquen@C.cgps.ch>
Date: Sun, 9 Jan 2022 12:10:20 +1100
Subject: [PATCH 2/3] New package: kloak-0.2

Committer: chaquen <void@cgps.xyz>
---
 srcpkgs/kloak/LICENSE             | 27 ++++++++++++++++++++++++
 srcpkgs/kloak/files/kloak/log/run |  3 +++
 srcpkgs/kloak/files/kloak/run     |  2 ++
 srcpkgs/kloak/patches/arch.patch  | 15 +++++++++++++
 srcpkgs/kloak/template            | 35 +++++++++++++++++++++++++++++++
 5 files changed, 82 insertions(+)
 create mode 100644 srcpkgs/kloak/LICENSE
 create mode 100755 srcpkgs/kloak/files/kloak/log/run
 create mode 100755 srcpkgs/kloak/files/kloak/run
 create mode 100644 srcpkgs/kloak/patches/arch.patch
 create mode 100644 srcpkgs/kloak/template

diff --git a/srcpkgs/kloak/LICENSE b/srcpkgs/kloak/LICENSE
new file mode 100644
index 000000000000..43e379ad684c
--- /dev/null
+++ b/srcpkgs/kloak/LICENSE
@@ -0,0 +1,27 @@
+Copyright (c) 2016, Vinnie Monaco
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+  list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+
+* Neither the name of the copyright holder nor the names of its
+  contributors may be used to endorse or promote products derived from
+  this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/srcpkgs/kloak/files/kloak/log/run b/srcpkgs/kloak/files/kloak/log/run
new file mode 100755
index 000000000000..9fb5b06c14b5
--- /dev/null
+++ b/srcpkgs/kloak/files/kloak/log/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+mkdir -p /var/log/kloak
+exec chpst svlogd -tt /var/log/kloak
diff --git a/srcpkgs/kloak/files/kloak/run b/srcpkgs/kloak/files/kloak/run
new file mode 100755
index 000000000000..f5ed3a6ddc71
--- /dev/null
+++ b/srcpkgs/kloak/files/kloak/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u root kloak 2>&1
diff --git a/srcpkgs/kloak/patches/arch.patch b/srcpkgs/kloak/patches/arch.patch
new file mode 100644
index 000000000000..cc94b4129bfa
--- /dev/null
+++ b/srcpkgs/kloak/patches/arch.patch
@@ -0,0 +1,15 @@
+--- a/Makefile
++++ b/Makefile
+@@ -3,10 +3,10 @@
+ all : kloak eventcap
+ 
+ kloak : src/main.c src/keycodes.c src/keycodes.h
+-	gcc src/main.c src/keycodes.c -o kloak -lm -lpthread $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
++	$(CC) src/main.c src/keycodes.c -o kloak -lm -lpthread $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
+ 
+ eventcap : src/eventcap.c
+-	gcc src/eventcap.c -o eventcap $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
++	$(CC) src/eventcap.c -o eventcap $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
+ 
+ ## genmkfile - Makefile - version 1.5
+ 
diff --git a/srcpkgs/kloak/template b/srcpkgs/kloak/template
new file mode 100644
index 000000000000..acad2ae53545
--- /dev/null
+++ b/srcpkgs/kloak/template
@@ -0,0 +1,35 @@
+# Template file for 'kloak'
+pkgname=kloak
+version=0.2
+revision=1
+archs="i686 x86_64 armv7l aarch64"
+wrksrc="${pkgname}-${version}"
+#build_wrksrc=""
+#create_wrksrc=yes
+build_style=gnu-makefile
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="gcc"
+#makedepends=""
+#depends=""
+make_dirs="/etc/sv/kloak 755 root root"
+make_dirs="/etc/sv/kloak/log 755 root root"
+short_desc="Kloak is a privacy tool that makes keystroke biometrics less effective"
+maintainer="Chaquen <void@cgps.xyz>"
+license="BSD-3-Clause"
+homepage="https://github.com/vmonaco/kloak"
+distfiles="https://github.com/vmonaco/kloak/archive/refs/tags/v${version}.tar.gz"
+checksum=de81215fbc3d7bc1b485a6dd8e1d0a0bb063cc60d380c34d76c046a8c98d423a
+do_install() {
+	vbin kloak
+	#vlicense LICENSE
+	#vman 'auto-generated-man-pages/kloak.8'
+	#vman 'auto-generated-man-pages/eventcap.8'
+	vsv kloak
+}
+post_install() {
+	vlicense LICENSE
+}

From e178d5004968eb2e4a6710047eb438dab0552bf4 Mon Sep 17 00:00:00 2001
From: chaquen <chaquen@C.cgps.ch>
Date: Mon, 10 Jan 2022 05:05:31 +1100
Subject: [PATCH 3/3] Revert "Merge branch 'void-linux:master' into
 kloak-branch"

This reverts commit 05e1ae7945fc32529ef2d22f5adde272789e00e8, reversing
changes made to 95e770704a65d5673f1b024b93d7878dc1acb4db.

 Committer: chaquen <void@cgps.xyz>
---
 srcpkgs/chatty/template                       |  4 +--
 srcpkgs/cozy/template                         |  4 +--
 srcpkgs/drone-cli/template                    |  4 +--
 srcpkgs/gns3-gui/template                     |  6 ++--
 srcpkgs/gns3-server/template                  |  4 +--
 srcpkgs/hidapi/template                       |  4 +--
 .../0001-disable-vigra-links-exr-check.patch  | 12 +++----
 srcpkgs/hugin/template                        |  6 ++--
 srcpkgs/icewm/template                        |  4 +--
 srcpkgs/inkscape/template                     |  6 ++--
 srcpkgs/knot-resolver/template                |  4 +--
 srcpkgs/logrotate/template                    |  4 +--
 srcpkgs/nemo-compare/template                 |  4 +--
 srcpkgs/nemo-preview/template                 |  4 +--
 srcpkgs/nemo-python/template                  |  8 ++---
 .../nushell/patches/system-libraries.patch    | 36 +++++++++----------
 srcpkgs/nushell/template                      |  9 +++--
 srcpkgs/perl-MRO-Compat/template              | 11 +++---
 srcpkgs/python3-pikepdf/template              |  6 ++--
 srcpkgs/radicale/template                     | 10 +++---
 srcpkgs/s/template                            |  4 +--
 srcpkgs/uriparser/template                    |  4 +--
 srcpkgs/xwmfs/template                        |  4 +--
 srcpkgs/zita-alsa-pcmi/template               |  4 +--
 24 files changed, 84 insertions(+), 82 deletions(-)

diff --git a/srcpkgs/chatty/template b/srcpkgs/chatty/template
index 723aad3088a6..877edb69f4a6 100644
--- a/srcpkgs/chatty/template
+++ b/srcpkgs/chatty/template
@@ -1,6 +1,6 @@
 # Template file for 'chatty'
 pkgname=chatty
-version=0.16
+version=0.15
 revision=1
 hostmakedepends="gradle"
 depends="virtual?java-runtime"
@@ -9,7 +9,7 @@ maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-3.0-or-later"
 homepage="https://chatty.github.io/"
 distfiles="https://github.com/chatty/chatty/archive/v${version}.tar.gz"
-checksum=18d5b096caae03f7d5d6a0afc68063f43ac6cfcfa982ca574872fb948f2c6b2d
+checksum=da1ea6b530a7b6548382550a0b4789ea4207f213c46d5e516e7574b47a2f1de1
 
 do_build() {
 	gradle shadowJar
diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index 1189a59c88db..8f78e4acd01a 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -1,6 +1,6 @@
 # Template file for 'cozy'
 pkgname=cozy
-version=1.2.0
+version=1.1.3
 revision=1
 build_style=meson
 hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee
@@ -15,4 +15,4 @@ maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-3.0-only, LGPL-3.0-only, Apache-2.0"
 homepage="https://github.com/geigi/cozy"
 distfiles="https://github.com/geigi/cozy/archive/${version}.tar.gz"
-checksum=5dbe1fb010bcc8b7a5b925aa2653808fdb14b58f87aad0cac8b0964d91eefc21
+checksum=21d49b660c970de513994f40dfd3a0dfc65834319ef1813bbc62a004ec17cfdf
diff --git a/srcpkgs/drone-cli/template b/srcpkgs/drone-cli/template
index 8c9d2d0ed5db..44885976b677 100644
--- a/srcpkgs/drone-cli/template
+++ b/srcpkgs/drone-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'drone-cli'
 pkgname=drone-cli
-version=1.5.0
+version=1.4.0
 revision=1
 build_style=go
 go_import_path=github.com/drone/drone-cli
@@ -12,4 +12,4 @@ license="Apache-2.0"
 homepage="https://github.com/drone/drone-cli"
 changelog="https://raw.githubusercontent.com/drone/drone-cli/master/CHANGELOG.md"
 distfiles="https://github.com/drone/drone-cli/archive/v${version}.tar.gz"
-checksum=fe7ffd0a886841ed279251a9af96e04e34447833a0a51551fffe496d08b472f6
+checksum=6b19378c923f71303dc753f2d39e7126285c23a504d20e3ce35fa8ee5605db03
diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index 64a25d1c80b6..09e7adabbed2 100644
--- a/srcpkgs/gns3-gui/template
+++ b/srcpkgs/gns3-gui/template
@@ -1,8 +1,10 @@
 # Template file for 'gns3-gui'
 pkgname=gns3-gui
-version=2.2.29
+version=2.2.28
 revision=1
 build_style=python3-module
+# Skip tests/test_link.py::test_create_link test that wasn't updated with the code https://github.com/GNS3/gns3-gui/commit/545a9f53
+make_check_args="-k-test_create_link"
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-psutil python3-jsonschema
  python3-PyQt5-svg python3-PyQt5-websockets xterm inetutils-telnet
@@ -14,7 +16,7 @@ license="GPL-3.0-or-later"
 homepage="https://gns3.com"
 changelog="https://raw.githubusercontent.com/GNS3/gns3-gui/master/CHANGELOG"
 distfiles="https://github.com/GNS3/${pkgname}/archive/v${version}.tar.gz"
-checksum=5b9b6db1917af66d0e4bf32c41ff17d6a03a487a2a870d18b04e68e7b572bf28
+checksum=8b6e5df17ae472bf3525e1adbb1a0d2c6f170df270f802163c00c02d75cc4ced
 
 post_install() {
 	vinstall gns3-gui.desktop 644 usr/share/applications
diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index 7441ffbcf050..a129019d74ee 100644
--- a/srcpkgs/gns3-server/template
+++ b/srcpkgs/gns3-server/template
@@ -1,6 +1,6 @@
 # Template file for 'gns3-server'
 pkgname=gns3-server
-version=2.2.29
+version=2.2.28
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -14,7 +14,7 @@ license="GPL-3.0-or-later"
 homepage="https://gns3.com"
 changelog="https://raw.githubusercontent.com/GNS3/gns3-server/master/CHANGELOG"
 distfiles="https://github.com/GNS3/gns3-server/archive/v${version}.tar.gz"
-checksum=34237771bb743ac9142569e67284123b6090f78cfd802a729e2f11b9d5d48929
+checksum=bd37601f2924fc00a9a1690478896566911e466699d68af0abadd097dd1e314b
 
 # The source archive contains statically linked artifacts for x86_64
 # glibc, since this is the only architecture supported by upstream, we
diff --git a/srcpkgs/hidapi/template b/srcpkgs/hidapi/template
index 996f99cb9f9e..76599089b8d1 100644
--- a/srcpkgs/hidapi/template
+++ b/srcpkgs/hidapi/template
@@ -1,6 +1,6 @@
 # Template file for 'hidapi'
 pkgname=hidapi
-version=0.11.2
+version=0.11.0
 revision=1
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
@@ -11,7 +11,7 @@ maintainer="Ulf <void@uw.anonaddy.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/libusb/hidapi"
 distfiles="https://github.com/libusb/hidapi/archive/hidapi-${version}.tar.gz"
-checksum=bc4ac0f32a6b21ef96258a7554c116152e2272dacdec1e4620fc44abeea50c27
+checksum=391d8e52f2d6a5cf76e2b0c079cfefe25497ba1d4659131297081fc0cd744632
 
 pre_configure() {
 	./bootstrap
diff --git a/srcpkgs/hugin/patches/0001-disable-vigra-links-exr-check.patch b/srcpkgs/hugin/patches/0001-disable-vigra-links-exr-check.patch
index 8403d7b1c4cf..814252350b34 100644
--- a/srcpkgs/hugin/patches/0001-disable-vigra-links-exr-check.patch
+++ b/srcpkgs/hugin/patches/0001-disable-vigra-links-exr-check.patch
@@ -1,14 +1,14 @@
-From 82af9705aacf1bcae713715eeda25f114800ed1d Mon Sep 17 00:00:00 2001
+From c4ef0397cf4a85109a83b0a76553629d6d8fd87f Mon Sep 17 00:00:00 2001
 From: lemmi <lemmi@nerd2nerd.org>
-Date: Sat, 8 Jan 2022 23:02:31 +0100
+Date: Tue, 15 Dec 2020 14:54:48 +0100
 Subject: [PATCH] disable vigra-links-exr check
 
 ---
  CMakeModules/FindVIGRA.cmake | 18 ------------------
  1 file changed, 18 deletions(-)
 
-diff --git a/CMakeModules/FindVIGRA.cmake b/CMakeModules/FindVIGRA.cmake
-index 320cf3d..f867b55 100755
+diff --git CMakeModules/FindVIGRA.cmake CMakeModules/FindVIGRA.cmake
+index 2349916..f867b55 100755
 --- a/CMakeModules/FindVIGRA.cmake
 +++ b/CMakeModules/FindVIGRA.cmake
 @@ -63,24 +63,6 @@ IF (VIGRA_FOUND)
@@ -26,7 +26,7 @@ index 320cf3d..f867b55 100755
 -        OUTPUT_STRIP_TRAILING_WHITESPACE
 -      )
 -      STRING(TOLOWER "${OUTPUT_LDD_VIGRA}" OUTPUT_LDD_VIGRA_LOWER)
--      IF(NOT "${OUTPUT_LDD_VIGRA_LOWER}" MATCHES "libilmimf|libopenexr")
+-      IF(NOT "${OUTPUT_LDD_VIGRA_LOWER}" MATCHES "libilmimf")
 -        MESSAGE(FATAL_ERROR "Libvigraimpex found. But vigraimpex seems to compiled without OpenEXR support. OpenEXR support is required for Hugin.")
 -      ENDIF()
 -    ELSE()
@@ -37,5 +37,5 @@ index 320cf3d..f867b55 100755
  	MESSAGE(FATAL_ERROR "Could not find VIGRA")
  ENDIF (VIGRA_FOUND)
 -- 
-2.34.1
+2.29.2
 
diff --git a/srcpkgs/hugin/template b/srcpkgs/hugin/template
index 7961c74632a1..b8af1fcbd260 100644
--- a/srcpkgs/hugin/template
+++ b/srcpkgs/hugin/template
@@ -1,7 +1,7 @@
 # Template file for 'hugin'
 pkgname=hugin
-version=2021.0.0
-revision=1
+version=2020.0.0
+revision=3
 wrksrc="${pkgname}-${version}"
 build_style=cmake
 build_helper=cmake-wxWidgets-gtk3
@@ -17,7 +17,7 @@ maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="GPL-2.0-or-later"
 homepage="http://hugin.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}/${pkgname}-${version%.*}/${pkgname}-${version}.tar.bz2"
-checksum=047aea8a7fa47844b34ef27c19d3b697e84939dcb1fdbbeb2c204621b66eead9
+checksum=283e7601259a7914cb075333424410928a439dc5f84216f33e2fe55501fbcacb
 python_version=3
 
 if [ "$CROSS_BUILD" ]; then
diff --git a/srcpkgs/icewm/template b/srcpkgs/icewm/template
index 68c9ff36f589..6b1efbef2219 100644
--- a/srcpkgs/icewm/template
+++ b/srcpkgs/icewm/template
@@ -1,6 +1,6 @@
 # Template file for 'icewm'
 pkgname=icewm
-version=2.9.4
+version=2.9.3
 revision=1
 build_style=cmake
 make_cmd=make
@@ -18,7 +18,7 @@ license="GPL-2.0-or-later"
 homepage="https://ice-wm.org/"
 changelog="https://raw.githubusercontent.com/ice-wm/icewm/master/NEWS"
 distfiles="https://github.com/ice-wm/icewm/archive/${version}.tar.gz"
-checksum=5a41b4745e23c9d5bb14fb6be1348730b4c74d64689e1c63d4b412c6a581683e
+checksum=0aeebdd403a3307a2ea83809055dabaab893193470dec930b25a5072f0c2d4d6
 # broken tests
 make_check=no
 
diff --git a/srcpkgs/inkscape/template b/srcpkgs/inkscape/template
index 742c6f95bddb..e53c0b378e71 100644
--- a/srcpkgs/inkscape/template
+++ b/srcpkgs/inkscape/template
@@ -1,7 +1,7 @@
 # Template file for 'inkscape'
 pkgname=inkscape
 version=1.1.1
-revision=2
+revision=1
 wrksrc="inkscape-${version}_2021-09-20_3bf5ae0d25"
 build_style=cmake
 # builds executables then runs checks
@@ -13,8 +13,8 @@ makedepends="harfbuzz-devel libsoup-devel gsl-devel pango-devel libatomic_ops-de
  double-conversion-devel gc-devel libwpd-devel libcdr-devel libvisio-devel
  poppler-devel libwpd-devel potrace-devel gtkmm-devel gdl-devel gtkspell3-devel
  aspell-devel libxslt-devel libgomp-devel libwpg-devel poppler-glib-devel"
-depends="desktop-file-utils hicolor-icon-theme python3-appdirs python3-lxml python3-numpy
- python3-scour python3-Pillow"
+depends="desktop-file-utils hicolor-icon-theme python3-lxml python3-numpy python3-scour
+ python3-Pillow"
 checkdepends="$depends gtest-devel ImageMagick cantarell-fonts"
 short_desc="Vector-based drawing program"
 maintainer="Alex Lohr <alex.lohr@logmein.com>"
diff --git a/srcpkgs/knot-resolver/template b/srcpkgs/knot-resolver/template
index 2f03d4420f03..56fd104bc0f0 100644
--- a/srcpkgs/knot-resolver/template
+++ b/srcpkgs/knot-resolver/template
@@ -1,6 +1,6 @@
 # Template file for 'knot-resolver'
 pkgname=knot-resolver
-version=5.4.4
+version=5.4.3
 revision=1
 build_style=meson
 configure_args="
@@ -19,7 +19,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.knot-resolver.cz/"
 distfiles="https://secure.nic.cz/files/knot-resolver/knot-resolver-${version}.tar.xz"
-checksum=588964319e943679d391cc9c886d40ef858ecd9b33ae160023b4e2b5182b2cea
+checksum=488729eb93190336b6bca10de0d78ecb7919f77fcab105debc0a644aa7d0a506
 
 system_accounts="_knot_resolver"
 _knot_resolver_homedir="/var/cache/knot-resolver"
diff --git a/srcpkgs/logrotate/template b/srcpkgs/logrotate/template
index b967dd87a21d..011beae16a99 100644
--- a/srcpkgs/logrotate/template
+++ b/srcpkgs/logrotate/template
@@ -1,6 +1,6 @@
 # Template file for 'logrotate'
 pkgname=logrotate
-version=3.19.0
+version=3.18.1
 revision=1
 build_style=gnu-configure
 makedepends="acl-devel popt-devel"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/logrotate/logrotate"
 distfiles="${homepage}/releases/download/${version}/logrotate-${version}.tar.xz"
-checksum=ddd5274d684c5c99ca724e8069329f343ebe376e07493d537d9effdc501214ba
+checksum=14a924e4804b3974e85019a9f9352c2a69726702e6656155c48bcdeace68a5dc
 make_dirs="/etc/logrotate.d 0755 root root"
 
 post_install() {
diff --git a/srcpkgs/nemo-compare/template b/srcpkgs/nemo-compare/template
index 762326163660..e53193719dc3 100644
--- a/srcpkgs/nemo-compare/template
+++ b/srcpkgs/nemo-compare/template
@@ -1,6 +1,6 @@
 # Template file for 'nemo-compare'
 pkgname=nemo-compare
-version=5.2.1
+version=5.0.1
 revision=1
 wrksrc="nemo-extensions-${pkgname}-${version}"
 build_wrksrc=nemo-compare
@@ -13,4 +13,4 @@ maintainer="mobinmob <mobinmob@disroot.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/linuxmint/nemo-extensions"
 distfiles="https://github.com/linuxmint/nemo-extensions/archive/refs/tags/nemo-compare-${version}.tar.gz"
-checksum=cd81bd4c4dc8c53c65fb9ebc4f94f8fe83c6731f570ec333390134dab202b089
+checksum=7eef629856f64b7483d372259994b878398e98903d83319e1072d754a034289e
diff --git a/srcpkgs/nemo-preview/template b/srcpkgs/nemo-preview/template
index 4faaeb2a783b..22767ba17c81 100644
--- a/srcpkgs/nemo-preview/template
+++ b/srcpkgs/nemo-preview/template
@@ -1,6 +1,6 @@
 # Template file for 'nemo-preview'
 pkgname=nemo-preview
-version=5.2.1
+version=5.0.1
 revision=1
 wrksrc="nemo-extensions-${pkgname}-${version}"
 build_wrksrc=nemo-preview
@@ -14,4 +14,4 @@ maintainer="mobinmob <mobinmob@disroot.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/linuxmint/nemo-extensions"
 distfiles="https://github.com/linuxmint/nemo-extensions/archive/refs/tags/nemo-preview-${version}.tar.gz"
-checksum=eacef0d86bd75b575676386fccd11084697d64e5c9ef405db8653e95fb0e1ec4
+checksum=042719518af70c21879df5f5e314aec03da727fc3c118c509ef9aba59744a6cd
diff --git a/srcpkgs/nemo-python/template b/srcpkgs/nemo-python/template
index 94cbd08a74a1..e87562d1810d 100644
--- a/srcpkgs/nemo-python/template
+++ b/srcpkgs/nemo-python/template
@@ -1,8 +1,8 @@
 # Template file for 'nemo-python'
 pkgname=nemo-python
-version=5.2.0
+version=5.0.1
 revision=1
-wrksrc="nemo-extensions-${version}"
+wrksrc="nemo-extensions-nemo-python-${version}"
 build_wrksrc=nemo-python
 build_style=meson
 hostmakedepends="pkg-config"
@@ -11,5 +11,5 @@ short_desc="Nemo python binding"
 maintainer="mobinmob <mobinmob@disroot.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/linuxmint/nemo-extensions"
-distfiles="https://github.com/linuxmint/nemo-extensions/archive/refs/tags/${version}.tar.gz"
-checksum=92364ac03be3458d3cdfa39ebd4061babd3926c280459e66f8814a6acc42a6a5
+distfiles="https://github.com/linuxmint/nemo-extensions/archive/refs/tags/nemo-python-${version}.tar.gz"
+checksum=b0900d80a082ef4f5aa1ca7c322fca3e33e7a6dfcc4be4c19cca6ae7d8111dbe
diff --git a/srcpkgs/nushell/patches/system-libraries.patch b/srcpkgs/nushell/patches/system-libraries.patch
index 6cf71782e4ca..1b154a11dd41 100644
--- a/srcpkgs/nushell/patches/system-libraries.patch
+++ b/srcpkgs/nushell/patches/system-libraries.patch
@@ -1,8 +1,8 @@
-diff --git a/Cargo.toml.orig b/Cargo.toml
-index 7c53d6d1ed..510ef7698b 100644
---- a/Cargo.toml.orig
-+++ b/Cargo.toml
-@@ -227,3 +227,7 @@ required-features = ["sqlite"]
+Index: nushell-0.34.0/Cargo.toml
+===================================================================
+--- nushell-0.34.0.orig/Cargo.toml
++++ nushell-0.34.0/Cargo.toml
+@@ -259,3 +259,7 @@ required-features = ["sqlite"]
  [[bin]]
  name = "nu"
  path = "src/main.rs"
@@ -10,31 +10,29 @@ index 7c53d6d1ed..510ef7698b 100644
 +[dependencies.zstd]
 +features = ["pkg-config"]
 +version = ">=0.0.0"
-====
-diff --git a/crates/nu_plugin_from_sqlite/Cargo.toml.orig b/crates/nu_plugin_from_sqlite/Cargo.toml
-index ef28788f42..ad439b5fd3 100644
---- a/crates/nu_plugin_from_sqlite/Cargo.toml.orig
-+++ b/crates/nu_plugin_from_sqlite/Cargo.toml
-@@ -18,7 +18,7 @@ nu-source = { path="../nu-source", version = "0.42.0" }
+Index: nushell-0.34.0/crates/nu_plugin_from_sqlite/Cargo.toml
+===================================================================
+--- nushell-0.34.0.orig/crates/nu_plugin_from_sqlite/Cargo.toml
++++ nushell-0.34.0/crates/nu_plugin_from_sqlite/Cargo.toml
+@@ -20,7 +20,7 @@ num-traits = "0.2.14"
  tempfile = "3.2.0"
  
  [dependencies.rusqlite]
 -features = ["bundled", "blob"]
 +features = ["blob"]
- version = "0.26.1"
+ version = "0.25.3"
  
  [build-dependencies]
-====
-diff --git a/crates/nu_plugin_to_sqlite/Cargo.toml.orig b/crates/nu_plugin_to_sqlite/Cargo.toml
-index 6e26ec5fda..a551200402 100644
---- a/crates/nu_plugin_to_sqlite/Cargo.toml.orig
-+++ b/crates/nu_plugin_to_sqlite/Cargo.toml
-@@ -18,7 +18,7 @@ nu-source = { path="../nu-source", version = "0.42.0" }
+Index: nushell-0.34.0/crates/nu_plugin_to_sqlite/Cargo.toml
+===================================================================
+--- nushell-0.34.0.orig/crates/nu_plugin_to_sqlite/Cargo.toml
++++ nushell-0.34.0/crates/nu_plugin_to_sqlite/Cargo.toml
+@@ -20,7 +20,7 @@ num-traits = "0.2.14"
  tempfile = "3.2.0"
  
  [dependencies.rusqlite]
 -features = ["bundled", "blob"]
 +features = ["blob"]
- version = "0.26.1"
+ version = "0.25.3"
  
  [build-dependencies]
diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template
index 444d11e67e75..2992ab13997f 100644
--- a/srcpkgs/nushell/template
+++ b/srcpkgs/nushell/template
@@ -1,7 +1,7 @@
 # Template file for 'nushell'
 pkgname=nushell
-version=0.42.0
-revision=1
+version=0.34.0
+revision=2
 build_style=cargo
 configure_args="--features=extra"
 hostmakedepends="pkg-config python3 libgit2-devel"
@@ -14,7 +14,7 @@ license="MIT"
 homepage="https://www.nushell.sh/"
 changelog="https://www.nushell.sh/blog/"
 distfiles="https://github.com/nushell/nushell/archive/refs/tags/${version}.tar.gz"
-checksum=68efbc58b1f7b4936a2f84903e093d66b172fb3d62f246966b8c5a8f8345eaae
+checksum=9571c7fbf0f0fdabb055727b63b6a5c3561f04357336289106591fc6afcff7a3
 register_shell="/usr/bin/nu"
 # all tests fail with argument --target
 make_check=no
@@ -23,6 +23,9 @@ case "$XBPS_TARGET_MACHINE" in
 	i686*)
 		broken='https://build.voidlinux.org/builders/i686_builder/builds/33520/steps/shell_3/logs/stdio'
 		;;
+esac
+
+case "$XBPS_TARGET_MACHINE" in
 	ppc*) broken="arrow-rs parquet is busted garbage";;
 esac
 
diff --git a/srcpkgs/perl-MRO-Compat/template b/srcpkgs/perl-MRO-Compat/template
index 00dd1c0fbdc8..bc6ad62d81f2 100644
--- a/srcpkgs/perl-MRO-Compat/template
+++ b/srcpkgs/perl-MRO-Compat/template
@@ -1,16 +1,15 @@
 # Template file for 'perl-MRO-Compat'
 pkgname=perl-MRO-Compat
-version=0.15
-revision=1
+version=0.13
+revision=3
 wrksrc="${pkgname/perl-/}-${version}"
 build_style=perl-module
 hostmakedepends="perl"
-makedepends="perl"
-depends="perl"
+makedepends="${hostmakedepends}"
+depends="${hostmakedepends}"
 short_desc="MRO::Compat - mro::* interface compatibility for Perls < 5.9.5"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="Artistic-1.0-Perl, GPL-1.0-or-later"
 homepage="https://metacpan.org/release/MRO-Compat"
-changelog="https://raw.githubusercontent.com/moose/MRO-Compat/master/Changes"
 distfiles="${CPAN_SITE}/App/HAARG/MRO-Compat-${version}.tar.gz"
-checksum=0d4535f88e43babd84ab604866215fc4d04398bd4db7b21852d4a31b1c15ef61
+checksum=8a2c3b6ccc19328d5579d02a7d91285e2afd85d801f49d423a8eb16f323da4f8
diff --git a/srcpkgs/python3-pikepdf/template b/srcpkgs/python3-pikepdf/template
index 5818ac130bdd..7ab9e42a9b72 100644
--- a/srcpkgs/python3-pikepdf/template
+++ b/srcpkgs/python3-pikepdf/template
@@ -1,12 +1,12 @@
 # Template file for 'python3-pikepdf'
 pkgname=python3-pikepdf
-version=4.3.1
+version=4.2.0
 revision=1
 wrksrc="pikepdf-${version}"
 build_style=python3-module
 hostmakedepends="python3-pybind11 python3-setuptools_scm python3-wheel"
 makedepends="libqpdf-devel python3-pybind11"
-depends="python3-lxml python3-packaging python3-Pillow python3-setuptools"
+depends="python3-lxml python3-Pillow python3-setuptools"
 checkdepends="python3-dateutil python3-hypothesis python3-psutil python3-pytest
  $depends"
 short_desc="Python library for reading and writing PDF files"
@@ -14,7 +14,7 @@ maintainer="Philipp David <pd@3b.pm>"
 license="MPL-2.0"
 homepage="https://github.com/pikepdf/pikepdf"
 distfiles="${PYPI_SITE}/p/pikepdf/pikepdf-${version}.tar.gz"
-checksum=8836e6060534c7245c8d736e93600667b928c767a012a73bb567f56bbe3d985c
+checksum=9a91564193f2c01a55aef4c3b97764b2cb59443034b62a95620b12eb265c647e
 
 pre_build() {
 	vsed -e '/setuptools_scm_git_archive/d' -i setup.py
diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index bc4fb07f17bd..3c8356a5fcb6 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,7 +1,7 @@
 # Template file for 'radicale'
 pkgname=radicale
-version=3.1.0
-revision=1
+version=3.0.6
+revision=3
 wrksrc="Radicale-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,9 +12,9 @@ short_desc="Complete calendar and contact storing and manipulating solution"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-or-later"
 homepage="https://radicale.org"
-changelog="https://github.com/Kozea/Radicale/blob/master/NEWS.md"
-distfiles="https://github.com/Kozea/Radicale/archive/refs/tags/v${version}.tar.gz"
-checksum=96ea98ea5a888069fbda1efe4fa68fa4b2966283cf0285bc5911b027d0a921ee
+changelog="https://github.com/Kozea/Radicale/blob/${version}/NEWS.md"
+distfiles="https://github.com/Kozea/Radicale/archive/${version}.tar.gz"
+checksum=69cfbcc66f8dc13fb82c82ed9561a9aad30462a6bb09b45a64ad39401bf61b98
 conf_files="
  /etc/radicale/config
  /etc/radicale/rights
diff --git a/srcpkgs/s/template b/srcpkgs/s/template
index 76a7da458242..cb9c4fc4e4ca 100644
--- a/srcpkgs/s/template
+++ b/srcpkgs/s/template
@@ -1,6 +1,6 @@
 # Template file for 's'
 pkgname=s
-version=0.6.4
+version=0.6.2
 revision=1
 build_helper=qemu
 build_style=go
@@ -11,7 +11,7 @@ maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="MIT"
 homepage="https://github.com/zquestz/s"
 distfiles="https://github.com/zquestz/s/archive/v${version}.tar.gz"
-checksum=5829a18da40cb5a936f32240b4244d2a0543cb85dc3d5e013ae5aa08557c148f
+checksum=acc38953fcb21e1dd2cd761b9d2bf8272aa6aa30fed2adb657f2dba7e4df872f
 
 post_build() {
 	s_cli=$(find $GOPATH/bin -name s)
diff --git a/srcpkgs/uriparser/template b/srcpkgs/uriparser/template
index 7a8db02f46e7..36389d151f84 100644
--- a/srcpkgs/uriparser/template
+++ b/srcpkgs/uriparser/template
@@ -1,6 +1,6 @@
 # Template file for 'uriparser'
 pkgname=uriparser
-version=0.9.6
+version=0.9.5
 revision=1
 build_style=cmake
 make_check_target=test
@@ -11,7 +11,7 @@ maintainer="mobinmob <mobinmob@disroot.org>"
 license="BSD-3-Clause"
 homepage="https://uriparser.github.io/"
 distfiles="https://github.com/${pkgname}/${pkgname}/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
-checksum=9ce4c3f151e78579f23937b44abecb428126863ad02e594e115e882353de905b
+checksum=dd8061eba7f2e66c151722e6db0b27c972baa6215cf16f135dbe0f0a4bc6606c
 
 post_install() {
 	vlicense COPYING
diff --git a/srcpkgs/xwmfs/template b/srcpkgs/xwmfs/template
index b5bc75668862..7b1da9a26ed8 100644
--- a/srcpkgs/xwmfs/template
+++ b/srcpkgs/xwmfs/template
@@ -1,6 +1,6 @@
 # Template file for 'xwmfs'
 pkgname=xwmfs
-version=0.90
+version=0.85
 revision=1
 build_style=gnu-configure
 hostmakedepends="automake autoconf pkg-config which"
@@ -11,7 +11,7 @@ license="GPL-2.0-or-later"
 homepage="https://github.com/gerstner-hub/xwmfs"
 changelog="https://raw.githubusercontent.com/gerstner-hub/xwmfs/master/ChangeLog"
 distfiles="https://github.com/gerstner-hub/xwmfs/archive/v${version}.tar.gz"
-checksum=36e86ded944d154021eadfbb58f3531c4d879dfa57edd8db472c3f2b0e369e3d
+checksum=9d786514397f34ff35eaf460c8c07ccc64d01227311ab19e4a7aab9fd0007831
 
 pre_configure() {
 	./bootstrap
diff --git a/srcpkgs/zita-alsa-pcmi/template b/srcpkgs/zita-alsa-pcmi/template
index ab83dfb41a9d..908642f6e3fc 100644
--- a/srcpkgs/zita-alsa-pcmi/template
+++ b/srcpkgs/zita-alsa-pcmi/template
@@ -1,6 +1,6 @@
 # Template file for 'zita-alsa-pcmi'
 pkgname=zita-alsa-pcmi
-version=0.4.0
+version=0.3.2
 revision=1
 build_wrksrc="source"
 build_style=gnu-makefile
@@ -11,7 +11,7 @@ maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="GPL-3.0-or-later"
 homepage="https://kokkinizita.linuxaudio.org/linuxaudio/"
 distfiles="https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${version}.tar.bz2"
-checksum=bd8c9f360dfb541fb60e48a713baf1e22d41b2c74c19a0fe9f2d34e72f50f1c5
+checksum=1a1d9f7e373032bd5702382e4c923407911f4f791c449c0c0f027a725edba789
 
 CXXFLAGS="-fPIC"
 

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

* Re: [PR PATCH] [Updated] New package: kloak-0.2
  2022-01-08 17:26 [PR PATCH] New package: kloak-0.2 gbeliako
                   ` (4 preceding siblings ...)
  2022-01-09 18:06 ` gbeliako
@ 2022-01-09 22:43 ` gbeliako
  2022-01-09 22:44 ` [PR PATCH] [Closed]: " gbeliako
  6 siblings, 0 replies; 8+ messages in thread
From: gbeliako @ 2022-01-09 22:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gbeliako/void-packages kloak-branch
https://github.com/void-linux/void-packages/pull/34947

New package: kloak-0.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
<!-- 
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 95e770704a65d5673f1b024b93d7878dc1acb4db Mon Sep 17 00:00:00 2001
From: chaquen <chaquen@C.cgps.ch>
Date: Sun, 9 Jan 2022 12:10:20 +1100
Subject: [PATCH 01/27] New package: kloak-0.2

Committer: chaquen <void@cgps.xyz>
---
 srcpkgs/kloak/LICENSE             | 27 ++++++++++++++++++++++++
 srcpkgs/kloak/files/kloak/log/run |  3 +++
 srcpkgs/kloak/files/kloak/run     |  2 ++
 srcpkgs/kloak/patches/arch.patch  | 15 +++++++++++++
 srcpkgs/kloak/template            | 35 +++++++++++++++++++++++++++++++
 5 files changed, 82 insertions(+)
 create mode 100644 srcpkgs/kloak/LICENSE
 create mode 100755 srcpkgs/kloak/files/kloak/log/run
 create mode 100755 srcpkgs/kloak/files/kloak/run
 create mode 100644 srcpkgs/kloak/patches/arch.patch
 create mode 100644 srcpkgs/kloak/template

diff --git a/srcpkgs/kloak/LICENSE b/srcpkgs/kloak/LICENSE
new file mode 100644
index 000000000000..43e379ad684c
--- /dev/null
+++ b/srcpkgs/kloak/LICENSE
@@ -0,0 +1,27 @@
+Copyright (c) 2016, Vinnie Monaco
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+  list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+
+* Neither the name of the copyright holder nor the names of its
+  contributors may be used to endorse or promote products derived from
+  this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/srcpkgs/kloak/files/kloak/log/run b/srcpkgs/kloak/files/kloak/log/run
new file mode 100755
index 000000000000..9fb5b06c14b5
--- /dev/null
+++ b/srcpkgs/kloak/files/kloak/log/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+mkdir -p /var/log/kloak
+exec chpst svlogd -tt /var/log/kloak
diff --git a/srcpkgs/kloak/files/kloak/run b/srcpkgs/kloak/files/kloak/run
new file mode 100755
index 000000000000..f5ed3a6ddc71
--- /dev/null
+++ b/srcpkgs/kloak/files/kloak/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u root kloak 2>&1
diff --git a/srcpkgs/kloak/patches/arch.patch b/srcpkgs/kloak/patches/arch.patch
new file mode 100644
index 000000000000..1cc1a91db4c7
--- /dev/null
+++ b/srcpkgs/kloak/patches/arch.patch
@@ -0,0 +1,15 @@
+--- Makefile	2022-01-09 11:52:43.614448083 +1100
++++ Makefile-new	2022-01-09 11:52:29.607465535 +1100
+@@ -3,10 +3,10 @@
+ all : kloak eventcap
+ 
+ kloak : src/main.c src/keycodes.c src/keycodes.h
+-	gcc src/main.c src/keycodes.c -o kloak -lm -lpthread $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
++	$(CC) src/main.c src/keycodes.c -o kloak -lm -lpthread $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
+ 
+ eventcap : src/eventcap.c
+-	gcc src/eventcap.c -o eventcap $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
++	$(CC) src/eventcap.c -o eventcap $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
+ 
+ ## genmkfile - Makefile - version 1.5
+ 
diff --git a/srcpkgs/kloak/template b/srcpkgs/kloak/template
new file mode 100644
index 000000000000..acad2ae53545
--- /dev/null
+++ b/srcpkgs/kloak/template
@@ -0,0 +1,35 @@
+# Template file for 'kloak'
+pkgname=kloak
+version=0.2
+revision=1
+archs="i686 x86_64 armv7l aarch64"
+wrksrc="${pkgname}-${version}"
+#build_wrksrc=""
+#create_wrksrc=yes
+build_style=gnu-makefile
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="gcc"
+#makedepends=""
+#depends=""
+make_dirs="/etc/sv/kloak 755 root root"
+make_dirs="/etc/sv/kloak/log 755 root root"
+short_desc="Kloak is a privacy tool that makes keystroke biometrics less effective"
+maintainer="Chaquen <void@cgps.xyz>"
+license="BSD-3-Clause"
+homepage="https://github.com/vmonaco/kloak"
+distfiles="https://github.com/vmonaco/kloak/archive/refs/tags/v${version}.tar.gz"
+checksum=de81215fbc3d7bc1b485a6dd8e1d0a0bb063cc60d380c34d76c046a8c98d423a
+do_install() {
+	vbin kloak
+	#vlicense LICENSE
+	#vman 'auto-generated-man-pages/kloak.8'
+	#vman 'auto-generated-man-pages/eventcap.8'
+	vsv kloak
+}
+post_install() {
+	vlicense LICENSE
+}

From 9485b7bc59dbb997b0c27d05505106636349e594 Mon Sep 17 00:00:00 2001
From: chaquen <chaquen@C.cgps.ch>
Date: Sun, 9 Jan 2022 12:10:20 +1100
Subject: [PATCH 02/27] New package: kloak-0.2

Committer: chaquen <void@cgps.xyz>
---
 srcpkgs/kloak/LICENSE             | 27 ++++++++++++++++++++++++
 srcpkgs/kloak/files/kloak/log/run |  3 +++
 srcpkgs/kloak/files/kloak/run     |  2 ++
 srcpkgs/kloak/patches/arch.patch  | 15 +++++++++++++
 srcpkgs/kloak/template            | 35 +++++++++++++++++++++++++++++++
 5 files changed, 82 insertions(+)
 create mode 100644 srcpkgs/kloak/LICENSE
 create mode 100755 srcpkgs/kloak/files/kloak/log/run
 create mode 100755 srcpkgs/kloak/files/kloak/run
 create mode 100644 srcpkgs/kloak/patches/arch.patch
 create mode 100644 srcpkgs/kloak/template

diff --git a/srcpkgs/kloak/LICENSE b/srcpkgs/kloak/LICENSE
new file mode 100644
index 000000000000..43e379ad684c
--- /dev/null
+++ b/srcpkgs/kloak/LICENSE
@@ -0,0 +1,27 @@
+Copyright (c) 2016, Vinnie Monaco
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+  list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+
+* Neither the name of the copyright holder nor the names of its
+  contributors may be used to endorse or promote products derived from
+  this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/srcpkgs/kloak/files/kloak/log/run b/srcpkgs/kloak/files/kloak/log/run
new file mode 100755
index 000000000000..9fb5b06c14b5
--- /dev/null
+++ b/srcpkgs/kloak/files/kloak/log/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+mkdir -p /var/log/kloak
+exec chpst svlogd -tt /var/log/kloak
diff --git a/srcpkgs/kloak/files/kloak/run b/srcpkgs/kloak/files/kloak/run
new file mode 100755
index 000000000000..f5ed3a6ddc71
--- /dev/null
+++ b/srcpkgs/kloak/files/kloak/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u root kloak 2>&1
diff --git a/srcpkgs/kloak/patches/arch.patch b/srcpkgs/kloak/patches/arch.patch
new file mode 100644
index 000000000000..cc94b4129bfa
--- /dev/null
+++ b/srcpkgs/kloak/patches/arch.patch
@@ -0,0 +1,15 @@
+--- a/Makefile
++++ b/Makefile
+@@ -3,10 +3,10 @@
+ all : kloak eventcap
+ 
+ kloak : src/main.c src/keycodes.c src/keycodes.h
+-	gcc src/main.c src/keycodes.c -o kloak -lm -lpthread $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
++	$(CC) src/main.c src/keycodes.c -o kloak -lm -lpthread $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
+ 
+ eventcap : src/eventcap.c
+-	gcc src/eventcap.c -o eventcap $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
++	$(CC) src/eventcap.c -o eventcap $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
+ 
+ ## genmkfile - Makefile - version 1.5
+ 
diff --git a/srcpkgs/kloak/template b/srcpkgs/kloak/template
new file mode 100644
index 000000000000..acad2ae53545
--- /dev/null
+++ b/srcpkgs/kloak/template
@@ -0,0 +1,35 @@
+# Template file for 'kloak'
+pkgname=kloak
+version=0.2
+revision=1
+archs="i686 x86_64 armv7l aarch64"
+wrksrc="${pkgname}-${version}"
+#build_wrksrc=""
+#create_wrksrc=yes
+build_style=gnu-makefile
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="gcc"
+#makedepends=""
+#depends=""
+make_dirs="/etc/sv/kloak 755 root root"
+make_dirs="/etc/sv/kloak/log 755 root root"
+short_desc="Kloak is a privacy tool that makes keystroke biometrics less effective"
+maintainer="Chaquen <void@cgps.xyz>"
+license="BSD-3-Clause"
+homepage="https://github.com/vmonaco/kloak"
+distfiles="https://github.com/vmonaco/kloak/archive/refs/tags/v${version}.tar.gz"
+checksum=de81215fbc3d7bc1b485a6dd8e1d0a0bb063cc60d380c34d76c046a8c98d423a
+do_install() {
+	vbin kloak
+	#vlicense LICENSE
+	#vman 'auto-generated-man-pages/kloak.8'
+	#vman 'auto-generated-man-pages/eventcap.8'
+	vsv kloak
+}
+post_install() {
+	vlicense LICENSE
+}

From e178d5004968eb2e4a6710047eb438dab0552bf4 Mon Sep 17 00:00:00 2001
From: chaquen <chaquen@C.cgps.ch>
Date: Mon, 10 Jan 2022 05:05:31 +1100
Subject: [PATCH 03/27] Revert "Merge branch 'void-linux:master' into
 kloak-branch"

This reverts commit 05e1ae7945fc32529ef2d22f5adde272789e00e8, reversing
changes made to 95e770704a65d5673f1b024b93d7878dc1acb4db.

 Committer: chaquen <void@cgps.xyz>
---
 srcpkgs/chatty/template                       |  4 +--
 srcpkgs/cozy/template                         |  4 +--
 srcpkgs/drone-cli/template                    |  4 +--
 srcpkgs/gns3-gui/template                     |  6 ++--
 srcpkgs/gns3-server/template                  |  4 +--
 srcpkgs/hidapi/template                       |  4 +--
 .../0001-disable-vigra-links-exr-check.patch  | 12 +++----
 srcpkgs/hugin/template                        |  6 ++--
 srcpkgs/icewm/template                        |  4 +--
 srcpkgs/inkscape/template                     |  6 ++--
 srcpkgs/knot-resolver/template                |  4 +--
 srcpkgs/logrotate/template                    |  4 +--
 srcpkgs/nemo-compare/template                 |  4 +--
 srcpkgs/nemo-preview/template                 |  4 +--
 srcpkgs/nemo-python/template                  |  8 ++---
 .../nushell/patches/system-libraries.patch    | 36 +++++++++----------
 srcpkgs/nushell/template                      |  9 +++--
 srcpkgs/perl-MRO-Compat/template              | 11 +++---
 srcpkgs/python3-pikepdf/template              |  6 ++--
 srcpkgs/radicale/template                     | 10 +++---
 srcpkgs/s/template                            |  4 +--
 srcpkgs/uriparser/template                    |  4 +--
 srcpkgs/xwmfs/template                        |  4 +--
 srcpkgs/zita-alsa-pcmi/template               |  4 +--
 24 files changed, 84 insertions(+), 82 deletions(-)

diff --git a/srcpkgs/chatty/template b/srcpkgs/chatty/template
index 723aad3088a6..877edb69f4a6 100644
--- a/srcpkgs/chatty/template
+++ b/srcpkgs/chatty/template
@@ -1,6 +1,6 @@
 # Template file for 'chatty'
 pkgname=chatty
-version=0.16
+version=0.15
 revision=1
 hostmakedepends="gradle"
 depends="virtual?java-runtime"
@@ -9,7 +9,7 @@ maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-3.0-or-later"
 homepage="https://chatty.github.io/"
 distfiles="https://github.com/chatty/chatty/archive/v${version}.tar.gz"
-checksum=18d5b096caae03f7d5d6a0afc68063f43ac6cfcfa982ca574872fb948f2c6b2d
+checksum=da1ea6b530a7b6548382550a0b4789ea4207f213c46d5e516e7574b47a2f1de1
 
 do_build() {
 	gradle shadowJar
diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index 1189a59c88db..8f78e4acd01a 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -1,6 +1,6 @@
 # Template file for 'cozy'
 pkgname=cozy
-version=1.2.0
+version=1.1.3
 revision=1
 build_style=meson
 hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee
@@ -15,4 +15,4 @@ maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-3.0-only, LGPL-3.0-only, Apache-2.0"
 homepage="https://github.com/geigi/cozy"
 distfiles="https://github.com/geigi/cozy/archive/${version}.tar.gz"
-checksum=5dbe1fb010bcc8b7a5b925aa2653808fdb14b58f87aad0cac8b0964d91eefc21
+checksum=21d49b660c970de513994f40dfd3a0dfc65834319ef1813bbc62a004ec17cfdf
diff --git a/srcpkgs/drone-cli/template b/srcpkgs/drone-cli/template
index 8c9d2d0ed5db..44885976b677 100644
--- a/srcpkgs/drone-cli/template
+++ b/srcpkgs/drone-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'drone-cli'
 pkgname=drone-cli
-version=1.5.0
+version=1.4.0
 revision=1
 build_style=go
 go_import_path=github.com/drone/drone-cli
@@ -12,4 +12,4 @@ license="Apache-2.0"
 homepage="https://github.com/drone/drone-cli"
 changelog="https://raw.githubusercontent.com/drone/drone-cli/master/CHANGELOG.md"
 distfiles="https://github.com/drone/drone-cli/archive/v${version}.tar.gz"
-checksum=fe7ffd0a886841ed279251a9af96e04e34447833a0a51551fffe496d08b472f6
+checksum=6b19378c923f71303dc753f2d39e7126285c23a504d20e3ce35fa8ee5605db03
diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index 64a25d1c80b6..09e7adabbed2 100644
--- a/srcpkgs/gns3-gui/template
+++ b/srcpkgs/gns3-gui/template
@@ -1,8 +1,10 @@
 # Template file for 'gns3-gui'
 pkgname=gns3-gui
-version=2.2.29
+version=2.2.28
 revision=1
 build_style=python3-module
+# Skip tests/test_link.py::test_create_link test that wasn't updated with the code https://github.com/GNS3/gns3-gui/commit/545a9f53
+make_check_args="-k-test_create_link"
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-psutil python3-jsonschema
  python3-PyQt5-svg python3-PyQt5-websockets xterm inetutils-telnet
@@ -14,7 +16,7 @@ license="GPL-3.0-or-later"
 homepage="https://gns3.com"
 changelog="https://raw.githubusercontent.com/GNS3/gns3-gui/master/CHANGELOG"
 distfiles="https://github.com/GNS3/${pkgname}/archive/v${version}.tar.gz"
-checksum=5b9b6db1917af66d0e4bf32c41ff17d6a03a487a2a870d18b04e68e7b572bf28
+checksum=8b6e5df17ae472bf3525e1adbb1a0d2c6f170df270f802163c00c02d75cc4ced
 
 post_install() {
 	vinstall gns3-gui.desktop 644 usr/share/applications
diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index 7441ffbcf050..a129019d74ee 100644
--- a/srcpkgs/gns3-server/template
+++ b/srcpkgs/gns3-server/template
@@ -1,6 +1,6 @@
 # Template file for 'gns3-server'
 pkgname=gns3-server
-version=2.2.29
+version=2.2.28
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -14,7 +14,7 @@ license="GPL-3.0-or-later"
 homepage="https://gns3.com"
 changelog="https://raw.githubusercontent.com/GNS3/gns3-server/master/CHANGELOG"
 distfiles="https://github.com/GNS3/gns3-server/archive/v${version}.tar.gz"
-checksum=34237771bb743ac9142569e67284123b6090f78cfd802a729e2f11b9d5d48929
+checksum=bd37601f2924fc00a9a1690478896566911e466699d68af0abadd097dd1e314b
 
 # The source archive contains statically linked artifacts for x86_64
 # glibc, since this is the only architecture supported by upstream, we
diff --git a/srcpkgs/hidapi/template b/srcpkgs/hidapi/template
index 996f99cb9f9e..76599089b8d1 100644
--- a/srcpkgs/hidapi/template
+++ b/srcpkgs/hidapi/template
@@ -1,6 +1,6 @@
 # Template file for 'hidapi'
 pkgname=hidapi
-version=0.11.2
+version=0.11.0
 revision=1
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
@@ -11,7 +11,7 @@ maintainer="Ulf <void@uw.anonaddy.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/libusb/hidapi"
 distfiles="https://github.com/libusb/hidapi/archive/hidapi-${version}.tar.gz"
-checksum=bc4ac0f32a6b21ef96258a7554c116152e2272dacdec1e4620fc44abeea50c27
+checksum=391d8e52f2d6a5cf76e2b0c079cfefe25497ba1d4659131297081fc0cd744632
 
 pre_configure() {
 	./bootstrap
diff --git a/srcpkgs/hugin/patches/0001-disable-vigra-links-exr-check.patch b/srcpkgs/hugin/patches/0001-disable-vigra-links-exr-check.patch
index 8403d7b1c4cf..814252350b34 100644
--- a/srcpkgs/hugin/patches/0001-disable-vigra-links-exr-check.patch
+++ b/srcpkgs/hugin/patches/0001-disable-vigra-links-exr-check.patch
@@ -1,14 +1,14 @@
-From 82af9705aacf1bcae713715eeda25f114800ed1d Mon Sep 17 00:00:00 2001
+From c4ef0397cf4a85109a83b0a76553629d6d8fd87f Mon Sep 17 00:00:00 2001
 From: lemmi <lemmi@nerd2nerd.org>
-Date: Sat, 8 Jan 2022 23:02:31 +0100
+Date: Tue, 15 Dec 2020 14:54:48 +0100
 Subject: [PATCH] disable vigra-links-exr check
 
 ---
  CMakeModules/FindVIGRA.cmake | 18 ------------------
  1 file changed, 18 deletions(-)
 
-diff --git a/CMakeModules/FindVIGRA.cmake b/CMakeModules/FindVIGRA.cmake
-index 320cf3d..f867b55 100755
+diff --git CMakeModules/FindVIGRA.cmake CMakeModules/FindVIGRA.cmake
+index 2349916..f867b55 100755
 --- a/CMakeModules/FindVIGRA.cmake
 +++ b/CMakeModules/FindVIGRA.cmake
 @@ -63,24 +63,6 @@ IF (VIGRA_FOUND)
@@ -26,7 +26,7 @@ index 320cf3d..f867b55 100755
 -        OUTPUT_STRIP_TRAILING_WHITESPACE
 -      )
 -      STRING(TOLOWER "${OUTPUT_LDD_VIGRA}" OUTPUT_LDD_VIGRA_LOWER)
--      IF(NOT "${OUTPUT_LDD_VIGRA_LOWER}" MATCHES "libilmimf|libopenexr")
+-      IF(NOT "${OUTPUT_LDD_VIGRA_LOWER}" MATCHES "libilmimf")
 -        MESSAGE(FATAL_ERROR "Libvigraimpex found. But vigraimpex seems to compiled without OpenEXR support. OpenEXR support is required for Hugin.")
 -      ENDIF()
 -    ELSE()
@@ -37,5 +37,5 @@ index 320cf3d..f867b55 100755
  	MESSAGE(FATAL_ERROR "Could not find VIGRA")
  ENDIF (VIGRA_FOUND)
 -- 
-2.34.1
+2.29.2
 
diff --git a/srcpkgs/hugin/template b/srcpkgs/hugin/template
index 7961c74632a1..b8af1fcbd260 100644
--- a/srcpkgs/hugin/template
+++ b/srcpkgs/hugin/template
@@ -1,7 +1,7 @@
 # Template file for 'hugin'
 pkgname=hugin
-version=2021.0.0
-revision=1
+version=2020.0.0
+revision=3
 wrksrc="${pkgname}-${version}"
 build_style=cmake
 build_helper=cmake-wxWidgets-gtk3
@@ -17,7 +17,7 @@ maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="GPL-2.0-or-later"
 homepage="http://hugin.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}/${pkgname}-${version%.*}/${pkgname}-${version}.tar.bz2"
-checksum=047aea8a7fa47844b34ef27c19d3b697e84939dcb1fdbbeb2c204621b66eead9
+checksum=283e7601259a7914cb075333424410928a439dc5f84216f33e2fe55501fbcacb
 python_version=3
 
 if [ "$CROSS_BUILD" ]; then
diff --git a/srcpkgs/icewm/template b/srcpkgs/icewm/template
index 68c9ff36f589..6b1efbef2219 100644
--- a/srcpkgs/icewm/template
+++ b/srcpkgs/icewm/template
@@ -1,6 +1,6 @@
 # Template file for 'icewm'
 pkgname=icewm
-version=2.9.4
+version=2.9.3
 revision=1
 build_style=cmake
 make_cmd=make
@@ -18,7 +18,7 @@ license="GPL-2.0-or-later"
 homepage="https://ice-wm.org/"
 changelog="https://raw.githubusercontent.com/ice-wm/icewm/master/NEWS"
 distfiles="https://github.com/ice-wm/icewm/archive/${version}.tar.gz"
-checksum=5a41b4745e23c9d5bb14fb6be1348730b4c74d64689e1c63d4b412c6a581683e
+checksum=0aeebdd403a3307a2ea83809055dabaab893193470dec930b25a5072f0c2d4d6
 # broken tests
 make_check=no
 
diff --git a/srcpkgs/inkscape/template b/srcpkgs/inkscape/template
index 742c6f95bddb..e53c0b378e71 100644
--- a/srcpkgs/inkscape/template
+++ b/srcpkgs/inkscape/template
@@ -1,7 +1,7 @@
 # Template file for 'inkscape'
 pkgname=inkscape
 version=1.1.1
-revision=2
+revision=1
 wrksrc="inkscape-${version}_2021-09-20_3bf5ae0d25"
 build_style=cmake
 # builds executables then runs checks
@@ -13,8 +13,8 @@ makedepends="harfbuzz-devel libsoup-devel gsl-devel pango-devel libatomic_ops-de
  double-conversion-devel gc-devel libwpd-devel libcdr-devel libvisio-devel
  poppler-devel libwpd-devel potrace-devel gtkmm-devel gdl-devel gtkspell3-devel
  aspell-devel libxslt-devel libgomp-devel libwpg-devel poppler-glib-devel"
-depends="desktop-file-utils hicolor-icon-theme python3-appdirs python3-lxml python3-numpy
- python3-scour python3-Pillow"
+depends="desktop-file-utils hicolor-icon-theme python3-lxml python3-numpy python3-scour
+ python3-Pillow"
 checkdepends="$depends gtest-devel ImageMagick cantarell-fonts"
 short_desc="Vector-based drawing program"
 maintainer="Alex Lohr <alex.lohr@logmein.com>"
diff --git a/srcpkgs/knot-resolver/template b/srcpkgs/knot-resolver/template
index 2f03d4420f03..56fd104bc0f0 100644
--- a/srcpkgs/knot-resolver/template
+++ b/srcpkgs/knot-resolver/template
@@ -1,6 +1,6 @@
 # Template file for 'knot-resolver'
 pkgname=knot-resolver
-version=5.4.4
+version=5.4.3
 revision=1
 build_style=meson
 configure_args="
@@ -19,7 +19,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.knot-resolver.cz/"
 distfiles="https://secure.nic.cz/files/knot-resolver/knot-resolver-${version}.tar.xz"
-checksum=588964319e943679d391cc9c886d40ef858ecd9b33ae160023b4e2b5182b2cea
+checksum=488729eb93190336b6bca10de0d78ecb7919f77fcab105debc0a644aa7d0a506
 
 system_accounts="_knot_resolver"
 _knot_resolver_homedir="/var/cache/knot-resolver"
diff --git a/srcpkgs/logrotate/template b/srcpkgs/logrotate/template
index b967dd87a21d..011beae16a99 100644
--- a/srcpkgs/logrotate/template
+++ b/srcpkgs/logrotate/template
@@ -1,6 +1,6 @@
 # Template file for 'logrotate'
 pkgname=logrotate
-version=3.19.0
+version=3.18.1
 revision=1
 build_style=gnu-configure
 makedepends="acl-devel popt-devel"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/logrotate/logrotate"
 distfiles="${homepage}/releases/download/${version}/logrotate-${version}.tar.xz"
-checksum=ddd5274d684c5c99ca724e8069329f343ebe376e07493d537d9effdc501214ba
+checksum=14a924e4804b3974e85019a9f9352c2a69726702e6656155c48bcdeace68a5dc
 make_dirs="/etc/logrotate.d 0755 root root"
 
 post_install() {
diff --git a/srcpkgs/nemo-compare/template b/srcpkgs/nemo-compare/template
index 762326163660..e53193719dc3 100644
--- a/srcpkgs/nemo-compare/template
+++ b/srcpkgs/nemo-compare/template
@@ -1,6 +1,6 @@
 # Template file for 'nemo-compare'
 pkgname=nemo-compare
-version=5.2.1
+version=5.0.1
 revision=1
 wrksrc="nemo-extensions-${pkgname}-${version}"
 build_wrksrc=nemo-compare
@@ -13,4 +13,4 @@ maintainer="mobinmob <mobinmob@disroot.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/linuxmint/nemo-extensions"
 distfiles="https://github.com/linuxmint/nemo-extensions/archive/refs/tags/nemo-compare-${version}.tar.gz"
-checksum=cd81bd4c4dc8c53c65fb9ebc4f94f8fe83c6731f570ec333390134dab202b089
+checksum=7eef629856f64b7483d372259994b878398e98903d83319e1072d754a034289e
diff --git a/srcpkgs/nemo-preview/template b/srcpkgs/nemo-preview/template
index 4faaeb2a783b..22767ba17c81 100644
--- a/srcpkgs/nemo-preview/template
+++ b/srcpkgs/nemo-preview/template
@@ -1,6 +1,6 @@
 # Template file for 'nemo-preview'
 pkgname=nemo-preview
-version=5.2.1
+version=5.0.1
 revision=1
 wrksrc="nemo-extensions-${pkgname}-${version}"
 build_wrksrc=nemo-preview
@@ -14,4 +14,4 @@ maintainer="mobinmob <mobinmob@disroot.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/linuxmint/nemo-extensions"
 distfiles="https://github.com/linuxmint/nemo-extensions/archive/refs/tags/nemo-preview-${version}.tar.gz"
-checksum=eacef0d86bd75b575676386fccd11084697d64e5c9ef405db8653e95fb0e1ec4
+checksum=042719518af70c21879df5f5e314aec03da727fc3c118c509ef9aba59744a6cd
diff --git a/srcpkgs/nemo-python/template b/srcpkgs/nemo-python/template
index 94cbd08a74a1..e87562d1810d 100644
--- a/srcpkgs/nemo-python/template
+++ b/srcpkgs/nemo-python/template
@@ -1,8 +1,8 @@
 # Template file for 'nemo-python'
 pkgname=nemo-python
-version=5.2.0
+version=5.0.1
 revision=1
-wrksrc="nemo-extensions-${version}"
+wrksrc="nemo-extensions-nemo-python-${version}"
 build_wrksrc=nemo-python
 build_style=meson
 hostmakedepends="pkg-config"
@@ -11,5 +11,5 @@ short_desc="Nemo python binding"
 maintainer="mobinmob <mobinmob@disroot.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/linuxmint/nemo-extensions"
-distfiles="https://github.com/linuxmint/nemo-extensions/archive/refs/tags/${version}.tar.gz"
-checksum=92364ac03be3458d3cdfa39ebd4061babd3926c280459e66f8814a6acc42a6a5
+distfiles="https://github.com/linuxmint/nemo-extensions/archive/refs/tags/nemo-python-${version}.tar.gz"
+checksum=b0900d80a082ef4f5aa1ca7c322fca3e33e7a6dfcc4be4c19cca6ae7d8111dbe
diff --git a/srcpkgs/nushell/patches/system-libraries.patch b/srcpkgs/nushell/patches/system-libraries.patch
index 6cf71782e4ca..1b154a11dd41 100644
--- a/srcpkgs/nushell/patches/system-libraries.patch
+++ b/srcpkgs/nushell/patches/system-libraries.patch
@@ -1,8 +1,8 @@
-diff --git a/Cargo.toml.orig b/Cargo.toml
-index 7c53d6d1ed..510ef7698b 100644
---- a/Cargo.toml.orig
-+++ b/Cargo.toml
-@@ -227,3 +227,7 @@ required-features = ["sqlite"]
+Index: nushell-0.34.0/Cargo.toml
+===================================================================
+--- nushell-0.34.0.orig/Cargo.toml
++++ nushell-0.34.0/Cargo.toml
+@@ -259,3 +259,7 @@ required-features = ["sqlite"]
  [[bin]]
  name = "nu"
  path = "src/main.rs"
@@ -10,31 +10,29 @@ index 7c53d6d1ed..510ef7698b 100644
 +[dependencies.zstd]
 +features = ["pkg-config"]
 +version = ">=0.0.0"
-====
-diff --git a/crates/nu_plugin_from_sqlite/Cargo.toml.orig b/crates/nu_plugin_from_sqlite/Cargo.toml
-index ef28788f42..ad439b5fd3 100644
---- a/crates/nu_plugin_from_sqlite/Cargo.toml.orig
-+++ b/crates/nu_plugin_from_sqlite/Cargo.toml
-@@ -18,7 +18,7 @@ nu-source = { path="../nu-source", version = "0.42.0" }
+Index: nushell-0.34.0/crates/nu_plugin_from_sqlite/Cargo.toml
+===================================================================
+--- nushell-0.34.0.orig/crates/nu_plugin_from_sqlite/Cargo.toml
++++ nushell-0.34.0/crates/nu_plugin_from_sqlite/Cargo.toml
+@@ -20,7 +20,7 @@ num-traits = "0.2.14"
  tempfile = "3.2.0"
  
  [dependencies.rusqlite]
 -features = ["bundled", "blob"]
 +features = ["blob"]
- version = "0.26.1"
+ version = "0.25.3"
  
  [build-dependencies]
-====
-diff --git a/crates/nu_plugin_to_sqlite/Cargo.toml.orig b/crates/nu_plugin_to_sqlite/Cargo.toml
-index 6e26ec5fda..a551200402 100644
---- a/crates/nu_plugin_to_sqlite/Cargo.toml.orig
-+++ b/crates/nu_plugin_to_sqlite/Cargo.toml
-@@ -18,7 +18,7 @@ nu-source = { path="../nu-source", version = "0.42.0" }
+Index: nushell-0.34.0/crates/nu_plugin_to_sqlite/Cargo.toml
+===================================================================
+--- nushell-0.34.0.orig/crates/nu_plugin_to_sqlite/Cargo.toml
++++ nushell-0.34.0/crates/nu_plugin_to_sqlite/Cargo.toml
+@@ -20,7 +20,7 @@ num-traits = "0.2.14"
  tempfile = "3.2.0"
  
  [dependencies.rusqlite]
 -features = ["bundled", "blob"]
 +features = ["blob"]
- version = "0.26.1"
+ version = "0.25.3"
  
  [build-dependencies]
diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template
index 444d11e67e75..2992ab13997f 100644
--- a/srcpkgs/nushell/template
+++ b/srcpkgs/nushell/template
@@ -1,7 +1,7 @@
 # Template file for 'nushell'
 pkgname=nushell
-version=0.42.0
-revision=1
+version=0.34.0
+revision=2
 build_style=cargo
 configure_args="--features=extra"
 hostmakedepends="pkg-config python3 libgit2-devel"
@@ -14,7 +14,7 @@ license="MIT"
 homepage="https://www.nushell.sh/"
 changelog="https://www.nushell.sh/blog/"
 distfiles="https://github.com/nushell/nushell/archive/refs/tags/${version}.tar.gz"
-checksum=68efbc58b1f7b4936a2f84903e093d66b172fb3d62f246966b8c5a8f8345eaae
+checksum=9571c7fbf0f0fdabb055727b63b6a5c3561f04357336289106591fc6afcff7a3
 register_shell="/usr/bin/nu"
 # all tests fail with argument --target
 make_check=no
@@ -23,6 +23,9 @@ case "$XBPS_TARGET_MACHINE" in
 	i686*)
 		broken='https://build.voidlinux.org/builders/i686_builder/builds/33520/steps/shell_3/logs/stdio'
 		;;
+esac
+
+case "$XBPS_TARGET_MACHINE" in
 	ppc*) broken="arrow-rs parquet is busted garbage";;
 esac
 
diff --git a/srcpkgs/perl-MRO-Compat/template b/srcpkgs/perl-MRO-Compat/template
index 00dd1c0fbdc8..bc6ad62d81f2 100644
--- a/srcpkgs/perl-MRO-Compat/template
+++ b/srcpkgs/perl-MRO-Compat/template
@@ -1,16 +1,15 @@
 # Template file for 'perl-MRO-Compat'
 pkgname=perl-MRO-Compat
-version=0.15
-revision=1
+version=0.13
+revision=3
 wrksrc="${pkgname/perl-/}-${version}"
 build_style=perl-module
 hostmakedepends="perl"
-makedepends="perl"
-depends="perl"
+makedepends="${hostmakedepends}"
+depends="${hostmakedepends}"
 short_desc="MRO::Compat - mro::* interface compatibility for Perls < 5.9.5"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="Artistic-1.0-Perl, GPL-1.0-or-later"
 homepage="https://metacpan.org/release/MRO-Compat"
-changelog="https://raw.githubusercontent.com/moose/MRO-Compat/master/Changes"
 distfiles="${CPAN_SITE}/App/HAARG/MRO-Compat-${version}.tar.gz"
-checksum=0d4535f88e43babd84ab604866215fc4d04398bd4db7b21852d4a31b1c15ef61
+checksum=8a2c3b6ccc19328d5579d02a7d91285e2afd85d801f49d423a8eb16f323da4f8
diff --git a/srcpkgs/python3-pikepdf/template b/srcpkgs/python3-pikepdf/template
index 5818ac130bdd..7ab9e42a9b72 100644
--- a/srcpkgs/python3-pikepdf/template
+++ b/srcpkgs/python3-pikepdf/template
@@ -1,12 +1,12 @@
 # Template file for 'python3-pikepdf'
 pkgname=python3-pikepdf
-version=4.3.1
+version=4.2.0
 revision=1
 wrksrc="pikepdf-${version}"
 build_style=python3-module
 hostmakedepends="python3-pybind11 python3-setuptools_scm python3-wheel"
 makedepends="libqpdf-devel python3-pybind11"
-depends="python3-lxml python3-packaging python3-Pillow python3-setuptools"
+depends="python3-lxml python3-Pillow python3-setuptools"
 checkdepends="python3-dateutil python3-hypothesis python3-psutil python3-pytest
  $depends"
 short_desc="Python library for reading and writing PDF files"
@@ -14,7 +14,7 @@ maintainer="Philipp David <pd@3b.pm>"
 license="MPL-2.0"
 homepage="https://github.com/pikepdf/pikepdf"
 distfiles="${PYPI_SITE}/p/pikepdf/pikepdf-${version}.tar.gz"
-checksum=8836e6060534c7245c8d736e93600667b928c767a012a73bb567f56bbe3d985c
+checksum=9a91564193f2c01a55aef4c3b97764b2cb59443034b62a95620b12eb265c647e
 
 pre_build() {
 	vsed -e '/setuptools_scm_git_archive/d' -i setup.py
diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index bc4fb07f17bd..3c8356a5fcb6 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,7 +1,7 @@
 # Template file for 'radicale'
 pkgname=radicale
-version=3.1.0
-revision=1
+version=3.0.6
+revision=3
 wrksrc="Radicale-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,9 +12,9 @@ short_desc="Complete calendar and contact storing and manipulating solution"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-or-later"
 homepage="https://radicale.org"
-changelog="https://github.com/Kozea/Radicale/blob/master/NEWS.md"
-distfiles="https://github.com/Kozea/Radicale/archive/refs/tags/v${version}.tar.gz"
-checksum=96ea98ea5a888069fbda1efe4fa68fa4b2966283cf0285bc5911b027d0a921ee
+changelog="https://github.com/Kozea/Radicale/blob/${version}/NEWS.md"
+distfiles="https://github.com/Kozea/Radicale/archive/${version}.tar.gz"
+checksum=69cfbcc66f8dc13fb82c82ed9561a9aad30462a6bb09b45a64ad39401bf61b98
 conf_files="
  /etc/radicale/config
  /etc/radicale/rights
diff --git a/srcpkgs/s/template b/srcpkgs/s/template
index 76a7da458242..cb9c4fc4e4ca 100644
--- a/srcpkgs/s/template
+++ b/srcpkgs/s/template
@@ -1,6 +1,6 @@
 # Template file for 's'
 pkgname=s
-version=0.6.4
+version=0.6.2
 revision=1
 build_helper=qemu
 build_style=go
@@ -11,7 +11,7 @@ maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="MIT"
 homepage="https://github.com/zquestz/s"
 distfiles="https://github.com/zquestz/s/archive/v${version}.tar.gz"
-checksum=5829a18da40cb5a936f32240b4244d2a0543cb85dc3d5e013ae5aa08557c148f
+checksum=acc38953fcb21e1dd2cd761b9d2bf8272aa6aa30fed2adb657f2dba7e4df872f
 
 post_build() {
 	s_cli=$(find $GOPATH/bin -name s)
diff --git a/srcpkgs/uriparser/template b/srcpkgs/uriparser/template
index 7a8db02f46e7..36389d151f84 100644
--- a/srcpkgs/uriparser/template
+++ b/srcpkgs/uriparser/template
@@ -1,6 +1,6 @@
 # Template file for 'uriparser'
 pkgname=uriparser
-version=0.9.6
+version=0.9.5
 revision=1
 build_style=cmake
 make_check_target=test
@@ -11,7 +11,7 @@ maintainer="mobinmob <mobinmob@disroot.org>"
 license="BSD-3-Clause"
 homepage="https://uriparser.github.io/"
 distfiles="https://github.com/${pkgname}/${pkgname}/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
-checksum=9ce4c3f151e78579f23937b44abecb428126863ad02e594e115e882353de905b
+checksum=dd8061eba7f2e66c151722e6db0b27c972baa6215cf16f135dbe0f0a4bc6606c
 
 post_install() {
 	vlicense COPYING
diff --git a/srcpkgs/xwmfs/template b/srcpkgs/xwmfs/template
index b5bc75668862..7b1da9a26ed8 100644
--- a/srcpkgs/xwmfs/template
+++ b/srcpkgs/xwmfs/template
@@ -1,6 +1,6 @@
 # Template file for 'xwmfs'
 pkgname=xwmfs
-version=0.90
+version=0.85
 revision=1
 build_style=gnu-configure
 hostmakedepends="automake autoconf pkg-config which"
@@ -11,7 +11,7 @@ license="GPL-2.0-or-later"
 homepage="https://github.com/gerstner-hub/xwmfs"
 changelog="https://raw.githubusercontent.com/gerstner-hub/xwmfs/master/ChangeLog"
 distfiles="https://github.com/gerstner-hub/xwmfs/archive/v${version}.tar.gz"
-checksum=36e86ded944d154021eadfbb58f3531c4d879dfa57edd8db472c3f2b0e369e3d
+checksum=9d786514397f34ff35eaf460c8c07ccc64d01227311ab19e4a7aab9fd0007831
 
 pre_configure() {
 	./bootstrap
diff --git a/srcpkgs/zita-alsa-pcmi/template b/srcpkgs/zita-alsa-pcmi/template
index ab83dfb41a9d..908642f6e3fc 100644
--- a/srcpkgs/zita-alsa-pcmi/template
+++ b/srcpkgs/zita-alsa-pcmi/template
@@ -1,6 +1,6 @@
 # Template file for 'zita-alsa-pcmi'
 pkgname=zita-alsa-pcmi
-version=0.4.0
+version=0.3.2
 revision=1
 build_wrksrc="source"
 build_style=gnu-makefile
@@ -11,7 +11,7 @@ maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="GPL-3.0-or-later"
 homepage="https://kokkinizita.linuxaudio.org/linuxaudio/"
 distfiles="https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${version}.tar.bz2"
-checksum=bd8c9f360dfb541fb60e48a713baf1e22d41b2c74c19a0fe9f2d34e72f50f1c5
+checksum=1a1d9f7e373032bd5702382e4c923407911f4f791c449c0c0f027a725edba789
 
 CXXFLAGS="-fPIC"
 

From cbc0227de1dd1470f8b675bea298da12a434d423 Mon Sep 17 00:00:00 2001
From: chaquen <chaquen@C.cgps.ch>
Date: Sun, 9 Jan 2022 12:10:20 +1100
Subject: [PATCH 04/27] New package: kloak-0.2

Committer: chaquen <void@cgps.xyz>
---
 srcpkgs/kloak/patches/arch.patch | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/srcpkgs/kloak/patches/arch.patch b/srcpkgs/kloak/patches/arch.patch
index cc94b4129bfa..76902601b652 100644
--- a/srcpkgs/kloak/patches/arch.patch
+++ b/srcpkgs/kloak/patches/arch.patch
@@ -1,5 +1,10 @@
+<<<<<<< HEAD
 --- a/Makefile
 +++ b/Makefile
+=======
+--- Makefile	2022-01-09 11:52:43.614448083 +1100
++++ Makefile-new	2022-01-09 11:52:29.607465535 +1100
+>>>>>>> 95e770704a (New package: kloak-0.2)
 @@ -3,10 +3,10 @@
  all : kloak eventcap
  

From 8b15a84615bc77b3ef4a67ba9830a4d82127142d Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Sat, 8 Jan 2022 08:41:04 -0600
Subject: [PATCH 05/27] gns3-server: update to 2.2.29.

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

diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index a129019d74ee..7441ffbcf050 100644
--- a/srcpkgs/gns3-server/template
+++ b/srcpkgs/gns3-server/template
@@ -1,6 +1,6 @@
 # Template file for 'gns3-server'
 pkgname=gns3-server
-version=2.2.28
+version=2.2.29
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -14,7 +14,7 @@ license="GPL-3.0-or-later"
 homepage="https://gns3.com"
 changelog="https://raw.githubusercontent.com/GNS3/gns3-server/master/CHANGELOG"
 distfiles="https://github.com/GNS3/gns3-server/archive/v${version}.tar.gz"
-checksum=bd37601f2924fc00a9a1690478896566911e466699d68af0abadd097dd1e314b
+checksum=34237771bb743ac9142569e67284123b6090f78cfd802a729e2f11b9d5d48929
 
 # The source archive contains statically linked artifacts for x86_64
 # glibc, since this is the only architecture supported by upstream, we

From 39dbfd992571b92868a0118cc6c8a29a3214ef48 Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Sat, 8 Jan 2022 08:41:12 -0600
Subject: [PATCH 06/27] gns3-gui: update to 2.2.29.

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

diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index 09e7adabbed2..64a25d1c80b6 100644
--- a/srcpkgs/gns3-gui/template
+++ b/srcpkgs/gns3-gui/template
@@ -1,10 +1,8 @@
 # Template file for 'gns3-gui'
 pkgname=gns3-gui
-version=2.2.28
+version=2.2.29
 revision=1
 build_style=python3-module
-# Skip tests/test_link.py::test_create_link test that wasn't updated with the code https://github.com/GNS3/gns3-gui/commit/545a9f53
-make_check_args="-k-test_create_link"
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-psutil python3-jsonschema
  python3-PyQt5-svg python3-PyQt5-websockets xterm inetutils-telnet
@@ -16,7 +14,7 @@ license="GPL-3.0-or-later"
 homepage="https://gns3.com"
 changelog="https://raw.githubusercontent.com/GNS3/gns3-gui/master/CHANGELOG"
 distfiles="https://github.com/GNS3/${pkgname}/archive/v${version}.tar.gz"
-checksum=8b6e5df17ae472bf3525e1adbb1a0d2c6f170df270f802163c00c02d75cc4ced
+checksum=5b9b6db1917af66d0e4bf32c41ff17d6a03a487a2a870d18b04e68e7b572bf28
 
 post_install() {
 	vinstall gns3-gui.desktop 644 usr/share/applications

From 0b5431923e1cd3a8704343261468c60e04d9940d Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>
Date: Fri, 7 Jan 2022 07:57:19 +0700
Subject: [PATCH 07/27] inkscape: add missing dependency

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

diff --git a/srcpkgs/inkscape/template b/srcpkgs/inkscape/template
index e53c0b378e71..742c6f95bddb 100644
--- a/srcpkgs/inkscape/template
+++ b/srcpkgs/inkscape/template
@@ -1,7 +1,7 @@
 # Template file for 'inkscape'
 pkgname=inkscape
 version=1.1.1
-revision=1
+revision=2
 wrksrc="inkscape-${version}_2021-09-20_3bf5ae0d25"
 build_style=cmake
 # builds executables then runs checks
@@ -13,8 +13,8 @@ makedepends="harfbuzz-devel libsoup-devel gsl-devel pango-devel libatomic_ops-de
  double-conversion-devel gc-devel libwpd-devel libcdr-devel libvisio-devel
  poppler-devel libwpd-devel potrace-devel gtkmm-devel gdl-devel gtkspell3-devel
  aspell-devel libxslt-devel libgomp-devel libwpg-devel poppler-glib-devel"
-depends="desktop-file-utils hicolor-icon-theme python3-lxml python3-numpy python3-scour
- python3-Pillow"
+depends="desktop-file-utils hicolor-icon-theme python3-appdirs python3-lxml python3-numpy
+ python3-scour python3-Pillow"
 checkdepends="$depends gtest-devel ImageMagick cantarell-fonts"
 short_desc="Vector-based drawing program"
 maintainer="Alex Lohr <alex.lohr@logmein.com>"

From 2f40e91d01ea9768f7d1f903ab4f08c606583362 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Fri, 7 Jan 2022 22:17:44 +0100
Subject: [PATCH 08/27] s: update to 0.6.4.

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

diff --git a/srcpkgs/s/template b/srcpkgs/s/template
index cb9c4fc4e4ca..76a7da458242 100644
--- a/srcpkgs/s/template
+++ b/srcpkgs/s/template
@@ -1,6 +1,6 @@
 # Template file for 's'
 pkgname=s
-version=0.6.2
+version=0.6.4
 revision=1
 build_helper=qemu
 build_style=go
@@ -11,7 +11,7 @@ maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="MIT"
 homepage="https://github.com/zquestz/s"
 distfiles="https://github.com/zquestz/s/archive/v${version}.tar.gz"
-checksum=acc38953fcb21e1dd2cd761b9d2bf8272aa6aa30fed2adb657f2dba7e4df872f
+checksum=5829a18da40cb5a936f32240b4244d2a0543cb85dc3d5e013ae5aa08557c148f
 
 post_build() {
 	s_cli=$(find $GOPATH/bin -name s)

From a704653b8aa586cf2470ffc57bde2f77a420161a Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 7 Jan 2022 19:25:19 +0200
Subject: [PATCH 09/27] uriparser: update to 0.9.6.

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

diff --git a/srcpkgs/uriparser/template b/srcpkgs/uriparser/template
index 36389d151f84..7a8db02f46e7 100644
--- a/srcpkgs/uriparser/template
+++ b/srcpkgs/uriparser/template
@@ -1,6 +1,6 @@
 # Template file for 'uriparser'
 pkgname=uriparser
-version=0.9.5
+version=0.9.6
 revision=1
 build_style=cmake
 make_check_target=test
@@ -11,7 +11,7 @@ maintainer="mobinmob <mobinmob@disroot.org>"
 license="BSD-3-Clause"
 homepage="https://uriparser.github.io/"
 distfiles="https://github.com/${pkgname}/${pkgname}/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
-checksum=dd8061eba7f2e66c151722e6db0b27c972baa6215cf16f135dbe0f0a4bc6606c
+checksum=9ce4c3f151e78579f23937b44abecb428126863ad02e594e115e882353de905b
 
 post_install() {
 	vlicense COPYING

From fcf0d196f5dbb3406413c752882e24f030826dea Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 7 Jan 2022 19:52:40 +0200
Subject: [PATCH 10/27] nemo-python: update to 5.2.0.

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

diff --git a/srcpkgs/nemo-python/template b/srcpkgs/nemo-python/template
index e87562d1810d..94cbd08a74a1 100644
--- a/srcpkgs/nemo-python/template
+++ b/srcpkgs/nemo-python/template
@@ -1,8 +1,8 @@
 # Template file for 'nemo-python'
 pkgname=nemo-python
-version=5.0.1
+version=5.2.0
 revision=1
-wrksrc="nemo-extensions-nemo-python-${version}"
+wrksrc="nemo-extensions-${version}"
 build_wrksrc=nemo-python
 build_style=meson
 hostmakedepends="pkg-config"
@@ -11,5 +11,5 @@ short_desc="Nemo python binding"
 maintainer="mobinmob <mobinmob@disroot.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/linuxmint/nemo-extensions"
-distfiles="https://github.com/linuxmint/nemo-extensions/archive/refs/tags/nemo-python-${version}.tar.gz"
-checksum=b0900d80a082ef4f5aa1ca7c322fca3e33e7a6dfcc4be4c19cca6ae7d8111dbe
+distfiles="https://github.com/linuxmint/nemo-extensions/archive/refs/tags/${version}.tar.gz"
+checksum=92364ac03be3458d3cdfa39ebd4061babd3926c280459e66f8814a6acc42a6a5

From 47fe0dcaa01f9d7c0b7a9e9d0990b8e3834e0021 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 7 Jan 2022 19:52:49 +0200
Subject: [PATCH 11/27] nemo-preview: update to 5.2.1.

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

diff --git a/srcpkgs/nemo-preview/template b/srcpkgs/nemo-preview/template
index 22767ba17c81..4faaeb2a783b 100644
--- a/srcpkgs/nemo-preview/template
+++ b/srcpkgs/nemo-preview/template
@@ -1,6 +1,6 @@
 # Template file for 'nemo-preview'
 pkgname=nemo-preview
-version=5.0.1
+version=5.2.1
 revision=1
 wrksrc="nemo-extensions-${pkgname}-${version}"
 build_wrksrc=nemo-preview
@@ -14,4 +14,4 @@ maintainer="mobinmob <mobinmob@disroot.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/linuxmint/nemo-extensions"
 distfiles="https://github.com/linuxmint/nemo-extensions/archive/refs/tags/nemo-preview-${version}.tar.gz"
-checksum=042719518af70c21879df5f5e314aec03da727fc3c118c509ef9aba59744a6cd
+checksum=eacef0d86bd75b575676386fccd11084697d64e5c9ef405db8653e95fb0e1ec4

From 5b1bef64a1d18bcd14edf4eeb0c84f0c9a17c07a Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 7 Jan 2022 19:52:55 +0200
Subject: [PATCH 12/27] nemo-compare: update to 5.2.1.

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

diff --git a/srcpkgs/nemo-compare/template b/srcpkgs/nemo-compare/template
index e53193719dc3..762326163660 100644
--- a/srcpkgs/nemo-compare/template
+++ b/srcpkgs/nemo-compare/template
@@ -1,6 +1,6 @@
 # Template file for 'nemo-compare'
 pkgname=nemo-compare
-version=5.0.1
+version=5.2.1
 revision=1
 wrksrc="nemo-extensions-${pkgname}-${version}"
 build_wrksrc=nemo-compare
@@ -13,4 +13,4 @@ maintainer="mobinmob <mobinmob@disroot.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/linuxmint/nemo-extensions"
 distfiles="https://github.com/linuxmint/nemo-extensions/archive/refs/tags/nemo-compare-${version}.tar.gz"
-checksum=7eef629856f64b7483d372259994b878398e98903d83319e1072d754a034289e
+checksum=cd81bd4c4dc8c53c65fb9ebc4f94f8fe83c6731f570ec333390134dab202b089

From e8d15f3f2fe4cd4cc061677dd47ced2600450215 Mon Sep 17 00:00:00 2001
From: Antonio Gurgel <antonio@goorzhel.com>
Date: Fri, 7 Jan 2022 22:34:03 -0800
Subject: [PATCH 13/27] logrotate: update to 3.19.0.

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

diff --git a/srcpkgs/logrotate/template b/srcpkgs/logrotate/template
index 011beae16a99..b967dd87a21d 100644
--- a/srcpkgs/logrotate/template
+++ b/srcpkgs/logrotate/template
@@ -1,6 +1,6 @@
 # Template file for 'logrotate'
 pkgname=logrotate
-version=3.18.1
+version=3.19.0
 revision=1
 build_style=gnu-configure
 makedepends="acl-devel popt-devel"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/logrotate/logrotate"
 distfiles="${homepage}/releases/download/${version}/logrotate-${version}.tar.xz"
-checksum=14a924e4804b3974e85019a9f9352c2a69726702e6656155c48bcdeace68a5dc
+checksum=ddd5274d684c5c99ca724e8069329f343ebe376e07493d537d9effdc501214ba
 make_dirs="/etc/logrotate.d 0755 root root"
 
 post_install() {

From 003649186206b8c9e0aaf37830b0041b03f4268c Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Sat, 8 Jan 2022 22:51:15 +0100
Subject: [PATCH 14/27] knot-resolver: update to 5.4.4.

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

diff --git a/srcpkgs/knot-resolver/template b/srcpkgs/knot-resolver/template
index 56fd104bc0f0..2f03d4420f03 100644
--- a/srcpkgs/knot-resolver/template
+++ b/srcpkgs/knot-resolver/template
@@ -1,6 +1,6 @@
 # Template file for 'knot-resolver'
 pkgname=knot-resolver
-version=5.4.3
+version=5.4.4
 revision=1
 build_style=meson
 configure_args="
@@ -19,7 +19,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.knot-resolver.cz/"
 distfiles="https://secure.nic.cz/files/knot-resolver/knot-resolver-${version}.tar.xz"
-checksum=488729eb93190336b6bca10de0d78ecb7919f77fcab105debc0a644aa7d0a506
+checksum=588964319e943679d391cc9c886d40ef858ecd9b33ae160023b4e2b5182b2cea
 
 system_accounts="_knot_resolver"
 _knot_resolver_homedir="/var/cache/knot-resolver"

From 852f5cdfd4e29237533fa9f80750028d35c94f11 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sat, 8 Jan 2022 08:59:16 +0100
Subject: [PATCH 15/27] perl-MRO-Compat: update to 0.15

---
 srcpkgs/perl-MRO-Compat/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/perl-MRO-Compat/template b/srcpkgs/perl-MRO-Compat/template
index bc6ad62d81f2..00dd1c0fbdc8 100644
--- a/srcpkgs/perl-MRO-Compat/template
+++ b/srcpkgs/perl-MRO-Compat/template
@@ -1,15 +1,16 @@
 # Template file for 'perl-MRO-Compat'
 pkgname=perl-MRO-Compat
-version=0.13
-revision=3
+version=0.15
+revision=1
 wrksrc="${pkgname/perl-/}-${version}"
 build_style=perl-module
 hostmakedepends="perl"
-makedepends="${hostmakedepends}"
-depends="${hostmakedepends}"
+makedepends="perl"
+depends="perl"
 short_desc="MRO::Compat - mro::* interface compatibility for Perls < 5.9.5"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="Artistic-1.0-Perl, GPL-1.0-or-later"
 homepage="https://metacpan.org/release/MRO-Compat"
+changelog="https://raw.githubusercontent.com/moose/MRO-Compat/master/Changes"
 distfiles="${CPAN_SITE}/App/HAARG/MRO-Compat-${version}.tar.gz"
-checksum=8a2c3b6ccc19328d5579d02a7d91285e2afd85d801f49d423a8eb16f323da4f8
+checksum=0d4535f88e43babd84ab604866215fc4d04398bd4db7b21852d4a31b1c15ef61

From 6710f52bc045ea2b479ca20b4cf90f57a55662a9 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 8 Jan 2022 09:34:18 +0100
Subject: [PATCH 16/27] drone-cli: update to 1.5.0.

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

diff --git a/srcpkgs/drone-cli/template b/srcpkgs/drone-cli/template
index 44885976b677..8c9d2d0ed5db 100644
--- a/srcpkgs/drone-cli/template
+++ b/srcpkgs/drone-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'drone-cli'
 pkgname=drone-cli
-version=1.4.0
+version=1.5.0
 revision=1
 build_style=go
 go_import_path=github.com/drone/drone-cli
@@ -12,4 +12,4 @@ license="Apache-2.0"
 homepage="https://github.com/drone/drone-cli"
 changelog="https://raw.githubusercontent.com/drone/drone-cli/master/CHANGELOG.md"
 distfiles="https://github.com/drone/drone-cli/archive/v${version}.tar.gz"
-checksum=6b19378c923f71303dc753f2d39e7126285c23a504d20e3ce35fa8ee5605db03
+checksum=fe7ffd0a886841ed279251a9af96e04e34447833a0a51551fffe496d08b472f6

From 5954aea5ec0d68f3f64afeecd8c9da7560dfccca Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 8 Jan 2022 09:42:34 +0100
Subject: [PATCH 17/27] radicale: update to 3.1.0.

---
 srcpkgs/radicale/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 3c8356a5fcb6..bc4fb07f17bd 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,7 +1,7 @@
 # Template file for 'radicale'
 pkgname=radicale
-version=3.0.6
-revision=3
+version=3.1.0
+revision=1
 wrksrc="Radicale-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,9 +12,9 @@ short_desc="Complete calendar and contact storing and manipulating solution"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-or-later"
 homepage="https://radicale.org"
-changelog="https://github.com/Kozea/Radicale/blob/${version}/NEWS.md"
-distfiles="https://github.com/Kozea/Radicale/archive/${version}.tar.gz"
-checksum=69cfbcc66f8dc13fb82c82ed9561a9aad30462a6bb09b45a64ad39401bf61b98
+changelog="https://github.com/Kozea/Radicale/blob/master/NEWS.md"
+distfiles="https://github.com/Kozea/Radicale/archive/refs/tags/v${version}.tar.gz"
+checksum=96ea98ea5a888069fbda1efe4fa68fa4b2966283cf0285bc5911b027d0a921ee
 conf_files="
  /etc/radicale/config
  /etc/radicale/rights

From 8a14d488901471510dd16b27bfc73aec69b802a0 Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Sat, 8 Jan 2022 17:48:44 -0300
Subject: [PATCH 18/27] icewm: update to 2.9.4.

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

diff --git a/srcpkgs/icewm/template b/srcpkgs/icewm/template
index 6b1efbef2219..68c9ff36f589 100644
--- a/srcpkgs/icewm/template
+++ b/srcpkgs/icewm/template
@@ -1,6 +1,6 @@
 # Template file for 'icewm'
 pkgname=icewm
-version=2.9.3
+version=2.9.4
 revision=1
 build_style=cmake
 make_cmd=make
@@ -18,7 +18,7 @@ license="GPL-2.0-or-later"
 homepage="https://ice-wm.org/"
 changelog="https://raw.githubusercontent.com/ice-wm/icewm/master/NEWS"
 distfiles="https://github.com/ice-wm/icewm/archive/${version}.tar.gz"
-checksum=0aeebdd403a3307a2ea83809055dabaab893193470dec930b25a5072f0c2d4d6
+checksum=5a41b4745e23c9d5bb14fb6be1348730b4c74d64689e1c63d4b412c6a581683e
 # broken tests
 make_check=no
 

From edd5f489b2c055f389dbc2607fa9da4a7005b808 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 8 Jan 2022 21:54:26 +0100
Subject: [PATCH 19/27] cozy: update to 1.2.0.

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

diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index 8f78e4acd01a..1189a59c88db 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -1,6 +1,6 @@
 # Template file for 'cozy'
 pkgname=cozy
-version=1.1.3
+version=1.2.0
 revision=1
 build_style=meson
 hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee
@@ -15,4 +15,4 @@ maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-3.0-only, LGPL-3.0-only, Apache-2.0"
 homepage="https://github.com/geigi/cozy"
 distfiles="https://github.com/geigi/cozy/archive/${version}.tar.gz"
-checksum=21d49b660c970de513994f40dfd3a0dfc65834319ef1813bbc62a004ec17cfdf
+checksum=5dbe1fb010bcc8b7a5b925aa2653808fdb14b58f87aad0cac8b0964d91eefc21

From 8ecd73772517b08ecd90ca1040af64f57679edb7 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sat, 8 Jan 2022 07:54:12 +0100
Subject: [PATCH 20/27] zita-alsa-pcmi: update to 0.4.0

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

diff --git a/srcpkgs/zita-alsa-pcmi/template b/srcpkgs/zita-alsa-pcmi/template
index 908642f6e3fc..ab83dfb41a9d 100644
--- a/srcpkgs/zita-alsa-pcmi/template
+++ b/srcpkgs/zita-alsa-pcmi/template
@@ -1,6 +1,6 @@
 # Template file for 'zita-alsa-pcmi'
 pkgname=zita-alsa-pcmi
-version=0.3.2
+version=0.4.0
 revision=1
 build_wrksrc="source"
 build_style=gnu-makefile
@@ -11,7 +11,7 @@ maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="GPL-3.0-or-later"
 homepage="https://kokkinizita.linuxaudio.org/linuxaudio/"
 distfiles="https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${version}.tar.bz2"
-checksum=1a1d9f7e373032bd5702382e4c923407911f4f791c449c0c0f027a725edba789
+checksum=bd8c9f360dfb541fb60e48a713baf1e22d41b2c74c19a0fe9f2d34e72f50f1c5
 
 CXXFLAGS="-fPIC"
 

From 9e63bdbe74149e5b86d28a75deab289ed282ab40 Mon Sep 17 00:00:00 2001
From: Philipp David <pd@3b.pm>
Date: Fri, 7 Jan 2022 07:26:16 +0100
Subject: [PATCH 21/27] python3-pikepdf: update to 4.3.1.

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

diff --git a/srcpkgs/python3-pikepdf/template b/srcpkgs/python3-pikepdf/template
index 7ab9e42a9b72..5818ac130bdd 100644
--- a/srcpkgs/python3-pikepdf/template
+++ b/srcpkgs/python3-pikepdf/template
@@ -1,12 +1,12 @@
 # Template file for 'python3-pikepdf'
 pkgname=python3-pikepdf
-version=4.2.0
+version=4.3.1
 revision=1
 wrksrc="pikepdf-${version}"
 build_style=python3-module
 hostmakedepends="python3-pybind11 python3-setuptools_scm python3-wheel"
 makedepends="libqpdf-devel python3-pybind11"
-depends="python3-lxml python3-Pillow python3-setuptools"
+depends="python3-lxml python3-packaging python3-Pillow python3-setuptools"
 checkdepends="python3-dateutil python3-hypothesis python3-psutil python3-pytest
  $depends"
 short_desc="Python library for reading and writing PDF files"
@@ -14,7 +14,7 @@ maintainer="Philipp David <pd@3b.pm>"
 license="MPL-2.0"
 homepage="https://github.com/pikepdf/pikepdf"
 distfiles="${PYPI_SITE}/p/pikepdf/pikepdf-${version}.tar.gz"
-checksum=9a91564193f2c01a55aef4c3b97764b2cb59443034b62a95620b12eb265c647e
+checksum=8836e6060534c7245c8d736e93600667b928c767a012a73bb567f56bbe3d985c
 
 pre_build() {
 	vsed -e '/setuptools_scm_git_archive/d' -i setup.py

From e07faa8de40a076f1840710059b405ffd290e5c2 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 8 Jan 2022 22:33:53 +0100
Subject: [PATCH 22/27] chatty: update to 0.16.

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

diff --git a/srcpkgs/chatty/template b/srcpkgs/chatty/template
index 877edb69f4a6..723aad3088a6 100644
--- a/srcpkgs/chatty/template
+++ b/srcpkgs/chatty/template
@@ -1,6 +1,6 @@
 # Template file for 'chatty'
 pkgname=chatty
-version=0.15
+version=0.16
 revision=1
 hostmakedepends="gradle"
 depends="virtual?java-runtime"
@@ -9,7 +9,7 @@ maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-3.0-or-later"
 homepage="https://chatty.github.io/"
 distfiles="https://github.com/chatty/chatty/archive/v${version}.tar.gz"
-checksum=da1ea6b530a7b6548382550a0b4789ea4207f213c46d5e516e7574b47a2f1de1
+checksum=18d5b096caae03f7d5d6a0afc68063f43ac6cfcfa982ca574872fb948f2c6b2d
 
 do_build() {
 	gradle shadowJar

From 0d9e05b3f623792d25cdf4757149e9ff3e0c6dd2 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sat, 8 Jan 2022 03:41:57 +1100
Subject: [PATCH 23/27] hidapi: update to 0.11.2.

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

diff --git a/srcpkgs/hidapi/template b/srcpkgs/hidapi/template
index 76599089b8d1..996f99cb9f9e 100644
--- a/srcpkgs/hidapi/template
+++ b/srcpkgs/hidapi/template
@@ -1,6 +1,6 @@
 # Template file for 'hidapi'
 pkgname=hidapi
-version=0.11.0
+version=0.11.2
 revision=1
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
@@ -11,7 +11,7 @@ maintainer="Ulf <void@uw.anonaddy.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/libusb/hidapi"
 distfiles="https://github.com/libusb/hidapi/archive/hidapi-${version}.tar.gz"
-checksum=391d8e52f2d6a5cf76e2b0c079cfefe25497ba1d4659131297081fc0cd744632
+checksum=bc4ac0f32a6b21ef96258a7554c116152e2272dacdec1e4620fc44abeea50c27
 
 pre_configure() {
 	./bootstrap

From 00226110436ae0e8d2b7921c8344b69fb80f5a72 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 6 Jan 2022 00:43:22 -0500
Subject: [PATCH 24/27] nushell: update to 0.42.0

---
 .../nushell/patches/system-libraries.patch    | 36 ++++++++++---------
 srcpkgs/nushell/template                      |  9 ++---
 2 files changed, 22 insertions(+), 23 deletions(-)

diff --git a/srcpkgs/nushell/patches/system-libraries.patch b/srcpkgs/nushell/patches/system-libraries.patch
index 1b154a11dd41..6cf71782e4ca 100644
--- a/srcpkgs/nushell/patches/system-libraries.patch
+++ b/srcpkgs/nushell/patches/system-libraries.patch
@@ -1,8 +1,8 @@
-Index: nushell-0.34.0/Cargo.toml
-===================================================================
---- nushell-0.34.0.orig/Cargo.toml
-+++ nushell-0.34.0/Cargo.toml
-@@ -259,3 +259,7 @@ required-features = ["sqlite"]
+diff --git a/Cargo.toml.orig b/Cargo.toml
+index 7c53d6d1ed..510ef7698b 100644
+--- a/Cargo.toml.orig
++++ b/Cargo.toml
+@@ -227,3 +227,7 @@ required-features = ["sqlite"]
  [[bin]]
  name = "nu"
  path = "src/main.rs"
@@ -10,29 +10,31 @@ Index: nushell-0.34.0/Cargo.toml
 +[dependencies.zstd]
 +features = ["pkg-config"]
 +version = ">=0.0.0"
-Index: nushell-0.34.0/crates/nu_plugin_from_sqlite/Cargo.toml
-===================================================================
---- nushell-0.34.0.orig/crates/nu_plugin_from_sqlite/Cargo.toml
-+++ nushell-0.34.0/crates/nu_plugin_from_sqlite/Cargo.toml
-@@ -20,7 +20,7 @@ num-traits = "0.2.14"
+====
+diff --git a/crates/nu_plugin_from_sqlite/Cargo.toml.orig b/crates/nu_plugin_from_sqlite/Cargo.toml
+index ef28788f42..ad439b5fd3 100644
+--- a/crates/nu_plugin_from_sqlite/Cargo.toml.orig
++++ b/crates/nu_plugin_from_sqlite/Cargo.toml
+@@ -18,7 +18,7 @@ nu-source = { path="../nu-source", version = "0.42.0" }
  tempfile = "3.2.0"
  
  [dependencies.rusqlite]
 -features = ["bundled", "blob"]
 +features = ["blob"]
- version = "0.25.3"
+ version = "0.26.1"
  
  [build-dependencies]
-Index: nushell-0.34.0/crates/nu_plugin_to_sqlite/Cargo.toml
-===================================================================
---- nushell-0.34.0.orig/crates/nu_plugin_to_sqlite/Cargo.toml
-+++ nushell-0.34.0/crates/nu_plugin_to_sqlite/Cargo.toml
-@@ -20,7 +20,7 @@ num-traits = "0.2.14"
+====
+diff --git a/crates/nu_plugin_to_sqlite/Cargo.toml.orig b/crates/nu_plugin_to_sqlite/Cargo.toml
+index 6e26ec5fda..a551200402 100644
+--- a/crates/nu_plugin_to_sqlite/Cargo.toml.orig
++++ b/crates/nu_plugin_to_sqlite/Cargo.toml
+@@ -18,7 +18,7 @@ nu-source = { path="../nu-source", version = "0.42.0" }
  tempfile = "3.2.0"
  
  [dependencies.rusqlite]
 -features = ["bundled", "blob"]
 +features = ["blob"]
- version = "0.25.3"
+ version = "0.26.1"
  
  [build-dependencies]
diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template
index 2992ab13997f..444d11e67e75 100644
--- a/srcpkgs/nushell/template
+++ b/srcpkgs/nushell/template
@@ -1,7 +1,7 @@
 # Template file for 'nushell'
 pkgname=nushell
-version=0.34.0
-revision=2
+version=0.42.0
+revision=1
 build_style=cargo
 configure_args="--features=extra"
 hostmakedepends="pkg-config python3 libgit2-devel"
@@ -14,7 +14,7 @@ license="MIT"
 homepage="https://www.nushell.sh/"
 changelog="https://www.nushell.sh/blog/"
 distfiles="https://github.com/nushell/nushell/archive/refs/tags/${version}.tar.gz"
-checksum=9571c7fbf0f0fdabb055727b63b6a5c3561f04357336289106591fc6afcff7a3
+checksum=68efbc58b1f7b4936a2f84903e093d66b172fb3d62f246966b8c5a8f8345eaae
 register_shell="/usr/bin/nu"
 # all tests fail with argument --target
 make_check=no
@@ -23,9 +23,6 @@ case "$XBPS_TARGET_MACHINE" in
 	i686*)
 		broken='https://build.voidlinux.org/builders/i686_builder/builds/33520/steps/shell_3/logs/stdio'
 		;;
-esac
-
-case "$XBPS_TARGET_MACHINE" in
 	ppc*) broken="arrow-rs parquet is busted garbage";;
 esac
 

From 47d37dede17c7f37b5b8bdd1159f3830d0b6fb1a Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Sat, 8 Jan 2022 22:33:10 +0100
Subject: [PATCH 25/27] hugin: update to 2021.0.0.

---
 .../patches/0001-disable-vigra-links-exr-check.patch | 12 ++++++------
 srcpkgs/hugin/template                               |  6 +++---
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/hugin/patches/0001-disable-vigra-links-exr-check.patch b/srcpkgs/hugin/patches/0001-disable-vigra-links-exr-check.patch
index 814252350b34..8403d7b1c4cf 100644
--- a/srcpkgs/hugin/patches/0001-disable-vigra-links-exr-check.patch
+++ b/srcpkgs/hugin/patches/0001-disable-vigra-links-exr-check.patch
@@ -1,14 +1,14 @@
-From c4ef0397cf4a85109a83b0a76553629d6d8fd87f Mon Sep 17 00:00:00 2001
+From 82af9705aacf1bcae713715eeda25f114800ed1d Mon Sep 17 00:00:00 2001
 From: lemmi <lemmi@nerd2nerd.org>
-Date: Tue, 15 Dec 2020 14:54:48 +0100
+Date: Sat, 8 Jan 2022 23:02:31 +0100
 Subject: [PATCH] disable vigra-links-exr check
 
 ---
  CMakeModules/FindVIGRA.cmake | 18 ------------------
  1 file changed, 18 deletions(-)
 
-diff --git CMakeModules/FindVIGRA.cmake CMakeModules/FindVIGRA.cmake
-index 2349916..f867b55 100755
+diff --git a/CMakeModules/FindVIGRA.cmake b/CMakeModules/FindVIGRA.cmake
+index 320cf3d..f867b55 100755
 --- a/CMakeModules/FindVIGRA.cmake
 +++ b/CMakeModules/FindVIGRA.cmake
 @@ -63,24 +63,6 @@ IF (VIGRA_FOUND)
@@ -26,7 +26,7 @@ index 2349916..f867b55 100755
 -        OUTPUT_STRIP_TRAILING_WHITESPACE
 -      )
 -      STRING(TOLOWER "${OUTPUT_LDD_VIGRA}" OUTPUT_LDD_VIGRA_LOWER)
--      IF(NOT "${OUTPUT_LDD_VIGRA_LOWER}" MATCHES "libilmimf")
+-      IF(NOT "${OUTPUT_LDD_VIGRA_LOWER}" MATCHES "libilmimf|libopenexr")
 -        MESSAGE(FATAL_ERROR "Libvigraimpex found. But vigraimpex seems to compiled without OpenEXR support. OpenEXR support is required for Hugin.")
 -      ENDIF()
 -    ELSE()
@@ -37,5 +37,5 @@ index 2349916..f867b55 100755
  	MESSAGE(FATAL_ERROR "Could not find VIGRA")
  ENDIF (VIGRA_FOUND)
 -- 
-2.29.2
+2.34.1
 
diff --git a/srcpkgs/hugin/template b/srcpkgs/hugin/template
index b8af1fcbd260..7961c74632a1 100644
--- a/srcpkgs/hugin/template
+++ b/srcpkgs/hugin/template
@@ -1,7 +1,7 @@
 # Template file for 'hugin'
 pkgname=hugin
-version=2020.0.0
-revision=3
+version=2021.0.0
+revision=1
 wrksrc="${pkgname}-${version}"
 build_style=cmake
 build_helper=cmake-wxWidgets-gtk3
@@ -17,7 +17,7 @@ maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="GPL-2.0-or-later"
 homepage="http://hugin.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}/${pkgname}-${version%.*}/${pkgname}-${version}.tar.bz2"
-checksum=283e7601259a7914cb075333424410928a439dc5f84216f33e2fe55501fbcacb
+checksum=047aea8a7fa47844b34ef27c19d3b697e84939dcb1fdbbeb2c204621b66eead9
 python_version=3
 
 if [ "$CROSS_BUILD" ]; then

From b1453f59eebceb2e1c6dffc7be9579003cd6924b Mon Sep 17 00:00:00 2001
From: Kyle Nusbaum <KyleJNusbaum@gmail.com>
Date: Wed, 5 Jan 2022 21:21:20 +0000
Subject: [PATCH 26/27] xwmfs: update to 0.90.

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

diff --git a/srcpkgs/xwmfs/template b/srcpkgs/xwmfs/template
index 7b1da9a26ed8..b5bc75668862 100644
--- a/srcpkgs/xwmfs/template
+++ b/srcpkgs/xwmfs/template
@@ -1,6 +1,6 @@
 # Template file for 'xwmfs'
 pkgname=xwmfs
-version=0.85
+version=0.90
 revision=1
 build_style=gnu-configure
 hostmakedepends="automake autoconf pkg-config which"
@@ -11,7 +11,7 @@ license="GPL-2.0-or-later"
 homepage="https://github.com/gerstner-hub/xwmfs"
 changelog="https://raw.githubusercontent.com/gerstner-hub/xwmfs/master/ChangeLog"
 distfiles="https://github.com/gerstner-hub/xwmfs/archive/v${version}.tar.gz"
-checksum=9d786514397f34ff35eaf460c8c07ccc64d01227311ab19e4a7aab9fd0007831
+checksum=36e86ded944d154021eadfbb58f3531c4d879dfa57edd8db472c3f2b0e369e3d
 
 pre_configure() {
 	./bootstrap

From 283035b84bdcc25359dbda4f851f1a23230bd6d8 Mon Sep 17 00:00:00 2001
From: chaquen <chaquen@C.cgps.ch>
Date: Mon, 10 Jan 2022 05:11:21 +1100
Subject: [PATCH 27/27] Revert "Merge branch 'void-linux:master' into
 kloak-branch"

This reverts commit 05e1ae7945fc32529ef2d22f5adde272789e00e8, reversing
changes made to 95e770704a65d5673f1b024b93d7878dc1acb4db.

 Committer: chaquen <void@cgps.xyz>
---
 srcpkgs/chatty/template                       |  4 +--
 srcpkgs/cozy/template                         |  4 +--
 srcpkgs/drone-cli/template                    |  4 +--
 srcpkgs/gns3-gui/template                     |  6 ++--
 srcpkgs/gns3-server/template                  |  4 +--
 srcpkgs/hidapi/template                       |  4 +--
 .../0001-disable-vigra-links-exr-check.patch  | 12 +++----
 srcpkgs/hugin/template                        |  6 ++--
 srcpkgs/icewm/template                        |  4 +--
 srcpkgs/inkscape/template                     |  6 ++--
 srcpkgs/knot-resolver/template                |  4 +--
 srcpkgs/logrotate/template                    |  4 +--
 srcpkgs/nemo-compare/template                 |  4 +--
 srcpkgs/nemo-preview/template                 |  4 +--
 srcpkgs/nemo-python/template                  |  8 ++---
 .../nushell/patches/system-libraries.patch    | 36 +++++++++----------
 srcpkgs/nushell/template                      |  9 +++--
 srcpkgs/perl-MRO-Compat/template              | 11 +++---
 srcpkgs/python3-pikepdf/template              |  6 ++--
 srcpkgs/radicale/template                     | 10 +++---
 srcpkgs/s/template                            |  4 +--
 srcpkgs/uriparser/template                    |  4 +--
 srcpkgs/xwmfs/template                        |  4 +--
 srcpkgs/zita-alsa-pcmi/template               |  4 +--
 24 files changed, 84 insertions(+), 82 deletions(-)

diff --git a/srcpkgs/chatty/template b/srcpkgs/chatty/template
index 723aad3088a6..877edb69f4a6 100644
--- a/srcpkgs/chatty/template
+++ b/srcpkgs/chatty/template
@@ -1,6 +1,6 @@
 # Template file for 'chatty'
 pkgname=chatty
-version=0.16
+version=0.15
 revision=1
 hostmakedepends="gradle"
 depends="virtual?java-runtime"
@@ -9,7 +9,7 @@ maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-3.0-or-later"
 homepage="https://chatty.github.io/"
 distfiles="https://github.com/chatty/chatty/archive/v${version}.tar.gz"
-checksum=18d5b096caae03f7d5d6a0afc68063f43ac6cfcfa982ca574872fb948f2c6b2d
+checksum=da1ea6b530a7b6548382550a0b4789ea4207f213c46d5e516e7574b47a2f1de1
 
 do_build() {
 	gradle shadowJar
diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index 1189a59c88db..8f78e4acd01a 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -1,6 +1,6 @@
 # Template file for 'cozy'
 pkgname=cozy
-version=1.2.0
+version=1.1.3
 revision=1
 build_style=meson
 hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee
@@ -15,4 +15,4 @@ maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-3.0-only, LGPL-3.0-only, Apache-2.0"
 homepage="https://github.com/geigi/cozy"
 distfiles="https://github.com/geigi/cozy/archive/${version}.tar.gz"
-checksum=5dbe1fb010bcc8b7a5b925aa2653808fdb14b58f87aad0cac8b0964d91eefc21
+checksum=21d49b660c970de513994f40dfd3a0dfc65834319ef1813bbc62a004ec17cfdf
diff --git a/srcpkgs/drone-cli/template b/srcpkgs/drone-cli/template
index 8c9d2d0ed5db..44885976b677 100644
--- a/srcpkgs/drone-cli/template
+++ b/srcpkgs/drone-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'drone-cli'
 pkgname=drone-cli
-version=1.5.0
+version=1.4.0
 revision=1
 build_style=go
 go_import_path=github.com/drone/drone-cli
@@ -12,4 +12,4 @@ license="Apache-2.0"
 homepage="https://github.com/drone/drone-cli"
 changelog="https://raw.githubusercontent.com/drone/drone-cli/master/CHANGELOG.md"
 distfiles="https://github.com/drone/drone-cli/archive/v${version}.tar.gz"
-checksum=fe7ffd0a886841ed279251a9af96e04e34447833a0a51551fffe496d08b472f6
+checksum=6b19378c923f71303dc753f2d39e7126285c23a504d20e3ce35fa8ee5605db03
diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index 64a25d1c80b6..09e7adabbed2 100644
--- a/srcpkgs/gns3-gui/template
+++ b/srcpkgs/gns3-gui/template
@@ -1,8 +1,10 @@
 # Template file for 'gns3-gui'
 pkgname=gns3-gui
-version=2.2.29
+version=2.2.28
 revision=1
 build_style=python3-module
+# Skip tests/test_link.py::test_create_link test that wasn't updated with the code https://github.com/GNS3/gns3-gui/commit/545a9f53
+make_check_args="-k-test_create_link"
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-psutil python3-jsonschema
  python3-PyQt5-svg python3-PyQt5-websockets xterm inetutils-telnet
@@ -14,7 +16,7 @@ license="GPL-3.0-or-later"
 homepage="https://gns3.com"
 changelog="https://raw.githubusercontent.com/GNS3/gns3-gui/master/CHANGELOG"
 distfiles="https://github.com/GNS3/${pkgname}/archive/v${version}.tar.gz"
-checksum=5b9b6db1917af66d0e4bf32c41ff17d6a03a487a2a870d18b04e68e7b572bf28
+checksum=8b6e5df17ae472bf3525e1adbb1a0d2c6f170df270f802163c00c02d75cc4ced
 
 post_install() {
 	vinstall gns3-gui.desktop 644 usr/share/applications
diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index 7441ffbcf050..a129019d74ee 100644
--- a/srcpkgs/gns3-server/template
+++ b/srcpkgs/gns3-server/template
@@ -1,6 +1,6 @@
 # Template file for 'gns3-server'
 pkgname=gns3-server
-version=2.2.29
+version=2.2.28
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -14,7 +14,7 @@ license="GPL-3.0-or-later"
 homepage="https://gns3.com"
 changelog="https://raw.githubusercontent.com/GNS3/gns3-server/master/CHANGELOG"
 distfiles="https://github.com/GNS3/gns3-server/archive/v${version}.tar.gz"
-checksum=34237771bb743ac9142569e67284123b6090f78cfd802a729e2f11b9d5d48929
+checksum=bd37601f2924fc00a9a1690478896566911e466699d68af0abadd097dd1e314b
 
 # The source archive contains statically linked artifacts for x86_64
 # glibc, since this is the only architecture supported by upstream, we
diff --git a/srcpkgs/hidapi/template b/srcpkgs/hidapi/template
index 996f99cb9f9e..76599089b8d1 100644
--- a/srcpkgs/hidapi/template
+++ b/srcpkgs/hidapi/template
@@ -1,6 +1,6 @@
 # Template file for 'hidapi'
 pkgname=hidapi
-version=0.11.2
+version=0.11.0
 revision=1
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
@@ -11,7 +11,7 @@ maintainer="Ulf <void@uw.anonaddy.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/libusb/hidapi"
 distfiles="https://github.com/libusb/hidapi/archive/hidapi-${version}.tar.gz"
-checksum=bc4ac0f32a6b21ef96258a7554c116152e2272dacdec1e4620fc44abeea50c27
+checksum=391d8e52f2d6a5cf76e2b0c079cfefe25497ba1d4659131297081fc0cd744632
 
 pre_configure() {
 	./bootstrap
diff --git a/srcpkgs/hugin/patches/0001-disable-vigra-links-exr-check.patch b/srcpkgs/hugin/patches/0001-disable-vigra-links-exr-check.patch
index 8403d7b1c4cf..814252350b34 100644
--- a/srcpkgs/hugin/patches/0001-disable-vigra-links-exr-check.patch
+++ b/srcpkgs/hugin/patches/0001-disable-vigra-links-exr-check.patch
@@ -1,14 +1,14 @@
-From 82af9705aacf1bcae713715eeda25f114800ed1d Mon Sep 17 00:00:00 2001
+From c4ef0397cf4a85109a83b0a76553629d6d8fd87f Mon Sep 17 00:00:00 2001
 From: lemmi <lemmi@nerd2nerd.org>
-Date: Sat, 8 Jan 2022 23:02:31 +0100
+Date: Tue, 15 Dec 2020 14:54:48 +0100
 Subject: [PATCH] disable vigra-links-exr check
 
 ---
  CMakeModules/FindVIGRA.cmake | 18 ------------------
  1 file changed, 18 deletions(-)
 
-diff --git a/CMakeModules/FindVIGRA.cmake b/CMakeModules/FindVIGRA.cmake
-index 320cf3d..f867b55 100755
+diff --git CMakeModules/FindVIGRA.cmake CMakeModules/FindVIGRA.cmake
+index 2349916..f867b55 100755
 --- a/CMakeModules/FindVIGRA.cmake
 +++ b/CMakeModules/FindVIGRA.cmake
 @@ -63,24 +63,6 @@ IF (VIGRA_FOUND)
@@ -26,7 +26,7 @@ index 320cf3d..f867b55 100755
 -        OUTPUT_STRIP_TRAILING_WHITESPACE
 -      )
 -      STRING(TOLOWER "${OUTPUT_LDD_VIGRA}" OUTPUT_LDD_VIGRA_LOWER)
--      IF(NOT "${OUTPUT_LDD_VIGRA_LOWER}" MATCHES "libilmimf|libopenexr")
+-      IF(NOT "${OUTPUT_LDD_VIGRA_LOWER}" MATCHES "libilmimf")
 -        MESSAGE(FATAL_ERROR "Libvigraimpex found. But vigraimpex seems to compiled without OpenEXR support. OpenEXR support is required for Hugin.")
 -      ENDIF()
 -    ELSE()
@@ -37,5 +37,5 @@ index 320cf3d..f867b55 100755
  	MESSAGE(FATAL_ERROR "Could not find VIGRA")
  ENDIF (VIGRA_FOUND)
 -- 
-2.34.1
+2.29.2
 
diff --git a/srcpkgs/hugin/template b/srcpkgs/hugin/template
index 7961c74632a1..b8af1fcbd260 100644
--- a/srcpkgs/hugin/template
+++ b/srcpkgs/hugin/template
@@ -1,7 +1,7 @@
 # Template file for 'hugin'
 pkgname=hugin
-version=2021.0.0
-revision=1
+version=2020.0.0
+revision=3
 wrksrc="${pkgname}-${version}"
 build_style=cmake
 build_helper=cmake-wxWidgets-gtk3
@@ -17,7 +17,7 @@ maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="GPL-2.0-or-later"
 homepage="http://hugin.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}/${pkgname}-${version%.*}/${pkgname}-${version}.tar.bz2"
-checksum=047aea8a7fa47844b34ef27c19d3b697e84939dcb1fdbbeb2c204621b66eead9
+checksum=283e7601259a7914cb075333424410928a439dc5f84216f33e2fe55501fbcacb
 python_version=3
 
 if [ "$CROSS_BUILD" ]; then
diff --git a/srcpkgs/icewm/template b/srcpkgs/icewm/template
index 68c9ff36f589..6b1efbef2219 100644
--- a/srcpkgs/icewm/template
+++ b/srcpkgs/icewm/template
@@ -1,6 +1,6 @@
 # Template file for 'icewm'
 pkgname=icewm
-version=2.9.4
+version=2.9.3
 revision=1
 build_style=cmake
 make_cmd=make
@@ -18,7 +18,7 @@ license="GPL-2.0-or-later"
 homepage="https://ice-wm.org/"
 changelog="https://raw.githubusercontent.com/ice-wm/icewm/master/NEWS"
 distfiles="https://github.com/ice-wm/icewm/archive/${version}.tar.gz"
-checksum=5a41b4745e23c9d5bb14fb6be1348730b4c74d64689e1c63d4b412c6a581683e
+checksum=0aeebdd403a3307a2ea83809055dabaab893193470dec930b25a5072f0c2d4d6
 # broken tests
 make_check=no
 
diff --git a/srcpkgs/inkscape/template b/srcpkgs/inkscape/template
index 742c6f95bddb..e53c0b378e71 100644
--- a/srcpkgs/inkscape/template
+++ b/srcpkgs/inkscape/template
@@ -1,7 +1,7 @@
 # Template file for 'inkscape'
 pkgname=inkscape
 version=1.1.1
-revision=2
+revision=1
 wrksrc="inkscape-${version}_2021-09-20_3bf5ae0d25"
 build_style=cmake
 # builds executables then runs checks
@@ -13,8 +13,8 @@ makedepends="harfbuzz-devel libsoup-devel gsl-devel pango-devel libatomic_ops-de
  double-conversion-devel gc-devel libwpd-devel libcdr-devel libvisio-devel
  poppler-devel libwpd-devel potrace-devel gtkmm-devel gdl-devel gtkspell3-devel
  aspell-devel libxslt-devel libgomp-devel libwpg-devel poppler-glib-devel"
-depends="desktop-file-utils hicolor-icon-theme python3-appdirs python3-lxml python3-numpy
- python3-scour python3-Pillow"
+depends="desktop-file-utils hicolor-icon-theme python3-lxml python3-numpy python3-scour
+ python3-Pillow"
 checkdepends="$depends gtest-devel ImageMagick cantarell-fonts"
 short_desc="Vector-based drawing program"
 maintainer="Alex Lohr <alex.lohr@logmein.com>"
diff --git a/srcpkgs/knot-resolver/template b/srcpkgs/knot-resolver/template
index 2f03d4420f03..56fd104bc0f0 100644
--- a/srcpkgs/knot-resolver/template
+++ b/srcpkgs/knot-resolver/template
@@ -1,6 +1,6 @@
 # Template file for 'knot-resolver'
 pkgname=knot-resolver
-version=5.4.4
+version=5.4.3
 revision=1
 build_style=meson
 configure_args="
@@ -19,7 +19,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.knot-resolver.cz/"
 distfiles="https://secure.nic.cz/files/knot-resolver/knot-resolver-${version}.tar.xz"
-checksum=588964319e943679d391cc9c886d40ef858ecd9b33ae160023b4e2b5182b2cea
+checksum=488729eb93190336b6bca10de0d78ecb7919f77fcab105debc0a644aa7d0a506
 
 system_accounts="_knot_resolver"
 _knot_resolver_homedir="/var/cache/knot-resolver"
diff --git a/srcpkgs/logrotate/template b/srcpkgs/logrotate/template
index b967dd87a21d..011beae16a99 100644
--- a/srcpkgs/logrotate/template
+++ b/srcpkgs/logrotate/template
@@ -1,6 +1,6 @@
 # Template file for 'logrotate'
 pkgname=logrotate
-version=3.19.0
+version=3.18.1
 revision=1
 build_style=gnu-configure
 makedepends="acl-devel popt-devel"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/logrotate/logrotate"
 distfiles="${homepage}/releases/download/${version}/logrotate-${version}.tar.xz"
-checksum=ddd5274d684c5c99ca724e8069329f343ebe376e07493d537d9effdc501214ba
+checksum=14a924e4804b3974e85019a9f9352c2a69726702e6656155c48bcdeace68a5dc
 make_dirs="/etc/logrotate.d 0755 root root"
 
 post_install() {
diff --git a/srcpkgs/nemo-compare/template b/srcpkgs/nemo-compare/template
index 762326163660..e53193719dc3 100644
--- a/srcpkgs/nemo-compare/template
+++ b/srcpkgs/nemo-compare/template
@@ -1,6 +1,6 @@
 # Template file for 'nemo-compare'
 pkgname=nemo-compare
-version=5.2.1
+version=5.0.1
 revision=1
 wrksrc="nemo-extensions-${pkgname}-${version}"
 build_wrksrc=nemo-compare
@@ -13,4 +13,4 @@ maintainer="mobinmob <mobinmob@disroot.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/linuxmint/nemo-extensions"
 distfiles="https://github.com/linuxmint/nemo-extensions/archive/refs/tags/nemo-compare-${version}.tar.gz"
-checksum=cd81bd4c4dc8c53c65fb9ebc4f94f8fe83c6731f570ec333390134dab202b089
+checksum=7eef629856f64b7483d372259994b878398e98903d83319e1072d754a034289e
diff --git a/srcpkgs/nemo-preview/template b/srcpkgs/nemo-preview/template
index 4faaeb2a783b..22767ba17c81 100644
--- a/srcpkgs/nemo-preview/template
+++ b/srcpkgs/nemo-preview/template
@@ -1,6 +1,6 @@
 # Template file for 'nemo-preview'
 pkgname=nemo-preview
-version=5.2.1
+version=5.0.1
 revision=1
 wrksrc="nemo-extensions-${pkgname}-${version}"
 build_wrksrc=nemo-preview
@@ -14,4 +14,4 @@ maintainer="mobinmob <mobinmob@disroot.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/linuxmint/nemo-extensions"
 distfiles="https://github.com/linuxmint/nemo-extensions/archive/refs/tags/nemo-preview-${version}.tar.gz"
-checksum=eacef0d86bd75b575676386fccd11084697d64e5c9ef405db8653e95fb0e1ec4
+checksum=042719518af70c21879df5f5e314aec03da727fc3c118c509ef9aba59744a6cd
diff --git a/srcpkgs/nemo-python/template b/srcpkgs/nemo-python/template
index 94cbd08a74a1..e87562d1810d 100644
--- a/srcpkgs/nemo-python/template
+++ b/srcpkgs/nemo-python/template
@@ -1,8 +1,8 @@
 # Template file for 'nemo-python'
 pkgname=nemo-python
-version=5.2.0
+version=5.0.1
 revision=1
-wrksrc="nemo-extensions-${version}"
+wrksrc="nemo-extensions-nemo-python-${version}"
 build_wrksrc=nemo-python
 build_style=meson
 hostmakedepends="pkg-config"
@@ -11,5 +11,5 @@ short_desc="Nemo python binding"
 maintainer="mobinmob <mobinmob@disroot.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/linuxmint/nemo-extensions"
-distfiles="https://github.com/linuxmint/nemo-extensions/archive/refs/tags/${version}.tar.gz"
-checksum=92364ac03be3458d3cdfa39ebd4061babd3926c280459e66f8814a6acc42a6a5
+distfiles="https://github.com/linuxmint/nemo-extensions/archive/refs/tags/nemo-python-${version}.tar.gz"
+checksum=b0900d80a082ef4f5aa1ca7c322fca3e33e7a6dfcc4be4c19cca6ae7d8111dbe
diff --git a/srcpkgs/nushell/patches/system-libraries.patch b/srcpkgs/nushell/patches/system-libraries.patch
index 6cf71782e4ca..1b154a11dd41 100644
--- a/srcpkgs/nushell/patches/system-libraries.patch
+++ b/srcpkgs/nushell/patches/system-libraries.patch
@@ -1,8 +1,8 @@
-diff --git a/Cargo.toml.orig b/Cargo.toml
-index 7c53d6d1ed..510ef7698b 100644
---- a/Cargo.toml.orig
-+++ b/Cargo.toml
-@@ -227,3 +227,7 @@ required-features = ["sqlite"]
+Index: nushell-0.34.0/Cargo.toml
+===================================================================
+--- nushell-0.34.0.orig/Cargo.toml
++++ nushell-0.34.0/Cargo.toml
+@@ -259,3 +259,7 @@ required-features = ["sqlite"]
  [[bin]]
  name = "nu"
  path = "src/main.rs"
@@ -10,31 +10,29 @@ index 7c53d6d1ed..510ef7698b 100644
 +[dependencies.zstd]
 +features = ["pkg-config"]
 +version = ">=0.0.0"
-====
-diff --git a/crates/nu_plugin_from_sqlite/Cargo.toml.orig b/crates/nu_plugin_from_sqlite/Cargo.toml
-index ef28788f42..ad439b5fd3 100644
---- a/crates/nu_plugin_from_sqlite/Cargo.toml.orig
-+++ b/crates/nu_plugin_from_sqlite/Cargo.toml
-@@ -18,7 +18,7 @@ nu-source = { path="../nu-source", version = "0.42.0" }
+Index: nushell-0.34.0/crates/nu_plugin_from_sqlite/Cargo.toml
+===================================================================
+--- nushell-0.34.0.orig/crates/nu_plugin_from_sqlite/Cargo.toml
++++ nushell-0.34.0/crates/nu_plugin_from_sqlite/Cargo.toml
+@@ -20,7 +20,7 @@ num-traits = "0.2.14"
  tempfile = "3.2.0"
  
  [dependencies.rusqlite]
 -features = ["bundled", "blob"]
 +features = ["blob"]
- version = "0.26.1"
+ version = "0.25.3"
  
  [build-dependencies]
-====
-diff --git a/crates/nu_plugin_to_sqlite/Cargo.toml.orig b/crates/nu_plugin_to_sqlite/Cargo.toml
-index 6e26ec5fda..a551200402 100644
---- a/crates/nu_plugin_to_sqlite/Cargo.toml.orig
-+++ b/crates/nu_plugin_to_sqlite/Cargo.toml
-@@ -18,7 +18,7 @@ nu-source = { path="../nu-source", version = "0.42.0" }
+Index: nushell-0.34.0/crates/nu_plugin_to_sqlite/Cargo.toml
+===================================================================
+--- nushell-0.34.0.orig/crates/nu_plugin_to_sqlite/Cargo.toml
++++ nushell-0.34.0/crates/nu_plugin_to_sqlite/Cargo.toml
+@@ -20,7 +20,7 @@ num-traits = "0.2.14"
  tempfile = "3.2.0"
  
  [dependencies.rusqlite]
 -features = ["bundled", "blob"]
 +features = ["blob"]
- version = "0.26.1"
+ version = "0.25.3"
  
  [build-dependencies]
diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template
index 444d11e67e75..2992ab13997f 100644
--- a/srcpkgs/nushell/template
+++ b/srcpkgs/nushell/template
@@ -1,7 +1,7 @@
 # Template file for 'nushell'
 pkgname=nushell
-version=0.42.0
-revision=1
+version=0.34.0
+revision=2
 build_style=cargo
 configure_args="--features=extra"
 hostmakedepends="pkg-config python3 libgit2-devel"
@@ -14,7 +14,7 @@ license="MIT"
 homepage="https://www.nushell.sh/"
 changelog="https://www.nushell.sh/blog/"
 distfiles="https://github.com/nushell/nushell/archive/refs/tags/${version}.tar.gz"
-checksum=68efbc58b1f7b4936a2f84903e093d66b172fb3d62f246966b8c5a8f8345eaae
+checksum=9571c7fbf0f0fdabb055727b63b6a5c3561f04357336289106591fc6afcff7a3
 register_shell="/usr/bin/nu"
 # all tests fail with argument --target
 make_check=no
@@ -23,6 +23,9 @@ case "$XBPS_TARGET_MACHINE" in
 	i686*)
 		broken='https://build.voidlinux.org/builders/i686_builder/builds/33520/steps/shell_3/logs/stdio'
 		;;
+esac
+
+case "$XBPS_TARGET_MACHINE" in
 	ppc*) broken="arrow-rs parquet is busted garbage";;
 esac
 
diff --git a/srcpkgs/perl-MRO-Compat/template b/srcpkgs/perl-MRO-Compat/template
index 00dd1c0fbdc8..bc6ad62d81f2 100644
--- a/srcpkgs/perl-MRO-Compat/template
+++ b/srcpkgs/perl-MRO-Compat/template
@@ -1,16 +1,15 @@
 # Template file for 'perl-MRO-Compat'
 pkgname=perl-MRO-Compat
-version=0.15
-revision=1
+version=0.13
+revision=3
 wrksrc="${pkgname/perl-/}-${version}"
 build_style=perl-module
 hostmakedepends="perl"
-makedepends="perl"
-depends="perl"
+makedepends="${hostmakedepends}"
+depends="${hostmakedepends}"
 short_desc="MRO::Compat - mro::* interface compatibility for Perls < 5.9.5"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="Artistic-1.0-Perl, GPL-1.0-or-later"
 homepage="https://metacpan.org/release/MRO-Compat"
-changelog="https://raw.githubusercontent.com/moose/MRO-Compat/master/Changes"
 distfiles="${CPAN_SITE}/App/HAARG/MRO-Compat-${version}.tar.gz"
-checksum=0d4535f88e43babd84ab604866215fc4d04398bd4db7b21852d4a31b1c15ef61
+checksum=8a2c3b6ccc19328d5579d02a7d91285e2afd85d801f49d423a8eb16f323da4f8
diff --git a/srcpkgs/python3-pikepdf/template b/srcpkgs/python3-pikepdf/template
index 5818ac130bdd..7ab9e42a9b72 100644
--- a/srcpkgs/python3-pikepdf/template
+++ b/srcpkgs/python3-pikepdf/template
@@ -1,12 +1,12 @@
 # Template file for 'python3-pikepdf'
 pkgname=python3-pikepdf
-version=4.3.1
+version=4.2.0
 revision=1
 wrksrc="pikepdf-${version}"
 build_style=python3-module
 hostmakedepends="python3-pybind11 python3-setuptools_scm python3-wheel"
 makedepends="libqpdf-devel python3-pybind11"
-depends="python3-lxml python3-packaging python3-Pillow python3-setuptools"
+depends="python3-lxml python3-Pillow python3-setuptools"
 checkdepends="python3-dateutil python3-hypothesis python3-psutil python3-pytest
  $depends"
 short_desc="Python library for reading and writing PDF files"
@@ -14,7 +14,7 @@ maintainer="Philipp David <pd@3b.pm>"
 license="MPL-2.0"
 homepage="https://github.com/pikepdf/pikepdf"
 distfiles="${PYPI_SITE}/p/pikepdf/pikepdf-${version}.tar.gz"
-checksum=8836e6060534c7245c8d736e93600667b928c767a012a73bb567f56bbe3d985c
+checksum=9a91564193f2c01a55aef4c3b97764b2cb59443034b62a95620b12eb265c647e
 
 pre_build() {
 	vsed -e '/setuptools_scm_git_archive/d' -i setup.py
diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index bc4fb07f17bd..3c8356a5fcb6 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,7 +1,7 @@
 # Template file for 'radicale'
 pkgname=radicale
-version=3.1.0
-revision=1
+version=3.0.6
+revision=3
 wrksrc="Radicale-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,9 +12,9 @@ short_desc="Complete calendar and contact storing and manipulating solution"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-or-later"
 homepage="https://radicale.org"
-changelog="https://github.com/Kozea/Radicale/blob/master/NEWS.md"
-distfiles="https://github.com/Kozea/Radicale/archive/refs/tags/v${version}.tar.gz"
-checksum=96ea98ea5a888069fbda1efe4fa68fa4b2966283cf0285bc5911b027d0a921ee
+changelog="https://github.com/Kozea/Radicale/blob/${version}/NEWS.md"
+distfiles="https://github.com/Kozea/Radicale/archive/${version}.tar.gz"
+checksum=69cfbcc66f8dc13fb82c82ed9561a9aad30462a6bb09b45a64ad39401bf61b98
 conf_files="
  /etc/radicale/config
  /etc/radicale/rights
diff --git a/srcpkgs/s/template b/srcpkgs/s/template
index 76a7da458242..cb9c4fc4e4ca 100644
--- a/srcpkgs/s/template
+++ b/srcpkgs/s/template
@@ -1,6 +1,6 @@
 # Template file for 's'
 pkgname=s
-version=0.6.4
+version=0.6.2
 revision=1
 build_helper=qemu
 build_style=go
@@ -11,7 +11,7 @@ maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="MIT"
 homepage="https://github.com/zquestz/s"
 distfiles="https://github.com/zquestz/s/archive/v${version}.tar.gz"
-checksum=5829a18da40cb5a936f32240b4244d2a0543cb85dc3d5e013ae5aa08557c148f
+checksum=acc38953fcb21e1dd2cd761b9d2bf8272aa6aa30fed2adb657f2dba7e4df872f
 
 post_build() {
 	s_cli=$(find $GOPATH/bin -name s)
diff --git a/srcpkgs/uriparser/template b/srcpkgs/uriparser/template
index 7a8db02f46e7..36389d151f84 100644
--- a/srcpkgs/uriparser/template
+++ b/srcpkgs/uriparser/template
@@ -1,6 +1,6 @@
 # Template file for 'uriparser'
 pkgname=uriparser
-version=0.9.6
+version=0.9.5
 revision=1
 build_style=cmake
 make_check_target=test
@@ -11,7 +11,7 @@ maintainer="mobinmob <mobinmob@disroot.org>"
 license="BSD-3-Clause"
 homepage="https://uriparser.github.io/"
 distfiles="https://github.com/${pkgname}/${pkgname}/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
-checksum=9ce4c3f151e78579f23937b44abecb428126863ad02e594e115e882353de905b
+checksum=dd8061eba7f2e66c151722e6db0b27c972baa6215cf16f135dbe0f0a4bc6606c
 
 post_install() {
 	vlicense COPYING
diff --git a/srcpkgs/xwmfs/template b/srcpkgs/xwmfs/template
index b5bc75668862..7b1da9a26ed8 100644
--- a/srcpkgs/xwmfs/template
+++ b/srcpkgs/xwmfs/template
@@ -1,6 +1,6 @@
 # Template file for 'xwmfs'
 pkgname=xwmfs
-version=0.90
+version=0.85
 revision=1
 build_style=gnu-configure
 hostmakedepends="automake autoconf pkg-config which"
@@ -11,7 +11,7 @@ license="GPL-2.0-or-later"
 homepage="https://github.com/gerstner-hub/xwmfs"
 changelog="https://raw.githubusercontent.com/gerstner-hub/xwmfs/master/ChangeLog"
 distfiles="https://github.com/gerstner-hub/xwmfs/archive/v${version}.tar.gz"
-checksum=36e86ded944d154021eadfbb58f3531c4d879dfa57edd8db472c3f2b0e369e3d
+checksum=9d786514397f34ff35eaf460c8c07ccc64d01227311ab19e4a7aab9fd0007831
 
 pre_configure() {
 	./bootstrap
diff --git a/srcpkgs/zita-alsa-pcmi/template b/srcpkgs/zita-alsa-pcmi/template
index ab83dfb41a9d..908642f6e3fc 100644
--- a/srcpkgs/zita-alsa-pcmi/template
+++ b/srcpkgs/zita-alsa-pcmi/template
@@ -1,6 +1,6 @@
 # Template file for 'zita-alsa-pcmi'
 pkgname=zita-alsa-pcmi
-version=0.4.0
+version=0.3.2
 revision=1
 build_wrksrc="source"
 build_style=gnu-makefile
@@ -11,7 +11,7 @@ maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="GPL-3.0-or-later"
 homepage="https://kokkinizita.linuxaudio.org/linuxaudio/"
 distfiles="https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${version}.tar.bz2"
-checksum=bd8c9f360dfb541fb60e48a713baf1e22d41b2c74c19a0fe9f2d34e72f50f1c5
+checksum=1a1d9f7e373032bd5702382e4c923407911f4f791c449c0c0f027a725edba789
 
 CXXFLAGS="-fPIC"
 

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

* Re: [PR PATCH] [Closed]: New package: kloak-0.2
  2022-01-08 17:26 [PR PATCH] New package: kloak-0.2 gbeliako
                   ` (5 preceding siblings ...)
  2022-01-09 22:43 ` gbeliako
@ 2022-01-09 22:44 ` gbeliako
  6 siblings, 0 replies; 8+ messages in thread
From: gbeliako @ 2022-01-09 22:44 UTC (permalink / raw)
  To: ml

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

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

New package: kloak-0.2
https://github.com/void-linux/void-packages/pull/34947

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

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

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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
<!-- 
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-01-09 22:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-08 17:26 [PR PATCH] New package: kloak-0.2 gbeliako
2022-01-08 17:30 ` Chocimier
2022-01-08 20:33 ` [PR PATCH] [Updated] " gbeliako
2022-01-09  1:11 ` gbeliako
2022-01-09  1:13 ` gbeliako
2022-01-09 18:06 ` gbeliako
2022-01-09 22:43 ` gbeliako
2022-01-09 22:44 ` [PR PATCH] [Closed]: " gbeliako

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