<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/hwinfo/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>2022-11-11T23:11:03Z</updated>
<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.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.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.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.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.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: 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.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: add new package</title>
<updated>2020-06-01T17:35:42Z</updated>
<author>
<name>Alberto Bursi</name>
</author>
<published>2020-06-01T17:35:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=509b9d52a08fa7df457180180d2934d4ba6f9a41'/>
<id>urn:sha1:509b9d52a08fa7df457180180d2934d4ba6f9a41</id>
<content type='text'>
add hwinfo package, it is a complete
system hardware detection tool,
similar to lshw but is written in C
and has minimal dependencies.
It is part of core SUSE Linux
applications like Yast installer
and system configurator tool so
it's regularly maintained.

Signed-off-by: Alberto Bursi &lt;bobafetthotmail@gmail.com&gt;
</content>
</entry>
</feed>
