Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] skarnet stack fall 2021 release
@ 2021-09-26 18:32 mobinmob
  2021-09-26 18:40 ` [PR PATCH] [Updated] " mobinmob
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: mobinmob @ 2021-09-26 18:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages skarnet-fall2021
https://github.com/void-linux/void-packages/pull/33138

[WIP] skarnet stack fall 2021 release
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33138.patch is attached

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

From e172e3d1f3bc55ea193c77ae28551fbc3ada92d0 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:30:46 +0300
Subject: [PATCH 1/5] skalibs: update to 2.11.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 2dbe14a7c6e6..739755a5e2dd 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2342,7 +2342,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.10 skalibs-2.10.0.1_1
+libskarnet.so.2.11 skalibs-2.11.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 891680dd1847..c02e30b5a79b 100644
--- a/srcpkgs/skalibs/template
+++ b/srcpkgs/skalibs/template
@@ -1,6 +1,6 @@
 # Template file for 'skalibs'
 pkgname=skalibs
-version=2.10.0.3
+version=2.11.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=b780b0ae650dda0c3ec5f8975174998af2d24c2a2e2be669b1bab46e73b1464d
+checksum=98dfc8a02a333f5b12d069d84471c0d51ab5a421c4292963048b3652563d34d9
 
 post_install() {
 	vlicense COPYING LICENSE

From 79b88424eb3184626b83d6cc0e4de70912609f56 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:30:51 +0300
Subject: [PATCH 2/5] nsss: update to 0.2.0.0.

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

diff --git a/srcpkgs/nsss/template b/srcpkgs/nsss/template
index 3baf95812104..1f660dd3221b 100644
--- a/srcpkgs/nsss/template
+++ b/srcpkgs/nsss/template
@@ -1,6 +1,6 @@
 # Template file for 'nsss'
 pkgname=nsss
-version=0.1.0.1
+version=0.2.0.0
 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=20c7b015eb31d0a263ffbe3a672b2ed0be173190dce25b41b9adb95341c851d9
+checksum=f1291e2d63e7df8f8b71eb917dc51ee37c87ed38cce7048d2290a5be27a7e07d
 
 build_options="static"
 

From 0e16f5d7fb0071cf841fb03553c47eff2bc073fc Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:30:56 +0300
Subject: [PATCH 3/5] execline: update to 2.8.1.0.

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

diff --git a/srcpkgs/execline/template b/srcpkgs/execline/template
index 856750ada28b..aa5908a7badc 100644
--- a/srcpkgs/execline/template
+++ b/srcpkgs/execline/template
@@ -1,6 +1,6 @@
 # Template file for 'execline'
 pkgname=execline
-version=2.8.0.1
+version=2.8.1.0
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --bindir=/usr/bin
@@ -14,7 +14,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=a373f497d2335905d750e2f3be2ba47a028c11c4a7d5595dca9965c161e53aed
+checksum=5b55c9f9641e36d4238811ed3ab5586d3a1045cb48e0bda97c9a49fe8bfb5557
 
 CFLAGS="-fPIC"
 

From 6ea62f656c540a5e3158d665c66c44ac75771966 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:31:02 +0300
Subject: [PATCH 4/5] s6: update to 2.11.0.0.

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

diff --git a/srcpkgs/s6/template b/srcpkgs/s6/template
index 730c74a530a9..bfbe2e6067bb 100644
--- a/srcpkgs/s6/template
+++ b/srcpkgs/s6/template
@@ -1,6 +1,6 @@
 # Template file for 's6'
 pkgname=s6
-version=2.10.0.3
+version=2.11.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=1d21373151704150df0e8ed199f097f6ee5d2befb9a68aca4f20f3862e5d8757
+checksum=c545e4e18cd98e7fdbef84566e212276e44630f25de3e7891a3c58e83a9074a8
 
 build_options="static"
 

From d645caf4cdef8775ce755630f508812217b2e720 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:31:06 +0300
Subject: [PATCH 5/5] s6-rc: update to 0.5.2.3.

---
 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 41565de3c458..e6c28c5ce76c 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.2.2
+version=0.5.2.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-rc/"
 changelog="https://skarnet.org/software/s6-rc/upgrade.html"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=2a8d1cd455c05c8502b34517cfe79841aa46d08ad969076b37a15d3910617f89
+checksum=b2b4e120e16ae9e1b37e0f9bbb238e9affa9e89447a5f2ea28cbe2fd39bdcaf7
 
 build_options="static"
 

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

* Re: [PR PATCH] [Updated] [WIP] skarnet stack fall 2021 release
  2021-09-26 18:32 [PR PATCH] [WIP] skarnet stack fall 2021 release mobinmob
@ 2021-09-26 18:40 ` mobinmob
  2021-09-26 19:10 ` mobinmob
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2021-09-26 18:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages skarnet-fall2021
https://github.com/void-linux/void-packages/pull/33138

[WIP] skarnet stack fall 2021 release
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33138.patch is attached

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

From e172e3d1f3bc55ea193c77ae28551fbc3ada92d0 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:30:46 +0300
Subject: [PATCH 01/10] skalibs: update to 2.11.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 2dbe14a7c6e6..739755a5e2dd 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2342,7 +2342,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.10 skalibs-2.10.0.1_1
+libskarnet.so.2.11 skalibs-2.11.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 891680dd1847..c02e30b5a79b 100644
--- a/srcpkgs/skalibs/template
+++ b/srcpkgs/skalibs/template
@@ -1,6 +1,6 @@
 # Template file for 'skalibs'
 pkgname=skalibs
-version=2.10.0.3
+version=2.11.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=b780b0ae650dda0c3ec5f8975174998af2d24c2a2e2be669b1bab46e73b1464d
+checksum=98dfc8a02a333f5b12d069d84471c0d51ab5a421c4292963048b3652563d34d9
 
 post_install() {
 	vlicense COPYING LICENSE

From 79b88424eb3184626b83d6cc0e4de70912609f56 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:30:51 +0300
Subject: [PATCH 02/10] nsss: update to 0.2.0.0.

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

diff --git a/srcpkgs/nsss/template b/srcpkgs/nsss/template
index 3baf95812104..1f660dd3221b 100644
--- a/srcpkgs/nsss/template
+++ b/srcpkgs/nsss/template
@@ -1,6 +1,6 @@
 # Template file for 'nsss'
 pkgname=nsss
-version=0.1.0.1
+version=0.2.0.0
 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=20c7b015eb31d0a263ffbe3a672b2ed0be173190dce25b41b9adb95341c851d9
+checksum=f1291e2d63e7df8f8b71eb917dc51ee37c87ed38cce7048d2290a5be27a7e07d
 
 build_options="static"
 

From 0e16f5d7fb0071cf841fb03553c47eff2bc073fc Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:30:56 +0300
Subject: [PATCH 03/10] execline: update to 2.8.1.0.

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

diff --git a/srcpkgs/execline/template b/srcpkgs/execline/template
index 856750ada28b..aa5908a7badc 100644
--- a/srcpkgs/execline/template
+++ b/srcpkgs/execline/template
@@ -1,6 +1,6 @@
 # Template file for 'execline'
 pkgname=execline
-version=2.8.0.1
+version=2.8.1.0
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --bindir=/usr/bin
@@ -14,7 +14,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=a373f497d2335905d750e2f3be2ba47a028c11c4a7d5595dca9965c161e53aed
+checksum=5b55c9f9641e36d4238811ed3ab5586d3a1045cb48e0bda97c9a49fe8bfb5557
 
 CFLAGS="-fPIC"
 

From 6ea62f656c540a5e3158d665c66c44ac75771966 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:31:02 +0300
Subject: [PATCH 04/10] s6: update to 2.11.0.0.

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

diff --git a/srcpkgs/s6/template b/srcpkgs/s6/template
index 730c74a530a9..bfbe2e6067bb 100644
--- a/srcpkgs/s6/template
+++ b/srcpkgs/s6/template
@@ -1,6 +1,6 @@
 # Template file for 's6'
 pkgname=s6
-version=2.10.0.3
+version=2.11.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=1d21373151704150df0e8ed199f097f6ee5d2befb9a68aca4f20f3862e5d8757
+checksum=c545e4e18cd98e7fdbef84566e212276e44630f25de3e7891a3c58e83a9074a8
 
 build_options="static"
 

From d645caf4cdef8775ce755630f508812217b2e720 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:31:06 +0300
Subject: [PATCH 05/10] s6-rc: update to 0.5.2.3.

---
 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 41565de3c458..e6c28c5ce76c 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.2.2
+version=0.5.2.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-rc/"
 changelog="https://skarnet.org/software/s6-rc/upgrade.html"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=2a8d1cd455c05c8502b34517cfe79841aa46d08ad969076b37a15d3910617f89
+checksum=b2b4e120e16ae9e1b37e0f9bbb238e9affa9e89447a5f2ea28cbe2fd39bdcaf7
 
 build_options="static"
 

From b7094fbb87bf13a2041d2d8d6598f1cee9b2a3f5 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:38:46 +0300
Subject: [PATCH 06/10] s6-portable-utils: update to 2.2.3.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 39aa659bec74..d6bb09fb9244 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.2.3.2
+version=2.2.3.3
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include
@@ -14,7 +14,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=6627a2d3ea263539e83512a36f10a587fa0dd5e899bc3612187e9e3b9faf769c
+checksum=0445f0d6195707553fa2b09a67a06849e20d7194c7e64c0d9f8074347191528c
 
 build_options="static"
 

From 190f4d44e091984595fb4ee910803bfc51fd7199 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:38:53 +0300
Subject: [PATCH 07/10] s6-linux-utils: update to 2.5.1.6.

---
 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 52d3622be3b4..01d00b5bc786 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.5.1.5
+version=2.5.1.6
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --includedir=/usr/include
@@ -14,7 +14,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=c300dbf36b533083f82c6827830c55ce34bfc6cd493c782f207d199669a345ba
+checksum=1f8df105dbde095ed7793dc988ef44cbabbf7f1fe439867889469d06a84d2443
 
 build_options="static"
 

From 40e74e745c96b9098e76ddb7b72c374eea94c58f Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:39:01 +0300
Subject: [PATCH 08/10] s6-dns: update to 2.3.5.2.

---
 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 ee56726d19e9..4e3b796e41b2 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.1
+version=2.3.5.2
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib
@@ -13,7 +13,7 @@ maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="ISC"
 homepage="https://skarnet.org/software/s6-dns"
 distfiles="${homepage}/${pkgname}-${version}.tar.gz"
-checksum=0c1d50e5d7bc65cbf59b6f37fbd7f6f5645694224bb8c4dc1943d7921bc74f63
+checksum=dca3f38a33310e7b848b10cf9f1fcaa43fdac480c53de67f8edcdc9daffc9f59
 
 build_options="static"
 

From 6e3e7e12cce4233b0decd109a63fc6aaed9e4502 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:39:06 +0300
Subject: [PATCH 09/10] s6-networking: update to 2.5.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 575d9b0f34df..f71b2d0fe615 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.4.1.1
+version=2.5.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=a3fbca789dc5c82b3055fdbd2f55110902198f3136447617ce8f8b79fa8aa554
+checksum=b09a843555aabae5ca4bc41e49e3b437204f7371024d48a9eab63e3e5f7ac3ba
 
 build_options="bearssl libtls static"
 build_options_default="bearssl"

From 048cd10b225fe5b2653226c0ac982358887c9f45 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:39:12 +0300
Subject: [PATCH 10/10] mdevd: update to 0.1.5.0.

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

diff --git a/srcpkgs/mdevd/template b/srcpkgs/mdevd/template
index b85ef940243b..14b618d60a2b 100644
--- a/srcpkgs/mdevd/template
+++ b/srcpkgs/mdevd/template
@@ -1,6 +1,6 @@
 # Template file for 'mdevd'
 pkgname=mdevd
-version=0.1.4.0
+version=0.1.5.0
 revision=1
 build_style=configure
 configure_args="--includedir=/usr/include --bindir=/usr/bin --libdir=/usr/lib
@@ -14,7 +14,7 @@ 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=ffd3b223b4cf0e51253b4a8f09cb88d70bf22693228ab0818af174a3f099dcd2
+checksum=c012037c80c4596c5d4549aff5fd9e5cf84e8c01a1d1959b8c7c94baecebd307
 
 build_options="static"
 

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

* Re: [WIP] skarnet stack fall 2021 release
  2021-09-26 18:32 [PR PATCH] [WIP] skarnet stack fall 2021 release mobinmob
  2021-09-26 18:40 ` [PR PATCH] [Updated] " mobinmob
@ 2021-09-26 19:10 ` mobinmob
  2021-09-26 19:14 ` mobinmob
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2021-09-26 19:10 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/33138#issuecomment-927355243

Comment:
66, oblibs 66-tools are not yet compatible with the new releases of skalibs and s6. I will test other mdevd, s6-portable-utils and s6-linux utils  with current skalibs version and send seperate PRs if they work.

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

* Re: [WIP] skarnet stack fall 2021 release
  2021-09-26 18:32 [PR PATCH] [WIP] skarnet stack fall 2021 release mobinmob
  2021-09-26 18:40 ` [PR PATCH] [Updated] " mobinmob
  2021-09-26 19:10 ` mobinmob
@ 2021-09-26 19:14 ` mobinmob
  2021-09-28 13:41 ` [PR PATCH] [Updated] " mobinmob
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2021-09-26 19:14 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/33138#issuecomment-927355243

Comment:
66, oblibs 66-tools are not yet compatible with the new releases of skalibs and s6. I will test  mdevd, s6-portable-utils and s6-linux-utils  with current skalibs version and send seperate PRs if they work.

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

* Re: [PR PATCH] [Updated] [WIP] skarnet stack fall 2021 release
  2021-09-26 18:32 [PR PATCH] [WIP] skarnet stack fall 2021 release mobinmob
                   ` (2 preceding siblings ...)
  2021-09-26 19:14 ` mobinmob
@ 2021-09-28 13:41 ` mobinmob
  2021-09-28 13:43 ` mobinmob
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2021-09-28 13:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages skarnet-fall2021
https://github.com/void-linux/void-packages/pull/33138

[WIP] skarnet stack fall 2021 release
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33138.patch is attached

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

From e172e3d1f3bc55ea193c77ae28551fbc3ada92d0 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:30:46 +0300
Subject: [PATCH 01/13] skalibs: update to 2.11.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 2dbe14a7c6e6..739755a5e2dd 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2342,7 +2342,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.10 skalibs-2.10.0.1_1
+libskarnet.so.2.11 skalibs-2.11.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 891680dd1847..c02e30b5a79b 100644
--- a/srcpkgs/skalibs/template
+++ b/srcpkgs/skalibs/template
@@ -1,6 +1,6 @@
 # Template file for 'skalibs'
 pkgname=skalibs
-version=2.10.0.3
+version=2.11.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=b780b0ae650dda0c3ec5f8975174998af2d24c2a2e2be669b1bab46e73b1464d
+checksum=98dfc8a02a333f5b12d069d84471c0d51ab5a421c4292963048b3652563d34d9
 
 post_install() {
 	vlicense COPYING LICENSE

From 79b88424eb3184626b83d6cc0e4de70912609f56 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:30:51 +0300
Subject: [PATCH 02/13] nsss: update to 0.2.0.0.

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

diff --git a/srcpkgs/nsss/template b/srcpkgs/nsss/template
index 3baf95812104..1f660dd3221b 100644
--- a/srcpkgs/nsss/template
+++ b/srcpkgs/nsss/template
@@ -1,6 +1,6 @@
 # Template file for 'nsss'
 pkgname=nsss
-version=0.1.0.1
+version=0.2.0.0
 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=20c7b015eb31d0a263ffbe3a672b2ed0be173190dce25b41b9adb95341c851d9
+checksum=f1291e2d63e7df8f8b71eb917dc51ee37c87ed38cce7048d2290a5be27a7e07d
 
 build_options="static"
 

From 0e16f5d7fb0071cf841fb03553c47eff2bc073fc Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:30:56 +0300
Subject: [PATCH 03/13] execline: update to 2.8.1.0.

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

diff --git a/srcpkgs/execline/template b/srcpkgs/execline/template
index 856750ada28b..aa5908a7badc 100644
--- a/srcpkgs/execline/template
+++ b/srcpkgs/execline/template
@@ -1,6 +1,6 @@
 # Template file for 'execline'
 pkgname=execline
-version=2.8.0.1
+version=2.8.1.0
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --bindir=/usr/bin
@@ -14,7 +14,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=a373f497d2335905d750e2f3be2ba47a028c11c4a7d5595dca9965c161e53aed
+checksum=5b55c9f9641e36d4238811ed3ab5586d3a1045cb48e0bda97c9a49fe8bfb5557
 
 CFLAGS="-fPIC"
 

From 6ea62f656c540a5e3158d665c66c44ac75771966 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:31:02 +0300
Subject: [PATCH 04/13] s6: update to 2.11.0.0.

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

diff --git a/srcpkgs/s6/template b/srcpkgs/s6/template
index 730c74a530a9..bfbe2e6067bb 100644
--- a/srcpkgs/s6/template
+++ b/srcpkgs/s6/template
@@ -1,6 +1,6 @@
 # Template file for 's6'
 pkgname=s6
-version=2.10.0.3
+version=2.11.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=1d21373151704150df0e8ed199f097f6ee5d2befb9a68aca4f20f3862e5d8757
+checksum=c545e4e18cd98e7fdbef84566e212276e44630f25de3e7891a3c58e83a9074a8
 
 build_options="static"
 

From d645caf4cdef8775ce755630f508812217b2e720 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:31:06 +0300
Subject: [PATCH 05/13] s6-rc: update to 0.5.2.3.

---
 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 41565de3c458..e6c28c5ce76c 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.2.2
+version=0.5.2.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-rc/"
 changelog="https://skarnet.org/software/s6-rc/upgrade.html"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=2a8d1cd455c05c8502b34517cfe79841aa46d08ad969076b37a15d3910617f89
+checksum=b2b4e120e16ae9e1b37e0f9bbb238e9affa9e89447a5f2ea28cbe2fd39bdcaf7
 
 build_options="static"
 

From b7094fbb87bf13a2041d2d8d6598f1cee9b2a3f5 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:38:46 +0300
Subject: [PATCH 06/13] s6-portable-utils: update to 2.2.3.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 39aa659bec74..d6bb09fb9244 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.2.3.2
+version=2.2.3.3
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include
@@ -14,7 +14,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=6627a2d3ea263539e83512a36f10a587fa0dd5e899bc3612187e9e3b9faf769c
+checksum=0445f0d6195707553fa2b09a67a06849e20d7194c7e64c0d9f8074347191528c
 
 build_options="static"
 

From 190f4d44e091984595fb4ee910803bfc51fd7199 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:38:53 +0300
Subject: [PATCH 07/13] s6-linux-utils: update to 2.5.1.6.

---
 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 52d3622be3b4..01d00b5bc786 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.5.1.5
+version=2.5.1.6
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --includedir=/usr/include
@@ -14,7 +14,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=c300dbf36b533083f82c6827830c55ce34bfc6cd493c782f207d199669a345ba
+checksum=1f8df105dbde095ed7793dc988ef44cbabbf7f1fe439867889469d06a84d2443
 
 build_options="static"
 

From 40e74e745c96b9098e76ddb7b72c374eea94c58f Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:39:01 +0300
Subject: [PATCH 08/13] s6-dns: update to 2.3.5.2.

---
 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 ee56726d19e9..4e3b796e41b2 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.1
+version=2.3.5.2
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib
@@ -13,7 +13,7 @@ maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="ISC"
 homepage="https://skarnet.org/software/s6-dns"
 distfiles="${homepage}/${pkgname}-${version}.tar.gz"
-checksum=0c1d50e5d7bc65cbf59b6f37fbd7f6f5645694224bb8c4dc1943d7921bc74f63
+checksum=dca3f38a33310e7b848b10cf9f1fcaa43fdac480c53de67f8edcdc9daffc9f59
 
 build_options="static"
 

From 6e3e7e12cce4233b0decd109a63fc6aaed9e4502 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:39:06 +0300
Subject: [PATCH 09/13] s6-networking: update to 2.5.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 575d9b0f34df..f71b2d0fe615 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.4.1.1
+version=2.5.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=a3fbca789dc5c82b3055fdbd2f55110902198f3136447617ce8f8b79fa8aa554
+checksum=b09a843555aabae5ca4bc41e49e3b437204f7371024d48a9eab63e3e5f7ac3ba
 
 build_options="bearssl libtls static"
 build_options_default="bearssl"

From 048cd10b225fe5b2653226c0ac982358887c9f45 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:39:12 +0300
Subject: [PATCH 10/13] mdevd: update to 0.1.5.0.

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

diff --git a/srcpkgs/mdevd/template b/srcpkgs/mdevd/template
index b85ef940243b..14b618d60a2b 100644
--- a/srcpkgs/mdevd/template
+++ b/srcpkgs/mdevd/template
@@ -1,6 +1,6 @@
 # Template file for 'mdevd'
 pkgname=mdevd
-version=0.1.4.0
+version=0.1.5.0
 revision=1
 build_style=configure
 configure_args="--includedir=/usr/include --bindir=/usr/bin --libdir=/usr/lib
@@ -14,7 +14,7 @@ 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=ffd3b223b4cf0e51253b4a8f09cb88d70bf22693228ab0818af174a3f099dcd2
+checksum=c012037c80c4596c5d4549aff5fd9e5cf84e8c01a1d1959b8c7c94baecebd307
 
 build_options="static"
 

From 87144a23385f683c434a04bde6ccf0866dd182f7 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 28 Sep 2021 16:40:31 +0300
Subject: [PATCH 11/13] s6-man-pages: update to 2.11.0.0.1.

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

diff --git a/srcpkgs/s6-man-pages/template b/srcpkgs/s6-man-pages/template
index a435dda4f58b..a5a1b4d5f1a5 100644
--- a/srcpkgs/s6-man-pages/template
+++ b/srcpkgs/s6-man-pages/template
@@ -1,6 +1,6 @@
 # Template file for 's6-man-pages'
 pkgname=s6-man-pages
-version=2.10.0.3.1
+version=2.11.0.0.1
 revision=1
 build_style=gnu-makefile
 hostmakedepends="mdocml"
@@ -9,7 +9,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=df23a0c68e276f4d6851997dc2535cec357e2e61f7dd5bd3bc991d3d60280029
+checksum=0d886bad1cd04312e9d66eeb60373bd00b1fd9ea5530d0af209f7959a7d79cb3
 
 
 do_install() {

From 86d2d27fd6b3adf0b4dcb2962dd829ed7d6493a1 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 28 Sep 2021 16:40:41 +0300
Subject: [PATCH 12/13] s6-networking-man-pages: update to 2.5.0.0.1.

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

diff --git a/srcpkgs/s6-networking-man-pages/template b/srcpkgs/s6-networking-man-pages/template
index 4a0d92c55dd7..c537946ed0ba 100644
--- a/srcpkgs/s6-networking-man-pages/template
+++ b/srcpkgs/s6-networking-man-pages/template
@@ -1,6 +1,6 @@
 # Template file for 's6-networking-man-pages'
 pkgname=s6-networking-man-pages
-version=2.4.1.1.1
+version=2.5.0.0.1
 revision=1
 build_style=gnu-makefile
 hostmakedepends="mdocml"
@@ -9,7 +9,7 @@ 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/v${version}.tar.gz"
-checksum=7606122ab71893fa216b48990d6c2e4eb124490acc237b84972ec6c1096c45f7
+checksum=20cbab9b0c361881e015ebd9fd938558783ddbbd394356d903ecfe8d8c83e805
 
 do_install() {
 	vmkdir usr/share/man/man1

From fb3812ad50824870eba11418867f0a1c32f7fced Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 28 Sep 2021 16:40:52 +0300
Subject: [PATCH 13/13] execline-man-pages: update to 2.8.1.0.1.

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

diff --git a/srcpkgs/execline-man-pages/template b/srcpkgs/execline-man-pages/template
index d15dd021ab58..363cca620abf 100644
--- a/srcpkgs/execline-man-pages/template
+++ b/srcpkgs/execline-man-pages/template
@@ -1,6 +1,6 @@
 # Template file for 'execline-man-pages'
 pkgname=execline-man-pages
-version=2.8.0.1.1
+version=2.8.1.0.1
 revision=1
 build_style=gnu-makefile
 hostmakedepends="mdocml"
@@ -9,7 +9,7 @@ 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=4e03d919660ffa1ec0713af0ebf6f7214d3f18a1633e1f97155da120824bcb92
+checksum=6c88486d929754410a8edd12e900b04bf4fa5126ccbe10227beb0616ac563907
 
 do_install() {
 	vmkdir usr/share/man/man1

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

* Re: [WIP] skarnet stack fall 2021 release
  2021-09-26 18:32 [PR PATCH] [WIP] skarnet stack fall 2021 release mobinmob
                   ` (3 preceding siblings ...)
  2021-09-28 13:41 ` [PR PATCH] [Updated] " mobinmob
@ 2021-09-28 13:43 ` mobinmob
  2021-09-29  0:03 ` flexibeast
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2021-09-28 13:43 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/33138#issuecomment-929223212

Comment:
Updated the man-pages for s6, s6-networking and execline. Thanx @flexibeast !

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

* Re: [WIP] skarnet stack fall 2021 release
  2021-09-26 18:32 [PR PATCH] [WIP] skarnet stack fall 2021 release mobinmob
                   ` (4 preceding siblings ...)
  2021-09-28 13:43 ` mobinmob
@ 2021-09-29  0:03 ` flexibeast
  2021-09-29  2:36 ` flexibeast
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: flexibeast @ 2021-09-29  0:03 UTC (permalink / raw)
  To: ml

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

New comment by flexibeast on void-packages repository

https://github.com/void-linux/void-packages/pull/33138#issuecomment-929709925

Comment:
@mobinmob: You're welcome - thanks for all your own work!

Just wanted to flag that later today i'm going to do a second release of the *-man-pages stuff, to address https://github.com/flexibeast/s6-man-pages/issues/6 .... As far as i can tell, all the `.1` pages in s6-man-pages and s6-networking-man-pages should be `.8`, but i'm leaving all the `.1` pages in execline-man-pages as-is.

(More generally, after a rather intense period, i'm now starting to get back to ICT stuff, and hope to work on 66 services soon.)

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

* Re: [WIP] skarnet stack fall 2021 release
  2021-09-26 18:32 [PR PATCH] [WIP] skarnet stack fall 2021 release mobinmob
                   ` (5 preceding siblings ...)
  2021-09-29  0:03 ` flexibeast
@ 2021-09-29  2:36 ` flexibeast
  2021-09-29 18:31 ` [PR PATCH] [Updated] " mobinmob
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: flexibeast @ 2021-09-29  2:36 UTC (permalink / raw)
  To: ml

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

New comment by flexibeast on void-packages repository

https://github.com/void-linux/void-packages/pull/33138#issuecomment-929775165

Comment:
New releases:

https://github.com/flexibeast/s6-man-pages/releases/tag/v2.11.0.0.2
https://github.com/flexibeast/s6-networking-man-pages/releases/tag/v2.5.0.0.2
https://github.com/flexibeast/execline-man-pages/releases/tag/v2.8.1.0.2


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

* Re: [PR PATCH] [Updated] [WIP] skarnet stack fall 2021 release
  2021-09-26 18:32 [PR PATCH] [WIP] skarnet stack fall 2021 release mobinmob
                   ` (6 preceding siblings ...)
  2021-09-29  2:36 ` flexibeast
@ 2021-09-29 18:31 ` mobinmob
  2021-09-29 18:47 ` mobinmob
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2021-09-29 18:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages skarnet-fall2021
https://github.com/void-linux/void-packages/pull/33138

[WIP] skarnet stack fall 2021 release
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33138.patch is attached

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

From 2d2449b48a9221f22c5859800f0906dcae545582 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:30:46 +0300
Subject: [PATCH 01/16] skalibs: update to 2.11.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 54d7918a4bd0..99c0e2d2cffb 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2342,7 +2342,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.10 skalibs-2.10.0.1_1
+libskarnet.so.2.11 skalibs-2.11.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 891680dd1847..c02e30b5a79b 100644
--- a/srcpkgs/skalibs/template
+++ b/srcpkgs/skalibs/template
@@ -1,6 +1,6 @@
 # Template file for 'skalibs'
 pkgname=skalibs
-version=2.10.0.3
+version=2.11.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=b780b0ae650dda0c3ec5f8975174998af2d24c2a2e2be669b1bab46e73b1464d
+checksum=98dfc8a02a333f5b12d069d84471c0d51ab5a421c4292963048b3652563d34d9
 
 post_install() {
 	vlicense COPYING LICENSE

From 08b2dc25acdd6358206591f60f736f24e2162b75 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:30:51 +0300
Subject: [PATCH 02/16] nsss: update to 0.2.0.0.

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

diff --git a/srcpkgs/nsss/template b/srcpkgs/nsss/template
index 3baf95812104..1f660dd3221b 100644
--- a/srcpkgs/nsss/template
+++ b/srcpkgs/nsss/template
@@ -1,6 +1,6 @@
 # Template file for 'nsss'
 pkgname=nsss
-version=0.1.0.1
+version=0.2.0.0
 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=20c7b015eb31d0a263ffbe3a672b2ed0be173190dce25b41b9adb95341c851d9
+checksum=f1291e2d63e7df8f8b71eb917dc51ee37c87ed38cce7048d2290a5be27a7e07d
 
 build_options="static"
 

From dcdfcc16d70474f013a592d0e39b81343ec55266 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:30:56 +0300
Subject: [PATCH 03/16] execline: update to 2.8.1.0.

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

diff --git a/srcpkgs/execline/template b/srcpkgs/execline/template
index 856750ada28b..aa5908a7badc 100644
--- a/srcpkgs/execline/template
+++ b/srcpkgs/execline/template
@@ -1,6 +1,6 @@
 # Template file for 'execline'
 pkgname=execline
-version=2.8.0.1
+version=2.8.1.0
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --bindir=/usr/bin
@@ -14,7 +14,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=a373f497d2335905d750e2f3be2ba47a028c11c4a7d5595dca9965c161e53aed
+checksum=5b55c9f9641e36d4238811ed3ab5586d3a1045cb48e0bda97c9a49fe8bfb5557
 
 CFLAGS="-fPIC"
 

From 3d56ab5a2942dc7e0d11d051a455686733052445 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:31:02 +0300
Subject: [PATCH 04/16] s6: update to 2.11.0.0.

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

diff --git a/srcpkgs/s6/template b/srcpkgs/s6/template
index 730c74a530a9..bfbe2e6067bb 100644
--- a/srcpkgs/s6/template
+++ b/srcpkgs/s6/template
@@ -1,6 +1,6 @@
 # Template file for 's6'
 pkgname=s6
-version=2.10.0.3
+version=2.11.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=1d21373151704150df0e8ed199f097f6ee5d2befb9a68aca4f20f3862e5d8757
+checksum=c545e4e18cd98e7fdbef84566e212276e44630f25de3e7891a3c58e83a9074a8
 
 build_options="static"
 

From 32b9f3db5d5de3c04b44a479da81efee3ae8d935 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:31:06 +0300
Subject: [PATCH 05/16] s6-rc: update to 0.5.2.3.

---
 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 41565de3c458..e6c28c5ce76c 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.2.2
+version=0.5.2.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-rc/"
 changelog="https://skarnet.org/software/s6-rc/upgrade.html"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=2a8d1cd455c05c8502b34517cfe79841aa46d08ad969076b37a15d3910617f89
+checksum=b2b4e120e16ae9e1b37e0f9bbb238e9affa9e89447a5f2ea28cbe2fd39bdcaf7
 
 build_options="static"
 

From cb85a06ac811785b6e8d3187f7365b1c2e8dae46 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:38:46 +0300
Subject: [PATCH 06/16] s6-portable-utils: update to 2.2.3.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 39aa659bec74..d6bb09fb9244 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.2.3.2
+version=2.2.3.3
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include
@@ -14,7 +14,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=6627a2d3ea263539e83512a36f10a587fa0dd5e899bc3612187e9e3b9faf769c
+checksum=0445f0d6195707553fa2b09a67a06849e20d7194c7e64c0d9f8074347191528c
 
 build_options="static"
 

From a73647d92d95d1f5677ced306458b12bf673bffd Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:38:53 +0300
Subject: [PATCH 07/16] s6-linux-utils: update to 2.5.1.6.

---
 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 52d3622be3b4..01d00b5bc786 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.5.1.5
+version=2.5.1.6
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --includedir=/usr/include
@@ -14,7 +14,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=c300dbf36b533083f82c6827830c55ce34bfc6cd493c782f207d199669a345ba
+checksum=1f8df105dbde095ed7793dc988ef44cbabbf7f1fe439867889469d06a84d2443
 
 build_options="static"
 

From 75bfc328479a4faba94604f53008180cf003aadb Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:39:01 +0300
Subject: [PATCH 08/16] s6-dns: update to 2.3.5.2.

---
 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 ee56726d19e9..4e3b796e41b2 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.1
+version=2.3.5.2
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib
@@ -13,7 +13,7 @@ maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="ISC"
 homepage="https://skarnet.org/software/s6-dns"
 distfiles="${homepage}/${pkgname}-${version}.tar.gz"
-checksum=0c1d50e5d7bc65cbf59b6f37fbd7f6f5645694224bb8c4dc1943d7921bc74f63
+checksum=dca3f38a33310e7b848b10cf9f1fcaa43fdac480c53de67f8edcdc9daffc9f59
 
 build_options="static"
 

From 0065f7893b477f0caa2f18bd82de660d66af70a4 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:39:06 +0300
Subject: [PATCH 09/16] s6-networking: update to 2.5.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 575d9b0f34df..f71b2d0fe615 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.4.1.1
+version=2.5.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=a3fbca789dc5c82b3055fdbd2f55110902198f3136447617ce8f8b79fa8aa554
+checksum=b09a843555aabae5ca4bc41e49e3b437204f7371024d48a9eab63e3e5f7ac3ba
 
 build_options="bearssl libtls static"
 build_options_default="bearssl"

From f3bc3747c93850d12b13678cff6a0ed34464aec0 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:39:12 +0300
Subject: [PATCH 10/16] mdevd: update to 0.1.5.0.

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

diff --git a/srcpkgs/mdevd/template b/srcpkgs/mdevd/template
index b85ef940243b..14b618d60a2b 100644
--- a/srcpkgs/mdevd/template
+++ b/srcpkgs/mdevd/template
@@ -1,6 +1,6 @@
 # Template file for 'mdevd'
 pkgname=mdevd
-version=0.1.4.0
+version=0.1.5.0
 revision=1
 build_style=configure
 configure_args="--includedir=/usr/include --bindir=/usr/bin --libdir=/usr/lib
@@ -14,7 +14,7 @@ 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=ffd3b223b4cf0e51253b4a8f09cb88d70bf22693228ab0818af174a3f099dcd2
+checksum=c012037c80c4596c5d4549aff5fd9e5cf84e8c01a1d1959b8c7c94baecebd307
 
 build_options="static"
 

From 37ebef1f588aaf6767c5b256537d4f7e5c7ad34c Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 29 Sep 2021 18:24:15 +0300
Subject: [PATCH 11/16] s6-man-pages: update to 2.11.0.0.2.

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

diff --git a/srcpkgs/s6-man-pages/template b/srcpkgs/s6-man-pages/template
index a435dda4f58b..8c01b2e8883b 100644
--- a/srcpkgs/s6-man-pages/template
+++ b/srcpkgs/s6-man-pages/template
@@ -1,6 +1,6 @@
 # Template file for 's6-man-pages'
 pkgname=s6-man-pages
-version=2.10.0.3.1
+version=2.11.0.0.2
 revision=1
 build_style=gnu-makefile
 hostmakedepends="mdocml"
@@ -9,7 +9,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=df23a0c68e276f4d6851997dc2535cec357e2e61f7dd5bd3bc991d3d60280029
+checksum=0936736aec214ee0be94ecafa6501003d5b36cd5e7e157a00b9d5caf27cd3682
 
 
 do_install() {

From b7eb60a8dbe4b21c4660462da6393188448b962d Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 29 Sep 2021 18:24:27 +0300
Subject: [PATCH 12/16] s6-networking-man-pages: update to 2.5.0.0.2.

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

diff --git a/srcpkgs/s6-networking-man-pages/template b/srcpkgs/s6-networking-man-pages/template
index 4a0d92c55dd7..bed94f2b6b98 100644
--- a/srcpkgs/s6-networking-man-pages/template
+++ b/srcpkgs/s6-networking-man-pages/template
@@ -1,6 +1,6 @@
 # Template file for 's6-networking-man-pages'
 pkgname=s6-networking-man-pages
-version=2.4.1.1.1
+version=2.5.0.0.2
 revision=1
 build_style=gnu-makefile
 hostmakedepends="mdocml"
@@ -9,7 +9,7 @@ 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/v${version}.tar.gz"
-checksum=7606122ab71893fa216b48990d6c2e4eb124490acc237b84972ec6c1096c45f7
+checksum=70181696bd4acaccf95831a5d3ee25bc5bc0e13c0d36b508ee7a5a9d94e0cc9f
 
 do_install() {
 	vmkdir usr/share/man/man1

From 635485c2a175be5239c3ab1ca17e09a2ccef638f Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 29 Sep 2021 18:24:34 +0300
Subject: [PATCH 13/16] execline-man-pages: update to 2.8.1.0.2.

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

diff --git a/srcpkgs/execline-man-pages/template b/srcpkgs/execline-man-pages/template
index d15dd021ab58..027b47ef7412 100644
--- a/srcpkgs/execline-man-pages/template
+++ b/srcpkgs/execline-man-pages/template
@@ -1,6 +1,6 @@
 # Template file for 'execline-man-pages'
 pkgname=execline-man-pages
-version=2.8.0.1.1
+version=2.8.1.0.2
 revision=1
 build_style=gnu-makefile
 hostmakedepends="mdocml"
@@ -9,7 +9,7 @@ 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=4e03d919660ffa1ec0713af0ebf6f7214d3f18a1633e1f97155da120824bcb92
+checksum=7280b70e0eacd551bfa215550d78a8ed12876a1bd7012c084addaa50c809c2fa
 
 do_install() {
 	vmkdir usr/share/man/man1

From 9a59968437a8345eee62f00734c406da7bbe54ad Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 29 Sep 2021 21:26:57 +0300
Subject: [PATCH 14/16] oblibs: update to 0.1.4.0.

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

diff --git a/srcpkgs/oblibs/template b/srcpkgs/oblibs/template
index 43add1381b43..c47caaf61f44 100644
--- a/srcpkgs/oblibs/template
+++ b/srcpkgs/oblibs/template
@@ -1,8 +1,8 @@
 # Template file for 'oblibs'
 pkgname=oblibs
-version=0.1.3.0
+version=0.1.4.0
 revision=1
-wrksrc="${pkgname}-v${version}"
+wrksrc="oblibs-v${version}"
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps"
 makedepends="skalibs-devel execline-devel"
@@ -10,8 +10,8 @@ short_desc="Obarun library"
 maintainer="mobinmob <mobinmob@disroot.org>"
 license="ISC"
 homepage="https://framagit.org/Obarun/oblibs"
-distfiles="${homepage}/-/archive/v${version}/${pkgname}-v${version}.tar.bz2"
-checksum=40f8ef6ba08cecd467e03a137dad14eba649789049bde10f08b0706a657e970d
+distfiles="https://framagit.org/Obarun/oblibs/-/archive/v${version}/${pkgname}-v${version}.tar.bz2"
+checksum=0ebb6024b9b2c737b0e065e2d49a98965db116c04caff4289acde332316b781a
 
 post_install() {
 	vlicense LICENSE

From ecaa386820b46da896249d71cf4cc672bbf75297 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 29 Sep 2021 21:28:14 +0300
Subject: [PATCH 15/16] 66: update to 0.6.2.0.

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

diff --git a/srcpkgs/66/template b/srcpkgs/66/template
index 46e5770b2ad0..7273a2e8ebb3 100644
--- a/srcpkgs/66/template
+++ b/srcpkgs/66/template
@@ -1,6 +1,6 @@
 # Template file for '66'
 pkgname=66
-version=0.6.1.2
+version=0.6.2.0
 revision=1
 wrksrc="66-v${version}"
 build_style=configure
@@ -18,7 +18,7 @@ license="ISC"
 homepage="http://web.obarun.org/software/"
 changelog="https://framagit.org/Obarun/66/raw/master/NEWS.md"
 distfiles="https://framagit.org/Obarun/66/-/archive/v${version}/66-v${version}.tar.bz2"
-checksum=99de5ede29670ffb55808dc0c3f28a49bf005d594ba3016b13271d4de025f589
+checksum=f63600e9f8e53211e421707aae7f98d2fa9d1b0d0b4b39162cf180df12b99c28
 
 conf_files="/etc/66/init.conf"
 

From 0ef393efcb66c836cf1669d77892935470c479a1 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 29 Sep 2021 21:28:18 +0300
Subject: [PATCH 16/16] 66-tools: update to 0.0.8.0.

---
 srcpkgs/66-tools/patches/fix-man.patch | 17 -----------------
 srcpkgs/66-tools/template              |  6 +++---
 2 files changed, 3 insertions(+), 20 deletions(-)
 delete mode 100644 srcpkgs/66-tools/patches/fix-man.patch

diff --git a/srcpkgs/66-tools/patches/fix-man.patch b/srcpkgs/66-tools/patches/fix-man.patch
deleted file mode 100644
index 667520f6f789..000000000000
--- a/srcpkgs/66-tools/patches/fix-man.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/doc/make-man.sh
-+++ b/doc/make-man.sh
-@@ -10,11 +10,9 @@ done
- 
- for i in ${man1}; do
-     lowdown -s -Tman doc/"${i}".md -o doc/man/man1/"${i}".1
--    var=$(head -n1 < doc/man/man1/"${i}".1)
--    var=$(printf '%s' "$var" | tr '7' '1')
--    var="${var} \"\" \"General Commands Manual\""
--    sed -i "s!^.TH.*!${var}!" doc/man/man1/"${i}".1
--    sed -i '2,7d' doc/man/man1/"${i}".1
-+    var=$(sed -n '/^.TH/p' doc/man/man1/"${f}".1 | tr '7' '1')
-+    sed -i "s!^.TH.*!${var}!" doc/man/man1/"${f}".1
-+    sed -i '4,8d' doc/man/man1/"${f}".1
- done
- 
- man_5(){
diff --git a/srcpkgs/66-tools/template b/srcpkgs/66-tools/template
index b9c5e7c66a79..1b61ce1aa874 100644
--- a/srcpkgs/66-tools/template
+++ b/srcpkgs/66-tools/template
@@ -1,8 +1,8 @@
 # Template file for '66-tools'
 pkgname=66-tools
-version=0.0.7.3
+version=0.0.8.0
 revision=1
-wrksrc=${pkgname}-v${version}
+wrksrc="66-tools-v${version}"
 build_style=configure
 configure_args="--prefix=/usr
  --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
@@ -16,7 +16,7 @@ license="ISC"
 homepage="http://web.obarun.org/software/index.html"
 changelog="https://framagit.org/Obarun/66-tools/-/raw/master/doc/upgrade.md"
 distfiles="https://framagit.org/Obarun/66-tools/-/archive/v${version}/66-tools-v${version}.tar.gz"
-checksum=c8cbe0d6c104e4d87d588d5980201770a6fd2fad11f99ff138a37ff918d68491
+checksum=58f072ce1bbc6b6440046d3dc860ca31bb3f39801d09853141006dd5f7041dbb
 
 post_install() {
 	vlicense LICENSE

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

* Re: [WIP] skarnet stack fall 2021 release
  2021-09-26 18:32 [PR PATCH] [WIP] skarnet stack fall 2021 release mobinmob
                   ` (7 preceding siblings ...)
  2021-09-29 18:31 ` [PR PATCH] [Updated] " mobinmob
@ 2021-09-29 18:47 ` mobinmob
  2021-10-01 15:41 ` [PR PATCH] [Updated] " mobinmob
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2021-09-29 18:47 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/33138#issuecomment-930449355

Comment:
Changes:
- Rebased onto master.
- Updated the man page packages.
- Updated 66, 66-tools, oblibs. 

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

* Re: [PR PATCH] [Updated] [WIP] skarnet stack fall 2021 release
  2021-09-26 18:32 [PR PATCH] [WIP] skarnet stack fall 2021 release mobinmob
                   ` (8 preceding siblings ...)
  2021-09-29 18:47 ` mobinmob
@ 2021-10-01 15:41 ` mobinmob
  2021-10-01 15:42 ` mobinmob
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2021-10-01 15:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages skarnet-fall2021
https://github.com/void-linux/void-packages/pull/33138

[WIP] skarnet stack fall 2021 release
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33138.patch is attached

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

From 2d2449b48a9221f22c5859800f0906dcae545582 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:30:46 +0300
Subject: [PATCH 01/16] skalibs: update to 2.11.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 54d7918a4bd0..99c0e2d2cffb 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2342,7 +2342,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.10 skalibs-2.10.0.1_1
+libskarnet.so.2.11 skalibs-2.11.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 891680dd1847..c02e30b5a79b 100644
--- a/srcpkgs/skalibs/template
+++ b/srcpkgs/skalibs/template
@@ -1,6 +1,6 @@
 # Template file for 'skalibs'
 pkgname=skalibs
-version=2.10.0.3
+version=2.11.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=b780b0ae650dda0c3ec5f8975174998af2d24c2a2e2be669b1bab46e73b1464d
+checksum=98dfc8a02a333f5b12d069d84471c0d51ab5a421c4292963048b3652563d34d9
 
 post_install() {
 	vlicense COPYING LICENSE

From 08b2dc25acdd6358206591f60f736f24e2162b75 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:30:51 +0300
Subject: [PATCH 02/16] nsss: update to 0.2.0.0.

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

diff --git a/srcpkgs/nsss/template b/srcpkgs/nsss/template
index 3baf95812104..1f660dd3221b 100644
--- a/srcpkgs/nsss/template
+++ b/srcpkgs/nsss/template
@@ -1,6 +1,6 @@
 # Template file for 'nsss'
 pkgname=nsss
-version=0.1.0.1
+version=0.2.0.0
 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=20c7b015eb31d0a263ffbe3a672b2ed0be173190dce25b41b9adb95341c851d9
+checksum=f1291e2d63e7df8f8b71eb917dc51ee37c87ed38cce7048d2290a5be27a7e07d
 
 build_options="static"
 

From dcdfcc16d70474f013a592d0e39b81343ec55266 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:30:56 +0300
Subject: [PATCH 03/16] execline: update to 2.8.1.0.

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

diff --git a/srcpkgs/execline/template b/srcpkgs/execline/template
index 856750ada28b..aa5908a7badc 100644
--- a/srcpkgs/execline/template
+++ b/srcpkgs/execline/template
@@ -1,6 +1,6 @@
 # Template file for 'execline'
 pkgname=execline
-version=2.8.0.1
+version=2.8.1.0
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --bindir=/usr/bin
@@ -14,7 +14,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=a373f497d2335905d750e2f3be2ba47a028c11c4a7d5595dca9965c161e53aed
+checksum=5b55c9f9641e36d4238811ed3ab5586d3a1045cb48e0bda97c9a49fe8bfb5557
 
 CFLAGS="-fPIC"
 

From 3d56ab5a2942dc7e0d11d051a455686733052445 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:31:02 +0300
Subject: [PATCH 04/16] s6: update to 2.11.0.0.

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

diff --git a/srcpkgs/s6/template b/srcpkgs/s6/template
index 730c74a530a9..bfbe2e6067bb 100644
--- a/srcpkgs/s6/template
+++ b/srcpkgs/s6/template
@@ -1,6 +1,6 @@
 # Template file for 's6'
 pkgname=s6
-version=2.10.0.3
+version=2.11.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=1d21373151704150df0e8ed199f097f6ee5d2befb9a68aca4f20f3862e5d8757
+checksum=c545e4e18cd98e7fdbef84566e212276e44630f25de3e7891a3c58e83a9074a8
 
 build_options="static"
 

From 32b9f3db5d5de3c04b44a479da81efee3ae8d935 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:31:06 +0300
Subject: [PATCH 05/16] s6-rc: update to 0.5.2.3.

---
 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 41565de3c458..e6c28c5ce76c 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.2.2
+version=0.5.2.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-rc/"
 changelog="https://skarnet.org/software/s6-rc/upgrade.html"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=2a8d1cd455c05c8502b34517cfe79841aa46d08ad969076b37a15d3910617f89
+checksum=b2b4e120e16ae9e1b37e0f9bbb238e9affa9e89447a5f2ea28cbe2fd39bdcaf7
 
 build_options="static"
 

From cb85a06ac811785b6e8d3187f7365b1c2e8dae46 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:38:46 +0300
Subject: [PATCH 06/16] s6-portable-utils: update to 2.2.3.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 39aa659bec74..d6bb09fb9244 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.2.3.2
+version=2.2.3.3
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include
@@ -14,7 +14,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=6627a2d3ea263539e83512a36f10a587fa0dd5e899bc3612187e9e3b9faf769c
+checksum=0445f0d6195707553fa2b09a67a06849e20d7194c7e64c0d9f8074347191528c
 
 build_options="static"
 

From a73647d92d95d1f5677ced306458b12bf673bffd Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:38:53 +0300
Subject: [PATCH 07/16] s6-linux-utils: update to 2.5.1.6.

---
 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 52d3622be3b4..01d00b5bc786 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.5.1.5
+version=2.5.1.6
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --includedir=/usr/include
@@ -14,7 +14,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=c300dbf36b533083f82c6827830c55ce34bfc6cd493c782f207d199669a345ba
+checksum=1f8df105dbde095ed7793dc988ef44cbabbf7f1fe439867889469d06a84d2443
 
 build_options="static"
 

From 75bfc328479a4faba94604f53008180cf003aadb Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:39:01 +0300
Subject: [PATCH 08/16] s6-dns: update to 2.3.5.2.

---
 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 ee56726d19e9..4e3b796e41b2 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.1
+version=2.3.5.2
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib
@@ -13,7 +13,7 @@ maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="ISC"
 homepage="https://skarnet.org/software/s6-dns"
 distfiles="${homepage}/${pkgname}-${version}.tar.gz"
-checksum=0c1d50e5d7bc65cbf59b6f37fbd7f6f5645694224bb8c4dc1943d7921bc74f63
+checksum=dca3f38a33310e7b848b10cf9f1fcaa43fdac480c53de67f8edcdc9daffc9f59
 
 build_options="static"
 

From 0065f7893b477f0caa2f18bd82de660d66af70a4 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:39:06 +0300
Subject: [PATCH 09/16] s6-networking: update to 2.5.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 575d9b0f34df..f71b2d0fe615 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.4.1.1
+version=2.5.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=a3fbca789dc5c82b3055fdbd2f55110902198f3136447617ce8f8b79fa8aa554
+checksum=b09a843555aabae5ca4bc41e49e3b437204f7371024d48a9eab63e3e5f7ac3ba
 
 build_options="bearssl libtls static"
 build_options_default="bearssl"

From f3bc3747c93850d12b13678cff6a0ed34464aec0 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:39:12 +0300
Subject: [PATCH 10/16] mdevd: update to 0.1.5.0.

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

diff --git a/srcpkgs/mdevd/template b/srcpkgs/mdevd/template
index b85ef940243b..14b618d60a2b 100644
--- a/srcpkgs/mdevd/template
+++ b/srcpkgs/mdevd/template
@@ -1,6 +1,6 @@
 # Template file for 'mdevd'
 pkgname=mdevd
-version=0.1.4.0
+version=0.1.5.0
 revision=1
 build_style=configure
 configure_args="--includedir=/usr/include --bindir=/usr/bin --libdir=/usr/lib
@@ -14,7 +14,7 @@ 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=ffd3b223b4cf0e51253b4a8f09cb88d70bf22693228ab0818af174a3f099dcd2
+checksum=c012037c80c4596c5d4549aff5fd9e5cf84e8c01a1d1959b8c7c94baecebd307
 
 build_options="static"
 

From 37ebef1f588aaf6767c5b256537d4f7e5c7ad34c Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 29 Sep 2021 18:24:15 +0300
Subject: [PATCH 11/16] s6-man-pages: update to 2.11.0.0.2.

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

diff --git a/srcpkgs/s6-man-pages/template b/srcpkgs/s6-man-pages/template
index a435dda4f58b..8c01b2e8883b 100644
--- a/srcpkgs/s6-man-pages/template
+++ b/srcpkgs/s6-man-pages/template
@@ -1,6 +1,6 @@
 # Template file for 's6-man-pages'
 pkgname=s6-man-pages
-version=2.10.0.3.1
+version=2.11.0.0.2
 revision=1
 build_style=gnu-makefile
 hostmakedepends="mdocml"
@@ -9,7 +9,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=df23a0c68e276f4d6851997dc2535cec357e2e61f7dd5bd3bc991d3d60280029
+checksum=0936736aec214ee0be94ecafa6501003d5b36cd5e7e157a00b9d5caf27cd3682
 
 
 do_install() {

From b7eb60a8dbe4b21c4660462da6393188448b962d Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 29 Sep 2021 18:24:27 +0300
Subject: [PATCH 12/16] s6-networking-man-pages: update to 2.5.0.0.2.

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

diff --git a/srcpkgs/s6-networking-man-pages/template b/srcpkgs/s6-networking-man-pages/template
index 4a0d92c55dd7..bed94f2b6b98 100644
--- a/srcpkgs/s6-networking-man-pages/template
+++ b/srcpkgs/s6-networking-man-pages/template
@@ -1,6 +1,6 @@
 # Template file for 's6-networking-man-pages'
 pkgname=s6-networking-man-pages
-version=2.4.1.1.1
+version=2.5.0.0.2
 revision=1
 build_style=gnu-makefile
 hostmakedepends="mdocml"
@@ -9,7 +9,7 @@ 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/v${version}.tar.gz"
-checksum=7606122ab71893fa216b48990d6c2e4eb124490acc237b84972ec6c1096c45f7
+checksum=70181696bd4acaccf95831a5d3ee25bc5bc0e13c0d36b508ee7a5a9d94e0cc9f
 
 do_install() {
 	vmkdir usr/share/man/man1

From 635485c2a175be5239c3ab1ca17e09a2ccef638f Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 29 Sep 2021 18:24:34 +0300
Subject: [PATCH 13/16] execline-man-pages: update to 2.8.1.0.2.

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

diff --git a/srcpkgs/execline-man-pages/template b/srcpkgs/execline-man-pages/template
index d15dd021ab58..027b47ef7412 100644
--- a/srcpkgs/execline-man-pages/template
+++ b/srcpkgs/execline-man-pages/template
@@ -1,6 +1,6 @@
 # Template file for 'execline-man-pages'
 pkgname=execline-man-pages
-version=2.8.0.1.1
+version=2.8.1.0.2
 revision=1
 build_style=gnu-makefile
 hostmakedepends="mdocml"
@@ -9,7 +9,7 @@ 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=4e03d919660ffa1ec0713af0ebf6f7214d3f18a1633e1f97155da120824bcb92
+checksum=7280b70e0eacd551bfa215550d78a8ed12876a1bd7012c084addaa50c809c2fa
 
 do_install() {
 	vmkdir usr/share/man/man1

From 9a59968437a8345eee62f00734c406da7bbe54ad Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 29 Sep 2021 21:26:57 +0300
Subject: [PATCH 14/16] oblibs: update to 0.1.4.0.

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

diff --git a/srcpkgs/oblibs/template b/srcpkgs/oblibs/template
index 43add1381b43..c47caaf61f44 100644
--- a/srcpkgs/oblibs/template
+++ b/srcpkgs/oblibs/template
@@ -1,8 +1,8 @@
 # Template file for 'oblibs'
 pkgname=oblibs
-version=0.1.3.0
+version=0.1.4.0
 revision=1
-wrksrc="${pkgname}-v${version}"
+wrksrc="oblibs-v${version}"
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps"
 makedepends="skalibs-devel execline-devel"
@@ -10,8 +10,8 @@ short_desc="Obarun library"
 maintainer="mobinmob <mobinmob@disroot.org>"
 license="ISC"
 homepage="https://framagit.org/Obarun/oblibs"
-distfiles="${homepage}/-/archive/v${version}/${pkgname}-v${version}.tar.bz2"
-checksum=40f8ef6ba08cecd467e03a137dad14eba649789049bde10f08b0706a657e970d
+distfiles="https://framagit.org/Obarun/oblibs/-/archive/v${version}/${pkgname}-v${version}.tar.bz2"
+checksum=0ebb6024b9b2c737b0e065e2d49a98965db116c04caff4289acde332316b781a
 
 post_install() {
 	vlicense LICENSE

From 8f6af18c69b4a5cc034a9707157c8e868dee2727 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 1 Oct 2021 18:40:24 +0300
Subject: [PATCH 15/16] 66: update to 0.6.2.0.

---
 srcpkgs/66/patches/shutdown_posixsh.diff | 27 ++++++++++++++++++++++++
 srcpkgs/66/template                      |  5 +++--
 2 files changed, 30 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/66/patches/shutdown_posixsh.diff

diff --git a/srcpkgs/66/patches/shutdown_posixsh.diff b/srcpkgs/66/patches/shutdown_posixsh.diff
new file mode 100644
index 000000000000..c89983519291
--- /dev/null
+++ b/srcpkgs/66/patches/shutdown_posixsh.diff
@@ -0,0 +1,27 @@
+diff --git a/skel/shutdown b/skel/shutdown
+index 0f59623855bc8e8ad260eeeb57a090f88b26b5d1..b39f0f0decb9b8e27c65ba59b3891482f326a876 100755
+--- a/skel/shutdown
++++ b/skel/shutdown
+@@ -28,18 +28,18 @@ Time must be one of these formats: [ now | [+]mins | hh:mm ] where:
+     mins or +mins : relative time; triggers the shutdown sequence after mins minutes.
+     hh:mm : absolute time; triggers the shutdown sequence when the time hh:mm occurs.
+ 
+-See also 66-shutdown program to more features.
++See also 66-shutdown program for more features.
+ EOF
+ exit 111
+ }
+ 
+ die() {
+-    printf "${PROG}:fatal: options must be set first\n" >&1
++    printf "%s:fatal: options must be set first\n" "${PROG}" >&1
+     usage
+ }
+ 
+-[ -z ${1} ] && die
++[ -z "${1}" ] && die
+ 
+-[ ${1:0:1} != '-' ] && die
++[ "${1%%"${1#?}"}" != '-' ] && die
+ 
+ 66-shutdown "${@}"
diff --git a/srcpkgs/66/template b/srcpkgs/66/template
index 46e5770b2ad0..7ad72f7d6411 100644
--- a/srcpkgs/66/template
+++ b/srcpkgs/66/template
@@ -1,6 +1,6 @@
 # Template file for '66'
 pkgname=66
-version=0.6.1.2
+version=0.6.2.0
 revision=1
 wrksrc="66-v${version}"
 build_style=configure
@@ -18,7 +18,8 @@ license="ISC"
 homepage="http://web.obarun.org/software/"
 changelog="https://framagit.org/Obarun/66/raw/master/NEWS.md"
 distfiles="https://framagit.org/Obarun/66/-/archive/v${version}/66-v${version}.tar.bz2"
-checksum=99de5ede29670ffb55808dc0c3f28a49bf005d594ba3016b13271d4de025f589
+checksum=f63600e9f8e53211e421707aae7f98d2fa9d1b0d0b4b39162cf180df12b99c28
+patch_args="-Np1"
 
 conf_files="/etc/66/init.conf"
 

From 4fa8a66a1d974f76fc1351fcdb6c83c72ad4541a Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 1 Oct 2021 18:40:30 +0300
Subject: [PATCH 16/16] 66-tools: update to 0.0.8.0.

---
 srcpkgs/66-tools/patches/fix-man.patch | 17 -----------------
 srcpkgs/66-tools/template              |  6 +++---
 2 files changed, 3 insertions(+), 20 deletions(-)
 delete mode 100644 srcpkgs/66-tools/patches/fix-man.patch

diff --git a/srcpkgs/66-tools/patches/fix-man.patch b/srcpkgs/66-tools/patches/fix-man.patch
deleted file mode 100644
index 667520f6f789..000000000000
--- a/srcpkgs/66-tools/patches/fix-man.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/doc/make-man.sh
-+++ b/doc/make-man.sh
-@@ -10,11 +10,9 @@ done
- 
- for i in ${man1}; do
-     lowdown -s -Tman doc/"${i}".md -o doc/man/man1/"${i}".1
--    var=$(head -n1 < doc/man/man1/"${i}".1)
--    var=$(printf '%s' "$var" | tr '7' '1')
--    var="${var} \"\" \"General Commands Manual\""
--    sed -i "s!^.TH.*!${var}!" doc/man/man1/"${i}".1
--    sed -i '2,7d' doc/man/man1/"${i}".1
-+    var=$(sed -n '/^.TH/p' doc/man/man1/"${f}".1 | tr '7' '1')
-+    sed -i "s!^.TH.*!${var}!" doc/man/man1/"${f}".1
-+    sed -i '4,8d' doc/man/man1/"${f}".1
- done
- 
- man_5(){
diff --git a/srcpkgs/66-tools/template b/srcpkgs/66-tools/template
index b9c5e7c66a79..1b61ce1aa874 100644
--- a/srcpkgs/66-tools/template
+++ b/srcpkgs/66-tools/template
@@ -1,8 +1,8 @@
 # Template file for '66-tools'
 pkgname=66-tools
-version=0.0.7.3
+version=0.0.8.0
 revision=1
-wrksrc=${pkgname}-v${version}
+wrksrc="66-tools-v${version}"
 build_style=configure
 configure_args="--prefix=/usr
  --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
@@ -16,7 +16,7 @@ license="ISC"
 homepage="http://web.obarun.org/software/index.html"
 changelog="https://framagit.org/Obarun/66-tools/-/raw/master/doc/upgrade.md"
 distfiles="https://framagit.org/Obarun/66-tools/-/archive/v${version}/66-tools-v${version}.tar.gz"
-checksum=c8cbe0d6c104e4d87d588d5980201770a6fd2fad11f99ff138a37ff918d68491
+checksum=58f072ce1bbc6b6440046d3dc860ca31bb3f39801d09853141006dd5f7041dbb
 
 post_install() {
 	vlicense LICENSE

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

* Re: [WIP] skarnet stack fall 2021 release
  2021-09-26 18:32 [PR PATCH] [WIP] skarnet stack fall 2021 release mobinmob
                   ` (9 preceding siblings ...)
  2021-10-01 15:41 ` [PR PATCH] [Updated] " mobinmob
@ 2021-10-01 15:42 ` mobinmob
  2021-10-05 19:35 ` [PR PATCH] [Updated] " mobinmob
  2021-10-12 19:47 ` [PR PATCH] [Merged]: " ericonr
  12 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2021-10-01 15:42 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/33138#issuecomment-932340793

Comment:
Added a small fix to the shutdown script in the 66 package - accepted upstream.
Everything should be fine now, so I removed [WIP].

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

* Re: [PR PATCH] [Updated] skarnet stack fall 2021 release
  2021-09-26 18:32 [PR PATCH] [WIP] skarnet stack fall 2021 release mobinmob
                   ` (10 preceding siblings ...)
  2021-10-01 15:42 ` mobinmob
@ 2021-10-05 19:35 ` mobinmob
  2021-10-12 19:47 ` [PR PATCH] [Merged]: " ericonr
  12 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2021-10-05 19:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages skarnet-fall2021
https://github.com/void-linux/void-packages/pull/33138

skarnet stack fall 2021 release
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33138.patch is attached

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

From 6b1c9ad5bc2e60bd606667d82aeea26ab34e49b3 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:30:46 +0300
Subject: [PATCH 01/16] skalibs: update to 2.11.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 7e5289f58f66..eaf8172c0129 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2342,7 +2342,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.10 skalibs-2.10.0.1_1
+libskarnet.so.2.11 skalibs-2.11.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 891680dd1847..c02e30b5a79b 100644
--- a/srcpkgs/skalibs/template
+++ b/srcpkgs/skalibs/template
@@ -1,6 +1,6 @@
 # Template file for 'skalibs'
 pkgname=skalibs
-version=2.10.0.3
+version=2.11.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=b780b0ae650dda0c3ec5f8975174998af2d24c2a2e2be669b1bab46e73b1464d
+checksum=98dfc8a02a333f5b12d069d84471c0d51ab5a421c4292963048b3652563d34d9
 
 post_install() {
 	vlicense COPYING LICENSE

From 752535daf0aaa404778426288e7bba8b1173290b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:30:51 +0300
Subject: [PATCH 02/16] nsss: update to 0.2.0.0.

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

diff --git a/srcpkgs/nsss/template b/srcpkgs/nsss/template
index 3baf95812104..1f660dd3221b 100644
--- a/srcpkgs/nsss/template
+++ b/srcpkgs/nsss/template
@@ -1,6 +1,6 @@
 # Template file for 'nsss'
 pkgname=nsss
-version=0.1.0.1
+version=0.2.0.0
 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=20c7b015eb31d0a263ffbe3a672b2ed0be173190dce25b41b9adb95341c851d9
+checksum=f1291e2d63e7df8f8b71eb917dc51ee37c87ed38cce7048d2290a5be27a7e07d
 
 build_options="static"
 

From 2d029375617ea1bf6b40b5a34bf49e014616e457 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:30:56 +0300
Subject: [PATCH 03/16] execline: update to 2.8.1.0.

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

diff --git a/srcpkgs/execline/template b/srcpkgs/execline/template
index 856750ada28b..aa5908a7badc 100644
--- a/srcpkgs/execline/template
+++ b/srcpkgs/execline/template
@@ -1,6 +1,6 @@
 # Template file for 'execline'
 pkgname=execline
-version=2.8.0.1
+version=2.8.1.0
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --bindir=/usr/bin
@@ -14,7 +14,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=a373f497d2335905d750e2f3be2ba47a028c11c4a7d5595dca9965c161e53aed
+checksum=5b55c9f9641e36d4238811ed3ab5586d3a1045cb48e0bda97c9a49fe8bfb5557
 
 CFLAGS="-fPIC"
 

From 88c0f4ce55ee372be210ae124c583f1d29ad514b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:31:02 +0300
Subject: [PATCH 04/16] s6: update to 2.11.0.0.

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

diff --git a/srcpkgs/s6/template b/srcpkgs/s6/template
index 730c74a530a9..bfbe2e6067bb 100644
--- a/srcpkgs/s6/template
+++ b/srcpkgs/s6/template
@@ -1,6 +1,6 @@
 # Template file for 's6'
 pkgname=s6
-version=2.10.0.3
+version=2.11.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=1d21373151704150df0e8ed199f097f6ee5d2befb9a68aca4f20f3862e5d8757
+checksum=c545e4e18cd98e7fdbef84566e212276e44630f25de3e7891a3c58e83a9074a8
 
 build_options="static"
 

From 46fc2b3158cacef97826539d3e7b0d6d3f9ae529 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:31:06 +0300
Subject: [PATCH 05/16] s6-rc: update to 0.5.2.3.

---
 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 41565de3c458..e6c28c5ce76c 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.2.2
+version=0.5.2.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-rc/"
 changelog="https://skarnet.org/software/s6-rc/upgrade.html"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=2a8d1cd455c05c8502b34517cfe79841aa46d08ad969076b37a15d3910617f89
+checksum=b2b4e120e16ae9e1b37e0f9bbb238e9affa9e89447a5f2ea28cbe2fd39bdcaf7
 
 build_options="static"
 

From dac8590615dd660429144191b3b73dc6146396cb Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:38:46 +0300
Subject: [PATCH 06/16] s6-portable-utils: update to 2.2.3.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 39aa659bec74..d6bb09fb9244 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.2.3.2
+version=2.2.3.3
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include
@@ -14,7 +14,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=6627a2d3ea263539e83512a36f10a587fa0dd5e899bc3612187e9e3b9faf769c
+checksum=0445f0d6195707553fa2b09a67a06849e20d7194c7e64c0d9f8074347191528c
 
 build_options="static"
 

From 10e0a9e5169d13106ff3d63ba69fc8f2bc80b0d6 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:38:53 +0300
Subject: [PATCH 07/16] s6-linux-utils: update to 2.5.1.6.

---
 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 52d3622be3b4..01d00b5bc786 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.5.1.5
+version=2.5.1.6
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --includedir=/usr/include
@@ -14,7 +14,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=c300dbf36b533083f82c6827830c55ce34bfc6cd493c782f207d199669a345ba
+checksum=1f8df105dbde095ed7793dc988ef44cbabbf7f1fe439867889469d06a84d2443
 
 build_options="static"
 

From bb177148644fcbd2dff48456a6ceb3672660c573 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:39:01 +0300
Subject: [PATCH 08/16] s6-dns: update to 2.3.5.2.

---
 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 ee56726d19e9..4e3b796e41b2 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.1
+version=2.3.5.2
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib
@@ -13,7 +13,7 @@ maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="ISC"
 homepage="https://skarnet.org/software/s6-dns"
 distfiles="${homepage}/${pkgname}-${version}.tar.gz"
-checksum=0c1d50e5d7bc65cbf59b6f37fbd7f6f5645694224bb8c4dc1943d7921bc74f63
+checksum=dca3f38a33310e7b848b10cf9f1fcaa43fdac480c53de67f8edcdc9daffc9f59
 
 build_options="static"
 

From df9a669c7d0b90e615bc89d0f3eb26aa909d0c52 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:39:06 +0300
Subject: [PATCH 09/16] s6-networking: update to 2.5.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 575d9b0f34df..f71b2d0fe615 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.4.1.1
+version=2.5.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=a3fbca789dc5c82b3055fdbd2f55110902198f3136447617ce8f8b79fa8aa554
+checksum=b09a843555aabae5ca4bc41e49e3b437204f7371024d48a9eab63e3e5f7ac3ba
 
 build_options="bearssl libtls static"
 build_options_default="bearssl"

From fe2b1829782c44803ab204cf35fdc71955c87119 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Sep 2021 21:39:12 +0300
Subject: [PATCH 10/16] mdevd: update to 0.1.5.0.

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

diff --git a/srcpkgs/mdevd/template b/srcpkgs/mdevd/template
index b85ef940243b..14b618d60a2b 100644
--- a/srcpkgs/mdevd/template
+++ b/srcpkgs/mdevd/template
@@ -1,6 +1,6 @@
 # Template file for 'mdevd'
 pkgname=mdevd
-version=0.1.4.0
+version=0.1.5.0
 revision=1
 build_style=configure
 configure_args="--includedir=/usr/include --bindir=/usr/bin --libdir=/usr/lib
@@ -14,7 +14,7 @@ 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=ffd3b223b4cf0e51253b4a8f09cb88d70bf22693228ab0818af174a3f099dcd2
+checksum=c012037c80c4596c5d4549aff5fd9e5cf84e8c01a1d1959b8c7c94baecebd307
 
 build_options="static"
 

From 82620c948b5567d8a64358df128c12c49e6652c8 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 29 Sep 2021 18:24:15 +0300
Subject: [PATCH 11/16] s6-man-pages: update to 2.11.0.0.2.

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

diff --git a/srcpkgs/s6-man-pages/template b/srcpkgs/s6-man-pages/template
index a435dda4f58b..8c01b2e8883b 100644
--- a/srcpkgs/s6-man-pages/template
+++ b/srcpkgs/s6-man-pages/template
@@ -1,6 +1,6 @@
 # Template file for 's6-man-pages'
 pkgname=s6-man-pages
-version=2.10.0.3.1
+version=2.11.0.0.2
 revision=1
 build_style=gnu-makefile
 hostmakedepends="mdocml"
@@ -9,7 +9,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=df23a0c68e276f4d6851997dc2535cec357e2e61f7dd5bd3bc991d3d60280029
+checksum=0936736aec214ee0be94ecafa6501003d5b36cd5e7e157a00b9d5caf27cd3682
 
 
 do_install() {

From dd3b8554eb73e7bb703a7aa15490fcdf9e3335c9 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 29 Sep 2021 18:24:27 +0300
Subject: [PATCH 12/16] s6-networking-man-pages: update to 2.5.0.0.2.

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

diff --git a/srcpkgs/s6-networking-man-pages/template b/srcpkgs/s6-networking-man-pages/template
index 4a0d92c55dd7..bed94f2b6b98 100644
--- a/srcpkgs/s6-networking-man-pages/template
+++ b/srcpkgs/s6-networking-man-pages/template
@@ -1,6 +1,6 @@
 # Template file for 's6-networking-man-pages'
 pkgname=s6-networking-man-pages
-version=2.4.1.1.1
+version=2.5.0.0.2
 revision=1
 build_style=gnu-makefile
 hostmakedepends="mdocml"
@@ -9,7 +9,7 @@ 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/v${version}.tar.gz"
-checksum=7606122ab71893fa216b48990d6c2e4eb124490acc237b84972ec6c1096c45f7
+checksum=70181696bd4acaccf95831a5d3ee25bc5bc0e13c0d36b508ee7a5a9d94e0cc9f
 
 do_install() {
 	vmkdir usr/share/man/man1

From 779a9689ac74874c26aa8b83eeedd86fda2d650e Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 29 Sep 2021 18:24:34 +0300
Subject: [PATCH 13/16] execline-man-pages: update to 2.8.1.0.2.

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

diff --git a/srcpkgs/execline-man-pages/template b/srcpkgs/execline-man-pages/template
index d15dd021ab58..027b47ef7412 100644
--- a/srcpkgs/execline-man-pages/template
+++ b/srcpkgs/execline-man-pages/template
@@ -1,6 +1,6 @@
 # Template file for 'execline-man-pages'
 pkgname=execline-man-pages
-version=2.8.0.1.1
+version=2.8.1.0.2
 revision=1
 build_style=gnu-makefile
 hostmakedepends="mdocml"
@@ -9,7 +9,7 @@ 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=4e03d919660ffa1ec0713af0ebf6f7214d3f18a1633e1f97155da120824bcb92
+checksum=7280b70e0eacd551bfa215550d78a8ed12876a1bd7012c084addaa50c809c2fa
 
 do_install() {
 	vmkdir usr/share/man/man1

From 79dda4d2234fac8e397181db8ad2335ca59bace5 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 29 Sep 2021 21:26:57 +0300
Subject: [PATCH 14/16] oblibs: update to 0.1.4.0.

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

diff --git a/srcpkgs/oblibs/template b/srcpkgs/oblibs/template
index 43add1381b43..c47caaf61f44 100644
--- a/srcpkgs/oblibs/template
+++ b/srcpkgs/oblibs/template
@@ -1,8 +1,8 @@
 # Template file for 'oblibs'
 pkgname=oblibs
-version=0.1.3.0
+version=0.1.4.0
 revision=1
-wrksrc="${pkgname}-v${version}"
+wrksrc="oblibs-v${version}"
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps"
 makedepends="skalibs-devel execline-devel"
@@ -10,8 +10,8 @@ short_desc="Obarun library"
 maintainer="mobinmob <mobinmob@disroot.org>"
 license="ISC"
 homepage="https://framagit.org/Obarun/oblibs"
-distfiles="${homepage}/-/archive/v${version}/${pkgname}-v${version}.tar.bz2"
-checksum=40f8ef6ba08cecd467e03a137dad14eba649789049bde10f08b0706a657e970d
+distfiles="https://framagit.org/Obarun/oblibs/-/archive/v${version}/${pkgname}-v${version}.tar.bz2"
+checksum=0ebb6024b9b2c737b0e065e2d49a98965db116c04caff4289acde332316b781a
 
 post_install() {
 	vlicense LICENSE

From 29cf2257c7f8f24a80d7e38e45cddedde1dbf17e Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 1 Oct 2021 18:40:24 +0300
Subject: [PATCH 15/16] 66: update to 0.6.2.0.

---
 srcpkgs/66/patches/shutdown_posixsh.diff | 27 ++++++++++++++++++++++++
 srcpkgs/66/template                      |  5 +++--
 2 files changed, 30 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/66/patches/shutdown_posixsh.diff

diff --git a/srcpkgs/66/patches/shutdown_posixsh.diff b/srcpkgs/66/patches/shutdown_posixsh.diff
new file mode 100644
index 000000000000..c89983519291
--- /dev/null
+++ b/srcpkgs/66/patches/shutdown_posixsh.diff
@@ -0,0 +1,27 @@
+diff --git a/skel/shutdown b/skel/shutdown
+index 0f59623855bc8e8ad260eeeb57a090f88b26b5d1..b39f0f0decb9b8e27c65ba59b3891482f326a876 100755
+--- a/skel/shutdown
++++ b/skel/shutdown
+@@ -28,18 +28,18 @@ Time must be one of these formats: [ now | [+]mins | hh:mm ] where:
+     mins or +mins : relative time; triggers the shutdown sequence after mins minutes.
+     hh:mm : absolute time; triggers the shutdown sequence when the time hh:mm occurs.
+ 
+-See also 66-shutdown program to more features.
++See also 66-shutdown program for more features.
+ EOF
+ exit 111
+ }
+ 
+ die() {
+-    printf "${PROG}:fatal: options must be set first\n" >&1
++    printf "%s:fatal: options must be set first\n" "${PROG}" >&1
+     usage
+ }
+ 
+-[ -z ${1} ] && die
++[ -z "${1}" ] && die
+ 
+-[ ${1:0:1} != '-' ] && die
++[ "${1%%"${1#?}"}" != '-' ] && die
+ 
+ 66-shutdown "${@}"
diff --git a/srcpkgs/66/template b/srcpkgs/66/template
index 46e5770b2ad0..7ad72f7d6411 100644
--- a/srcpkgs/66/template
+++ b/srcpkgs/66/template
@@ -1,6 +1,6 @@
 # Template file for '66'
 pkgname=66
-version=0.6.1.2
+version=0.6.2.0
 revision=1
 wrksrc="66-v${version}"
 build_style=configure
@@ -18,7 +18,8 @@ license="ISC"
 homepage="http://web.obarun.org/software/"
 changelog="https://framagit.org/Obarun/66/raw/master/NEWS.md"
 distfiles="https://framagit.org/Obarun/66/-/archive/v${version}/66-v${version}.tar.bz2"
-checksum=99de5ede29670ffb55808dc0c3f28a49bf005d594ba3016b13271d4de025f589
+checksum=f63600e9f8e53211e421707aae7f98d2fa9d1b0d0b4b39162cf180df12b99c28
+patch_args="-Np1"
 
 conf_files="/etc/66/init.conf"
 

From b2fd605bb252884c083a119314418257b28bdda6 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 1 Oct 2021 18:40:30 +0300
Subject: [PATCH 16/16] 66-tools: update to 0.0.8.0.

---
 srcpkgs/66-tools/patches/fix-man.patch | 17 -----------------
 srcpkgs/66-tools/template              |  6 +++---
 2 files changed, 3 insertions(+), 20 deletions(-)
 delete mode 100644 srcpkgs/66-tools/patches/fix-man.patch

diff --git a/srcpkgs/66-tools/patches/fix-man.patch b/srcpkgs/66-tools/patches/fix-man.patch
deleted file mode 100644
index 667520f6f789..000000000000
--- a/srcpkgs/66-tools/patches/fix-man.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/doc/make-man.sh
-+++ b/doc/make-man.sh
-@@ -10,11 +10,9 @@ done
- 
- for i in ${man1}; do
-     lowdown -s -Tman doc/"${i}".md -o doc/man/man1/"${i}".1
--    var=$(head -n1 < doc/man/man1/"${i}".1)
--    var=$(printf '%s' "$var" | tr '7' '1')
--    var="${var} \"\" \"General Commands Manual\""
--    sed -i "s!^.TH.*!${var}!" doc/man/man1/"${i}".1
--    sed -i '2,7d' doc/man/man1/"${i}".1
-+    var=$(sed -n '/^.TH/p' doc/man/man1/"${f}".1 | tr '7' '1')
-+    sed -i "s!^.TH.*!${var}!" doc/man/man1/"${f}".1
-+    sed -i '4,8d' doc/man/man1/"${f}".1
- done
- 
- man_5(){
diff --git a/srcpkgs/66-tools/template b/srcpkgs/66-tools/template
index b9c5e7c66a79..1b61ce1aa874 100644
--- a/srcpkgs/66-tools/template
+++ b/srcpkgs/66-tools/template
@@ -1,8 +1,8 @@
 # Template file for '66-tools'
 pkgname=66-tools
-version=0.0.7.3
+version=0.0.8.0
 revision=1
-wrksrc=${pkgname}-v${version}
+wrksrc="66-tools-v${version}"
 build_style=configure
 configure_args="--prefix=/usr
  --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
@@ -16,7 +16,7 @@ license="ISC"
 homepage="http://web.obarun.org/software/index.html"
 changelog="https://framagit.org/Obarun/66-tools/-/raw/master/doc/upgrade.md"
 distfiles="https://framagit.org/Obarun/66-tools/-/archive/v${version}/66-tools-v${version}.tar.gz"
-checksum=c8cbe0d6c104e4d87d588d5980201770a6fd2fad11f99ff138a37ff918d68491
+checksum=58f072ce1bbc6b6440046d3dc860ca31bb3f39801d09853141006dd5f7041dbb
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: skarnet stack fall 2021 release
  2021-09-26 18:32 [PR PATCH] [WIP] skarnet stack fall 2021 release mobinmob
                   ` (11 preceding siblings ...)
  2021-10-05 19:35 ` [PR PATCH] [Updated] " mobinmob
@ 2021-10-12 19:47 ` ericonr
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2021-10-12 19:47 UTC (permalink / raw)
  To: ml

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

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

skarnet stack fall 2021 release
https://github.com/void-linux/void-packages/pull/33138

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 14+ messages in thread

end of thread, other threads:[~2021-10-12 19:47 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-26 18:32 [PR PATCH] [WIP] skarnet stack fall 2021 release mobinmob
2021-09-26 18:40 ` [PR PATCH] [Updated] " mobinmob
2021-09-26 19:10 ` mobinmob
2021-09-26 19:14 ` mobinmob
2021-09-28 13:41 ` [PR PATCH] [Updated] " mobinmob
2021-09-28 13:43 ` mobinmob
2021-09-29  0:03 ` flexibeast
2021-09-29  2:36 ` flexibeast
2021-09-29 18:31 ` [PR PATCH] [Updated] " mobinmob
2021-09-29 18:47 ` mobinmob
2021-10-01 15:41 ` [PR PATCH] [Updated] " mobinmob
2021-10-01 15:42 ` mobinmob
2021-10-05 19:35 ` [PR PATCH] [Updated] " mobinmob
2021-10-12 19:47 ` [PR PATCH] [Merged]: " ericonr

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