Skip to content

Commit

Permalink
radicale: update to 3.2.1.
Browse files Browse the repository at this point in the history
* fix permissions post-install
  • Loading branch information
fanyx committed Jun 4, 2024
1 parent 1d54467 commit 833c986
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
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"
/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

0 comments on commit 833c986

Please sign in to comment.