diff --git a/common/shlibs b/common/shlibs index 3cf507d8ada879..9731a6f3e1c498 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2322,7 +2322,7 @@ libgnunettransport.so.2 gnunet-0.12.2_1 libgnunettransportapplication.so.0 gnunet-0.12.2_1 libgnunettransportcore.so.0 gnunet-0.12.2_1 libgnunettransportcommunicator.so.0 gnunet-0.12.2_1 -libskarnet.so.2.13 skalibs-2.13.0.0_1 +libskarnet.so.2.14 skalibs-2.14.1.1_1 libKF5BalooWidgets.so.5 baloo-widgets5-17.04.3_1 libtidy.so.58 libtidy5-5.8.0_1 libSDL2_gfx-1.0.so.0 SDL2_gfx-1.0.1_1 @@ -3596,7 +3596,7 @@ libltc.so.11 libltc-1.3.1_1 libvpd-2.2.so.2 libvpd-2.2.6_1 libvpd_cxx-2.2.so.2 libvpd-2.2.6_1 liblcf.so.0 liblcf-0.6.0_1 -liboblibs.so.0.1 oblibs-0.1.1.1_1 +liboblibs.so.0.2 oblibs-0.2.1.0_1 libaal-1.0.so.7 libaal-1.0.7_1 libaal-minimal.so.0 libaal-1.0.7_1 libcli.so.1.9 libcli-1.9.8.4_1 diff --git a/srcpkgs/66-tools/template b/srcpkgs/66-tools/template index 7536c2ba76aa74..ad2c4ab58736da 100644 --- a/srcpkgs/66-tools/template +++ b/srcpkgs/66-tools/template @@ -1,7 +1,7 @@ # Template file for '66-tools' pkgname=66-tools -version=0.0.8.0 -revision=3 +version=0.1.0.1 +revision=1 build_style=configure configure_args="--prefix=/usr --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps @@ -12,10 +12,10 @@ makedepends="oblibs-devel execline-devel skalibs-devel" short_desc="Small tools and helpers for service scripts execution" maintainer="mobinmob " license="ISC" -homepage="http://web.obarun.org/software/index.html" -changelog="https://framagit.org/Obarun/66-tools/-/raw/master/doc/upgrade.md" -distfiles="https://framagit.org/Obarun/66-tools/-/archive/v${version}/66-tools-v${version}.tar.gz" -checksum=58f072ce1bbc6b6440046d3dc860ca31bb3f39801d09853141006dd5f7041dbb +homepage="https://git.obarun.org/Obarun/66-tools" +changelog="https://git.obarun.org/Obarun/66-tools/-/raw/master/doc/upgrade.md" +distfiles="https://git.obarun.org/Obarun/66-tools/-/archive/${version}/66-tools-${version}.tar.gz" +checksum=88205786acaaf4d3c4b49a182b0ae36f9da64117612cdecb89cad72d9be4eb4a post_install() { vlicense LICENSE diff --git a/srcpkgs/66/patches/shutdown_posixsh.diff b/srcpkgs/66/patches/shutdown_posixsh.diff deleted file mode 100644 index c89983519291d8..00000000000000 --- a/srcpkgs/66/patches/shutdown_posixsh.diff +++ /dev/null @@ -1,27 +0,0 @@ -diff --git a/skel/shutdown b/skel/shutdown -index 0f59623855bc8e8ad260eeeb57a090f88b26b5d1..b39f0f0decb9b8e27c65ba59b3891482f326a876 100755 ---- a/skel/shutdown -+++ b/skel/shutdown -@@ -28,18 +28,18 @@ Time must be one of these formats: [ now | [+]mins | hh:mm ] where: - mins or +mins : relative time; triggers the shutdown sequence after mins minutes. - hh:mm : absolute time; triggers the shutdown sequence when the time hh:mm occurs. - --See also 66-shutdown program to more features. -+See also 66-shutdown program for more features. - EOF - exit 111 - } - - die() { -- printf "${PROG}:fatal: options must be set first\n" >&1 -+ printf "%s:fatal: options must be set first\n" "${PROG}" >&1 - usage - } - --[ -z ${1} ] && die -+[ -z "${1}" ] && die - --[ ${1:0:1} != '-' ] && die -+[ "${1%%"${1#?}"}" != '-' ] && die - - 66-shutdown "${@}" diff --git a/srcpkgs/66/template b/srcpkgs/66/template index 89677d007138dc..0220e465c94944 100644 --- a/srcpkgs/66/template +++ b/srcpkgs/66/template @@ -1,24 +1,21 @@ # Template file for '66' pkgname=66 -version=0.6.2.0 -revision=4 +version=0.7.0.0 +revision=1 build_style=configure configure_args="--prefix=/usr --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps - --with-lib=${XBPS_CROSS_BASE}/usr/lib - --with-s6-log-timestamp=iso - --with-s6-log-user=_s6log - --with-system-dir=/etc/66/lib" + --with-lib=${XBPS_CROSS_BASE}/usr/lib --with-s6-log-timestamp=iso + --with-s6-log-user=_s6log --with-system-dir=/etc/66/lib" hostmakedepends="pkg-config lowdown" -makedepends="oblibs-devel skalibs-devel execline-devel s6-devel s6-rc-devel" -depends="s6-rc" -short_desc="Small tools built around s6 and s6-rc programs" +makedepends="oblibs-devel skalibs-devel execline-devel s6-devel" +short_desc="Service manager based on s6 for init and service supervision" maintainer="mobinmob " license="ISC" -homepage="http://web.obarun.org/software/" +homepage="https://git.obarun.org/Obarun/66" changelog="https://git.obarun.org/Obarun/66/-/raw/master/doc/upgrade.md" -distfiles="https://git.obarun.org/Obarun/66/-/archive/v${version}/66-v${version}.tar.bz2" -checksum=f63600e9f8e53211e421707aae7f98d2fa9d1b0d0b4b39162cf180df12b99c28 +distfiles="https://git.obarun.org/Obarun/66/-/archive/${version}/66-${version}.tar.bz2" +checksum=9c396b26697b7b16f4cf8bf70ecf45bda944080d09e558b4ed11aa931d39d37e patch_args="-Np1" conf_files="/etc/66/init.conf" @@ -28,7 +25,6 @@ system_accounts="_s6log" make_dirs="/var/log/66 0750 _s6log _s6log" pre_configure() { - # Clean the default $PATH for service scripts vsed -i "s@PATH=/usr/bin:/usr/sbin:/bin:/sbin:/usr/local/bin@PATH=/usr/bin:/usr/sbin@" \ "${wrksrc}/skel/init.conf" @@ -37,6 +33,7 @@ pre_configure() { post_install() { vdoc README.md vlicense LICENSE + mv "${DESTDIR}"/usr/bin/init "${DESTDIR}"/etc/66/init } 66-doc_package() { diff --git a/srcpkgs/execline-man-pages/template b/srcpkgs/execline-man-pages/template index 26c5f1f45c08ee..1d23413d5f9962 100644 --- a/srcpkgs/execline-man-pages/template +++ b/srcpkgs/execline-man-pages/template @@ -1,15 +1,15 @@ # Template file for 'execline-man-pages' pkgname=execline-man-pages -version=2.9.2.0.2 +version=2.9.4.0.1 revision=1 build_style=gnu-makefile hostmakedepends="mdocml" short_desc="Mdoc versions of the documentation for the execline suite" 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=bc8ce8814b1e2c3b4b66dfb35cff8c38364877fe90f0b6fe4446dce130d43355 +homepage="https://git.sr.ht/~flexibeast/execline-man-pages" +distfiles="https://git.sr.ht/~flexibeast/execline-man-pages/archive/v${version}.tar.gz" +checksum=96ab14161b4b6a912b03144be174e80c4d6560d1299b11c6b7ac9e47141f9400 post_install() { vlicense LICENSE diff --git a/srcpkgs/execline/template b/srcpkgs/execline/template index 09c48090eec69b..46a65027cfe3be 100644 --- a/srcpkgs/execline/template +++ b/srcpkgs/execline/template @@ -1,12 +1,11 @@ # Template file for 'execline' pkgname=execline -version=2.9.2.0 +version=2.9.4.0 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 - $(vopt_if static --enable-static-libc) + --with-lib=${XBPS_CROSS_BASE}/usr/lib $(vopt_if static --enable-static-libc) $(vopt_if multicall --enable-multicall)" makedepends="skalibs-devel" short_desc="Non-interactive scripting language" @@ -14,8 +13,8 @@ maintainer="mobinmob " 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=9365012558a1e3c019cafc6eb574b0f5890495fb02652f20efdd782d577b1601 +distfiles="https://skarnet.org/software/execline/execline-${version}.tar.gz" +checksum=9ab55d561539dfa76ff4a97906fa995fc4a288e3de5225cb1a9d8fa9e9ebc49b CFLAGS="-fPIC" diff --git a/srcpkgs/mdevd/template b/srcpkgs/mdevd/template index 15690b0ead373b..9fcf9f64fc2c8a 100644 --- a/srcpkgs/mdevd/template +++ b/srcpkgs/mdevd/template @@ -1,12 +1,11 @@ # Template file for 'mdevd' pkgname=mdevd -version=0.1.6.2 +version=0.1.6.3 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 - $(vopt_if static --enable-static-libc)" + --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 " @@ -14,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=ac2fcf9004f07904592c5894e2c401e15bb027ecf37bcb8ea661e2a7993447be +checksum=f6ecf0ef7cd48d04efc75acb2dad967d850bc8815bdb0098f1c9ef043394d430 build_options="static" desc_option_static="Build static binaries" diff --git a/srcpkgs/nsss/template b/srcpkgs/nsss/template index ae3cac748266d0..6af49abb290797 100644 --- a/srcpkgs/nsss/template +++ b/srcpkgs/nsss/template @@ -1,6 +1,6 @@ # Template file for 'nsss' pkgname=nsss -version=0.2.0.3 +version=0.2.0.4 revision=1 # Only available for musl archs="*-musl" @@ -16,7 +16,7 @@ license="ISC" homepage="https://skarnet.org/software/nsss/" changelog="https://skarnet.org/software/nsss/upgrade.html" distfiles="https://skarnet.org/software/nsss/nsss-${version}.tar.gz" -checksum=b1e397ed5b327611a7c2c8c1dc60e91fef353c54fead464f887720bc0914148e +checksum=39b504f85bd8f6b523d334e5cfa62c02a395db35991b75f206df0abbd6761aad build_options="static" diff --git a/srcpkgs/oblibs/template b/srcpkgs/oblibs/template index 15cc98f4d089b6..f1e87111931c49 100644 --- a/srcpkgs/oblibs/template +++ b/srcpkgs/oblibs/template @@ -1,16 +1,17 @@ # Template file for 'oblibs' pkgname=oblibs -version=0.1.4.0 -revision=3 +version=0.2.1.0 +revision=1 build_style=configure configure_args="--prefix=/usr --libdir=/usr/lib --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps" makedepends="skalibs-devel execline-devel" short_desc="Obarun library" maintainer="mobinmob " license="ISC" -homepage="https://framagit.org/Obarun/oblibs" -distfiles="https://framagit.org/Obarun/oblibs/-/archive/v${version}/${pkgname}-v${version}.tar.bz2" -checksum=0ebb6024b9b2c737b0e065e2d49a98965db116c04caff4289acde332316b781a +homepage="https://git.obarun.org/Obarun/oblibs" +changelog="https://git.obarun.org/Obarun/oblibs/-/blob/master/NEWS.md" +distfiles="https://git.obarun.org/Obarun/oblibs/-/archive/${version}/oblibs-${version}.tar.gz" +checksum=bf36c266167502d6d73ebf9e5119564f9aea063b6d8a9cba9422fd61f91a9427 post_install() { vlicense LICENSE diff --git a/srcpkgs/s6-dns/template b/srcpkgs/s6-dns/template index 7f243bc2ec8263..7bd91ed2115823 100644 --- a/srcpkgs/s6-dns/template +++ b/srcpkgs/s6-dns/template @@ -1,19 +1,19 @@ # Template file for 's6-dns' pkgname=s6-dns -version=2.3.5.5 +version=2.3.7.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 - $(vopt_if static --enable-static-libc)" + --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="Orphaned " license="ISC" homepage="https://skarnet.org/software/s6-dns" -distfiles="${homepage}/${pkgname}-${version}.tar.gz" -checksum=56979b5d5125c38071a80b5e3df0d4a6b2a7c52bb863a2410b6e3d797ffe1ee8 +changelog="https://skarnet.org/software/s6-dns/upgrade.html" +distfiles="https://skarnet.org/software/s6-dns/s6-dns-${version}.tar.gz" +checksum=cf0258574ec7d62b654e0c2ad78af4c7d67ac4c9cb37f781480f597e54b30f6d build_options="static" diff --git a/srcpkgs/s6-linux-utils/template b/srcpkgs/s6-linux-utils/template index fc4863803178d8..169755e2a48db9 100644 --- a/srcpkgs/s6-linux-utils/template +++ b/srcpkgs/s6-linux-utils/template @@ -1,21 +1,21 @@ # Template file for 's6-linux-utils' pkgname=s6-linux-utils -version=2.6.1.0 +version=2.6.2.0 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 $(vopt_if static '--enable-static-libc') - $(vopt_if multicall '--enable-multicall') " + $(vopt_if multicall '--enable-multicall')" makedepends="skalibs-devel" short_desc="Minimalistic Linux-specific system utilities (s6-chroot, s6-mount etc.)" maintainer="mobinmob " 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=2accb5a443dd04203a6358534bdcf0dd369aceb4733e322612c2b8329260b7a2 +distfiles="https://skarnet.org/software/s6-linux-utils/s6-linux-utils-${version}.tar.gz" +checksum=8f944633ca87d3d23e0f03c9c383d1502d508c9bac16d38c3fbf723a5eab2bb7 build_options="static multicall" desc_option_static="Build static binaries" diff --git a/srcpkgs/s6-man-pages/template b/srcpkgs/s6-man-pages/template index 66af4d4914e20b..570ededd9d767e 100644 --- a/srcpkgs/s6-man-pages/template +++ b/srcpkgs/s6-man-pages/template @@ -1,14 +1,14 @@ # Template file for 's6-man-pages' pkgname=s6-man-pages -version=2.11.3.0.1 +version=2.12.0.3.1 revision=1 build_style=gnu-makefile short_desc="Ports of the HTML documentation for the s6 supervision suite to mdoc(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=223e7c843e3996338efe1aee8d2779ae5b4b30e9140fd625021dda5c403b88be +homepage="https://git.sr.ht/~flexibeast/s6-man-pages" +distfiles="https://git.sr.ht/~flexibeast/s6-man-pages/archive/v${version}.tar.gz" +checksum=64fe52743d122d6f110967bf4b3311a82b35e6e5d7be03e8bdc15b31fb31516f post_install() { vlicense LICENSE diff --git a/srcpkgs/s6-networking-man-pages/template b/srcpkgs/s6-networking-man-pages/template index 7a09aeb9f640fd..e5cc6b41631a83 100644 --- a/srcpkgs/s6-networking-man-pages/template +++ b/srcpkgs/s6-networking-man-pages/template @@ -1,15 +1,15 @@ # Template file for 's6-networking-man-pages' pkgname=s6-networking-man-pages -version=2.5.1.3.1 +version=2.7.0.1.1 revision=1 build_style=gnu-makefile hostmakedepends="mdocml" short_desc="Mdoc versions of the documentation for the s6-networking suite" maintainer="mobinmob " license="ISC" -homepage="https://github.com/flexibeast/s6-networking-man-pages" -distfiles="https://github.com/flexibeast/s6-networking-man-pages/archive/refs/tags/v${version}.tar.gz" -checksum=6cff17453dc7946a2a5b94b8a4a48965db6c52c6000420acaedd443f9d069e8f +homepage="https://git.sr.ht/~flexibeast/s6-networking-man-pages" +distfiles="https://git.sr.ht/~flexibeast/s6-networking-man-pages/archive/v${version}.tar.gz" +checksum=163d85bcc682114a6aefef3ddcff1fd3376c52ca488730c95ca96f32ccd76fc1 post_install() { vlicense LICENSE diff --git a/srcpkgs/s6-networking/template b/srcpkgs/s6-networking/template index 133dc65c5697a6..6536d00c593bf4 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.5.1.3 +version=2.7.0.2 revision=1 build_style=configure configure_args="--libdir=/usr/lib $(vopt_if libtls --enable-ssl=libtls) @@ -15,8 +15,8 @@ maintainer="Orphaned " 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=a09e43c959ff9e0caa8ff4002608e73c0f57f87f04a8d9c24e6c9afefe45e977 +distfiles="https://skarnet.org/software/s6-networking/s6-networking-${version}.tar.gz" +checksum=c33c6f1b2be16f89a21af946cfd06242a12f98184c898b755ddb24338671ceb1 build_options="bearssl libtls static" build_options_default="bearssl" diff --git a/srcpkgs/s6-portable-utils-man-pages/template b/srcpkgs/s6-portable-utils-man-pages/template index b2046de61116f0..e03f11f0699239 100644 --- a/srcpkgs/s6-portable-utils-man-pages/template +++ b/srcpkgs/s6-portable-utils-man-pages/template @@ -1,15 +1,15 @@ # Template file for 's6-portable-utils-man-pages' pkgname=s6-portable-utils-man-pages -version=2.3.0.0.1 +version=2.3.0.3.1 revision=1 build_style=gnu-makefile hostmakedepends="mdocml" short_desc="Documentation for s6-portable-utils in mdoc(7) format" maintainer="mobinmob " license="ISC" -homepage="https://github.com/flexibeast/s6-portable-utils-man-pages" -distfiles="https://github.com/flexibeast/s6-portable-utils-man-pages/archive/refs/tags/v${version}.tar.gz" -checksum=1e1e5c53550bb11a2d7c12c1c745be9b1a68846a868bb8b3671d70450084c120 +homepage="https://git.sr.ht/~flexibeast/s6-portable-utils-man-pages" +distfiles="https://git.sr.ht/~flexibeast/s6-portable-utils-man-pages/archive/v${version}.tar.gz" +checksum=763a1609aefc118adeb48eac0f88db79d49456721bbb8e53e359b0ced86853e2 post_install() { vlicense LICENSE diff --git a/srcpkgs/s6-portable-utils/template b/srcpkgs/s6-portable-utils/template index 89d9709c506897..d3a58ae5e84429 100644 --- a/srcpkgs/s6-portable-utils/template +++ b/srcpkgs/s6-portable-utils/template @@ -1,12 +1,11 @@ # Template file for 's6-portable-utils' pkgname=s6-portable-utils -version=2.3.0.0 +version=2.3.0.3 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 - $(vopt_if static '--enable-static-libc') + --with-lib=${XBPS_CROSS_BASE}/usr/lib $(vopt_if static '--enable-static-libc') $(vopt_if multicall '--enable-multicall')" makedepends="skalibs-devel" short_desc="Tiny portable generic utilities (s6-cat, s6-chmod, etc.)" @@ -14,8 +13,8 @@ maintainer="mobinmob " 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=1e9066c430c1cb39a3a7b7004cd379ffebe566bd3d698db18de6125783002005 +distfiles="https://skarnet.org/software/s6-portable-utils/s6-portable-utils-${version}.tar.gz" +checksum=3e4492055d160c25fb90153f0efc277d7d52bf981bbe3ea2e9dfe51c493561ff build_options="static multicall" desc_option_static="Build static binaries" diff --git a/srcpkgs/s6-rc-man-pages/template b/srcpkgs/s6-rc-man-pages/template new file mode 100644 index 00000000000000..817e4bc5d9a9dc --- /dev/null +++ b/srcpkgs/s6-rc-man-pages/template @@ -0,0 +1,15 @@ +# Template file for 's6-rc-man-pages' +pkgname=s6-rc-man-pages +version=0.5.4.2.1 +revision=1 +build_style=gnu-makefile +short_desc="Ports of the HTML documentation for the s6 supervision suite to mdoc(7)" +maintainer="mobinmob " +license="ISC" +homepage="https://git.sr.ht/~flexibeast/s6-rc-man-pages" +distfiles="https://git.sr.ht/~flexibeast/s6-rc-man-pages/archive/v${version}.tar.gz" +checksum=b26354fd682adb6951ea607c04695c429734d17f7524d0b7c381d877cec96fa9 + +post_install() { + vlicense LICENSE +} diff --git a/srcpkgs/s6-rc/template b/srcpkgs/s6-rc/template index 0e894c661b4189..258741869c6ca1 100644 --- a/srcpkgs/s6-rc/template +++ b/srcpkgs/s6-rc/template @@ -1,21 +1,20 @@ # Template file for 's6-rc' pkgname=s6-rc -version=0.5.4.1 +version=0.5.4.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 - $(vopt_if static --enable-static-libc)" + --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" +depends="s6>=2.12.0.0_1 execline>=2.9.4.0_1" short_desc="Service manager of the s6 init system" maintainer="Duncaen " 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=d7268cab7c5423305cf9598a33d4fcdab8a315952b3ec80f79c85b8cb76158f6 +distfiles="https://skarnet.org/software/s6-rc/s6-rc-${version}.tar.gz" +checksum=00bdfa596fa7161512e972ec9282a2abd8fd0e31f09177bad7a2bc3d8f283982 build_options="static" desc_option_static="Build static binaries" diff --git a/srcpkgs/s6/template b/srcpkgs/s6/template index ecc407c70fa311..3484658fc4cf6f 100644 --- a/srcpkgs/s6/template +++ b/srcpkgs/s6/template @@ -1,12 +1,11 @@ # Template file for 's6' pkgname=s6 -version=2.11.3.0 +version=2.12.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 + --with-lib=${XBPS_CROSS_BASE}/usr/lib --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" @@ -15,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=0ef2de80c40b603d58bf65ec5dd9f0bb1f227d35f311e8948d9e30f81efb5b81 +checksum=800d31226f6c25cdd3ec0b65240f80b56ce5ec137341d0a8d154e77638e58103 build_options="static" desc_option_static="Build static binaries" diff --git a/srcpkgs/skalibs/template b/srcpkgs/skalibs/template index 185177eb4165c5..5cadaa1fa8fa3c 100644 --- a/srcpkgs/skalibs/template +++ b/srcpkgs/skalibs/template @@ -1,20 +1,18 @@ # Template file for 'skalibs' pkgname=skalibs -version=2.13.1.0 +version=2.14.1.1 revision=1 build_style=configure configure_args="--libdir=/usr/lib --enable-static --enable-shared - --enable-force-devr - --datadir=/usr/share/$pkgname --libdir=/usr/lib - --bindir=/usr/bin --dynlibdir=/usr/lib - --with-sysdep-devurandom=yes" + --enable-force-devr --datadir=/usr/share/$pkgname --libdir=/usr/lib + --bindir=/usr/bin --dynlibdir=/usr/lib --with-sysdep-devurandom=yes" short_desc="General purpose libraries for building software from skarnet.org" maintainer="mobinmob " 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=b3c48938c7fba4b19a8b0dce6e7a11427717a0901160bb62cfc6823f8ac86d92 +distfiles="https://skarnet.org/software/skalibs/skalibs-${version}.tar.gz" +checksum=b6b79b816f4ba0b6801676b0ed4179b59c8c7809eeffe26db672e404636befc3 post_install() { vlicense COPYING LICENSE