<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/hwinfo, 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-12-31T07:12:36Z</updated>
<entry>
<title>treewide: fix spelling and grammar in Makefiles</title>
<updated>2025-12-31T07:12:36Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-12-26T04:26:18Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=de64f871b0f00b885039997eb46f914bdac687a5'/>
<id>urn:sha1:de64f871b0f00b885039997eb46f914bdac687a5</id>
<content type='text'>
Fix spelling and grammar in package definitions, configs, comments and
other strings.

Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>hwinfo: remove uuid hacks</title>
<updated>2024-06-29T18:56:29Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-06-26T22:15:51Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0729ad976b2023b8b0057c73c78b07e4c4a99d9a'/>
<id>urn:sha1:0729ad976b2023b8b0057c73c78b07e4c4a99d9a</id>
<content type='text'>
util-linux uuid is used now.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>hwinfo: Backport build fix for glibc 2.36</title>
<updated>2022-11-11T23:11:03Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2022-11-06T16:28:04Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=1214587d5d591a4900f92216e725488b42349a49'/>
<id>urn:sha1:1214587d5d591a4900f92216e725488b42349a49</id>
<content type='text'>
This backports a build fix for hwinfo when compiling against glibc 2.36.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>hwinfo: fix build on macos</title>
<updated>2022-01-18T05:11:09Z</updated>
<author>
<name>Sergey V. Lobanov</name>
</author>
<published>2022-01-17T23:34:12Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=7aec247dff0fb0b538cb622934c9febc8d2ce5ea'/>
<id>urn:sha1:7aec247dff0fb0b538cb622934c9febc8d2ce5ea</id>
<content type='text'>
hwinfo host-compile builds hwinfo entirely that is not really
required. It is required to build only some host tools to
generate ids and isdn related C-code

This patch changes host build to build only required host tools

Added patch to remove malloc.h using as deprecated, not required
and not supported on macos system (stdlib.h has required functions
on Linux and MacOS systems)

Signed-off-by: Sergey V. Lobanov &lt;sergey@lobanov.in&gt;
</content>
</entry>
<entry>
<title>hwinfo: fix compilation with ARC</title>
<updated>2021-05-29T08:19:26Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-04-20T23:06:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6af7fbbf016332acb7c0f3475e77724d3ffb5eae'/>
<id>urn:sha1:6af7fbbf016332acb7c0f3475e77724d3ffb5eae</id>
<content type='text'>
Added a small patch to fix compilation.

Renamed patch files to have a .patch suffix. Makes them easier to read
with vim and probably IDEs.

Remove UCLIBC depend since it's no longer present.

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-03.infra.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>hwinfo: refresh patches to avoid fuzz and offset</title>
<updated>2020-12-09T01:17:24Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2020-12-09T01:16:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=743e645b1f487ad96771704c8c0e1abcc80b5783'/>
<id>urn:sha1:743e645b1f487ad96771704c8c0e1abcc80b5783</id>
<content type='text'>
Fixes:
Applying patch 3-assorted-Makefile-butchery
patching file Makefile
patching file Makefile.common
patching file src/Makefile
patching file src/hd/Makefile
Hunk #1 succeeded at 8 with fuzz 1 (offset -4 lines).
patching file src/isdn/Makefile
patching file src/smp/Makefile

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>hwinfo: add PKG_LICENSE_FILES</title>
<updated>2020-12-09T00:32:23Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2020-12-09T00:27:46Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=7155d99ef580812a2afd0e14011b3fa41e42cc7d'/>
<id>urn:sha1:7155d99ef580812a2afd0e14011b3fa41e42cc7d</id>
<content type='text'>
Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>hwinfo: fix hardcoded version in patch</title>
<updated>2020-12-09T00:32:02Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2020-12-09T00:26:37Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f562b46c54d22a213cff63aea3cd130ce06cd0bf'/>
<id>urn:sha1:f562b46c54d22a213cff63aea3cd130ce06cd0bf</id>
<content type='text'>
Fixes: 7dc7e46d4840ae6905eec995e277553cd96e6639 ("hwinfo: update to
version 21.71")

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>hwinfo: update to version 21.71</title>
<updated>2020-11-22T16:54:28Z</updated>
<author>
<name>Alberto Bursi</name>
</author>
<published>2020-11-22T16:54:28Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=7dc7e46d4840ae6905eec995e277553cd96e6639'/>
<id>urn:sha1:7dc7e46d4840ae6905eec995e277553cd96e6639</id>
<content type='text'>
update to upstream version 21.71

Signed-off-by: Alberto Bursi &lt;bobafetthotmail@gmail.com&gt;</content>
</entry>
</feed>
