Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] Skaware April 2021 update
@ 2021-04-16  8:50 mobinmob
  2021-04-19 21:18 ` mobinmob
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: mobinmob @ 2021-04-16  8:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages skaware_april2021_update
https://github.com/void-linux/void-packages/pull/30263

[WIP] Skaware April 2021 update
<!-- 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/30263.patch is attached

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

From d83bf6b571ce71db4f3651b9b72e3f5deb1ecdfd Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 16 Apr 2021 11:46:59 +0300
Subject: [PATCH 01/10] skalibs: update to 2.10.0.3.

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

diff --git a/srcpkgs/skalibs/template b/srcpkgs/skalibs/template
index 38363d38fd7b..891680dd1847 100644
--- a/srcpkgs/skalibs/template
+++ b/srcpkgs/skalibs/template
@@ -1,6 +1,6 @@
 # Template file for 'skalibs'
 pkgname=skalibs
-version=2.10.0.2
+version=2.10.0.3
 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=8bba3d7650bab83d4ea2ad21d6bfb5479a8652e362a478fcb783b3c7cf891e0f
+checksum=b780b0ae650dda0c3ec5f8975174998af2d24c2a2e2be669b1bab46e73b1464d
 
 post_install() {
 	vlicense COPYING LICENSE

From ff6680664efd58fb19eb83fbc35cc3c661910f25 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 16 Apr 2021 11:47:04 +0300
Subject: [PATCH 02/10] nsss: update to 0.1.0.1.

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

diff --git a/srcpkgs/nsss/template b/srcpkgs/nsss/template
index bf23155fd7a5..cc3715479393 100644
--- a/srcpkgs/nsss/template
+++ b/srcpkgs/nsss/template
@@ -1,6 +1,6 @@
 # Template file for 'nsss'
 pkgname=nsss
-version=0.1.0.0
+version=0.1.0.1
 revision=1
 # Only available for musl
 archs="*-musl"
@@ -15,7 +15,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=b88a389264a76893ef3ad9c086ea694f32b688ed22fb7480a2a172131c5f3d97
+checksum=20c7b015eb31d0a263ffbe3a672b2ed0be173190dce25b41b9adb95341c851d9
 
 do_check() {
 	: #checkdepends=s6, creates dependency cycle

From 914f8c556b97863aa76b5b2ce89aecd79daa9d4b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 16 Apr 2021 11:47:18 +0300
Subject: [PATCH 03/10] execline: update to 2.8.0.1.

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

diff --git a/srcpkgs/execline/template b/srcpkgs/execline/template
index a2bf5437f0b4..70554e1100d6 100644
--- a/srcpkgs/execline/template
+++ b/srcpkgs/execline/template
@@ -1,6 +1,6 @@
 # Template file for 'execline'
 pkgname=execline
-version=2.8.0.0
+version=2.8.0.1
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --bindir=/usr/bin
@@ -13,7 +13,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=e7744b4a400eda68b83dcfb1bce65e454606279882d83d8230ddf8afda25766d
+checksum=a373f497d2335905d750e2f3be2ba47a028c11c4a7d5595dca9965c161e53aed
 
 CFLAGS="-fPIC"
 

From eef3f67d4ba3813800283f1e2efd0801b9b91a1b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 16 Apr 2021 11:47:23 +0300
Subject: [PATCH 04/10] s6: update to 2.10.0.3.

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

diff --git a/srcpkgs/s6/template b/srcpkgs/s6/template
index 70e65e51a5c9..60fe18702237 100644
--- a/srcpkgs/s6/template
+++ b/srcpkgs/s6/template
@@ -1,6 +1,6 @@
 # Template file for 's6'
 pkgname=s6
-version=2.10.0.2
+version=2.10.0.3
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --bindir=/usr/bin
@@ -14,7 +14,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=b23afce87080b848b89499e85ebd93c20269e6db23f6ef65e58386c9cecd6c21
+checksum=1d21373151704150df0e8ed199f097f6ee5d2befb9a68aca4f20f3862e5d8757
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl)

From cf4877a37ed8ca0d4d8ebd7e3d1d3c750fa1530f Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 16 Apr 2021 11:47:28 +0300
Subject: [PATCH 05/10] s6-rc: update to 0.5.2.2.

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

diff --git a/srcpkgs/s6-rc/template b/srcpkgs/s6-rc/template
index 31cce8d8e956..6a454d288446 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.1
+version=0.5.2.2
 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-rc/"
 changelog="https://skarnet.org/software/s6-rc/upgrade.html"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=2842fa55e2bddb65573d78d2c475c4a2f2b26b9258a18b457f8a0342e2fafa0a
+checksum=2a8d1cd455c05c8502b34517cfe79841aa46d08ad969076b37a15d3910617f89
 
 post_install() {
 	vlicense COPYING

From 1b12490e86667234328a9e54c3f53b9817f35b9f Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 16 Apr 2021 11:47:36 +0300
Subject: [PATCH 06/10] s6-portable-utils: update to 2.2.3.2.

---
 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 24572e52d36f..324f5ea234c8 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.1
+version=2.2.3.2
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include
@@ -13,7 +13,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=43e68a9abec873b337baeee92075a1c2e22cdfffd595cb91475fdcb10b6441cf
+checksum=6627a2d3ea263539e83512a36f10a587fa0dd5e899bc3612187e9e3b9faf769c
 
 post_install() {
 	vlicense COPYING

From 2991772794b21523ce049a4a8c5a6bd076893d77 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 16 Apr 2021 11:47:44 +0300
Subject: [PATCH 07/10] s6-linux-utils: update to 2.5.1.5.

---
 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 32e443a6cb0e..abfe3154a343 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.4
+version=2.5.1.5
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --includedir=/usr/include
@@ -13,7 +13,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=d8ad8dcc8d805646b655971ddcaabcd50094d8347bd49d859ba2c51713fbfd09
+checksum=c300dbf36b533083f82c6827830c55ce34bfc6cd493c782f207d199669a345ba
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl)

From 979668e7ace48eeed47475843626fae69bae2d20 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 16 Apr 2021 11:47:51 +0300
Subject: [PATCH 08/10] s6-dns: update to 2.3.5.1.

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

diff --git a/srcpkgs/s6-dns/template b/srcpkgs/s6-dns/template
index e3258cbd684c..57dee6376265 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.0
+version=2.3.5.1
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib
@@ -12,7 +12,7 @@ maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="ISC"
 homepage="https://skarnet.org/software/s6-dns"
 distfiles="${homepage}/${pkgname}-${version}.tar.gz"
-checksum=9f0b71c82cb51e9b7f998978d94c44e5e896fa60105f7233544db539572bb740
+checksum=0c1d50e5d7bc65cbf59b6f37fbd7f6f5645694224bb8c4dc1943d7921bc74f63
 
 post_install() {
 	vlicense COPYING

From 677bdf1359dfecf3958c216851970fe1001b6d85 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 16 Apr 2021 11:47:59 +0300
Subject: [PATCH 09/10] s6-networking: update to 2.4.1.1.

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

diff --git a/srcpkgs/s6-networking/template b/srcpkgs/s6-networking/template
index 963cbaa3e9d3..556f8c989785 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.0
+version=2.4.1.1
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib $(vopt_if libtls --enable-ssl=libtls)
@@ -15,7 +15,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=cc1f80eec0ce8227bf058a1371978e4e78274b3c1b0fa82d9dadbdb0bdb27c08
+checksum=a3fbca789dc5c82b3055fdbd2f55110902198f3136447617ce8f8b79fa8aa554
 
 build_options="bearssl libtls"
 build_options_default="bearssl"

From 84408a8928013485883acadd04fd1817b380a1f2 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 16 Apr 2021 11:48:04 +0300
Subject: [PATCH 10/10] mdevd: update to 0.1.4.0.

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

diff --git a/srcpkgs/mdevd/template b/srcpkgs/mdevd/template
index ef6e7d21553b..15f4782faef1 100644
--- a/srcpkgs/mdevd/template
+++ b/srcpkgs/mdevd/template
@@ -1,6 +1,6 @@
 # Template file for 'mdevd'
 pkgname=mdevd
-version=0.1.3.0
+version=0.1.4.0
 revision=1
 build_style=configure
 configure_args="--includedir=/usr/include --bindir=/usr/bin --libdir=/usr/lib
@@ -13,7 +13,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=be89ab072c4de822a06e26579dcca10e85ae5fd5be23ba903415b4de8fe0fb6a
+checksum=ffd3b223b4cf0e51253b4a8f09cb88d70bf22693228ab0818af174a3f099dcd2
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl)

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

* Re: Skaware April 2021 update
  2021-04-16  8:50 [PR PATCH] [WIP] Skaware April 2021 update mobinmob
@ 2021-04-19 21:18 ` mobinmob
  2021-04-19 21:25 ` [PR PATCH] [Updated] " mobinmob
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: mobinmob @ 2021-04-19 21:18 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/30263#issuecomment-822792067

Comment:
It is practically the same. I will just remove the description ;)

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

* Re: [PR PATCH] [Updated] Skaware April 2021 update
  2021-04-16  8:50 [PR PATCH] [WIP] Skaware April 2021 update mobinmob
  2021-04-19 21:18 ` mobinmob
@ 2021-04-19 21:25 ` mobinmob
  2021-04-19 21:25 ` mobinmob
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: mobinmob @ 2021-04-19 21:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages skaware_april2021_update
https://github.com/void-linux/void-packages/pull/30263

Skaware April 2021 update
<!-- 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?
- [X] 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/30263.patch is attached

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

From efecacec30d1daba49d514495177abcc8dbb3924 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 20 Apr 2021 00:23:20 +0300
Subject: [PATCH 01/10] skalibs: update to 2.10.0.3.

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

diff --git a/srcpkgs/skalibs/template b/srcpkgs/skalibs/template
index 38363d38fd7b..891680dd1847 100644
--- a/srcpkgs/skalibs/template
+++ b/srcpkgs/skalibs/template
@@ -1,6 +1,6 @@
 # Template file for 'skalibs'
 pkgname=skalibs
-version=2.10.0.2
+version=2.10.0.3
 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=8bba3d7650bab83d4ea2ad21d6bfb5479a8652e362a478fcb783b3c7cf891e0f
+checksum=b780b0ae650dda0c3ec5f8975174998af2d24c2a2e2be669b1bab46e73b1464d
 
 post_install() {
 	vlicense COPYING LICENSE

From 439caa7eac3f71cd9b5b077b225ddd81859e09ba Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 20 Apr 2021 00:23:26 +0300
Subject: [PATCH 02/10] execline: update to 2.8.0.1.

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

diff --git a/srcpkgs/execline/template b/srcpkgs/execline/template
index a2bf5437f0b4..856750ada28b 100644
--- a/srcpkgs/execline/template
+++ b/srcpkgs/execline/template
@@ -1,11 +1,12 @@
 # Template file for 'execline'
 pkgname=execline
-version=2.8.0.0
+version=2.8.0.1
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --bindir=/usr/bin
  --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
- --with-lib=${XBPS_CROSS_BASE}/usr/lib"
+ --with-lib=${XBPS_CROSS_BASE}/usr/lib
+ $(vopt_if static --enable-static-libc)"
 makedepends="skalibs-devel"
 short_desc="Non-interactive scripting language"
 maintainer="mobinmob <mobinmob@disroot.org>"
@@ -13,17 +14,12 @@ 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=e7744b4a400eda68b83dcfb1bce65e454606279882d83d8230ddf8afda25766d
+checksum=a373f497d2335905d750e2f3be2ba47a028c11c4a7d5595dca9965c161e53aed
 
 CFLAGS="-fPIC"
 
 build_options="static"
 
-if [ "$build_option_static" ]; then
-	CFLAGS="-static"
-	LDFLAGS="-static"
-fi
-
 case "$XBPS_TARGET_MACHINE" in
 	*-musl)
 		makedepends+=" nsss-devel"

From 1a170464bc6ae8fd0e9b3d3425e2b9c1e5e0abd4 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 20 Apr 2021 00:23:30 +0300
Subject: [PATCH 03/10] s6: update to 2.10.0.3.

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

diff --git a/srcpkgs/s6/template b/srcpkgs/s6/template
index 70e65e51a5c9..730c74a530a9 100644
--- a/srcpkgs/s6/template
+++ b/srcpkgs/s6/template
@@ -1,12 +1,13 @@
 # Template file for 's6'
 pkgname=s6
-version=2.10.0.2
+version=2.10.0.3
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --bindir=/usr/bin
  --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
  --with-lib=${XBPS_CROSS_BASE}/usr/lib
- --exec-prefix=/usr"
+ --exec-prefix=/usr
+ $(vopt_if static --enable-static-libc)"
 makedepends="execline-devel skalibs-devel"
 short_desc="Small suite of programs for UNIX, designed to allow process supervision"
 maintainer="Duncaen <duncaen@voidlinux.org>"
@@ -14,7 +15,9 @@ 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=b23afce87080b848b89499e85ebd93c20269e6db23f6ef65e58386c9cecd6c21
+checksum=1d21373151704150df0e8ed199f097f6ee5d2befb9a68aca4f20f3862e5d8757
+
+build_options="static"
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl)

From d603637f79024e47541ab4c76b7221842ee4f987 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 20 Apr 2021 00:23:36 +0300
Subject: [PATCH 04/10] s6-rc: update to 0.5.2.2.

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

diff --git a/srcpkgs/s6-rc/template b/srcpkgs/s6-rc/template
index 31cce8d8e956..41565de3c458 100644
--- a/srcpkgs/s6-rc/template
+++ b/srcpkgs/s6-rc/template
@@ -1,11 +1,12 @@
 # Template file for 's6-rc'
 pkgname=s6-rc
-version=0.5.2.1
+version=0.5.2.2
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include
  --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
- --with-lib=${XBPS_CROSS_BASE}/usr/lib"
+ --with-lib=${XBPS_CROSS_BASE}/usr/lib
+ $(vopt_if static --enable-static-libc)"
 makedepends="execline-devel skalibs-devel s6-devel"
 depends="s6>=2.9.0.0_1 execline>=2.5.2.0_1"
 short_desc="Service manager of the s6 init system"
@@ -14,7 +15,9 @@ 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=2842fa55e2bddb65573d78d2c475c4a2f2b26b9258a18b457f8a0342e2fafa0a
+checksum=2a8d1cd455c05c8502b34517cfe79841aa46d08ad969076b37a15d3910617f89
+
+build_options="static"
 
 post_install() {
 	vlicense COPYING

From 509d5e38566b3db25d11b78ce108fedbeb6b197c Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 20 Apr 2021 00:23:40 +0300
Subject: [PATCH 05/10] s6-dns: update to 2.3.5.1.

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

diff --git a/srcpkgs/s6-dns/template b/srcpkgs/s6-dns/template
index e3258cbd684c..ee56726d19e9 100644
--- a/srcpkgs/s6-dns/template
+++ b/srcpkgs/s6-dns/template
@@ -1,18 +1,21 @@
 # Template file for 's6-dns'
 pkgname=s6-dns
-version=2.3.5.0
+version=2.3.5.1
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib
  --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
- --with-lib=${XBPS_CROSS_BASE}/usr/lib"
+ --with-lib=${XBPS_CROSS_BASE}/usr/lib
+ $(vopt_if static --enable-static-libc)"
 makedepends="execline-devel skalibs-devel"
 short_desc="Suite of DNS client programs and libraries for Unix systems"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="ISC"
 homepage="https://skarnet.org/software/s6-dns"
 distfiles="${homepage}/${pkgname}-${version}.tar.gz"
-checksum=9f0b71c82cb51e9b7f998978d94c44e5e896fa60105f7233544db539572bb740
+checksum=0c1d50e5d7bc65cbf59b6f37fbd7f6f5645694224bb8c4dc1943d7921bc74f63
+
+build_options="static"
 
 post_install() {
 	vlicense COPYING

From 4dae37549a7201b24fd96b3f213f9d29440d052c Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 20 Apr 2021 00:23:47 +0300
Subject: [PATCH 06/10] s6-networking: update to 2.4.1.1.

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

diff --git a/srcpkgs/s6-networking/template b/srcpkgs/s6-networking/template
index 963cbaa3e9d3..575d9b0f34df 100644
--- a/srcpkgs/s6-networking/template
+++ b/srcpkgs/s6-networking/template
@@ -1,12 +1,13 @@
 # Template file for 's6-networking'
 pkgname=s6-networking
-version=2.4.1.0
+version=2.4.1.1
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib $(vopt_if libtls --enable-ssl=libtls)
  $(vopt_if bearssl --enable-ssl=bearssl)
  --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
- --with-lib=${XBPS_CROSS_BASE}/usr/lib --bindir=/usr/bin"
+ --with-lib=${XBPS_CROSS_BASE}/usr/lib --bindir=/usr/bin
+ $(vopt_if static --enable-static-libc)"
 makedepends="execline-devel $(vopt_if libtls libtls-devel) skalibs-devel
  s6-devel s6-dns-devel $(vopt_if bearssl bearssl-devel)"
 short_desc="Suite of small network utilities for Unix systems"
@@ -15,9 +16,9 @@ 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=cc1f80eec0ce8227bf058a1371978e4e78274b3c1b0fa82d9dadbdb0bdb27c08
+checksum=a3fbca789dc5c82b3055fdbd2f55110902198f3136447617ce8f8b79fa8aa554
 
-build_options="bearssl libtls"
+build_options="bearssl libtls static"
 build_options_default="bearssl"
 desc_option_bearssl="Use BearSSL as SSL library"
 desc_option_libtls="Use LibreSSL as SSL library"

From a8070dceabc89ac16c8897c382502061e63ac4d6 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 20 Apr 2021 00:23:56 +0300
Subject: [PATCH 07/10] s6-portable-utils: update to 2.2.3.2.

---
 srcpkgs/s6-portable-utils/template | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/s6-portable-utils/template b/srcpkgs/s6-portable-utils/template
index 24572e52d36f..39aa659bec74 100644
--- a/srcpkgs/s6-portable-utils/template
+++ b/srcpkgs/s6-portable-utils/template
@@ -1,11 +1,12 @@
 # Template file for 's6-portable-utils'
 pkgname=s6-portable-utils
-version=2.2.3.1
+version=2.2.3.2
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include
  --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
- --with-lib=${XBPS_CROSS_BASE}/usr/lib"
+ --with-lib=${XBPS_CROSS_BASE}/usr/lib
+ $(vopt_if static --enable-static-libc)"
 makedepends="skalibs-devel"
 short_desc="Tiny portable generic utilities (s6-cat, s6-chmod, etc.)"
 maintainer="mobinmob <mobinmob@disroot.org>"
@@ -13,7 +14,9 @@ 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=43e68a9abec873b337baeee92075a1c2e22cdfffd595cb91475fdcb10b6441cf
+checksum=6627a2d3ea263539e83512a36f10a587fa0dd5e899bc3612187e9e3b9faf769c
+
+build_options="static"
 
 post_install() {
 	vlicense COPYING

From 053a29e4141fce5401ba7608271cdb48b1d8dd4c Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 20 Apr 2021 00:24:02 +0300
Subject: [PATCH 08/10] s6-linux-utils: update to 2.5.1.5.

---
 srcpkgs/s6-linux-utils/template | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/s6-linux-utils/template b/srcpkgs/s6-linux-utils/template
index 32e443a6cb0e..52d3622be3b4 100644
--- a/srcpkgs/s6-linux-utils/template
+++ b/srcpkgs/s6-linux-utils/template
@@ -1,11 +1,12 @@
 # Template file for 's6-linux-utils'
 pkgname=s6-linux-utils
-version=2.5.1.4
+version=2.5.1.5
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --includedir=/usr/include
  --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
- --with-lib=${XBPS_CROSS_BASE}/usr/lib --bindir=/usr/bin"
+ --with-lib=${XBPS_CROSS_BASE}/usr/lib --bindir=/usr/bin
+ $(vopt_if static --enable-static-libc)"
 makedepends="skalibs-devel"
 short_desc="Minimalistic Linux-specific system utilities (s6-chroot, s6-mount etc.)"
 maintainer="mobinmob <mobinmob@disroot.org>"
@@ -13,7 +14,9 @@ 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=d8ad8dcc8d805646b655971ddcaabcd50094d8347bd49d859ba2c51713fbfd09
+checksum=c300dbf36b533083f82c6827830c55ce34bfc6cd493c782f207d199669a345ba
+
+build_options="static"
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl)

From 50e4bd0708e5cd57fd4b22c5ae89640c7de62621 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 20 Apr 2021 00:24:11 +0300
Subject: [PATCH 09/10] mdevd: update to 0.1.4.0.

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

diff --git a/srcpkgs/mdevd/template b/srcpkgs/mdevd/template
index ef6e7d21553b..b85ef940243b 100644
--- a/srcpkgs/mdevd/template
+++ b/srcpkgs/mdevd/template
@@ -1,11 +1,12 @@
 # Template file for 'mdevd'
 pkgname=mdevd
-version=0.1.3.0
+version=0.1.4.0
 revision=1
 build_style=configure
 configure_args="--includedir=/usr/include --bindir=/usr/bin --libdir=/usr/lib
  --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
- --with-lib=${XBPS_CROSS_BASE}/usr/lib"
+ --with-lib=${XBPS_CROSS_BASE}/usr/lib
+ $(vopt_if static --enable-static-libc)"
 makedepends="skalibs-devel"
 short_desc="Small mdev-compatible kernel hotplug daemon similar to udevd"
 maintainer="mobinmob <mobinmob@disroot.org>"
@@ -13,7 +14,9 @@ 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=be89ab072c4de822a06e26579dcca10e85ae5fd5be23ba903415b4de8fe0fb6a
+checksum=ffd3b223b4cf0e51253b4a8f09cb88d70bf22693228ab0818af174a3f099dcd2
+
+build_options="static"
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl)

From 478038621b5f491ef91e17b7243c8a08decb52a8 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 20 Apr 2021 00:24:15 +0300
Subject: [PATCH 10/10] nsss: update to 0.1.0.1.

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

diff --git a/srcpkgs/nsss/template b/srcpkgs/nsss/template
index bf23155fd7a5..3baf95812104 100644
--- a/srcpkgs/nsss/template
+++ b/srcpkgs/nsss/template
@@ -1,13 +1,14 @@
 # Template file for 'nsss'
 pkgname=nsss
-version=0.1.0.0
+version=0.1.0.1
 revision=1
 # Only available for musl
 archs="*-musl"
 build_style=configure
 configure_args="--with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
  --with-lib=${XBPS_CROSS_BASE}/usr/lib --enable-shared --libdir=/usr/lib
- --bindir=/usr/bin --dynlibdir=/usr/lib --includedir=/usr/include/nsss"
+ --bindir=/usr/bin --dynlibdir=/usr/lib --includedir=/usr/include/nsss
+ $(vopt_if static --enable-static-libc)"
 makedepends="skalibs-devel"
 short_desc="Minimal competing implementation of glibc's Name Switch Service"
 maintainer="mobinmob <mobinmob@disroot.org>"
@@ -15,7 +16,9 @@ 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=b88a389264a76893ef3ad9c086ea694f32b688ed22fb7480a2a172131c5f3d97
+checksum=20c7b015eb31d0a263ffbe3a672b2ed0be173190dce25b41b9adb95341c851d9
+
+build_options="static"
 
 do_check() {
 	: #checkdepends=s6, creates dependency cycle

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

* Re: Skaware April 2021 update
  2021-04-16  8:50 [PR PATCH] [WIP] Skaware April 2021 update mobinmob
  2021-04-19 21:18 ` mobinmob
  2021-04-19 21:25 ` [PR PATCH] [Updated] " mobinmob
@ 2021-04-19 21:25 ` mobinmob
  2021-05-02 20:08 ` [PR PATCH] [Updated] " mobinmob
  2021-05-02 20:08 ` mobinmob
  4 siblings, 0 replies; 6+ messages in thread
From: mobinmob @ 2021-04-19 21:25 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/30263#issuecomment-822796122

Comment:
@Chocimier  Done, thanks :)

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

* Re: [PR PATCH] [Updated] Skaware April 2021 update
  2021-04-16  8:50 [PR PATCH] [WIP] Skaware April 2021 update mobinmob
                   ` (2 preceding siblings ...)
  2021-04-19 21:25 ` mobinmob
@ 2021-05-02 20:08 ` mobinmob
  2021-05-02 20:08 ` mobinmob
  4 siblings, 0 replies; 6+ messages in thread
From: mobinmob @ 2021-05-02 20:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages skaware_april2021_update
https://github.com/void-linux/void-packages/pull/30263

Skaware April 2021 update
<!-- 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?
- [X] 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/30263.patch is attached

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

From 4e531d2390b62569b53de102771157e8e59d9c7c Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 20 Apr 2021 00:23:20 +0300
Subject: [PATCH 01/13] skalibs: update to 2.10.0.3.

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

diff --git a/srcpkgs/skalibs/template b/srcpkgs/skalibs/template
index 38363d38fd7b..891680dd1847 100644
--- a/srcpkgs/skalibs/template
+++ b/srcpkgs/skalibs/template
@@ -1,6 +1,6 @@
 # Template file for 'skalibs'
 pkgname=skalibs
-version=2.10.0.2
+version=2.10.0.3
 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=8bba3d7650bab83d4ea2ad21d6bfb5479a8652e362a478fcb783b3c7cf891e0f
+checksum=b780b0ae650dda0c3ec5f8975174998af2d24c2a2e2be669b1bab46e73b1464d
 
 post_install() {
 	vlicense COPYING LICENSE

From 2160fb9342ab3f05e11c8108452fc2ea025eb081 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 20 Apr 2021 00:23:26 +0300
Subject: [PATCH 02/13] execline: update to 2.8.0.1.

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

diff --git a/srcpkgs/execline/template b/srcpkgs/execline/template
index a2bf5437f0b4..856750ada28b 100644
--- a/srcpkgs/execline/template
+++ b/srcpkgs/execline/template
@@ -1,11 +1,12 @@
 # Template file for 'execline'
 pkgname=execline
-version=2.8.0.0
+version=2.8.0.1
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --bindir=/usr/bin
  --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
- --with-lib=${XBPS_CROSS_BASE}/usr/lib"
+ --with-lib=${XBPS_CROSS_BASE}/usr/lib
+ $(vopt_if static --enable-static-libc)"
 makedepends="skalibs-devel"
 short_desc="Non-interactive scripting language"
 maintainer="mobinmob <mobinmob@disroot.org>"
@@ -13,17 +14,12 @@ 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=e7744b4a400eda68b83dcfb1bce65e454606279882d83d8230ddf8afda25766d
+checksum=a373f497d2335905d750e2f3be2ba47a028c11c4a7d5595dca9965c161e53aed
 
 CFLAGS="-fPIC"
 
 build_options="static"
 
-if [ "$build_option_static" ]; then
-	CFLAGS="-static"
-	LDFLAGS="-static"
-fi
-
 case "$XBPS_TARGET_MACHINE" in
 	*-musl)
 		makedepends+=" nsss-devel"

From abd9ea72b07434997b2239c0b50191f8377f233e Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 20 Apr 2021 00:23:30 +0300
Subject: [PATCH 03/13] s6: update to 2.10.0.3.

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

diff --git a/srcpkgs/s6/template b/srcpkgs/s6/template
index 70e65e51a5c9..730c74a530a9 100644
--- a/srcpkgs/s6/template
+++ b/srcpkgs/s6/template
@@ -1,12 +1,13 @@
 # Template file for 's6'
 pkgname=s6
-version=2.10.0.2
+version=2.10.0.3
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --bindir=/usr/bin
  --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
  --with-lib=${XBPS_CROSS_BASE}/usr/lib
- --exec-prefix=/usr"
+ --exec-prefix=/usr
+ $(vopt_if static --enable-static-libc)"
 makedepends="execline-devel skalibs-devel"
 short_desc="Small suite of programs for UNIX, designed to allow process supervision"
 maintainer="Duncaen <duncaen@voidlinux.org>"
@@ -14,7 +15,9 @@ 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=b23afce87080b848b89499e85ebd93c20269e6db23f6ef65e58386c9cecd6c21
+checksum=1d21373151704150df0e8ed199f097f6ee5d2befb9a68aca4f20f3862e5d8757
+
+build_options="static"
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl)

From c26b4f88136fa3217a50a5aec7cd3e325a9d2190 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 20 Apr 2021 00:23:36 +0300
Subject: [PATCH 04/13] s6-rc: update to 0.5.2.2.

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

diff --git a/srcpkgs/s6-rc/template b/srcpkgs/s6-rc/template
index 31cce8d8e956..41565de3c458 100644
--- a/srcpkgs/s6-rc/template
+++ b/srcpkgs/s6-rc/template
@@ -1,11 +1,12 @@
 # Template file for 's6-rc'
 pkgname=s6-rc
-version=0.5.2.1
+version=0.5.2.2
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include
  --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
- --with-lib=${XBPS_CROSS_BASE}/usr/lib"
+ --with-lib=${XBPS_CROSS_BASE}/usr/lib
+ $(vopt_if static --enable-static-libc)"
 makedepends="execline-devel skalibs-devel s6-devel"
 depends="s6>=2.9.0.0_1 execline>=2.5.2.0_1"
 short_desc="Service manager of the s6 init system"
@@ -14,7 +15,9 @@ 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=2842fa55e2bddb65573d78d2c475c4a2f2b26b9258a18b457f8a0342e2fafa0a
+checksum=2a8d1cd455c05c8502b34517cfe79841aa46d08ad969076b37a15d3910617f89
+
+build_options="static"
 
 post_install() {
 	vlicense COPYING

From 142302e43d8965b851f159d1eab73854dc233d4b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 20 Apr 2021 00:23:40 +0300
Subject: [PATCH 05/13] s6-dns: update to 2.3.5.1.

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

diff --git a/srcpkgs/s6-dns/template b/srcpkgs/s6-dns/template
index e3258cbd684c..ee56726d19e9 100644
--- a/srcpkgs/s6-dns/template
+++ b/srcpkgs/s6-dns/template
@@ -1,18 +1,21 @@
 # Template file for 's6-dns'
 pkgname=s6-dns
-version=2.3.5.0
+version=2.3.5.1
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib
  --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
- --with-lib=${XBPS_CROSS_BASE}/usr/lib"
+ --with-lib=${XBPS_CROSS_BASE}/usr/lib
+ $(vopt_if static --enable-static-libc)"
 makedepends="execline-devel skalibs-devel"
 short_desc="Suite of DNS client programs and libraries for Unix systems"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="ISC"
 homepage="https://skarnet.org/software/s6-dns"
 distfiles="${homepage}/${pkgname}-${version}.tar.gz"
-checksum=9f0b71c82cb51e9b7f998978d94c44e5e896fa60105f7233544db539572bb740
+checksum=0c1d50e5d7bc65cbf59b6f37fbd7f6f5645694224bb8c4dc1943d7921bc74f63
+
+build_options="static"
 
 post_install() {
 	vlicense COPYING

From 28a3d9c94fee5b02799445303b65a1125e14992c Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 20 Apr 2021 00:23:47 +0300
Subject: [PATCH 06/13] s6-networking: update to 2.4.1.1.

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

diff --git a/srcpkgs/s6-networking/template b/srcpkgs/s6-networking/template
index 963cbaa3e9d3..575d9b0f34df 100644
--- a/srcpkgs/s6-networking/template
+++ b/srcpkgs/s6-networking/template
@@ -1,12 +1,13 @@
 # Template file for 's6-networking'
 pkgname=s6-networking
-version=2.4.1.0
+version=2.4.1.1
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib $(vopt_if libtls --enable-ssl=libtls)
  $(vopt_if bearssl --enable-ssl=bearssl)
  --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
- --with-lib=${XBPS_CROSS_BASE}/usr/lib --bindir=/usr/bin"
+ --with-lib=${XBPS_CROSS_BASE}/usr/lib --bindir=/usr/bin
+ $(vopt_if static --enable-static-libc)"
 makedepends="execline-devel $(vopt_if libtls libtls-devel) skalibs-devel
  s6-devel s6-dns-devel $(vopt_if bearssl bearssl-devel)"
 short_desc="Suite of small network utilities for Unix systems"
@@ -15,9 +16,9 @@ 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=cc1f80eec0ce8227bf058a1371978e4e78274b3c1b0fa82d9dadbdb0bdb27c08
+checksum=a3fbca789dc5c82b3055fdbd2f55110902198f3136447617ce8f8b79fa8aa554
 
-build_options="bearssl libtls"
+build_options="bearssl libtls static"
 build_options_default="bearssl"
 desc_option_bearssl="Use BearSSL as SSL library"
 desc_option_libtls="Use LibreSSL as SSL library"

From b20646cae32499cc37b55e7e5f947a0378510324 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 20 Apr 2021 00:23:56 +0300
Subject: [PATCH 07/13] s6-portable-utils: update to 2.2.3.2.

---
 srcpkgs/s6-portable-utils/template | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/s6-portable-utils/template b/srcpkgs/s6-portable-utils/template
index 24572e52d36f..39aa659bec74 100644
--- a/srcpkgs/s6-portable-utils/template
+++ b/srcpkgs/s6-portable-utils/template
@@ -1,11 +1,12 @@
 # Template file for 's6-portable-utils'
 pkgname=s6-portable-utils
-version=2.2.3.1
+version=2.2.3.2
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include
  --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
- --with-lib=${XBPS_CROSS_BASE}/usr/lib"
+ --with-lib=${XBPS_CROSS_BASE}/usr/lib
+ $(vopt_if static --enable-static-libc)"
 makedepends="skalibs-devel"
 short_desc="Tiny portable generic utilities (s6-cat, s6-chmod, etc.)"
 maintainer="mobinmob <mobinmob@disroot.org>"
@@ -13,7 +14,9 @@ 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=43e68a9abec873b337baeee92075a1c2e22cdfffd595cb91475fdcb10b6441cf
+checksum=6627a2d3ea263539e83512a36f10a587fa0dd5e899bc3612187e9e3b9faf769c
+
+build_options="static"
 
 post_install() {
 	vlicense COPYING

From ef5358ed804a68f68c969302f72f370e12717ba8 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 20 Apr 2021 00:24:02 +0300
Subject: [PATCH 08/13] s6-linux-utils: update to 2.5.1.5.

---
 srcpkgs/s6-linux-utils/template | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/s6-linux-utils/template b/srcpkgs/s6-linux-utils/template
index 32e443a6cb0e..52d3622be3b4 100644
--- a/srcpkgs/s6-linux-utils/template
+++ b/srcpkgs/s6-linux-utils/template
@@ -1,11 +1,12 @@
 # Template file for 's6-linux-utils'
 pkgname=s6-linux-utils
-version=2.5.1.4
+version=2.5.1.5
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --includedir=/usr/include
  --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
- --with-lib=${XBPS_CROSS_BASE}/usr/lib --bindir=/usr/bin"
+ --with-lib=${XBPS_CROSS_BASE}/usr/lib --bindir=/usr/bin
+ $(vopt_if static --enable-static-libc)"
 makedepends="skalibs-devel"
 short_desc="Minimalistic Linux-specific system utilities (s6-chroot, s6-mount etc.)"
 maintainer="mobinmob <mobinmob@disroot.org>"
@@ -13,7 +14,9 @@ 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=d8ad8dcc8d805646b655971ddcaabcd50094d8347bd49d859ba2c51713fbfd09
+checksum=c300dbf36b533083f82c6827830c55ce34bfc6cd493c782f207d199669a345ba
+
+build_options="static"
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl)

From faad2d4c4b51cc8da8464dfe30938d0b151647c8 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 20 Apr 2021 00:24:11 +0300
Subject: [PATCH 09/13] mdevd: update to 0.1.4.0.

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

diff --git a/srcpkgs/mdevd/template b/srcpkgs/mdevd/template
index ef6e7d21553b..b85ef940243b 100644
--- a/srcpkgs/mdevd/template
+++ b/srcpkgs/mdevd/template
@@ -1,11 +1,12 @@
 # Template file for 'mdevd'
 pkgname=mdevd
-version=0.1.3.0
+version=0.1.4.0
 revision=1
 build_style=configure
 configure_args="--includedir=/usr/include --bindir=/usr/bin --libdir=/usr/lib
  --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
- --with-lib=${XBPS_CROSS_BASE}/usr/lib"
+ --with-lib=${XBPS_CROSS_BASE}/usr/lib
+ $(vopt_if static --enable-static-libc)"
 makedepends="skalibs-devel"
 short_desc="Small mdev-compatible kernel hotplug daemon similar to udevd"
 maintainer="mobinmob <mobinmob@disroot.org>"
@@ -13,7 +14,9 @@ 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=be89ab072c4de822a06e26579dcca10e85ae5fd5be23ba903415b4de8fe0fb6a
+checksum=ffd3b223b4cf0e51253b4a8f09cb88d70bf22693228ab0818af174a3f099dcd2
+
+build_options="static"
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl)

From b448b8a7d53671792b16ee537e910d7474c28bd0 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 20 Apr 2021 00:24:15 +0300
Subject: [PATCH 10/13] nsss: update to 0.1.0.1.

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

diff --git a/srcpkgs/nsss/template b/srcpkgs/nsss/template
index bf23155fd7a5..3baf95812104 100644
--- a/srcpkgs/nsss/template
+++ b/srcpkgs/nsss/template
@@ -1,13 +1,14 @@
 # Template file for 'nsss'
 pkgname=nsss
-version=0.1.0.0
+version=0.1.0.1
 revision=1
 # Only available for musl
 archs="*-musl"
 build_style=configure
 configure_args="--with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
  --with-lib=${XBPS_CROSS_BASE}/usr/lib --enable-shared --libdir=/usr/lib
- --bindir=/usr/bin --dynlibdir=/usr/lib --includedir=/usr/include/nsss"
+ --bindir=/usr/bin --dynlibdir=/usr/lib --includedir=/usr/include/nsss
+ $(vopt_if static --enable-static-libc)"
 makedepends="skalibs-devel"
 short_desc="Minimal competing implementation of glibc's Name Switch Service"
 maintainer="mobinmob <mobinmob@disroot.org>"
@@ -15,7 +16,9 @@ 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=b88a389264a76893ef3ad9c086ea694f32b688ed22fb7480a2a172131c5f3d97
+checksum=20c7b015eb31d0a263ffbe3a672b2ed0be173190dce25b41b9adb95341c851d9
+
+build_options="static"
 
 do_check() {
 	: #checkdepends=s6, creates dependency cycle

From 35fb81fb55a756736bb7d8b010034bcbb98a76ec Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 2 May 2021 23:04:00 +0300
Subject: [PATCH 11/13] s6-man-pages: update to 2.10.0.3.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 f95e50d24b25..a435dda4f58b 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.2.1
+version=2.10.0.3.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=4b831ed89f6a53550626f28d09ea594042321ac6a81d42175b0c52de041ba3cf
+checksum=df23a0c68e276f4d6851997dc2535cec357e2e61f7dd5bd3bc991d3d60280029
 
 
 do_install() {

From 1f05560b1d02a784032cf00d5bbd0a42dd5447f3 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 2 May 2021 23:05:43 +0300
Subject: [PATCH 12/13] execline-man-pages: update to 2.8.0.1.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 5309ac930b02..d15dd021ab58 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.0.1
+version=2.8.0.1.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=c99e4bfce6aab2bdccb1ec08af063b6434a43bf4aa8bfa0efca98b4f11c8588e
+checksum=4e03d919660ffa1ec0713af0ebf6f7214d3f18a1633e1f97155da120824bcb92
 
 do_install() {
 	vmkdir usr/share/man/man1

From 1c8b89f98bd586d00e938f05fec2a97cb58e637d Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 2 May 2021 23:07:47 +0300
Subject: [PATCH 13/13] s6-networking-man-pages: update to 2.4.1.1.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 8e4f95b5efb4..4a0d92c55dd7 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.0.1
+version=2.4.1.1.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=e864679744eee8ba8f44297c76422c7a955f6bd973b3462c6ad2406c2d870c6d
+checksum=7606122ab71893fa216b48990d6c2e4eb124490acc237b84972ec6c1096c45f7
 
 do_install() {
 	vmkdir usr/share/man/man1

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

* Re: Skaware April 2021 update
  2021-04-16  8:50 [PR PATCH] [WIP] Skaware April 2021 update mobinmob
                   ` (3 preceding siblings ...)
  2021-05-02 20:08 ` [PR PATCH] [Updated] " mobinmob
@ 2021-05-02 20:08 ` mobinmob
  4 siblings, 0 replies; 6+ messages in thread
From: mobinmob @ 2021-05-02 20:08 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/30263#issuecomment-830864621

Comment:
Added the updated packages for the man pages.

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

end of thread, other threads:[~2021-05-02 20:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-16  8:50 [PR PATCH] [WIP] Skaware April 2021 update mobinmob
2021-04-19 21:18 ` mobinmob
2021-04-19 21:25 ` [PR PATCH] [Updated] " mobinmob
2021-04-19 21:25 ` mobinmob
2021-05-02 20:08 ` [PR PATCH] [Updated] " mobinmob
2021-05-02 20:08 ` mobinmob

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).