From 0aac82de84d3422090def8721209dd82db9ae9c2 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Tue, 22 Oct 2019 09:50:28 +0300 Subject: [PATCH 1/9] skalibs: update to 2.9.1.0. --- srcpkgs/skalibs/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/skalibs/template b/srcpkgs/skalibs/template index 807b927f3fa..6cf21b833d7 100644 --- a/srcpkgs/skalibs/template +++ b/srcpkgs/skalibs/template @@ -1,11 +1,11 @@ # Template file for 'skalibs' pkgname=skalibs -version=2.9.0.0 +version=2.9.1.0 revision=1 _sysdepspkg=skaware-void-sysdeps build_style=configure configure_args="--libdir=/usr/lib --enable-static --enable-shared - --enable-clock --enable-monotonic --enable-force-devr + --enable-force-devr --datadir=/usr/share/$pkgname --libdir=/usr/lib --bindir=/usr/bin --dynlibdir=/usr/lib --with-sysdep-devurandom=yes" @@ -15,7 +15,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=f5604f9e5ebb436d3a8efa16a2c4133f7bd424d9f22aa88fe7a372f0153396fb +checksum=d3b204afc462b9659e0c16f6df1c796e7612534f537eec053529f67ddcd086a5 post_install() { vlicense COPYING LICENSE From 7c7c69e2a263963b62eb54db12cb85cccb15dd86 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Tue, 22 Oct 2019 09:50:39 +0300 Subject: [PATCH 2/9] nsss: update to 0.0.2.1. --- srcpkgs/nsss/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/nsss/template b/srcpkgs/nsss/template index 17970bcb0e7..95e34de7aef 100644 --- a/srcpkgs/nsss/template +++ b/srcpkgs/nsss/template @@ -1,6 +1,6 @@ # Template file for 'nsss' pkgname=nsss -version=0.0.2.0 +version=0.0.2.1 revision=1 build_style=configure configure_args="--with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps @@ -13,7 +13,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=be80015c1fa79e418a3cebf49c1b6e3136d536e6eef8db33f749507b585075f1 +checksum=5d756a934bdae8a5be8d04d1b23bb7c95f3c5a814877b3771664739108a13fab case "$XBPS_TARGET_MACHINE" in *-musl) ;; @@ -43,4 +43,3 @@ nsss-devel_package() { vmove "usr/lib/*.so" } } - From 9a832aa463ab856073adae163e111a972a1491a8 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Tue, 22 Oct 2019 09:51:02 +0300 Subject: [PATCH 3/9] s6: update to 2.9.0.1. --- srcpkgs/s6/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/s6/template b/srcpkgs/s6/template index c4d8b66a281..2e2f62a8614 100644 --- a/srcpkgs/s6/template +++ b/srcpkgs/s6/template @@ -1,20 +1,20 @@ # Template file for 's6' pkgname=s6 -version=2.9.0.0 +version=2.9.0.1 revision=1 build_style=configure -makedepends="execline-devel skalibs-devel" 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" +makedepends="execline-devel skalibs-devel" short_desc="Small suite of programs for UNIX, designed to allow process supervision" maintainer="Duncaen " 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=1cac59bf9ff7c011b189ae2def3c76b147c2c431b0a901029fcaf957a6d9a343 +checksum=e0cdbaf26e3ba1c41ecc0a8d1f45fb78194f96109b55cabeb849528b7e966c57 case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" nsss-devel" configure_args+=" --enable-nsss" ;; @@ -28,14 +28,14 @@ post_install() { s6-doc_package() { archs=noarch - short_desc="s6 supervision documentation" + short_desc="Documentation for s6" depends="${sourcepkg}>=${version}_${revision}" pkg_install() { vmove usr/share/doc } } s6-devel_package() { - short_desc="s6 supervision library and headers" + short_desc="Library and headers for s6" pkg_install() { vmove usr/include vmove usr/lib/*.a From 69ac7e1c33e3886c893f0aa97c290f10b782a5fa Mon Sep 17 00:00:00 2001 From: mobinmob Date: Tue, 22 Oct 2019 09:51:17 +0300 Subject: [PATCH 4/9] s6-rc: update to 0.5.1.1. --- 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 14da7d602fb..37da38e9a29 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.1.0 +version=0.5.1.1 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=93c02d0b505c036c332e13769154d82c9e31e4dd99f3ba80aa97d377ca9ac11c +checksum=257e2c428336c2b57cd17b65382bc55592759acc65e053e23ad646444f28af52 post_install() { vlicense COPYING From a4ab95b460b056f9ad2e45bb4ab921b8fc691742 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Tue, 22 Oct 2019 09:51:24 +0300 Subject: [PATCH 5/9] s6-dns: update to 2.3.1.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 6b778516cc6..34c8a05edf6 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.1.0 +version=2.3.1.1 revision=1 build_style=configure configure_args="--prefix=/usr --libdir=/usr/lib @@ -12,7 +12,7 @@ maintainer="lemmi " license="ISC" homepage="https://skarnet.org/software/${pkgname}/" distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=b11ce255668b683d785a1ef8ba89551a9586481b8888bc1a66d4b997e68892ca +checksum=415e3e8a8baaa39b3eac57eef8b3023d63bcdb33d9f9b03bcb298fd940589132 post_install() { vlicense COPYING From 472fd9b52c338cb93cee1b2aa5f00370ae1426ed Mon Sep 17 00:00:00 2001 From: mobinmob Date: Tue, 22 Oct 2019 09:51:33 +0300 Subject: [PATCH 6/9] s6-networking: update to 2.3.1.1. --- srcpkgs/s6-networking/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/s6-networking/template b/srcpkgs/s6-networking/template index 6841e25170a..7fedc8b0ebd 100644 --- a/srcpkgs/s6-networking/template +++ b/srcpkgs/s6-networking/template @@ -1,19 +1,19 @@ # Template file for 's6-networking' pkgname=s6-networking -version=2.3.1.0 +version=2.3.1.1 revision=1 build_style=configure -makedepends="execline-devel libressl-devel skalibs-devel s6-devel s6-dns-devel" configure_args="--libdir=/usr/lib --enable-ssl=libressl --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps --with-lib=${XBPS_CROSS_BASE}/usr/lib --bindir=/usr/bin" +makedepends="execline-devel libressl-devel skalibs-devel s6-devel s6-dns-devel" short_desc="Suite of small network utilities for Unix systems" maintainer="lemmi " license="ISC" homepage="https://skarnet.org/software/${pkgname}/" changelog="https://skarnet.org/software/s6-networking/upgrade.html" distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=814fa3b70718d2423c742e920d31f64088272f7987c2cf7bebc86a63a75596b8 +checksum=9d411b5f742529be8e14da0a21635fcc304a4d7ac05fe0e45cf2355e5e3cf188 case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" nsss-devel" configure_args+=" --enable-nsss" ;; From 87b11086ee9b67c29d3e264dee0339208816eacb Mon Sep 17 00:00:00 2001 From: mobinmob Date: Tue, 22 Oct 2019 09:51:45 +0300 Subject: [PATCH 7/9] s6-portable-utils: update to 2.2.2.1. --- srcpkgs/s6-linux-utils/template | 2 +- srcpkgs/s6-portable-utils/template | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/s6-linux-utils/template b/srcpkgs/s6-linux-utils/template index 7c9e44c930f..b0c024d3339 100644 --- a/srcpkgs/s6-linux-utils/template +++ b/srcpkgs/s6-linux-utils/template @@ -8,7 +8,7 @@ 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" short_desc="Minimalistic Linux-specific system utilities (s6-chroot, s6-mount etc.)" -maintainer="Orphaned " +maintainer="mobinmob " license="ISC" homepage="https://skarnet.org/software/${pkgname}/" changelog="https://skarnet.org/software/s6-linux-utils/upgrade.html" diff --git a/srcpkgs/s6-portable-utils/template b/srcpkgs/s6-portable-utils/template index 88c093cfa0a..d1ff97c9ca2 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.2.0 +version=2.2.2.1 revision=1 build_style=configure configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include @@ -8,11 +8,11 @@ configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include --with-lib=${XBPS_CROSS_BASE}/usr/lib" makedepends="skalibs-devel" short_desc="Tiny portable generic utilities (s6-cat, s6-chmod, etc.)" -maintainer="Orphaned " +maintainer="mobinmob " license="ISC" homepage="https://skarnet.org/software/${pkgname}/" distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=0503841a2aee1cd79122c9ecf49dbefad5c5d21be7114e83e71c210e106abf0a +checksum=1e473224350c6ebedd7adf162b68303e2e0a32ca2e99d7afee7573d9e78f931c post_install() { vlicense COPYING From 0e324531fefe6d595c619a54796c60172a01fe42 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Tue, 22 Oct 2019 09:51:57 +0300 Subject: [PATCH 8/9] s6-linux-utils: update to 2.5.1.1. --- srcpkgs/s6-linux-utils/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/s6-linux-utils/template b/srcpkgs/s6-linux-utils/template index b0c024d3339..9d10a3e4ab1 100644 --- a/srcpkgs/s6-linux-utils/template +++ b/srcpkgs/s6-linux-utils/template @@ -1,19 +1,19 @@ # Template file for 's6-linux-utils' pkgname=s6-linux-utils -version=2.5.1.0 +version=2.5.1.1 revision=1 build_style=configure -makedepends="skalibs-devel" 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" +makedepends="skalibs-devel" short_desc="Minimalistic Linux-specific system utilities (s6-chroot, s6-mount etc.)" maintainer="mobinmob " license="ISC" homepage="https://skarnet.org/software/${pkgname}/" changelog="https://skarnet.org/software/s6-linux-utils/upgrade.html" distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=58d6cbbaabf5c03739716e208f1690f7e7241480583cc9f5396093b428941bba +checksum=25f61961f3247b9a833536ebd1e19f3b024fa095fce30f93d82fdfd4e015dc02 case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" nsss-devel" configure_args+=" --enable-nsss" ;; From b6564739499d6b16ea2d3fd4236d935a2c18b8a1 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Tue, 22 Oct 2019 09:52:07 +0300 Subject: [PATCH 9/9] mdevd: update to 0.1.1.1. --- srcpkgs/mdevd/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mdevd/template b/srcpkgs/mdevd/template index 86ee1e3058a..b5ea747f126 100644 --- a/srcpkgs/mdevd/template +++ b/srcpkgs/mdevd/template @@ -1,6 +1,6 @@ # Template file for 'mdevd' pkgname=mdevd -version=0.1.1.0 +version=0.1.1.1 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=302819dceb2400f299ef8f04828a4fe9156d7334e41ce34d61db37fbc2aa7e8f +checksum=ad93048afbd8394d709da35934a62ef5826143b6baa13d37115a3b265f9038b7 case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" nsss-devel" configure_args+=" --enable-nsss" ;;