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