Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Skarnet update november23
@ 2023-11-12 13:03 mobinmob
  2023-11-25 16:04 ` [PR PATCH] [Updated] " mobinmob
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: mobinmob @ 2023-11-12 13:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages skarnet-update-november23
https://github.com/void-linux/void-packages/pull/47177

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-skarnet-update-november23-47177.patch --]
[-- Type: text/x-diff, Size: 18792 bytes --]

From ba1cc4ec6ddebaca8437c1dac58e79c787629e78 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 12 Nov 2023 14:58:13 +0200
Subject: [PATCH 01/15] skalibs: update to 2.14.0.0.

---
 common/shlibs            | 2 +-
 srcpkgs/skalibs/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 7e9cee83f8417..01baa8cd4e4b5 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2330,7 +2330,7 @@ libgnunettransport.so.2 gnunet-0.12.2_1
 libgnunettransportapplication.so.0 gnunet-0.12.2_1
 libgnunettransportcore.so.0 gnunet-0.12.2_1
 libgnunettransportcommunicator.so.0 gnunet-0.12.2_1
-libskarnet.so.2.13 skalibs-2.13.0.0_1
+libskarnet.so.2.14 skalibs-2.14.0.0_1
 libKF5BalooWidgets.so.5 baloo-widgets5-17.04.3_1
 libtidy.so.58 libtidy5-5.8.0_1
 libSDL2_gfx-1.0.so.0 SDL2_gfx-1.0.1_1
diff --git a/srcpkgs/skalibs/template b/srcpkgs/skalibs/template
index 185177eb4165c..6b1902d9b06fe 100644
--- a/srcpkgs/skalibs/template
+++ b/srcpkgs/skalibs/template
@@ -1,6 +1,6 @@
 # Template file for 'skalibs'
 pkgname=skalibs
-version=2.13.1.0
+version=2.14.0.0
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --enable-static --enable-shared
@@ -14,7 +14,7 @@ license="ISC"
 homepage="https://skarnet.org/software/skalibs/"
 changelog="https://skarnet.org/software/skalibs/upgrade.html"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=b3c48938c7fba4b19a8b0dce6e7a11427717a0901160bb62cfc6823f8ac86d92
+checksum=a745fd34cf84bec74398effa1b6f4c39c55736733939b126038e52b2d5dcc1d2
 
 post_install() {
 	vlicense COPYING LICENSE

From 48d2664a7ff547277da0f8583f3ed684b7ed4d06 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 12 Nov 2023 14:58:22 +0200
Subject: [PATCH 02/15] execline: update to 2.9.4.0.

---
 srcpkgs/execline/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/execline/template b/srcpkgs/execline/template
index 09c48090eec69..d4b9e5458e199 100644
--- a/srcpkgs/execline/template
+++ b/srcpkgs/execline/template
@@ -1,11 +1,12 @@
 # Template file for 'execline'
 pkgname=execline
-version=2.9.2.0
+version=2.9.4.0
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --bindir=/usr/bin
  --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
  --with-lib=${XBPS_CROSS_BASE}/usr/lib
+ --enable-pedantic-posix
  $(vopt_if static --enable-static-libc)
  $(vopt_if multicall --enable-multicall)"
 makedepends="skalibs-devel"
@@ -15,7 +16,7 @@ license="ISC"
 homepage="https://skarnet.org/software/execline/"
 changelog="https://skarnet.org/software/execline/upgrade.html"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=9365012558a1e3c019cafc6eb574b0f5890495fb02652f20efdd782d577b1601
+checksum=9ab55d561539dfa76ff4a97906fa995fc4a288e3de5225cb1a9d8fa9e9ebc49b
 
 CFLAGS="-fPIC"
 

From 4a04ec952b657327be310c0f89bbcd4160b2ef47 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 12 Nov 2023 14:58:27 +0200
Subject: [PATCH 03/15] execline-man-pages: update to 2.9.4.0.1.

---
 srcpkgs/execline-man-pages/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/execline-man-pages/template b/srcpkgs/execline-man-pages/template
index 26c5f1f45c08e..c0eda34e05222 100644
--- a/srcpkgs/execline-man-pages/template
+++ b/srcpkgs/execline-man-pages/template
@@ -1,15 +1,14 @@
 # Template file for 'execline-man-pages'
 pkgname=execline-man-pages
-version=2.9.2.0.2
+version=2.9.4.0.1
 revision=1
 build_style=gnu-makefile
-hostmakedepends="mdocml"
 short_desc="Mdoc versions of the documentation for the execline suite"
 maintainer="mobinmob <mobinmob@disroot.org>"
 license="ISC"
-homepage="https://github.com/flexibeast/execline-man-pages"
-distfiles="https://github.com/flexibeast/execline-man-pages/archive/v${version}.tar.gz"
-checksum=bc8ce8814b1e2c3b4b66dfb35cff8c38364877fe90f0b6fe4446dce130d43355
+homepage="https://git.sr.ht/~flexibeast/execline-man-pages"
+distfiles="https://git.sr.ht/~flexibeast/execline-man-pages/archive/v${version}.tar.gz"
+checksum=96ab14161b4b6a912b03144be174e80c4d6560d1299b11c6b7ac9e47141f9400
 
 post_install() {
 	vlicense LICENSE

From ae8ae5e315df1649ca099eb46a0cb2442f25c82c Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 12 Nov 2023 14:58:32 +0200
Subject: [PATCH 04/15] s6: update to 2.12.0.0.

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

diff --git a/srcpkgs/s6/template b/srcpkgs/s6/template
index ecc407c70fa31..95be475d113d1 100644
--- a/srcpkgs/s6/template
+++ b/srcpkgs/s6/template
@@ -1,6 +1,6 @@
 # Template file for 's6'
 pkgname=s6
-version=2.11.3.0
+version=2.12.0.0
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --bindir=/usr/bin
@@ -15,7 +15,7 @@ license="ISC"
 homepage="http://skarnet.org/software/s6/"
 changelog="https://skarnet.org/software/s6/upgrade.html"
 distfiles="http://skarnet.org/software/s6/s6-${version}.tar.gz"
-checksum=0ef2de80c40b603d58bf65ec5dd9f0bb1f227d35f311e8948d9e30f81efb5b81
+checksum=9818c3a9e218192406270f41d342bedb7a19f19de005bab3c62b40093033ef6c
 
 build_options="static"
 desc_option_static="Build static binaries"

From 1af763bb85316b56fb7808988468fa5ce9d7253a Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 12 Nov 2023 14:58:41 +0200
Subject: [PATCH 05/15] s6-man-pages: update to 2.12.0.0.1.

---
 srcpkgs/s6-man-pages/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/s6-man-pages/template b/srcpkgs/s6-man-pages/template
index 66af4d4914e20..39ba579e2debc 100644
--- a/srcpkgs/s6-man-pages/template
+++ b/srcpkgs/s6-man-pages/template
@@ -1,14 +1,14 @@
 # Template file for 's6-man-pages'
 pkgname=s6-man-pages
-version=2.11.3.0.1
+version=2.12.0.0.1
 revision=1
 build_style=gnu-makefile
 short_desc="Ports of the HTML documentation for the s6 supervision suite to mdoc(7)"
 maintainer="mobinmob <mobinmob@disroot.org>"
 license="ISC"
-homepage="https://github.com/flexibeast/s6-man-pages"
-distfiles="https://github.com/flexibeast/s6-man-pages/archive/v${version}.tar.gz"
-checksum=223e7c843e3996338efe1aee8d2779ae5b4b30e9140fd625021dda5c403b88be
+homepage="https://git.sr.ht/~flexibeast/s6-man-pages"
+distfiles="https://git.sr.ht/~flexibeast/s6-man-pages/archive/v${version}.tar.gz"
+checksum=d493e22bcd0f5c7cc190425f31b33a415680763e219605bf5da25f43014ade5f
 
 post_install() {
 	vlicense LICENSE

From c766d90bff674f788dac97e172e384f221821501 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 12 Nov 2023 14:58:47 +0200
Subject: [PATCH 06/15] s6-rc: update to 0.5.4.2.

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

diff --git a/srcpkgs/s6-rc/template b/srcpkgs/s6-rc/template
index 0e894c661b418..57cbf9c21a4cc 100644
--- a/srcpkgs/s6-rc/template
+++ b/srcpkgs/s6-rc/template
@@ -1,6 +1,6 @@
 # Template file for 's6-rc'
 pkgname=s6-rc
-version=0.5.4.1
+version=0.5.4.2
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include
@@ -15,7 +15,7 @@ license="ISC"
 homepage="https://skarnet.org/software/s6-rc/"
 changelog="https://skarnet.org/software/s6-rc/upgrade.html"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=d7268cab7c5423305cf9598a33d4fcdab8a315952b3ec80f79c85b8cb76158f6
+checksum=00bdfa596fa7161512e972ec9282a2abd8fd0e31f09177bad7a2bc3d8f283982
 
 build_options="static"
 desc_option_static="Build static binaries"

From 1faa5f392e80cec7e326355a0594e98324847250 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 12 Nov 2023 14:58:56 +0200
Subject: [PATCH 07/15] New package: s6-rc-man-pages-0.5.4.2.1

---
 srcpkgs/s6-rc-man-pages/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/s6-rc-man-pages/template

diff --git a/srcpkgs/s6-rc-man-pages/template b/srcpkgs/s6-rc-man-pages/template
new file mode 100644
index 0000000000000..ecd99957837bb
--- /dev/null
+++ b/srcpkgs/s6-rc-man-pages/template
@@ -0,0 +1,15 @@
+# Template file for 's6-rc-man-pages'
+pkgname=s6-rc-man-pages
+version=0.5.4.2.1
+revision=1
+build_style=gnu-makefile
+short_desc="Ports of the documentation for s6-rc to mdoc(7)"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="ISC"
+homepage="https://git.sr.ht/~flexibeast/s6-rc-man-pages"
+distfiles="https://git.sr.ht/~flexibeast/s6-rc-man-pages/archive/v${version}.tar.gz"
+checksum=b26354fd682adb6951ea607c04695c429734d17f7524d0b7c381d877cec96fa9
+
+post_install() {
+	vlicense LICENSE
+}

From 5f496b8fdcd6a1573843be230470960e9150bd2b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 12 Nov 2023 14:59:06 +0200
Subject: [PATCH 08/15] s6-portable-utils: update to 2.3.0.3.

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

diff --git a/srcpkgs/s6-portable-utils/template b/srcpkgs/s6-portable-utils/template
index 89d9709c50689..915988bd666e1 100644
--- a/srcpkgs/s6-portable-utils/template
+++ b/srcpkgs/s6-portable-utils/template
@@ -1,6 +1,6 @@
 # Template file for 's6-portable-utils'
 pkgname=s6-portable-utils
-version=2.3.0.0
+version=2.3.0.3
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include
@@ -15,7 +15,7 @@ license="ISC"
 homepage="https://skarnet.org/software/s6-portable-utils/"
 changelog="https://skarnet.org/software/s6-portable-utils/upgrade.html"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=1e9066c430c1cb39a3a7b7004cd379ffebe566bd3d698db18de6125783002005
+checksum=3e4492055d160c25fb90153f0efc277d7d52bf981bbe3ea2e9dfe51c493561ff
 
 build_options="static multicall"
 desc_option_static="Build static binaries"

From 60da60c293e75e67bd6a64375773cd4613c15893 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 12 Nov 2023 14:59:15 +0200
Subject: [PATCH 09/15] s6-portable-utils-man-pages: update to 2.3.0.3.1.

---
 srcpkgs/s6-portable-utils-man-pages/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/s6-portable-utils-man-pages/template b/srcpkgs/s6-portable-utils-man-pages/template
index b2046de61116f..b888b8f129d58 100644
--- a/srcpkgs/s6-portable-utils-man-pages/template
+++ b/srcpkgs/s6-portable-utils-man-pages/template
@@ -1,15 +1,14 @@
 # Template file for 's6-portable-utils-man-pages'
 pkgname=s6-portable-utils-man-pages
-version=2.3.0.0.1
+version=2.3.0.3.1
 revision=1
 build_style=gnu-makefile
-hostmakedepends="mdocml"
 short_desc="Documentation for s6-portable-utils in mdoc(7) format"
 maintainer="mobinmob <mobinmob@disroot.org>"
 license="ISC"
-homepage="https://github.com/flexibeast/s6-portable-utils-man-pages"
-distfiles="https://github.com/flexibeast/s6-portable-utils-man-pages/archive/refs/tags/v${version}.tar.gz"
-checksum=1e1e5c53550bb11a2d7c12c1c745be9b1a68846a868bb8b3671d70450084c120
+homepage="https://git.sr.ht/~flexibeast/s6-portable-utils-man-pages"
+distfiles="https://git.sr.ht/~flexibeast/s6-portable-utils-man-pages/archive/v${version}.tar.gz"
+checksum=763a1609aefc118adeb48eac0f88db79d49456721bbb8e53e359b0ced86853e2
 
 post_install() {
 	vlicense LICENSE

From 8d7a1f142cd75be6dcd3b62bdfcebf448ee70690 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 12 Nov 2023 14:59:25 +0200
Subject: [PATCH 10/15] s6-linux-utils: update to 2.6.2.0.

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

diff --git a/srcpkgs/s6-linux-utils/template b/srcpkgs/s6-linux-utils/template
index fc4863803178d..4af3dce216c68 100644
--- a/srcpkgs/s6-linux-utils/template
+++ b/srcpkgs/s6-linux-utils/template
@@ -1,6 +1,6 @@
 # Template file for 's6-linux-utils'
 pkgname=s6-linux-utils
-version=2.6.1.0
+version=2.6.2.0
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --includedir=/usr/include
@@ -15,7 +15,7 @@ license="ISC"
 homepage="https://skarnet.org/software/s6-linux-utils"
 changelog="https://skarnet.org/software/s6-linux-utils/upgrade.html"
 distfiles="${homepage}/${pkgname}-${version}.tar.gz"
-checksum=2accb5a443dd04203a6358534bdcf0dd369aceb4733e322612c2b8329260b7a2
+checksum=8f944633ca87d3d23e0f03c9c383d1502d508c9bac16d38c3fbf723a5eab2bb7
 
 build_options="static multicall"
 desc_option_static="Build static binaries"

From 906d3eb259197c55f221f3db2a220ce5455efb40 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 12 Nov 2023 14:59:48 +0200
Subject: [PATCH 11/15] s6-networking: update to 2.6.0.0.

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

diff --git a/srcpkgs/s6-networking/template b/srcpkgs/s6-networking/template
index 133dc65c5697a..b9ce462711ac8 100644
--- a/srcpkgs/s6-networking/template
+++ b/srcpkgs/s6-networking/template
@@ -1,6 +1,6 @@
 # Template file for 's6-networking'
 pkgname=s6-networking
-version=2.5.1.3
+version=2.6.0.0
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib $(vopt_if libtls --enable-ssl=libtls)
@@ -16,7 +16,7 @@ license="ISC"
 homepage="https://skarnet.org/software/s6-networking"
 changelog="https://skarnet.org/software/s6-networking/upgrade.html"
 distfiles="${homepage}/${pkgname}-${version}.tar.gz"
-checksum=a09e43c959ff9e0caa8ff4002608e73c0f57f87f04a8d9c24e6c9afefe45e977
+checksum=31d1d68fb05d639cebe9514bba2f67a54e5801f26c0d162f8755cd4b162e18b0
 
 build_options="bearssl libtls static"
 build_options_default="bearssl"

From 4f27bdd5776def04a554fccfd97f084f310c9f39 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 12 Nov 2023 15:00:02 +0200
Subject: [PATCH 12/15] s6-networking-man-pages: update to 2.6.0.0.1.

---
 srcpkgs/s6-networking-man-pages/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/s6-networking-man-pages/template b/srcpkgs/s6-networking-man-pages/template
index 7a09aeb9f640f..4e178825ee30d 100644
--- a/srcpkgs/s6-networking-man-pages/template
+++ b/srcpkgs/s6-networking-man-pages/template
@@ -1,15 +1,14 @@
 # Template file for 's6-networking-man-pages'
 pkgname=s6-networking-man-pages
-version=2.5.1.3.1
+version=2.6.0.0.1
 revision=1
 build_style=gnu-makefile
-hostmakedepends="mdocml"
 short_desc="Mdoc versions of the documentation for the s6-networking suite"
 maintainer="mobinmob <mobinmob@disroot.org>"
 license="ISC"
-homepage="https://github.com/flexibeast/s6-networking-man-pages"
-distfiles="https://github.com/flexibeast/s6-networking-man-pages/archive/refs/tags/v${version}.tar.gz"
-checksum=6cff17453dc7946a2a5b94b8a4a48965db6c52c6000420acaedd443f9d069e8f
+homepage="https://git.sr.ht/~flexibeast/s6-networking-man-pages"
+distfiles="https://git.sr.ht/~flexibeast/s6-networking-man-pages/archive/v${version}.tar.gz"
+checksum=58fa6b0becaf20b29507fcede84dd528844c1d715555468e38d3fd766ee8074b
 
 post_install() {
 	vlicense LICENSE

From 00a6ec6bc26a85f7b67ed3e5a3cff1448bfad553 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 12 Nov 2023 15:00:07 +0200
Subject: [PATCH 13/15] s6-dns: update to 2.3.6.0.

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

diff --git a/srcpkgs/s6-dns/template b/srcpkgs/s6-dns/template
index 7f243bc2ec826..3dccc2ed25b92 100644
--- a/srcpkgs/s6-dns/template
+++ b/srcpkgs/s6-dns/template
@@ -1,6 +1,6 @@
 # Template file for 's6-dns'
 pkgname=s6-dns
-version=2.3.5.5
+version=2.3.6.0
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="ISC"
 homepage="https://skarnet.org/software/s6-dns"
 distfiles="${homepage}/${pkgname}-${version}.tar.gz"
-checksum=56979b5d5125c38071a80b5e3df0d4a6b2a7c52bb863a2410b6e3d797ffe1ee8
+checksum=01e7c7532cc5e7a6b8915461b01c2f706b7f2211782923e25eaa54ee0c6dc7c7
 
 build_options="static"
 

From aee667116c47672134a521d72e054180161343da Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 12 Nov 2023 15:00:15 +0200
Subject: [PATCH 14/15] nsss: update to 0.2.0.4.

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

diff --git a/srcpkgs/nsss/template b/srcpkgs/nsss/template
index ae3cac748266d..6af49abb29079 100644
--- a/srcpkgs/nsss/template
+++ b/srcpkgs/nsss/template
@@ -1,6 +1,6 @@
 # Template file for 'nsss'
 pkgname=nsss
-version=0.2.0.3
+version=0.2.0.4
 revision=1
 # Only available for musl
 archs="*-musl"
@@ -16,7 +16,7 @@ license="ISC"
 homepage="https://skarnet.org/software/nsss/"
 changelog="https://skarnet.org/software/nsss/upgrade.html"
 distfiles="https://skarnet.org/software/nsss/nsss-${version}.tar.gz"
-checksum=b1e397ed5b327611a7c2c8c1dc60e91fef353c54fead464f887720bc0914148e
+checksum=39b504f85bd8f6b523d334e5cfa62c02a395db35991b75f206df0abbd6761aad
 
 build_options="static"
 

From 0650729111495f62ec936216762a6d6f889ff168 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 12 Nov 2023 15:00:29 +0200
Subject: [PATCH 15/15] mdevd: update to 0.1.6.3.

---
 srcpkgs/mdevd/files/mdevd/run | 5 +++++
 srcpkgs/mdevd/template        | 7 ++++---
 2 files changed, 9 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/mdevd/files/mdevd/run

diff --git a/srcpkgs/mdevd/files/mdevd/run b/srcpkgs/mdevd/files/mdevd/run
new file mode 100644
index 0000000000000..e4450fcdbbbe7
--- /dev/null
+++ b/srcpkgs/mdevd/files/mdevd/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+exec 2>&1
+[ -r ./conf ] && . ./conf
+exec mdevd ${OPTS:- -b 200000 -O4}
diff --git a/srcpkgs/mdevd/template b/srcpkgs/mdevd/template
index 15690b0ead373..211ec6d137aae 100644
--- a/srcpkgs/mdevd/template
+++ b/srcpkgs/mdevd/template
@@ -1,6 +1,6 @@
 # Template file for 'mdevd'
 pkgname=mdevd
-version=0.1.6.2
+version=0.1.6.3
 revision=1
 build_style=configure
 configure_args="--includedir=/usr/include --bindir=/usr/bin --libdir=/usr/lib
@@ -14,10 +14,10 @@ license="ISC"
 homepage="https://skarnet.org/software/mdevd/"
 changelog="https://skarnet.org/software/mdevd/upgrade.html"
 distfiles="https://skarnet.org/software/mdevd/mdevd-${version}.tar.gz"
-checksum=ac2fcf9004f07904592c5894e2c401e15bb027ecf37bcb8ea661e2a7993447be
-
+checksum=f6ecf0ef7cd48d04efc75acb2dad967d850bc8815bdb0098f1c9ef043394d430
 build_options="static"
 desc_option_static="Build static binaries"
+make_check=no # no tests
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl)
@@ -30,6 +30,7 @@ post_install() {
 	vlicense COPYING
 	vdoc README
 	vcopy "doc/*" usr/share/doc/${pkgname}
+	vsv mdevd
 }
 
 mdevd-doc_package() {

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

* Re: [PR PATCH] [Updated] Skarnet update november23
  2023-11-12 13:03 [PR PATCH] Skarnet update november23 mobinmob
@ 2023-11-25 16:04 ` mobinmob
  2023-11-25 16:05 ` mobinmob
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: mobinmob @ 2023-11-25 16:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages skarnet-update-november23
https://github.com/void-linux/void-packages/pull/47177

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-skarnet-update-november23-47177.patch --]
[-- Type: text/x-diff, Size: 18792 bytes --]

From e53a3b416dd1d31b58ab996433e207979d39ed0f Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 25 Nov 2023 18:01:27 +0200
Subject: [PATCH 01/15] skalibs: update to 2.14.0.1.

---
 common/shlibs            | 2 +-
 srcpkgs/skalibs/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 90018a5616f86..8d8507d8f2aa7 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2329,7 +2329,7 @@ libgnunettransport.so.2 gnunet-0.12.2_1
 libgnunettransportapplication.so.0 gnunet-0.12.2_1
 libgnunettransportcore.so.0 gnunet-0.12.2_1
 libgnunettransportcommunicator.so.0 gnunet-0.12.2_1
-libskarnet.so.2.13 skalibs-2.13.0.0_1
+libskarnet.so.2.14 skalibs-2.14.0.0_1
 libKF5BalooWidgets.so.5 baloo-widgets5-17.04.3_1
 libtidy.so.58 libtidy5-5.8.0_1
 libSDL2_gfx-1.0.so.0 SDL2_gfx-1.0.1_1
diff --git a/srcpkgs/skalibs/template b/srcpkgs/skalibs/template
index 185177eb4165c..6ec3d37830712 100644
--- a/srcpkgs/skalibs/template
+++ b/srcpkgs/skalibs/template
@@ -1,6 +1,6 @@
 # Template file for 'skalibs'
 pkgname=skalibs
-version=2.13.1.0
+version=2.14.0.1
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --enable-static --enable-shared
@@ -14,7 +14,7 @@ license="ISC"
 homepage="https://skarnet.org/software/skalibs/"
 changelog="https://skarnet.org/software/skalibs/upgrade.html"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=b3c48938c7fba4b19a8b0dce6e7a11427717a0901160bb62cfc6823f8ac86d92
+checksum=b43ebdb36f8a8df40f1a08c13b08393bce49faf334e62a0db919b3ae4afd1488
 
 post_install() {
 	vlicense COPYING LICENSE

From ed586c3ba4d8eb1fc6bda90df88a08aa8a208a58 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 25 Nov 2023 18:01:35 +0200
Subject: [PATCH 02/15] execline: update to 2.9.4.0.

---
 srcpkgs/execline/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/execline/template b/srcpkgs/execline/template
index 09c48090eec69..d4b9e5458e199 100644
--- a/srcpkgs/execline/template
+++ b/srcpkgs/execline/template
@@ -1,11 +1,12 @@
 # Template file for 'execline'
 pkgname=execline
-version=2.9.2.0
+version=2.9.4.0
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --bindir=/usr/bin
  --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
  --with-lib=${XBPS_CROSS_BASE}/usr/lib
+ --enable-pedantic-posix
  $(vopt_if static --enable-static-libc)
  $(vopt_if multicall --enable-multicall)"
 makedepends="skalibs-devel"
@@ -15,7 +16,7 @@ license="ISC"
 homepage="https://skarnet.org/software/execline/"
 changelog="https://skarnet.org/software/execline/upgrade.html"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=9365012558a1e3c019cafc6eb574b0f5890495fb02652f20efdd782d577b1601
+checksum=9ab55d561539dfa76ff4a97906fa995fc4a288e3de5225cb1a9d8fa9e9ebc49b
 
 CFLAGS="-fPIC"
 

From 07f0234cc53d607261884919e5b49c55f2959627 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 25 Nov 2023 18:01:41 +0200
Subject: [PATCH 03/15] execline-man-pages: update to 2.9.4.0.1.

---
 srcpkgs/execline-man-pages/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/execline-man-pages/template b/srcpkgs/execline-man-pages/template
index 26c5f1f45c08e..c0eda34e05222 100644
--- a/srcpkgs/execline-man-pages/template
+++ b/srcpkgs/execline-man-pages/template
@@ -1,15 +1,14 @@
 # Template file for 'execline-man-pages'
 pkgname=execline-man-pages
-version=2.9.2.0.2
+version=2.9.4.0.1
 revision=1
 build_style=gnu-makefile
-hostmakedepends="mdocml"
 short_desc="Mdoc versions of the documentation for the execline suite"
 maintainer="mobinmob <mobinmob@disroot.org>"
 license="ISC"
-homepage="https://github.com/flexibeast/execline-man-pages"
-distfiles="https://github.com/flexibeast/execline-man-pages/archive/v${version}.tar.gz"
-checksum=bc8ce8814b1e2c3b4b66dfb35cff8c38364877fe90f0b6fe4446dce130d43355
+homepage="https://git.sr.ht/~flexibeast/execline-man-pages"
+distfiles="https://git.sr.ht/~flexibeast/execline-man-pages/archive/v${version}.tar.gz"
+checksum=96ab14161b4b6a912b03144be174e80c4d6560d1299b11c6b7ac9e47141f9400
 
 post_install() {
 	vlicense LICENSE

From e2e74ec58900ab471254338bb990fd8d5beebd78 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 25 Nov 2023 18:01:48 +0200
Subject: [PATCH 04/15] s6: update to 2.12.0.2.

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

diff --git a/srcpkgs/s6/template b/srcpkgs/s6/template
index ecc407c70fa31..2a647008e19c6 100644
--- a/srcpkgs/s6/template
+++ b/srcpkgs/s6/template
@@ -1,6 +1,6 @@
 # Template file for 's6'
 pkgname=s6
-version=2.11.3.0
+version=2.12.0.2
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --bindir=/usr/bin
@@ -15,7 +15,7 @@ license="ISC"
 homepage="http://skarnet.org/software/s6/"
 changelog="https://skarnet.org/software/s6/upgrade.html"
 distfiles="http://skarnet.org/software/s6/s6-${version}.tar.gz"
-checksum=0ef2de80c40b603d58bf65ec5dd9f0bb1f227d35f311e8948d9e30f81efb5b81
+checksum=aa917effe12ae97379090f75fda49f0d5f0f67cd65543684cff06dc881728f8c
 
 build_options="static"
 desc_option_static="Build static binaries"

From 145b53a51c3f069c7373ebd7d0bcdc2ee6596f8a Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 25 Nov 2023 18:01:56 +0200
Subject: [PATCH 05/15] s6-man-pages: update to 2.12.0.2.1.

---
 srcpkgs/s6-man-pages/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/s6-man-pages/template b/srcpkgs/s6-man-pages/template
index 66af4d4914e20..871a6256b045b 100644
--- a/srcpkgs/s6-man-pages/template
+++ b/srcpkgs/s6-man-pages/template
@@ -1,14 +1,14 @@
 # Template file for 's6-man-pages'
 pkgname=s6-man-pages
-version=2.11.3.0.1
+version=2.12.0.2.1
 revision=1
 build_style=gnu-makefile
 short_desc="Ports of the HTML documentation for the s6 supervision suite to mdoc(7)"
 maintainer="mobinmob <mobinmob@disroot.org>"
 license="ISC"
-homepage="https://github.com/flexibeast/s6-man-pages"
-distfiles="https://github.com/flexibeast/s6-man-pages/archive/v${version}.tar.gz"
-checksum=223e7c843e3996338efe1aee8d2779ae5b4b30e9140fd625021dda5c403b88be
+homepage="https://git.sr.ht/~flexibeast/s6-man-pages"
+distfiles="https://git.sr.ht/~flexibeast/s6-man-pages/archive/v${version}.tar.gz"
+checksum=74acec93665d402a6adb447e720c81fa2d20f2004bd6e115c866d1429a31319f
 
 post_install() {
 	vlicense LICENSE

From 446a113d5915a0fd133dc424541bb07faf6a23a7 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 25 Nov 2023 18:02:06 +0200
Subject: [PATCH 06/15] s6-rc: update to 0.5.4.2.

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

diff --git a/srcpkgs/s6-rc/template b/srcpkgs/s6-rc/template
index 0e894c661b418..57cbf9c21a4cc 100644
--- a/srcpkgs/s6-rc/template
+++ b/srcpkgs/s6-rc/template
@@ -1,6 +1,6 @@
 # Template file for 's6-rc'
 pkgname=s6-rc
-version=0.5.4.1
+version=0.5.4.2
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include
@@ -15,7 +15,7 @@ license="ISC"
 homepage="https://skarnet.org/software/s6-rc/"
 changelog="https://skarnet.org/software/s6-rc/upgrade.html"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=d7268cab7c5423305cf9598a33d4fcdab8a315952b3ec80f79c85b8cb76158f6
+checksum=00bdfa596fa7161512e972ec9282a2abd8fd0e31f09177bad7a2bc3d8f283982
 
 build_options="static"
 desc_option_static="Build static binaries"

From 5540d1e11730c3a336219a18925482e32ef8941b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 25 Nov 2023 18:02:17 +0200
Subject: [PATCH 07/15] New package: s6-rc-man-pages-0.5.4.2.1

---
 srcpkgs/s6-rc-man-pages/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/s6-rc-man-pages/template

diff --git a/srcpkgs/s6-rc-man-pages/template b/srcpkgs/s6-rc-man-pages/template
new file mode 100644
index 0000000000000..ecd99957837bb
--- /dev/null
+++ b/srcpkgs/s6-rc-man-pages/template
@@ -0,0 +1,15 @@
+# Template file for 's6-rc-man-pages'
+pkgname=s6-rc-man-pages
+version=0.5.4.2.1
+revision=1
+build_style=gnu-makefile
+short_desc="Ports of the documentation for s6-rc to mdoc(7)"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="ISC"
+homepage="https://git.sr.ht/~flexibeast/s6-rc-man-pages"
+distfiles="https://git.sr.ht/~flexibeast/s6-rc-man-pages/archive/v${version}.tar.gz"
+checksum=b26354fd682adb6951ea607c04695c429734d17f7524d0b7c381d877cec96fa9
+
+post_install() {
+	vlicense LICENSE
+}

From d8e6463058bcbeaabfce45f43b9f74cf871a5129 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 25 Nov 2023 18:02:33 +0200
Subject: [PATCH 08/15] s6-portable-utils: update to 2.3.0.3.

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

diff --git a/srcpkgs/s6-portable-utils/template b/srcpkgs/s6-portable-utils/template
index 89d9709c50689..915988bd666e1 100644
--- a/srcpkgs/s6-portable-utils/template
+++ b/srcpkgs/s6-portable-utils/template
@@ -1,6 +1,6 @@
 # Template file for 's6-portable-utils'
 pkgname=s6-portable-utils
-version=2.3.0.0
+version=2.3.0.3
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include
@@ -15,7 +15,7 @@ license="ISC"
 homepage="https://skarnet.org/software/s6-portable-utils/"
 changelog="https://skarnet.org/software/s6-portable-utils/upgrade.html"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=1e9066c430c1cb39a3a7b7004cd379ffebe566bd3d698db18de6125783002005
+checksum=3e4492055d160c25fb90153f0efc277d7d52bf981bbe3ea2e9dfe51c493561ff
 
 build_options="static multicall"
 desc_option_static="Build static binaries"

From 8cf996a9f8adf6895b88ca2c0fad4255b3e81ed4 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 25 Nov 2023 18:02:38 +0200
Subject: [PATCH 09/15] s6-portable-utils-man-pages: update to 2.3.0.3.1.

---
 srcpkgs/s6-portable-utils-man-pages/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/s6-portable-utils-man-pages/template b/srcpkgs/s6-portable-utils-man-pages/template
index b2046de61116f..b888b8f129d58 100644
--- a/srcpkgs/s6-portable-utils-man-pages/template
+++ b/srcpkgs/s6-portable-utils-man-pages/template
@@ -1,15 +1,14 @@
 # Template file for 's6-portable-utils-man-pages'
 pkgname=s6-portable-utils-man-pages
-version=2.3.0.0.1
+version=2.3.0.3.1
 revision=1
 build_style=gnu-makefile
-hostmakedepends="mdocml"
 short_desc="Documentation for s6-portable-utils in mdoc(7) format"
 maintainer="mobinmob <mobinmob@disroot.org>"
 license="ISC"
-homepage="https://github.com/flexibeast/s6-portable-utils-man-pages"
-distfiles="https://github.com/flexibeast/s6-portable-utils-man-pages/archive/refs/tags/v${version}.tar.gz"
-checksum=1e1e5c53550bb11a2d7c12c1c745be9b1a68846a868bb8b3671d70450084c120
+homepage="https://git.sr.ht/~flexibeast/s6-portable-utils-man-pages"
+distfiles="https://git.sr.ht/~flexibeast/s6-portable-utils-man-pages/archive/v${version}.tar.gz"
+checksum=763a1609aefc118adeb48eac0f88db79d49456721bbb8e53e359b0ced86853e2
 
 post_install() {
 	vlicense LICENSE

From d7dd9f10a77cc621fcfadb08c8aba5c4ca2b7127 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 25 Nov 2023 18:02:48 +0200
Subject: [PATCH 10/15] s6-linux-utils: update to 2.6.2.0.

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

diff --git a/srcpkgs/s6-linux-utils/template b/srcpkgs/s6-linux-utils/template
index fc4863803178d..4af3dce216c68 100644
--- a/srcpkgs/s6-linux-utils/template
+++ b/srcpkgs/s6-linux-utils/template
@@ -1,6 +1,6 @@
 # Template file for 's6-linux-utils'
 pkgname=s6-linux-utils
-version=2.6.1.0
+version=2.6.2.0
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --includedir=/usr/include
@@ -15,7 +15,7 @@ license="ISC"
 homepage="https://skarnet.org/software/s6-linux-utils"
 changelog="https://skarnet.org/software/s6-linux-utils/upgrade.html"
 distfiles="${homepage}/${pkgname}-${version}.tar.gz"
-checksum=2accb5a443dd04203a6358534bdcf0dd369aceb4733e322612c2b8329260b7a2
+checksum=8f944633ca87d3d23e0f03c9c383d1502d508c9bac16d38c3fbf723a5eab2bb7
 
 build_options="static multicall"
 desc_option_static="Build static binaries"

From 0a210c50b6e70a33388e12a3beeee6ce33921e26 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 25 Nov 2023 18:03:02 +0200
Subject: [PATCH 11/15] s6-networking: update to 2.7.0.0.

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

diff --git a/srcpkgs/s6-networking/template b/srcpkgs/s6-networking/template
index 133dc65c5697a..9a4ea4165c79c 100644
--- a/srcpkgs/s6-networking/template
+++ b/srcpkgs/s6-networking/template
@@ -1,6 +1,6 @@
 # Template file for 's6-networking'
 pkgname=s6-networking
-version=2.5.1.3
+version=2.7.0.0
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib $(vopt_if libtls --enable-ssl=libtls)
@@ -16,7 +16,7 @@ license="ISC"
 homepage="https://skarnet.org/software/s6-networking"
 changelog="https://skarnet.org/software/s6-networking/upgrade.html"
 distfiles="${homepage}/${pkgname}-${version}.tar.gz"
-checksum=a09e43c959ff9e0caa8ff4002608e73c0f57f87f04a8d9c24e6c9afefe45e977
+checksum=99fd6e3f93d6d6a95bf7e978955b7d053629591794b068eda2004ab8b4905552
 
 build_options="bearssl libtls static"
 build_options_default="bearssl"

From 306949788f7734f46a821d6156aedf4a363a863b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 25 Nov 2023 18:03:12 +0200
Subject: [PATCH 12/15] s6-dns: update to 2.3.7.0.

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

diff --git a/srcpkgs/s6-dns/template b/srcpkgs/s6-dns/template
index 7f243bc2ec826..8df8530f8337e 100644
--- a/srcpkgs/s6-dns/template
+++ b/srcpkgs/s6-dns/template
@@ -1,6 +1,6 @@
 # Template file for 's6-dns'
 pkgname=s6-dns
-version=2.3.5.5
+version=2.3.7.0
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="ISC"
 homepage="https://skarnet.org/software/s6-dns"
 distfiles="${homepage}/${pkgname}-${version}.tar.gz"
-checksum=56979b5d5125c38071a80b5e3df0d4a6b2a7c52bb863a2410b6e3d797ffe1ee8
+checksum=aeeb2776cb234e90397a78c6aa3725924aa0710c1035ca70dd5628b84c6701d1
 
 build_options="static"
 

From dc6e79d52fc8dd0949c0b857fd65bb3d99fc2ffc Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 25 Nov 2023 18:03:19 +0200
Subject: [PATCH 13/15] nsss: update to 0.2.0.4.

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

diff --git a/srcpkgs/nsss/template b/srcpkgs/nsss/template
index ae3cac748266d..6af49abb29079 100644
--- a/srcpkgs/nsss/template
+++ b/srcpkgs/nsss/template
@@ -1,6 +1,6 @@
 # Template file for 'nsss'
 pkgname=nsss
-version=0.2.0.3
+version=0.2.0.4
 revision=1
 # Only available for musl
 archs="*-musl"
@@ -16,7 +16,7 @@ license="ISC"
 homepage="https://skarnet.org/software/nsss/"
 changelog="https://skarnet.org/software/nsss/upgrade.html"
 distfiles="https://skarnet.org/software/nsss/nsss-${version}.tar.gz"
-checksum=b1e397ed5b327611a7c2c8c1dc60e91fef353c54fead464f887720bc0914148e
+checksum=39b504f85bd8f6b523d334e5cfa62c02a395db35991b75f206df0abbd6761aad
 
 build_options="static"
 

From bdccf6fcc274b935aae9819dc1ffcf721d5e3167 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 25 Nov 2023 18:03:25 +0200
Subject: [PATCH 14/15] mdevd: update to 0.1.6.3.

---
 srcpkgs/mdevd/files/mdevd/run | 5 +++++
 srcpkgs/mdevd/template        | 7 ++++---
 2 files changed, 9 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/mdevd/files/mdevd/run

diff --git a/srcpkgs/mdevd/files/mdevd/run b/srcpkgs/mdevd/files/mdevd/run
new file mode 100644
index 0000000000000..e4450fcdbbbe7
--- /dev/null
+++ b/srcpkgs/mdevd/files/mdevd/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+exec 2>&1
+[ -r ./conf ] && . ./conf
+exec mdevd ${OPTS:- -b 200000 -O4}
diff --git a/srcpkgs/mdevd/template b/srcpkgs/mdevd/template
index 15690b0ead373..211ec6d137aae 100644
--- a/srcpkgs/mdevd/template
+++ b/srcpkgs/mdevd/template
@@ -1,6 +1,6 @@
 # Template file for 'mdevd'
 pkgname=mdevd
-version=0.1.6.2
+version=0.1.6.3
 revision=1
 build_style=configure
 configure_args="--includedir=/usr/include --bindir=/usr/bin --libdir=/usr/lib
@@ -14,10 +14,10 @@ license="ISC"
 homepage="https://skarnet.org/software/mdevd/"
 changelog="https://skarnet.org/software/mdevd/upgrade.html"
 distfiles="https://skarnet.org/software/mdevd/mdevd-${version}.tar.gz"
-checksum=ac2fcf9004f07904592c5894e2c401e15bb027ecf37bcb8ea661e2a7993447be
-
+checksum=f6ecf0ef7cd48d04efc75acb2dad967d850bc8815bdb0098f1c9ef043394d430
 build_options="static"
 desc_option_static="Build static binaries"
+make_check=no # no tests
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl)
@@ -30,6 +30,7 @@ post_install() {
 	vlicense COPYING
 	vdoc README
 	vcopy "doc/*" usr/share/doc/${pkgname}
+	vsv mdevd
 }
 
 mdevd-doc_package() {

From c9cdfa67e36394e0a3e534b639a049248db38b5b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 25 Nov 2023 18:03:53 +0200
Subject: [PATCH 15/15] s6-networking-man-pages: update to 2.7.0.0.1.

---
 srcpkgs/s6-networking-man-pages/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/s6-networking-man-pages/template b/srcpkgs/s6-networking-man-pages/template
index 7a09aeb9f640f..b4b4d388c96d5 100644
--- a/srcpkgs/s6-networking-man-pages/template
+++ b/srcpkgs/s6-networking-man-pages/template
@@ -1,15 +1,14 @@
 # Template file for 's6-networking-man-pages'
 pkgname=s6-networking-man-pages
-version=2.5.1.3.1
+version=2.7.0.0.1
 revision=1
 build_style=gnu-makefile
-hostmakedepends="mdocml"
 short_desc="Mdoc versions of the documentation for the s6-networking suite"
 maintainer="mobinmob <mobinmob@disroot.org>"
 license="ISC"
-homepage="https://github.com/flexibeast/s6-networking-man-pages"
-distfiles="https://github.com/flexibeast/s6-networking-man-pages/archive/refs/tags/v${version}.tar.gz"
-checksum=6cff17453dc7946a2a5b94b8a4a48965db6c52c6000420acaedd443f9d069e8f
+homepage="https://git.sr.ht/~flexibeast/s6-networking-man-pages"
+distfiles="https://git.sr.ht/~flexibeast/s6-networking-man-pages/archive/v${version}.tar.gz"
+checksum=3ca0ffeedae76c94f119f11668224313cdf8839a1979f2d3e23623d60a354d9b
 
 post_install() {
 	vlicense LICENSE

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

* Re: Skarnet update november23
  2023-11-12 13:03 [PR PATCH] Skarnet update november23 mobinmob
  2023-11-25 16:04 ` [PR PATCH] [Updated] " mobinmob
@ 2023-11-25 16:05 ` mobinmob
  2023-12-01 13:05 ` leahneukirchen
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: mobinmob @ 2023-11-25 16:05 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/47177#issuecomment-1826365756

Comment:
- Update with new releases and rebase on master.

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

* Re: Skarnet update november23
  2023-11-12 13:03 [PR PATCH] Skarnet update november23 mobinmob
  2023-11-25 16:04 ` [PR PATCH] [Updated] " mobinmob
  2023-11-25 16:05 ` mobinmob
@ 2023-12-01 13:05 ` leahneukirchen
  2023-12-01 13:40 ` mobinmob
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: leahneukirchen @ 2023-12-01 13:05 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/47177#issuecomment-1836089451

Comment:
Need to revbump oblibs.

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

* Re: Skarnet update november23
  2023-11-12 13:03 [PR PATCH] Skarnet update november23 mobinmob
                   ` (2 preceding siblings ...)
  2023-12-01 13:05 ` leahneukirchen
@ 2023-12-01 13:40 ` mobinmob
  2023-12-01 13:42 ` mobinmob
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: mobinmob @ 2023-12-01 13:40 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/47177#issuecomment-1836137496

Comment:
> Need to revbump oblibs.

A rebuild is not enough. The new version of skalibs has some -really nice- breaking changes.
There already new version of oblibs and 66-tools that are compatible with the  new skalibs. There is also a [new version for 66 (0.7.0.0) currently in beta](https://git.obarun.org/Obarun/66/-/releases) that depends on the new oblibs and skalibs. The issue is that this 66 version has **really** big changes in both the code/functionality and the ui, so just charging the version is not going to work. I am planning to test this as much as I can  before committing an upgrade with proper documentation.

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

* Re: Skarnet update november23
  2023-11-12 13:03 [PR PATCH] Skarnet update november23 mobinmob
                   ` (3 preceding siblings ...)
  2023-12-01 13:40 ` mobinmob
@ 2023-12-01 13:42 ` mobinmob
  2023-12-01 13:42 ` mobinmob
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: mobinmob @ 2023-12-01 13:42 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/47177#issuecomment-1836137496

Comment:
> Need to revbump oblibs.

A rebuild is not enough. The new version of skalibs has some -really nice- breaking changes.
There already new version of oblibs and 66-tools that are compatible with the  new skalibs. There is also a [new version for 66 (0.7.0.0) currently in beta](https://git.obarun.org/Obarun/66/-/releases) that depends on the new oblibs and skalibs. The issue is that this 66 version has **really** big changes in both the code/functionality and the ui, so just charging the version in the template is not going to work. I am planning to test this as much as I can  before committing an upgrade with proper documentation.

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

* Re: Skarnet update november23
  2023-11-12 13:03 [PR PATCH] Skarnet update november23 mobinmob
                   ` (4 preceding siblings ...)
  2023-12-01 13:42 ` mobinmob
@ 2023-12-01 13:42 ` mobinmob
  2023-12-01 13:44 ` mobinmob
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: mobinmob @ 2023-12-01 13:42 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/47177#issuecomment-1836137496

Comment:
> Need to revbump oblibs.

A rebuild is not enough. The new version of skalibs has some -really nice- breaking changes.
There already new version of oblibs and 66-tools that are compatible with the  new skalibs. There is also a [new version of 66 (0.7.0.0) currently in beta](https://git.obarun.org/Obarun/66/-/releases) that depends on the new oblibs and skalibs. The issue is that this 66 version has **really** big changes in both the code/functionality and the ui, so just charging the version in the template is not going to work. I am planning to test this as much as I can  before committing an upgrade with proper documentation.

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

* Re: Skarnet update november23
  2023-11-12 13:03 [PR PATCH] Skarnet update november23 mobinmob
                   ` (5 preceding siblings ...)
  2023-12-01 13:42 ` mobinmob
@ 2023-12-01 13:44 ` mobinmob
  2024-01-02 16:27 ` [PR PATCH] [Updated] " mobinmob
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: mobinmob @ 2023-12-01 13:44 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/47177#issuecomment-1836137496

Comment:
> Need to revbump oblibs.

A rebuild is not enough. The new version of skalibs has some -really nice- breaking changes.
There already new version of oblibs and 66-tools that are compatible with the  new skalibs. There is also a [new version of 66 (0.7.0.0) currently in beta](https://git.obarun.org/Obarun/66/-/releases) that depends on the new oblibs and skalibs. The issue is that this 66 version has **really** big changes in both the code/functionality and the ui, so just charging the version in the template is not going to work. I am planning to test this as much as I can  before committing an upgrade.

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

* Re: [PR PATCH] [Updated] Skarnet update november23
  2023-11-12 13:03 [PR PATCH] Skarnet update november23 mobinmob
                   ` (6 preceding siblings ...)
  2023-12-01 13:44 ` mobinmob
@ 2024-01-02 16:27 ` mobinmob
  2024-01-02 16:27 ` mobinmob
  2024-03-16 10:59 ` [PR PATCH] [Closed]: " mobinmob
  9 siblings, 0 replies; 11+ messages in thread
From: mobinmob @ 2024-01-02 16:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages skarnet-update-november23
https://github.com/void-linux/void-packages/pull/47177

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-skarnet-update-november23-47177.patch --]
[-- Type: text/x-diff, Size: 18777 bytes --]

From caeed1c575561f578c97c4371efceb0c9bfc1689 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 2 Jan 2024 18:19:37 +0200
Subject: [PATCH 01/15] skalibs: update to 2.14.1.0.

---
 common/shlibs            | 2 +-
 srcpkgs/skalibs/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index c086125eb8cd4..23a79f27209ea 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2330,7 +2330,7 @@ libgnunettransport.so.2 gnunet-0.12.2_1
 libgnunettransportapplication.so.0 gnunet-0.12.2_1
 libgnunettransportcore.so.0 gnunet-0.12.2_1
 libgnunettransportcommunicator.so.0 gnunet-0.12.2_1
-libskarnet.so.2.13 skalibs-2.13.0.0_1
+libskarnet.so.2.14 skalibs-2.14.1.0_1
 libKF5BalooWidgets.so.5 baloo-widgets5-17.04.3_1
 libtidy.so.58 libtidy5-5.8.0_1
 libSDL2_gfx-1.0.so.0 SDL2_gfx-1.0.1_1
diff --git a/srcpkgs/skalibs/template b/srcpkgs/skalibs/template
index 185177eb4165c..f11083180c4e6 100644
--- a/srcpkgs/skalibs/template
+++ b/srcpkgs/skalibs/template
@@ -1,6 +1,6 @@
 # Template file for 'skalibs'
 pkgname=skalibs
-version=2.13.1.0
+version=2.14.1.0
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --enable-static --enable-shared
@@ -14,7 +14,7 @@ license="ISC"
 homepage="https://skarnet.org/software/skalibs/"
 changelog="https://skarnet.org/software/skalibs/upgrade.html"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=b3c48938c7fba4b19a8b0dce6e7a11427717a0901160bb62cfc6823f8ac86d92
+checksum=db8613516127810d8dfed86eb4245a5ff24204f1e16fa28e8aaad346d96aaee8
 
 post_install() {
 	vlicense COPYING LICENSE

From 6f503058225dfa6fc4767302665ca5877b58796d Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 2 Jan 2024 18:19:43 +0200
Subject: [PATCH 02/15] execline-man-pages: update to 2.9.4.0.1.

---
 srcpkgs/execline-man-pages/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/execline-man-pages/template b/srcpkgs/execline-man-pages/template
index 26c5f1f45c08e..c0eda34e05222 100644
--- a/srcpkgs/execline-man-pages/template
+++ b/srcpkgs/execline-man-pages/template
@@ -1,15 +1,14 @@
 # Template file for 'execline-man-pages'
 pkgname=execline-man-pages
-version=2.9.2.0.2
+version=2.9.4.0.1
 revision=1
 build_style=gnu-makefile
-hostmakedepends="mdocml"
 short_desc="Mdoc versions of the documentation for the execline suite"
 maintainer="mobinmob <mobinmob@disroot.org>"
 license="ISC"
-homepage="https://github.com/flexibeast/execline-man-pages"
-distfiles="https://github.com/flexibeast/execline-man-pages/archive/v${version}.tar.gz"
-checksum=bc8ce8814b1e2c3b4b66dfb35cff8c38364877fe90f0b6fe4446dce130d43355
+homepage="https://git.sr.ht/~flexibeast/execline-man-pages"
+distfiles="https://git.sr.ht/~flexibeast/execline-man-pages/archive/v${version}.tar.gz"
+checksum=96ab14161b4b6a912b03144be174e80c4d6560d1299b11c6b7ac9e47141f9400
 
 post_install() {
 	vlicense LICENSE

From 3510a375d05e3502cd4fd80424a8e3400c69d13a Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 2 Jan 2024 18:19:56 +0200
Subject: [PATCH 03/15] execline: update to 2.9.4.0.

---
 srcpkgs/execline/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/execline/template b/srcpkgs/execline/template
index 09c48090eec69..d4b9e5458e199 100644
--- a/srcpkgs/execline/template
+++ b/srcpkgs/execline/template
@@ -1,11 +1,12 @@
 # Template file for 'execline'
 pkgname=execline
-version=2.9.2.0
+version=2.9.4.0
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --bindir=/usr/bin
  --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
  --with-lib=${XBPS_CROSS_BASE}/usr/lib
+ --enable-pedantic-posix
  $(vopt_if static --enable-static-libc)
  $(vopt_if multicall --enable-multicall)"
 makedepends="skalibs-devel"
@@ -15,7 +16,7 @@ license="ISC"
 homepage="https://skarnet.org/software/execline/"
 changelog="https://skarnet.org/software/execline/upgrade.html"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=9365012558a1e3c019cafc6eb574b0f5890495fb02652f20efdd782d577b1601
+checksum=9ab55d561539dfa76ff4a97906fa995fc4a288e3de5225cb1a9d8fa9e9ebc49b
 
 CFLAGS="-fPIC"
 

From fe01675f87c1e9c767ff81c3cc5fc9960673b32c Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 2 Jan 2024 18:20:00 +0200
Subject: [PATCH 04/15] s6: update to 2.12.0.3.

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

diff --git a/srcpkgs/s6/template b/srcpkgs/s6/template
index ecc407c70fa31..94bc62a6366fc 100644
--- a/srcpkgs/s6/template
+++ b/srcpkgs/s6/template
@@ -1,6 +1,6 @@
 # Template file for 's6'
 pkgname=s6
-version=2.11.3.0
+version=2.12.0.3
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --bindir=/usr/bin
@@ -15,7 +15,7 @@ license="ISC"
 homepage="http://skarnet.org/software/s6/"
 changelog="https://skarnet.org/software/s6/upgrade.html"
 distfiles="http://skarnet.org/software/s6/s6-${version}.tar.gz"
-checksum=0ef2de80c40b603d58bf65ec5dd9f0bb1f227d35f311e8948d9e30f81efb5b81
+checksum=800d31226f6c25cdd3ec0b65240f80b56ce5ec137341d0a8d154e77638e58103
 
 build_options="static"
 desc_option_static="Build static binaries"

From e3fbf344a1255d6f5654e630e8ad05e25bd6f950 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 2 Jan 2024 18:20:07 +0200
Subject: [PATCH 05/15] s6-man-pages: update to 2.12.0.3.1.

---
 srcpkgs/s6-man-pages/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/s6-man-pages/template b/srcpkgs/s6-man-pages/template
index 66af4d4914e20..570ededd9d767 100644
--- a/srcpkgs/s6-man-pages/template
+++ b/srcpkgs/s6-man-pages/template
@@ -1,14 +1,14 @@
 # Template file for 's6-man-pages'
 pkgname=s6-man-pages
-version=2.11.3.0.1
+version=2.12.0.3.1
 revision=1
 build_style=gnu-makefile
 short_desc="Ports of the HTML documentation for the s6 supervision suite to mdoc(7)"
 maintainer="mobinmob <mobinmob@disroot.org>"
 license="ISC"
-homepage="https://github.com/flexibeast/s6-man-pages"
-distfiles="https://github.com/flexibeast/s6-man-pages/archive/v${version}.tar.gz"
-checksum=223e7c843e3996338efe1aee8d2779ae5b4b30e9140fd625021dda5c403b88be
+homepage="https://git.sr.ht/~flexibeast/s6-man-pages"
+distfiles="https://git.sr.ht/~flexibeast/s6-man-pages/archive/v${version}.tar.gz"
+checksum=64fe52743d122d6f110967bf4b3311a82b35e6e5d7be03e8bdc15b31fb31516f
 
 post_install() {
 	vlicense LICENSE

From 33db5616e7e9b229f3d23cc503f18565a41ae725 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 2 Jan 2024 18:20:19 +0200
Subject: [PATCH 06/15] s6-rc: update to 0.5.4.2.

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

diff --git a/srcpkgs/s6-rc/template b/srcpkgs/s6-rc/template
index 0e894c661b418..57cbf9c21a4cc 100644
--- a/srcpkgs/s6-rc/template
+++ b/srcpkgs/s6-rc/template
@@ -1,6 +1,6 @@
 # Template file for 's6-rc'
 pkgname=s6-rc
-version=0.5.4.1
+version=0.5.4.2
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include
@@ -15,7 +15,7 @@ license="ISC"
 homepage="https://skarnet.org/software/s6-rc/"
 changelog="https://skarnet.org/software/s6-rc/upgrade.html"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=d7268cab7c5423305cf9598a33d4fcdab8a315952b3ec80f79c85b8cb76158f6
+checksum=00bdfa596fa7161512e972ec9282a2abd8fd0e31f09177bad7a2bc3d8f283982
 
 build_options="static"
 desc_option_static="Build static binaries"

From 70dcab79d965e24aa5e55b162753b88a60f4ebd8 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 2 Jan 2024 18:20:26 +0200
Subject: [PATCH 07/15] New package: s6-rc-man-pages-0.5.4.2.1

---
 srcpkgs/s6-rc-man-pages/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/s6-rc-man-pages/template

diff --git a/srcpkgs/s6-rc-man-pages/template b/srcpkgs/s6-rc-man-pages/template
new file mode 100644
index 0000000000000..ecd99957837bb
--- /dev/null
+++ b/srcpkgs/s6-rc-man-pages/template
@@ -0,0 +1,15 @@
+# Template file for 's6-rc-man-pages'
+pkgname=s6-rc-man-pages
+version=0.5.4.2.1
+revision=1
+build_style=gnu-makefile
+short_desc="Ports of the documentation for s6-rc to mdoc(7)"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="ISC"
+homepage="https://git.sr.ht/~flexibeast/s6-rc-man-pages"
+distfiles="https://git.sr.ht/~flexibeast/s6-rc-man-pages/archive/v${version}.tar.gz"
+checksum=b26354fd682adb6951ea607c04695c429734d17f7524d0b7c381d877cec96fa9
+
+post_install() {
+	vlicense LICENSE
+}

From ce10bbfbb60789572227f99425eae3b52b7d1911 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 2 Jan 2024 18:20:35 +0200
Subject: [PATCH 08/15] s6-portable-utils: update to 2.3.0.3.

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

diff --git a/srcpkgs/s6-portable-utils/template b/srcpkgs/s6-portable-utils/template
index 89d9709c50689..915988bd666e1 100644
--- a/srcpkgs/s6-portable-utils/template
+++ b/srcpkgs/s6-portable-utils/template
@@ -1,6 +1,6 @@
 # Template file for 's6-portable-utils'
 pkgname=s6-portable-utils
-version=2.3.0.0
+version=2.3.0.3
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include
@@ -15,7 +15,7 @@ license="ISC"
 homepage="https://skarnet.org/software/s6-portable-utils/"
 changelog="https://skarnet.org/software/s6-portable-utils/upgrade.html"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=1e9066c430c1cb39a3a7b7004cd379ffebe566bd3d698db18de6125783002005
+checksum=3e4492055d160c25fb90153f0efc277d7d52bf981bbe3ea2e9dfe51c493561ff
 
 build_options="static multicall"
 desc_option_static="Build static binaries"

From 43ac4292927bb120067032dc68024b8b61e27605 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 2 Jan 2024 18:21:14 +0200
Subject: [PATCH 09/15] s6-portable-utils-man-pages: update to 2.3.0.3.1.

---
 srcpkgs/s6-portable-utils-man-pages/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/s6-portable-utils-man-pages/template b/srcpkgs/s6-portable-utils-man-pages/template
index b2046de61116f..b888b8f129d58 100644
--- a/srcpkgs/s6-portable-utils-man-pages/template
+++ b/srcpkgs/s6-portable-utils-man-pages/template
@@ -1,15 +1,14 @@
 # Template file for 's6-portable-utils-man-pages'
 pkgname=s6-portable-utils-man-pages
-version=2.3.0.0.1
+version=2.3.0.3.1
 revision=1
 build_style=gnu-makefile
-hostmakedepends="mdocml"
 short_desc="Documentation for s6-portable-utils in mdoc(7) format"
 maintainer="mobinmob <mobinmob@disroot.org>"
 license="ISC"
-homepage="https://github.com/flexibeast/s6-portable-utils-man-pages"
-distfiles="https://github.com/flexibeast/s6-portable-utils-man-pages/archive/refs/tags/v${version}.tar.gz"
-checksum=1e1e5c53550bb11a2d7c12c1c745be9b1a68846a868bb8b3671d70450084c120
+homepage="https://git.sr.ht/~flexibeast/s6-portable-utils-man-pages"
+distfiles="https://git.sr.ht/~flexibeast/s6-portable-utils-man-pages/archive/v${version}.tar.gz"
+checksum=763a1609aefc118adeb48eac0f88db79d49456721bbb8e53e359b0ced86853e2
 
 post_install() {
 	vlicense LICENSE

From eaf3ee5532244e7b61d66a30060027959d8c65ba Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 2 Jan 2024 18:21:21 +0200
Subject: [PATCH 10/15] s6-linux-utils: update to 2.6.2.0.

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

diff --git a/srcpkgs/s6-linux-utils/template b/srcpkgs/s6-linux-utils/template
index fc4863803178d..4af3dce216c68 100644
--- a/srcpkgs/s6-linux-utils/template
+++ b/srcpkgs/s6-linux-utils/template
@@ -1,6 +1,6 @@
 # Template file for 's6-linux-utils'
 pkgname=s6-linux-utils
-version=2.6.1.0
+version=2.6.2.0
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --includedir=/usr/include
@@ -15,7 +15,7 @@ license="ISC"
 homepage="https://skarnet.org/software/s6-linux-utils"
 changelog="https://skarnet.org/software/s6-linux-utils/upgrade.html"
 distfiles="${homepage}/${pkgname}-${version}.tar.gz"
-checksum=2accb5a443dd04203a6358534bdcf0dd369aceb4733e322612c2b8329260b7a2
+checksum=8f944633ca87d3d23e0f03c9c383d1502d508c9bac16d38c3fbf723a5eab2bb7
 
 build_options="static multicall"
 desc_option_static="Build static binaries"

From c63ad3989abd999064a74f775c9b971a15369020 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 2 Jan 2024 18:21:35 +0200
Subject: [PATCH 11/15] s6-dns: update to 2.3.7.1.

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

diff --git a/srcpkgs/s6-dns/template b/srcpkgs/s6-dns/template
index 7f243bc2ec826..5ac6ec015b90a 100644
--- a/srcpkgs/s6-dns/template
+++ b/srcpkgs/s6-dns/template
@@ -1,6 +1,6 @@
 # Template file for 's6-dns'
 pkgname=s6-dns
-version=2.3.5.5
+version=2.3.7.1
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="ISC"
 homepage="https://skarnet.org/software/s6-dns"
 distfiles="${homepage}/${pkgname}-${version}.tar.gz"
-checksum=56979b5d5125c38071a80b5e3df0d4a6b2a7c52bb863a2410b6e3d797ffe1ee8
+checksum=cf0258574ec7d62b654e0c2ad78af4c7d67ac4c9cb37f781480f597e54b30f6d
 
 build_options="static"
 

From 1c6be6935a2fad1f9fa00ea3622a42d4a8ce9612 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 2 Jan 2024 18:21:52 +0200
Subject: [PATCH 12/15] s6-networking: update to 2.7.0.1.

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

diff --git a/srcpkgs/s6-networking/template b/srcpkgs/s6-networking/template
index 133dc65c5697a..1c50003d6dd1c 100644
--- a/srcpkgs/s6-networking/template
+++ b/srcpkgs/s6-networking/template
@@ -1,6 +1,6 @@
 # Template file for 's6-networking'
 pkgname=s6-networking
-version=2.5.1.3
+version=2.7.0.1
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib $(vopt_if libtls --enable-ssl=libtls)
@@ -16,7 +16,7 @@ license="ISC"
 homepage="https://skarnet.org/software/s6-networking"
 changelog="https://skarnet.org/software/s6-networking/upgrade.html"
 distfiles="${homepage}/${pkgname}-${version}.tar.gz"
-checksum=a09e43c959ff9e0caa8ff4002608e73c0f57f87f04a8d9c24e6c9afefe45e977
+checksum=dfa4964d4f1bdae9ab5fc4508769fd6fefc33a527d5153a3777c6b046eeea564
 
 build_options="bearssl libtls static"
 build_options_default="bearssl"

From d13db972ea3250790014736b2d5b4ee4ccc77d41 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 2 Jan 2024 18:22:00 +0200
Subject: [PATCH 13/15] s6-networking-man-pages: update to 2.7.0.1.1.

---
 srcpkgs/s6-networking-man-pages/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/s6-networking-man-pages/template b/srcpkgs/s6-networking-man-pages/template
index 7a09aeb9f640f..2bdafb3260d2f 100644
--- a/srcpkgs/s6-networking-man-pages/template
+++ b/srcpkgs/s6-networking-man-pages/template
@@ -1,15 +1,14 @@
 # Template file for 's6-networking-man-pages'
 pkgname=s6-networking-man-pages
-version=2.5.1.3.1
+version=2.7.0.1.1
 revision=1
 build_style=gnu-makefile
-hostmakedepends="mdocml"
 short_desc="Mdoc versions of the documentation for the s6-networking suite"
 maintainer="mobinmob <mobinmob@disroot.org>"
 license="ISC"
-homepage="https://github.com/flexibeast/s6-networking-man-pages"
-distfiles="https://github.com/flexibeast/s6-networking-man-pages/archive/refs/tags/v${version}.tar.gz"
-checksum=6cff17453dc7946a2a5b94b8a4a48965db6c52c6000420acaedd443f9d069e8f
+homepage="https://git.sr.ht/~flexibeast/s6-networking-man-pages"
+distfiles="https://git.sr.ht/~flexibeast/s6-networking-man-pages/archive/v${version}.tar.gz"
+checksum=163d85bcc682114a6aefef3ddcff1fd3376c52ca488730c95ca96f32ccd76fc1
 
 post_install() {
 	vlicense LICENSE

From 11db396c05b5056cc0be6909ee8fd81e20d660c0 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 2 Jan 2024 18:22:08 +0200
Subject: [PATCH 14/15] mdevd: update to 0.1.6.3.

---
 srcpkgs/mdevd/files/mdevd/run | 5 +++++
 srcpkgs/mdevd/template        | 7 ++++---
 2 files changed, 9 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/mdevd/files/mdevd/run

diff --git a/srcpkgs/mdevd/files/mdevd/run b/srcpkgs/mdevd/files/mdevd/run
new file mode 100644
index 0000000000000..e4450fcdbbbe7
--- /dev/null
+++ b/srcpkgs/mdevd/files/mdevd/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+exec 2>&1
+[ -r ./conf ] && . ./conf
+exec mdevd ${OPTS:- -b 200000 -O4}
diff --git a/srcpkgs/mdevd/template b/srcpkgs/mdevd/template
index 15690b0ead373..211ec6d137aae 100644
--- a/srcpkgs/mdevd/template
+++ b/srcpkgs/mdevd/template
@@ -1,6 +1,6 @@
 # Template file for 'mdevd'
 pkgname=mdevd
-version=0.1.6.2
+version=0.1.6.3
 revision=1
 build_style=configure
 configure_args="--includedir=/usr/include --bindir=/usr/bin --libdir=/usr/lib
@@ -14,10 +14,10 @@ license="ISC"
 homepage="https://skarnet.org/software/mdevd/"
 changelog="https://skarnet.org/software/mdevd/upgrade.html"
 distfiles="https://skarnet.org/software/mdevd/mdevd-${version}.tar.gz"
-checksum=ac2fcf9004f07904592c5894e2c401e15bb027ecf37bcb8ea661e2a7993447be
-
+checksum=f6ecf0ef7cd48d04efc75acb2dad967d850bc8815bdb0098f1c9ef043394d430
 build_options="static"
 desc_option_static="Build static binaries"
+make_check=no # no tests
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl)
@@ -30,6 +30,7 @@ post_install() {
 	vlicense COPYING
 	vdoc README
 	vcopy "doc/*" usr/share/doc/${pkgname}
+	vsv mdevd
 }
 
 mdevd-doc_package() {

From 6ace8f5f96b51022f67e8bd52be0ad53f70a97e5 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 2 Jan 2024 18:22:12 +0200
Subject: [PATCH 15/15] nsss: update to 0.2.0.4.

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

diff --git a/srcpkgs/nsss/template b/srcpkgs/nsss/template
index ae3cac748266d..6af49abb29079 100644
--- a/srcpkgs/nsss/template
+++ b/srcpkgs/nsss/template
@@ -1,6 +1,6 @@
 # Template file for 'nsss'
 pkgname=nsss
-version=0.2.0.3
+version=0.2.0.4
 revision=1
 # Only available for musl
 archs="*-musl"
@@ -16,7 +16,7 @@ license="ISC"
 homepage="https://skarnet.org/software/nsss/"
 changelog="https://skarnet.org/software/nsss/upgrade.html"
 distfiles="https://skarnet.org/software/nsss/nsss-${version}.tar.gz"
-checksum=b1e397ed5b327611a7c2c8c1dc60e91fef353c54fead464f887720bc0914148e
+checksum=39b504f85bd8f6b523d334e5cfa62c02a395db35991b75f206df0abbd6761aad
 
 build_options="static"
 

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

* Re: Skarnet update november23
  2023-11-12 13:03 [PR PATCH] Skarnet update november23 mobinmob
                   ` (7 preceding siblings ...)
  2024-01-02 16:27 ` [PR PATCH] [Updated] " mobinmob
@ 2024-01-02 16:27 ` mobinmob
  2024-03-16 10:59 ` [PR PATCH] [Closed]: " mobinmob
  9 siblings, 0 replies; 11+ messages in thread
From: mobinmob @ 2024-01-02 16:27 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/47177#issuecomment-1874250601

Comment:
- Update to latest releases.
- Rebase on master

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

* Re: [PR PATCH] [Closed]: Skarnet update november23
  2023-11-12 13:03 [PR PATCH] Skarnet update november23 mobinmob
                   ` (8 preceding siblings ...)
  2024-01-02 16:27 ` mobinmob
@ 2024-03-16 10:59 ` mobinmob
  9 siblings, 0 replies; 11+ messages in thread
From: mobinmob @ 2024-03-16 10:59 UTC (permalink / raw)
  To: ml

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

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

Skarnet update november23
https://github.com/void-linux/void-packages/pull/47177

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2024-03-16 10:59 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-12 13:03 [PR PATCH] Skarnet update november23 mobinmob
2023-11-25 16:04 ` [PR PATCH] [Updated] " mobinmob
2023-11-25 16:05 ` mobinmob
2023-12-01 13:05 ` leahneukirchen
2023-12-01 13:40 ` mobinmob
2023-12-01 13:42 ` mobinmob
2023-12-01 13:42 ` mobinmob
2023-12-01 13:44 ` mobinmob
2024-01-02 16:27 ` [PR PATCH] [Updated] " mobinmob
2024-01-02 16:27 ` mobinmob
2024-03-16 10:59 ` [PR PATCH] [Closed]: " mobinmob

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