<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/stintel/tools/mkimage, branch master</title>
<subtitle>Staging tree of Stijn Tintel</subtitle>
<id>https://git.openwrt.org/openwrt/staging/stintel/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/stintel/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/'/>
<updated>2026-04-20T03:58:37Z</updated>
<entry>
<title>treewide: use HTTPS for PKG_SOURCE_URL where possible</title>
<updated>2026-04-20T03:58:37Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2026-04-18T13:26:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=7a991c8d88b8946db94059f1f34885c8bf74c124'/>
<id>urn:sha1:7a991c8d88b8946db94059f1f34885c8bf74c124</id>
<content type='text'>
Switch http:// (and redundant ftp://) PKG_SOURCE_URL entries to https://
across tools/ and package/. PKG_HASH alone does not protect against an
attacker tampering with insecure downloads when a maintainer regenerates
the hash via `make ... FIXUP=1`: HTTPS authenticates the upstream so the
captured hash reflects real upstream content.

In-place http -&gt; https (HTTPS reachability verified per host):
- tools/elftosb, tools/lzop, tools/liblzo, tools/mpfr, tools/dosfstools,
  tools/libressl, tools/xz
- package/libs/mpfr, package/libs/libmnl, package/libs/libnfnetlink

Replaced with @OPENWRT (HTTPS-only mirror) where the upstream HTTPS host
is dead or has a broken certificate:
- package/libs/popt (ftp.rpm.org cert mismatch)
- package/firmware/ixp4xx-microcode (was http://downloads.openwrt.org)
- package/boot/imx-bootlets (trabant.uid0.hu cert mismatch)
- package/boot/kobs-ng (freescale.com URL is dead, redirects to nxp.com root)

Dropped redundant ftp://ftp.denx.de fallback (https://ftp.denx.de is
already listed):
- package/boot/uboot-tools, tools/mkimage

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>tools/mkimage: use full defconfig name</title>
<updated>2026-04-12T08:28:25Z</updated>
<author>
<name>Shiji Yang</name>
</author>
<published>2026-04-10T11:02:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=75f2f960caa03dd2d1aa1bc38de908bb5a47c979'/>
<id>urn:sha1:75f2f960caa03dd2d1aa1bc38de908bb5a47c979</id>
<content type='text'>
The defconfig file used to build tools is "tools-only_defconfig".
Though u-boot scripts can still automatically handle the old style
name for compatibility reason, it's better to use the correct name.

Signed-off-by: Shiji Yang &lt;yangshiji66@outlook.com&gt;
Link: https://github.com/openwrt/openwrt/pull/22844
Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>tools/mkimage: disable more unnecessary tools</title>
<updated>2026-04-12T08:28:25Z</updated>
<author>
<name>Shiji Yang</name>
</author>
<published>2026-04-10T11:02:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=e249f79723c77f5570145a34b08c4ab610296c2a'/>
<id>urn:sha1:e249f79723c77f5570145a34b08c4ab610296c2a</id>
<content type='text'>
It doesn't make sence to build unused tools.

Signed-off-by: Shiji Yang &lt;yangshiji66@outlook.com&gt;
Link: https://github.com/openwrt/openwrt/pull/22844
Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>tools/mkimage: update to v2026.04</title>
<updated>2026-04-12T08:28:25Z</updated>
<author>
<name>Shiji Yang</name>
</author>
<published>2026-04-10T11:02:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=f2d684236f50faefb32a031876ed585bed7a2604'/>
<id>urn:sha1:f2d684236f50faefb32a031876ed585bed7a2604</id>
<content type='text'>
Update to the latest version and add missing 030 patch header.

Changelog:
22aa122eee0 mkimage: Add support for bundling TEE in mkimage -f auto

Signed-off-by: Shiji Yang &lt;yangshiji66@outlook.com&gt;
Link: https://github.com/openwrt/openwrt/pull/22844
Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>tools/mkimage: update to version 2026.01</title>
<updated>2026-01-27T00:29:57Z</updated>
<author>
<name>Stefan Kalscheuer</name>
</author>
<published>2026-01-24T08:47:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=1e678eb223c01bdc4bef70592298206cc22d2a70'/>
<id>urn:sha1:1e678eb223c01bdc4bef70592298206cc22d2a70</id>
<content type='text'>
Update package to the latest stable version.

Patches manually refreshed:
* 030-allow-to-use-different-magic.patch

Signed-off-by: Stefan Kalscheuer &lt;stefan@stklcode.de&gt;
Link: https://github.com/openwrt/openwrt/pull/21674
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>tools/mkimage: update to version 2025.10</title>
<updated>2025-10-11T19:50:41Z</updated>
<author>
<name>Stefan Kalscheuer</name>
</author>
<published>2025-10-11T15:54:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=50e4d4f4ba449e2521139a9f5b7e8e74da62efd2'/>
<id>urn:sha1:50e4d4f4ba449e2521139a9f5b7e8e74da62efd2</id>
<content type='text'>
Update package to the latest stable version.
All patches need to be updated.

Signed-off-by: Stefan Kalscheuer &lt;stefan@stklcode.de&gt;
Link: https://github.com/openwrt/openwrt/pull/20379
Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>tools/mkimage: update to v2025.07</title>
<updated>2025-07-08T06:37:36Z</updated>
<author>
<name>Shiji Yang</name>
</author>
<published>2025-07-07T21:59:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=ae7d6c851a2530de457362a51838e08b6c21eeb3'/>
<id>urn:sha1:ae7d6c851a2530de457362a51838e08b6c21eeb3</id>
<content type='text'>
Update to latest version. All patches are automatically refreshed.

Signed-off-by: Shiji Yang &lt;yangshiji66@outlook.com&gt;
Link: https://github.com/openwrt/openwrt/pull/19341
Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>mkimage: update to v2025.01</title>
<updated>2025-01-12T19:16:59Z</updated>
<author>
<name>Shiji Yang</name>
</author>
<published>2025-01-08T14:57:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=9a0f0611d2022fb21c400abfcf51c67493b5265a'/>
<id>urn:sha1:9a0f0611d2022fb21c400abfcf51c67493b5265a</id>
<content type='text'>
Update to latest version. There are no patches that need to be
refreshed.

Signed-off-by: Shiji Yang &lt;yangshiji66@qq.com&gt;
Link: https://github.com/openwrt/openwrt/pull/17539
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>tools: mkimage: update to U-Boot release v2024.07</title>
<updated>2024-07-04T19:15:26Z</updated>
<author>
<name>Shiji Yang</name>
</author>
<published>2024-07-04T10:39:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=7d2ca4e4103970992bf5fb83a0ccd4ac15123488'/>
<id>urn:sha1:7d2ca4e4103970992bf5fb83a0ccd4ac15123488</id>
<content type='text'>
Update to latest version.

Signed-off-by: Shiji Yang &lt;yangshiji66@qq.com&gt;
</content>
</entry>
<entry>
<title>tools/mkimage: update to v2024.04</title>
<updated>2024-05-29T08:43:50Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2024-04-05T10:18:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=6f2244735f8b09ec8a5e3ca4c5936084c1163022'/>
<id>urn:sha1:6f2244735f8b09ec8a5e3ca4c5936084c1163022</id>
<content type='text'>
Update to latest version.

Refresh patches:
- 030-allow-to-use-different-magic.patch
- 095-tools-disable-TOOLS_FIT_FULL_CHECK.patch

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
</feed>
