Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

radicale: update to 3.2.1, fix conf file permissions #49476

Merged
merged 1 commit into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions srcpkgs/radicale/INSTALL
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# *-*-shell-*-*
#
case ${ACTION} in
post)
# fix permissions and owners
chown radicale:radicale /etc/radicale/config
chown radicale:radicale /etc/radicale/rights
chmod 644 /etc/radicale/config
chmod 640 /etc/radicale/rights
;;
esac

11 changes: 5 additions & 6 deletions srcpkgs/radicale/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'radicale'
pkgname=radicale
version=3.1.8
revision=4
version=3.2.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-vobject python3-dateutil python3-passlib python3-bcrypt
Expand All @@ -14,15 +14,14 @@ license="GPL-3.0-or-later"
homepage="https://radicale.org"
changelog="https://raw.githubusercontent.com/Kozea/Radicale/master/CHANGELOG.md"
distfiles="https://github.com/Kozea/Radicale/archive/refs/tags/v${version}.tar.gz"
checksum=40078e0f05917c09664363a9e289a36d32e00d10a1d169ffc60b5c581deb4e77
checksum=42d2bff32764046aa64e6774ecfaa24cd9332e13957d913347fa4b1d003154a7
conf_files="
/etc/radicale/config
/etc/radicale/rights
/etc/sv/radicale/log/run"
fanyx marked this conversation as resolved.
Show resolved Hide resolved
/etc/radicale/rights"
make_dirs="
/etc/radicale 755 root root
/usr/share/radicale/ 755 root root
/var/log/radicale/ 700 root root
/var/log/radicale/ 750 radicale radicale
/var/lib/radicale 750 radicale radicale"
system_accounts="radicale"
radicale_homedir="/var/lib/radicale"
Expand Down