<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/owut, 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-08-31T09:54:17Z</updated>
<entry>
<title>owut: update to 2026.08.30</title>
<updated>2026-08-31T09:54:17Z</updated>
<author>
<name>Eric Fahlgren</name>
</author>
<published>2026-08-31T02:00:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=499d4688a017b578e8418786209b684afc71f2d8'/>
<id>urn:sha1:499d4688a017b578e8418786209b684afc71f2d8</id>
<content type='text'>
efahl/owut@9b51eeec3ec3 owut: refactor image type extraction
efahl/owut@7185daa0a1bb owut: include raw board in device info
efahl/owut@2fab581877f3 owut: allow to append apk repositories to build requests

Signed-off-by: Eric Fahlgren &lt;ericfahlgren@gmail.com&gt;
</content>
</entry>
<entry>
<title>owut: remove comments and empty lines from the built package</title>
<updated>2026-08-30T18:20:02Z</updated>
<author>
<name>Samuele Longhi</name>
</author>
<published>2026-08-25T11:14:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1c2ce769a8a87cc41caf23397628b1eaa8875c82'/>
<id>urn:sha1:1c2ce769a8a87cc41caf23397628b1eaa8875c82</id>
<content type='text'>
This allows to save some bytes, while preserving the scripts's
copyright and license information.

In owut at current ref db17536ec5cbcc6a76a51e65f3d192b6a2184abb
the reduction in the size applied to the source code is (e.g. without
the computed "s/%%VERSION%%/$(PKG_VERSION)-r$(PKG_RELEASE)/"):

from:
74330 /usr/bin/owut
10541 /usr/share/ucode/utils/argparse.uc

to:
58640 /usr/bin/owut
8630 /usr/share/ucode/utils/argparse.uc

Signed-off-by: Samuele Longhi &lt;agave@dracaena.it&gt;
Co-authored-by: Eric Fahlgren &lt;ericfahlgren@gmail.com&gt;
</content>
</entry>
<entry>
<title>owut: update to 2026.07.08</title>
<updated>2026-07-11T15:04:15Z</updated>
<author>
<name>Eric Fahlgren</name>
</author>
<published>2026-07-11T13:53:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=918fd9285b11acbcafb54eeb2243513e25371311'/>
<id>urn:sha1:918fd9285b11acbcafb54eeb2243513e25371311</id>
<content type='text'>
Bug fixes:
    efahl/owut@3979710893c2 owut: handle mid-release errors more gracefully
Enhancements:
    efahl/owut@db17536ec5cb treewide: remove stray spaces and tabs
    efahl/owut@a0bb39262d57 owut: allow removal of non-installed packages

Signed-off-by: Eric Fahlgren &lt;ericfahlgren@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: cleanup URLs</title>
<updated>2026-05-08T20:28:27Z</updated>
<author>
<name>Yanase Yuki</name>
</author>
<published>2026-01-02T09:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b0d8a3d384915c2de1c5b473fcfb8b3996bb849b'/>
<id>urn:sha1:b0d8a3d384915c2de1c5b473fcfb8b3996bb849b</id>
<content type='text'>
This commit converts plain HTTP URLs to HTTPS, and updates
old or outdated URLs.

Signed-off-by: Yanase Yuki &lt;dev@zpc.st&gt;
</content>
</entry>
<entry>
<title>owut: update to 2026.04.09</title>
<updated>2026-04-10T13:28:07Z</updated>
<author>
<name>Eric Fahlgren</name>
</author>
<published>2026-04-09T15:56:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e317276974b0deae889e83d9adfcc5e77986cca0'/>
<id>urn:sha1:e317276974b0deae889e83d9adfcc5e77986cca0</id>
<content type='text'>
Bug fixes:
    efahl/owut@e80489e641a5 owut: add proxy support via env vars
    efahl/owut@5d6760b59e4d owut: fix bug in response headers value

Enhancements:
    efahl/owut@ceeccc93fe29 owut: handle no_proxy env var
    efahl/owut@34367e6e6298 owut: accessibility and readability

Signed-off-by: Eric Fahlgren &lt;ericfahlgren@gmail.com&gt;
</content>
</entry>
<entry>
<title>owut: update to 2026.03.30</title>
<updated>2026-03-31T07:39:09Z</updated>
<author>
<name>Eric Fahlgren</name>
</author>
<published>2026-03-30T11:41:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6021274e045465cdadd6715e82355b4435072a83'/>
<id>urn:sha1:6021274e045465cdadd6715e82355b4435072a83</id>
<content type='text'>
Bug fixes:
    efahl/owut@c243c697c723 owut: report only enabled branches and their data
    efahl/owut@f381ad78eca5 owut: handle true redirects
Enhancements:
    efahl/owut@670907a5081f owut: modernize what provides lookups
    efahl/owut@98471fa15682 owut: fix color of status message

Signed-off-by: Eric Fahlgren &lt;ericfahlgren@gmail.com&gt;
</content>
</entry>
<entry>
<title>owut: activate by default in buildbot</title>
<updated>2026-02-08T21:42:10Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2026-02-05T23:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=79d60466683d9f265df5fb2beb581ceff58aed78'/>
<id>urn:sha1:79d60466683d9f265df5fb2beb581ceff58aed78</id>
<content type='text'>
This will activate owut in buildbot builds for targets with large flash
by default. This will integrate it into most images by default.

The buildbots already build LuCI with luci-app-attendedsysupgrade. This
adds ucode-mod-uclient and owut to the image.

These are the package sizes for mips_24kc:
29270 bin/packages/mips_24kc/packages/owut-2026.01.13~2526d84b-r1.apk
 5449 bin/packages/mips_24kc/base/ucode-mod-uclient-2026.01.31~931bbfeb-r1.apk

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>owut: update to 2026.01.13</title>
<updated>2026-01-13T23:12:19Z</updated>
<author>
<name>Eric Fahlgren</name>
</author>
<published>2026-01-13T18:02:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2891aa4472379deece48ec766ea6e3a71d95f2df'/>
<id>urn:sha1:2891aa4472379deece48ec766ea6e3a71d95f2df</id>
<content type='text'>
Enhancements:
    efahl/owut@2526d84be888 owut: add better messaging in quiet modes

Signed-off-by: Eric Fahlgren &lt;ericfahlgren@gmail.com&gt;
</content>
</entry>
<entry>
<title>owut: update to 2025.12.01</title>
<updated>2025-12-12T02:58:02Z</updated>
<author>
<name>Eric Fahlgren</name>
</author>
<published>2025-12-11T22:22:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=76953dba6b1de3abad0eab6debb9129b044abcec'/>
<id>urn:sha1:76953dba6b1de3abad0eab6debb9129b044abcec</id>
<content type='text'>
Bug fixes:
    efahl/owut@4482dd097f48 owut: handle changes in a package's version number format

Signed-off-by: Eric Fahlgren &lt;ericfahlgren@gmail.com&gt;
</content>
</entry>
<entry>
<title>owut: update to 2025.11.16</title>
<updated>2025-11-17T04:32:13Z</updated>
<author>
<name>Eric Fahlgren</name>
</author>
<published>2025-11-17T04:15:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1545e6510f2e43a58a8e347e34ea6862466efa0b'/>
<id>urn:sha1:1545e6510f2e43a58a8e347e34ea6862466efa0b</id>
<content type='text'>
Enhancements:
    efahl/owut@af42b8afe35c owut: minor improvement on logging API
    efahl/owut@223d6e64b719 owut: add 'clean slate' option to reset to default packages
    efahl/owut@3a35acb7a09a owut: typos and wording fixes
    efahl/owut@eba5101ba780 owut: report counts of failed package builds
    efahl/owut@365eed1f26c2 owut: use library glob

Signed-off-by: Eric Fahlgren &lt;ericfahlgren@gmail.com&gt;
</content>
</entry>
</feed>
