<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/xz, 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-04-16T18:48:36Z</updated>
<entry>
<title>treewide: set me where PKG_MAINTAINER empty</title>
<updated>2026-04-16T18:48:36Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-13T07:50:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8d3c00421392c9c4c6c920977959ab7fae237261'/>
<id>urn:sha1:8d3c00421392c9c4c6c920977959ab7fae237261</id>
<content type='text'>
Seems a lot of packages are just getting abandoned by people.
Will pick these up and see them through.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>xz: update to 5.8.3</title>
<updated>2026-04-15T08:40:52Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2026-04-14T17:29:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=70a0b531241b800a4cf86d8ab156a3cf94b50542'/>
<id>urn:sha1:70a0b531241b800a4cf86d8ab156a3cf94b50542</id>
<content type='text'>
Update includes fix for CVE-2026-34743.

Release Notes:
https://github.com/tukaani-project/xz/releases/tag/v5.8.3

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>xz: update to 5.8.2</title>
<updated>2026-01-31T15:59:01Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2026-01-31T09:20:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=66459cd6ec01d1f7a39526bc6662323a657db735'/>
<id>urn:sha1:66459cd6ec01d1f7a39526bc6662323a657db735</id>
<content type='text'>
Update xz to version 5.8.2 to match version in build tools.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>xz: update to 5.8.1</title>
<updated>2025-07-28T06:31:33Z</updated>
<author>
<name>Fengyu Wu</name>
</author>
<published>2025-07-27T07:47:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=317798178fea162732e58024b8d8593d4662cc0f'/>
<id>urn:sha1:317798178fea162732e58024b8d8593d4662cc0f</id>
<content type='text'>
Update xz to match the version in tools/

Also add a new GitHub package URL.

Signed-off-by: Fengyu Wu &lt;saldry@proton.me&gt;
</content>
</entry>
<entry>
<title>utils/xz: fix license</title>
<updated>2024-10-06T20:12:43Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-10-01T17:23:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1501f15b267084976e361a1ac0d70b734b82af5a'/>
<id>urn:sha1:1501f15b267084976e361a1ac0d70b734b82af5a</id>
<content type='text'>
Remove GPL-2.0+ and GPL-3.0+ from PKG_LICENSE as GNU GPLv2+ and GPLv3+
are only used for the build system as stated in [1]:

 The build system contains public domain files, and files that
 are under GNU GPLv2+ or GNU GPLv3+. None of these files end up
 in the binaries being built.

Moreover, add 0BSD which is used since version 5.6.0 [2]

[1]: https://github.com/tukaani-project/xz/commit/02ddf09bc3079b3e17297729b9e43f14d407b8fc
[2]: https://github.com/tukaani-project/xz/commit/689e0228baeb95232430e90d628379db89583d71

Fixes: b9e87eeb7deb8b3890415b835c9c69764893c023 (xz: import from old packages feed)

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>xz: add patch from upstream to fix mips64/octeon build</title>
<updated>2024-08-01T13:30:32Z</updated>
<author>
<name>Aleksey Vasilenko</name>
</author>
<published>2024-08-01T07:18:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8950648ebc23c40634badeadd35bcc22c046458d'/>
<id>urn:sha1:8950648ebc23c40634badeadd35bcc22c046458d</id>
<content type='text'>
Fixes https://github.com/openwrt/packages/issues/24699

Signed-off-by: Aleksey Vasilenko &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>xz: update to 5.6.2</title>
<updated>2024-07-28T14:49:27Z</updated>
<author>
<name>Aleksey Vasilenko</name>
</author>
<published>2024-07-26T07:29:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c611da23d8fc62b9c7c78694f45b70c3df069bc5'/>
<id>urn:sha1:c611da23d8fc62b9c7c78694f45b70c3df069bc5</id>
<content type='text'>
- Refresh a patch

Signed-off-by: Aleksey Vasilenko &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>Revert "tools/xz: update to 5.6.1" (CVE-2024-3094)</title>
<updated>2024-03-29T17:31:17Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2024-03-29T17:31:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9e46b47ca3ece6de6bb185ba3645299167150b59'/>
<id>urn:sha1:9e46b47ca3ece6de6bb185ba3645299167150b59</id>
<content type='text'>
This reverts commit 714c91d1a63f29650abaa9cf69ffa47cf2c70297 as probably
the upstream xz repository and the xz tarballs have been backdoored.

References: https://www.openwall.com/lists/oss-security/2024/03/29/4
Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
<entry>
<title>xz: update to 5.6.1</title>
<updated>2024-03-21T06:05:16Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-03-20T09:40:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1cef352d28844e7c099500ec26fc71d016b0480a'/>
<id>urn:sha1:1cef352d28844e7c099500ec26fc71d016b0480a</id>
<content type='text'>
- Change source URL to the up-to-date one

Signed-off-by: krant &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>xz: Update to 5.4.6</title>
<updated>2024-01-30T18:47:51Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2024-01-30T18:47:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a297c70c16e2828406628da1e0d485d16d006476'/>
<id>urn:sha1:a297c70c16e2828406628da1e0d485d16d006476</id>
<content type='text'>
Update xz to match the version 5.4.6 in tools/

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
</feed>
