From efecacec30d1daba49d514495177abcc8dbb3924 Mon Sep 17 00:00:00 2001 From: mobinmob 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 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 " @@ -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 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 " @@ -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 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 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 " 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 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 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 " @@ -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 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 " @@ -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 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 " @@ -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 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 " @@ -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