<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/radicale3/files, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-05-08T05:24:27Z</updated>
<entry>
<title>radicale3: fix formatting of initscript</title>
<updated>2026-05-08T05:24:27Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2026-05-07T07:01:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ed81d5775afba536b8ea6926bfc967195662e05b'/>
<id>urn:sha1:ed81d5775afba536b8ea6926bfc967195662e05b</id>
<content type='text'>
Use shfmt to standardize formatting of initscript.

Signed-off-by: Daniel F. Dickinson &lt;dfdpublic@wildtechgarden.ca&gt;
</content>
</entry>
<entry>
<title>radicale3: clean out cspell hints</title>
<updated>2026-05-08T05:24:27Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2026-05-07T07:00:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d0a7d402f97e2947e6cdefebb0fcd6e814ef5d85'/>
<id>urn:sha1:d0a7d402f97e2947e6cdefebb0fcd6e814ef5d85</id>
<content type='text'>
Remove unwanted cspell hints from Makefile and initscript.

Signed-off-by: Daniel F. Dickinson &lt;dfdpublic@wildtechgarden.ca&gt;
</content>
</entry>
<entry>
<title>radicale3: update to 3.7.1</title>
<updated>2026-04-14T07:48:21Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2026-04-12T13:44:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0de3688f1093f2eb157997db8e432e3b1ef875bd'/>
<id>urn:sha1:0de3688f1093f2eb157997db8e432e3b1ef875bd</id>
<content type='text'>
Bump version for quickly discovered issues with 3.7.0

Signed-off-by: Daniel F. Dickinson &lt;dfdpublic@wildtechgarden.ca&gt;
</content>
</entry>
<entry>
<title>radicale3: update to 3.7.0</title>
<updated>2026-04-10T13:32:10Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2026-04-08T08:48:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f534f48ab8f8c57d2a12bf7eb2e0278bc1ac5705'/>
<id>urn:sha1:f534f48ab8f8c57d2a12bf7eb2e0278bc1ac5705</id>
<content type='text'>
Bump version and add placeholder for new [sharing]
section/capability.

Signed-off-by: Daniel F. Dickinson &lt;dfdpublic@wildtechgarden.ca&gt;
</content>
</entry>
<entry>
<title>radicale3: make the empty uci config consistent</title>
<updated>2026-01-21T05:42:10Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2026-01-15T04:32:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c199e374153c991ccdfba511ea298226b3217128'/>
<id>urn:sha1:c199e374153c991ccdfba511ea298226b3217128</id>
<content type='text'>
We update the missing sections defaults to match the upstream default,
which are also our defaults when there is an UCI configuration, and
are also the defaults for the LuCI app.

Signed-off-by: Daniel F. Dickinson &lt;dfdpublic@wildtechgarden.ca&gt;
</content>
</entry>
<entry>
<title>radicale3: add better reload handling</title>
<updated>2026-01-21T05:42:10Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2026-01-15T04:29:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9e33952b60364bcbf6b24d6b8725c9e89273485e'/>
<id>urn:sha1:9e33952b60364bcbf6b24d6b8725c9e89273485e</id>
<content type='text'>
We update the initscript to rebuild the radicale3 target configuration
file and then HUP the radicale3 process to reload it, on a reload
event, rather than the default which does not regenerate the target
configuration.

Signed-off-by: Daniel F. Dickinson &lt;dfdpublic@wildtechgarden.ca&gt;
</content>
</entry>
<entry>
<title>radicale3: update initial uci config</title>
<updated>2026-01-21T05:42:10Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2026-01-15T04:24:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=78cf89d7d39ed3797b6efdb69ea61abf20fd99ac'/>
<id>urn:sha1:78cf89d7d39ed3797b6efdb69ea61abf20fd99ac</id>
<content type='text'>
With recent changes to the proposed PR
(https://github.com/openwrt/luci/pull/8216) for the LuCI app for
radicale3, it is not longer necessary that uncommented configuration
be present in /etc/config/radicale3 for the LuCI app to work.

Therefore make the initial uci config commented sample only.

Signed-off-by: Daniel F. Dickinson &lt;dfdpublic@wildtechgarden.ca&gt;
</content>
</entry>
<entry>
<title>radicale3: fix permissions on ssl cert/key</title>
<updated>2026-01-21T05:42:10Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2026-01-12T00:14:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ecf9fb51dbcdc2eedd81cc5102cdb13fc4536d68'/>
<id>urn:sha1:ecf9fb51dbcdc2eedd81cc5102cdb13fc4536d68</id>
<content type='text'>
When LuCI uploads files like the SSL key and certificate, it makes the
files readable only by root. Since radicale is running as a
non-privileged user it is unable to access a certificate and key
uploaded by LuCI, therefore when SSL cert and key (and optional CA) are
configured, make them group radicale3 and group readable, so the
radicale server can use them.

Signed-off-by: Daniel F. Dickinson &lt;dfdpublic@wildtechgarden.ca&gt;
</content>
</entry>
<entry>
<title>radicale3: updates due to radicale 3 vs 2 changes</title>
<updated>2026-01-11T07:03:42Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2026-01-11T02:19:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b1210d155dd7ba9638f3ea55626ceaf74a49735d'/>
<id>urn:sha1:b1210d155dd7ba9638f3ea55626ceaf74a49735d</id>
<content type='text'>
* Various options have changed since radicale2, and the current
  initscripts set configuration that prevents radicale3 from starting
  in some cases. So update the options to radicale3.
* LuCI will not display the app when the config file is empty, so
  uncomment the first (server section) line.
* Changed the default data directory to /var (emphemeral storage) as
  OpenWrt policy is to not write flash by default. As with PostgreSQL,
  to be useful the user will need to set configuration for an
  appropriate path.

Signed-off-by: Daniel F. Dickinson &lt;dfdpublic@wildtechgarden.ca&gt;
</content>
</entry>
<entry>
<title>radicale3: tweak Makefile and initscript</title>
<updated>2026-01-11T07:03:42Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2026-01-09T05:12:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2dfa60f3f761ce671ab096c0f994a3dec97ab676'/>
<id>urn:sha1:2dfa60f3f761ce671ab096c0f994a3dec97ab676</id>
<content type='text'>
* fix service_reload in initscript so it reloads configuration
* fold long lines for readability
* shellcheck is a useful linter, if a bit pedantic, so use it and
  update script to address its warnings.

Signed-off-by: Daniel F. Dickinson &lt;dfdpublic@wildtechgarden.ca&gt;
</content>
</entry>
</feed>
