Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / headscale
Commits: 3ee2c962 by Sven-Hendrik Haase at 2025-01-04T09:20:25+01:00 upgpkg: 0.23.0-2: fully locked system accounts https://archlinux.org/todo/change-sysusers-to-fully-locked-system-accounts/ - - - - - 3 changed files: - .SRCINFO - PKGBUILD - headscale.sysusers Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = headscale pkgdesc = An open source, self-hosted implementation of the Tailscale coordination server. pkgver = 0.23.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/juanfont/headscale arch = x86_64 license = BSD @@ -15,7 +15,7 @@ pkgbase = headscale source = headscale.sysusers source = headscale.tmpfiles sha256sums = 6618733a6d9c6fef43e5e1c9a1e09047df139e4f3746c8763d79410730fc3b40 - sha256sums = 059353f4843dec6eb447c567fac890ef63cc9c8acea18840fcfc3f4a76d596db + sha256sums = bf1c06c16e8c92f1fc46cf7e3ea297e9a36833e372606185a9b1d4ce5c877564 sha256sums = 8a22d7193ceeac0be32725cf8108f963be3a21855e6099de964f810094d0adc7 pkgname = headscale ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Matt Harrison <[email protected]> pkgname=headscale pkgver=0.23.0 -pkgrel=1 +pkgrel=2 pkgdesc="An open source, self-hosted implementation of the Tailscale coordination server." arch=('x86_64') url="https://github.com/juanfont/headscale" @@ -17,7 +17,7 @@ source=("${pkgname}-${pkgver}.tar.gz::https://github.com/juanfont/headscale/arch 'headscale.sysusers' 'headscale.tmpfiles') sha256sums=('6618733a6d9c6fef43e5e1c9a1e09047df139e4f3746c8763d79410730fc3b40' - '059353f4843dec6eb447c567fac890ef63cc9c8acea18840fcfc3f4a76d596db' + 'bf1c06c16e8c92f1fc46cf7e3ea297e9a36833e372606185a9b1d4ce5c877564' '8a22d7193ceeac0be32725cf8108f963be3a21855e6099de964f810094d0adc7') build() { ===================================== headscale.sysusers ===================================== @@ -1 +1 @@ -u headscale - "Headscale user" +u! headscale - "Headscale user" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/headscale/-/commit/3ee2c962b2bf0d614c15b2cbd2438e192709440b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/headscale/-/commit/3ee2c962b2bf0d614c15b2cbd2438e192709440b You're receiving this email because of your account on gitlab.archlinux.org.
