<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/rtl_433, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2025-11-24T19:21:57Z</updated>
<entry>
<title>rtl_433: backport upstream patch for CMake &gt;= 4.0 support</title>
<updated>2025-11-24T19:21:57Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2025-11-24T19:21:57Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=646817c8d637681ce22a1f90592258e6814fc850'/>
<id>urn:sha1:646817c8d637681ce22a1f90592258e6814fc850</id>
<content type='text'>
Backport upstream patch for rtl_433 for CMake &gt;= 4.0 support.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>rtl_433: bump version to 25.02</title>
<updated>2025-06-08T19:57:20Z</updated>
<author>
<name>Keith T. Garner</name>
</author>
<published>2025-06-02T20:05:11Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4b213750591a29bf3d745c6e9e6a3c82286dd074'/>
<id>urn:sha1:4b213750591a29bf3d745c6e9e6a3c82286dd074</id>
<content type='text'>
Also adds a simple init script and sample config file.

changelog: https://github.com/merbanan/rtl_433/releases/tag/25.02
Signed-off-by: Keith T. Garner &lt;kgarner@kgarner.com&gt;
</content>
</entry>
<entry>
<title>rtl_433: update to 23.11</title>
<updated>2024-02-23T00:02:30Z</updated>
<author>
<name>Edmunt Pienkowsky</name>
</author>
<published>2024-02-17T09:03:02Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0bb9240f6be9b695d1eebf9f0d96092957efe85c'/>
<id>urn:sha1:0bb9240f6be9b695d1eebf9f0d96092957efe85c</id>
<content type='text'>
Signed-off-by: Edmunt Pienkowsky &lt;roed@onet.eu&gt;
</content>
</entry>
<entry>
<title>treewide: assign PKG_CPE_ID</title>
<updated>2024-02-05T00:16:10Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-02-02T17:37:33Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5afe5c9031190844f267357c68efe3c9c3cbe51d'/>
<id>urn:sha1:5afe5c9031190844f267357c68efe3c9c3cbe51d</id>
<content type='text'>
Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>rtl_433: update to 22.11</title>
<updated>2023-05-06T12:24:57Z</updated>
<author>
<name>Robert Högberg</name>
</author>
<published>2023-05-04T07:25:57Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=7960fd83ac0c31e221146b0576815ecb784ee5a5'/>
<id>urn:sha1:7960fd83ac0c31e221146b0576815ecb784ee5a5</id>
<content type='text'>
Signed-off-by: Robert Högberg &lt;robert.hogberg@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>rtl_433: Bump to release 21.12</title>
<updated>2022-03-31T02:40:50Z</updated>
<author>
<name>Robert Högberg</name>
</author>
<published>2022-03-15T22:06:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c6e87f12dc473c337845d6784d37264a3dabf094'/>
<id>urn:sha1:c6e87f12dc473c337845d6784d37264a3dabf094</id>
<content type='text'>
rtl_433 can now use OpenSSL to send data to MQTT/influxDB using TLS.
A separate OpenWrt package has been created where OpenSSL support is
enabled.

Signed-off-by: Robert Högberg &lt;robert.hogberg@gmail.com&gt;
</content>
</entry>
<entry>
<title>rtl_433: disable SoapySDR</title>
<updated>2021-08-14T23:32:51Z</updated>
<author>
<name>Stijn Tintel</name>
</author>
<published>2021-08-14T23:32:51Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=901a0b7b5e3c50d8eb0c9031c6b3b78c9a79abb0'/>
<id>urn:sha1:901a0b7b5e3c50d8eb0c9031c6b3b78c9a79abb0</id>
<content type='text'>
When building on a host with SoapySDR installed, the package fails to
build as CMake picks up the host SoapySDR CMake module. As SoapySDR is
not available in OpenWrt, simply disable SoapySDR to fix build.

Signed-off-by: Stijn Tintel &lt;stijn@linux-ipv6.be&gt;
</content>
</entry>
<entry>
<title>treewide: back to cmake.mk</title>
<updated>2021-06-13T04:05:01Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-10T23:27:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=2e654b19f38f1f941c70a5adcdac6311234362c3'/>
<id>urn:sha1:2e654b19f38f1f941c70a5adcdac6311234362c3</id>
<content type='text'>
Ninja was merged to base and therefore we can now use normal cmake.mk

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: build CMake projects with Ninja</title>
<updated>2021-03-28T04:51:50Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-04T22:45:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a31b7320077c340268d31642ded69cc66fbc230c'/>
<id>urn:sha1:a31b7320077c340268d31642ded69cc66fbc230c</id>
<content type='text'>
faster to compile.

A small selection of packages was tested going from:

Executed in  696.30 secs   fish           external
   usr time   82.98 mins  395.00 micros   82.98 mins
   sys time    9.02 mins    0.00 micros    9.02 mins

to:

Executed in  592.20 secs   fish           external
   usr time   84.84 mins  361.00 micros   84.84 mins
   sys time    8.85 mins   57.00 micros    8.85 mins

Tested by running make -j 12 and wiping staging/build_dir/target_x

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
