update runit runit-rc

This commit is contained in:
joborun linux 2023-10-01 14:43:52 +03:00
parent dc1b87a8e9
commit e8c2a2a61f
4 changed files with 14 additions and 9 deletions

View File

@ -11,7 +11,7 @@ _url="https://git.disroot.org/joborun-pkg/repos/raw/branch/main"
pkgname=runit-rc
pkgver=20230911
pkgrel=01
pkgrel=02
pkgdesc='Joborun Linux system initialization and shutdown for runit'
backup=('etc/rc/rc.conf' 'etc/rc.conf' )
depends=('procps-ng' 'bash' 'bootlogd' 'eudev')
@ -20,7 +20,7 @@ optdepends=('lvm2-runit: LVM support for runit'
'smbnetfs: to mount netfs volumes on stage1')
provides=('init-rc')
conflicts=('init-rc')
source=("$pkgname.tar.xz::$_url/$pkgname.$pkgver.tar.xz")
source=("$_url/$pkgname-$pkgver.tar.xz")
build() {
cd ${pkgname}
@ -34,7 +34,7 @@ package() {
ln -s "/etc/rc/rc.conf" "${pkgdir}/etc/rc.conf"
### If you want cgroups mounted by the init remove the following line
rm -rf "${pkgdir}/etc/rc/sysinit/04-cgroups"
# rm -rf "${pkgdir}/etc/rc/sysinit/04-cgroups"
### or # ln -s /usr/lib/rc/sv.d/cgroups /etc/rc/sysinit/04-cgroups
### and they will be mounted on next boot
# iputils-specific configuration
@ -49,7 +49,7 @@ arch=(x86_64)
license=('BSD')
sha256sums=(2f74e667ee9a33c8b30c3267fe4c4a239ed8c6b68ae13dc8821be1b9de338ff5) # runit-rc.11092023.tar.xz
sha256sums=(b1fccc2b5cec5248255449218ce90b69edd84faa4ee1bdbbddcd8350bdca3d50) # runit-rc-20230911.tar.xz
## 5397d3ac085e4575723ceff838645e5b40854253c1f062a78c261deb87ceaee7 runit-rc-20230911-01-x86_64.pkg.tar.lz
## 8c9fd4e5fbcb1dc0cf699fc2570e1ce6756179e2ad24f6e9de6266b5deb4b8ae runit-rc-20230911-02-x86_64.pkg.tar.lz

View File

@ -1 +1 @@
rm -rf {src,pkg,runit-rc.tar.xz}
rm -rf {src,pkg,runit-rc-*.tar.xz}

View File

@ -15,7 +15,7 @@ _servicedir=/run/runit/service
pkgname=runit
pkgver=2.1.2
pkgrel=025
pkgrel=026
pkgdesc='a cross-platform Unix init scheme with service supervision'
url='http://smarden.org/runit/'
depends=('runit-rc' 'joborun66')
@ -25,6 +25,7 @@ optdepends=('runit-bash-completions: Runit completions for Bash')
install=runit.install
source=("http://smarden.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"
"runit-joborun.tar.xz::$_url/$_pkgname-$_pkgver.tar.xz"
# "runit-joborun.tar.xz::runit-joborun-$_pkgver.tar.xz"
"halt.c"
"shutdown"
"clearmem.patch"
@ -115,7 +116,7 @@ b2sums=('101e514aeed282685ebe636f401ca6f94d157281d08a3ac487340aebe945b82d2ee01d4
'081dbd1873d8a41b65820949ae24715b209b1c38957b6f8934c0eb48019a586cd505e11e2cad0bb2657a0d1792a748bc5d9d71147a8b42a3274c8335ded3030a')
sha256sums=(6fd0160cb0cf1207de4e66754b6d39750cff14bb0aa66ab49490992c0c47ba18 # runit-2.1.2.tar.gz
b68169c7bc3b51e5466726b267d7dd5f7c97b29521525b386aeed6e1e90faeed # runit-joborun.tar.xz
f524e90ae33fccf3fa89fb574064944ab1bc580df277ab9b93696c166b6a0b6d # runit-joborun.tar.xz
26f2c30c3f65a1370f8a377600f8492fbcd93aeaec239ab460d6a01eb8eb7801 # halt.c
7f11c5cab16f10178612b6a81d37184c25c4426b9c2d5d3f8ef7ed7ab2b52c56 # shutdown
19b5e99135f153d07052f2dff707430af9faeabc717a5740ea58a8a783f609de # clearmem.patch
@ -128,4 +129,5 @@ sha256sums=(6fd0160cb0cf1207de4e66754b6d39750cff14bb0aa66ab49490992c0c47ba18 #
3248e86fe739aaff412f5b4f77b689f690fac1c0e9e634a0305cc3f517d41338 # 30-binfmt.hook
af91ca198fc402f39faf9e62b8da56e47f5cda9ce3d61c43fcf5b24f59fbbf5a) # 30-sysctl.hook
## 56010a5c144076d42fa890c6d1194f9027eedc23b20ec5c8eddfafddc9831a7c runit-2.1.2-025-x86_64.pkg.tar.lz
## 0c044f1c294be32545fe4d3be710341efbf634336be06b1a3fd42f91eebd8f73 runit-2.1.2-026-x86_64.pkg.tar.lz

3
runit/md5sums Normal file
View File

@ -0,0 +1,3 @@
6c985fbfe3a34608eb3c53dc719172c4 runit-2.1.2.tar.gz
b35f91564eb2b1fccc5de0e9186ac04b runit-joborun-20230911.tar.xz
b35f91564eb2b1fccc5de0e9186ac04b runit-joborun.tar.xz