Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / nbd
Commits: eb108d83 by Christian Hesse at 2025-01-01T23:36:28+01:00 upgpkg: 3.26.1-2: fully locked system accounts https://archlinux.org/todo/change-sysusers-to-fully-locked-system-accounts/ - - - - - 3 changed files: - .SRCINFO - PKGBUILD - sysusers_nbd.conf Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = nbd pkgdesc = tools for network block devices, allowing you to use remote block devices over TCP/IP pkgver = 3.26.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/NetworkBlockDevice/nbd/ arch = x86_64 license = GPL @@ -20,6 +20,6 @@ pkgbase = nbd sha256sums = f0cf509fa5b20b1a07f7904eb637e9b47d3e30b6ed6f00075af5d8b701c78fef sha256sums = ee2e9fbbeb8a8b9b71d16b6f32eb41788f6def9d00cc4a47897ed3cb97cdde7c sha256sums = 1b1add55d82d7623eabf7ff3dfec15c1fbe3c340fa74160df3d60e91eb1c71ba - sha256sums = 3fd98fe87d0b31b82126dc669f00355865f58fae81af3fccbc0d06504baef6cd + sha256sums = c2259eba02b7e959476e4f7032f273c1972947dfdeb9019106e70ce8798b912d pkgname = nbd ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=nbd pkgver=3.26.1 -pkgrel=1 +pkgrel=2 pkgdesc='tools for network block devices, allowing you to use remote block devices over TCP/IP' arch=('x86_64') url='https://github.com/NetworkBlockDevice/nbd/' @@ -20,7 +20,7 @@ source=("https://github.com/NetworkBlockDevice/${pkgname}/releases/download/${pk sha256sums=('f0cf509fa5b20b1a07f7904eb637e9b47d3e30b6ed6f00075af5d8b701c78fef' 'ee2e9fbbeb8a8b9b71d16b6f32eb41788f6def9d00cc4a47897ed3cb97cdde7c' '1b1add55d82d7623eabf7ff3dfec15c1fbe3c340fa74160df3d60e91eb1c71ba' - '3fd98fe87d0b31b82126dc669f00355865f58fae81af3fccbc0d06504baef6cd') + 'c2259eba02b7e959476e4f7032f273c1972947dfdeb9019106e70ce8798b912d') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" ===================================== sysusers_nbd.conf ===================================== @@ -1 +1 @@ -u nbd - "Network Block Device" /var/empty +u! nbd - "Network Block Device" /var/empty View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nbd/-/commit/eb108d8365577f4d64382293400ff06852ef4186 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nbd/-/commit/eb108d8365577f4d64382293400ff06852ef4186 You're receiving this email because of your account on gitlab.archlinux.org.
