<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/domoticz/patches, 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-03T17:59:28Z</updated>
<entry>
<title>domoticz: fix build and add test.sh</title>
<updated>2026-05-03T17:59:28Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-28T05:39:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b6f828b331a8d73c73daca9707173160c02603b7'/>
<id>urn:sha1:b6f828b331a8d73c73daca9707173160c02603b7</id>
<content type='text'>
boost::asio::post() without an explicit executor fails to compile with
Boost &gt;= 1.82 due to changes in the executor model: bare lambdas no
longer have an implicit system executor that satisfies the
blocking.never requirement.

Pass io_context_ explicitly as the first argument so the handler is
dispatched on the correct io_context thread, which is the original
intent of the call (making stop() safe to call from any thread).

Add test.sh
domoticz is a daemon requiring a database and network port; it does not
implement a --version flag. Verify the binary is present and executable.

Disable LTO to fix link failure on i386 with musl fortify
Suggested via https://github.com/openwrt/packages/pull/29239
Also tested.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>domoticz: improve config, don't require telldus</title>
<updated>2025-12-12T03:03:15Z</updated>
<author>
<name>David Woodhouse</name>
</author>
<published>2025-11-17T13:41:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4b5b41e356923224d9d7281417ee463b804ae462'/>
<id>urn:sha1:4b5b41e356923224d9d7281417ee463b804ae462</id>
<content type='text'>
Add support for configuring the -vhostname, as it helps to get the right
issuer into OAuth2 tokens. Also disable the mdns responder by default;
when we're running on OpenWrt we have better options that that. Clean
up the logging options, and also make it export $TZ to work around our
musl hack which otherwise opens and reads /etc/TZ thousands of times
a minute.

Also drop the telldus dependency. Domoticz will dlopen that at runtime
without having to have it present at build time at all, so it should
still work for users who install it.

Signed-off-by: David Woodhouse &lt;dwmw2@infradead.org&gt;
</content>
</entry>
<entry>
<title>domoticz: update to 2023.2</title>
<updated>2023-11-29T00:58:10Z</updated>
<author>
<name>David Woodhouse</name>
</author>
<published>2023-11-28T23:07:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5bc25c0cdc9774279b7e99bfad6909e567a12eac'/>
<id>urn:sha1:5bc25c0cdc9774279b7e99bfad6909e567a12eac</id>
<content type='text'>
Signed-off-by: David Woodhouse &lt;dwmw2@infradead.org&gt;
</content>
</entry>
<entry>
<title>domoticz: fix compilation with GCC12</title>
<updated>2022-06-09T18:08:07Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-06-09T01:13:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=cfb023720af8f7cb1fa8334752d3e9d668799b10'/>
<id>urn:sha1:cfb023720af8f7cb1fa8334752d3e9d668799b10</id>
<content type='text'>
Upstream backport

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>domoticz: update to 2022.1</title>
<updated>2022-04-07T22:34:27Z</updated>
<author>
<name>Lucian Cristian</name>
</author>
<published>2022-03-31T20:07:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e1ed4ee3d33630b32ea3fb4a9463b00dd0844f92'/>
<id>urn:sha1:e1ed4ee3d33630b32ea3fb4a9463b00dd0844f92</id>
<content type='text'>
change to codeload
fix python 3.10 plugin loading and usage

Signed-off-by: Lucian Cristian &lt;lucian.cristian@gmail.com&gt;
</content>
</entry>
<entry>
<title>domoticz: update to 2021.1</title>
<updated>2021-06-16T03:04:50Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-15T00:29:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=edfb91f334457cb0b14c8a7bf01afa4fa9b895da'/>
<id>urn:sha1:edfb91f334457cb0b14c8a7bf01afa4fa9b895da</id>
<content type='text'>
Remove outdated patches.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
<entry>
<title>domoticz: fix compilation with python 3.9</title>
<updated>2020-11-03T01:41:39Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-10-24T22:52:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9a56ca92ded3c0a59dd1fafe44bc27c6614360ab'/>
<id>urn:sha1:9a56ca92ded3c0a59dd1fafe44bc27c6614360ab</id>
<content type='text'>
Added Fedora patch to fix compilation.

Added python3 dependency as it seems it's needed now.

Replaced custom boost 1.73 patch with upstream one. Removed CFLAG that
was supposed to fix this but didn't do anything.

Removed nls.mk. telldus-core was fixed to not require iconv.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>domoticz: update to 2020.2</title>
<updated>2020-06-06T18:39:17Z</updated>
<author>
<name>David Woodhouse</name>
</author>
<published>2020-06-03T14:02:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=27e5626bc56f78b7de8dcb9724518911573218e9'/>
<id>urn:sha1:27e5626bc56f78b7de8dcb9724518911573218e9</id>
<content type='text'>
Signed-off-by: David Woodhouse &lt;dwmw2@infradead.org&gt;
</content>
</entry>
<entry>
<title>domoticz: fix compilation with boost 1.73</title>
<updated>2020-05-08T20:08:44Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-05-07T22:37:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=98dc2b2ec647a427756e7c7115348415cb932fa1'/>
<id>urn:sha1:98dc2b2ec647a427756e7c7115348415cb932fa1</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
