radicale3: update to 3.7.0
authorDaniel F. Dickinson <redacted>
Wed, 8 Apr 2026 08:48:23 +0000 (04:48 -0400)
committerAlexandru Ardelean <redacted>
Fri, 10 Apr 2026 13:32:10 +0000 (16:32 +0300)
Bump version and add placeholder for new [sharing]
section/capability.

Signed-off-by: Daniel F. Dickinson <redacted>
net/radicale3/Makefile
net/radicale3/files/radicale3.init

index 5e33643f43d37cf7d40e4267bca12fd8b22feff1..2492714b428c8b93be223e704ff7835cee2e0fd3 100644 (file)
@@ -7,7 +7,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=radicale3
-PKG_VERSION:=3.6.1
+PKG_VERSION:=3.7.0
 PKG_RELEASE:=1
 
 PKG_LICENSE:=GPL-3.0-or-later
@@ -16,7 +16,7 @@ PKG_CPE_ID:=cpe:/a:radicale:radicale
 
 PYPI_NAME:=Radicale
 PYPI_SOURCE_NAME:=radicale
-PKG_HASH:=5b5529c093fc3a6e9eba6a3280d930ea6573b485a1bd8d25b7daa6ee70f5224b
+PKG_HASH:=0c70356330da373adf65ef2ec2a0ea938ab18dabc6b045a1b1778cc41b7834df
 
 PKG_MAINTAINER:=Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
 
index ce7829587fcf211e887019aadd0e2767e4a0f7a8..2eab5950706873c2b6478121bd1e59ef7cb9e56d 100755 (executable)
@@ -134,6 +134,7 @@ conf_section() {
                        echo "Access-Control-Allow-Origin = $cors" >> "$cfgfile"
                fi
                ;;
+  # TODO: Add sharing configuration
        esac
 
        echo "" >> "$cfgfile"
@@ -142,7 +143,7 @@ conf_section() {
 add_missing_sections() {
        local cfgfile="$1"
 
-       for section in server encoding auth rights storage web logging headers; do
+       for section in server encoding auth rights storage web logging headers sharing; do
                if ! grep -q "\[$section\]" "$cfgfile"; then
                        echo "[$section]" >> "$cfgfile"
                        case $section in
git clone https://git.99rst.org/PROJECT