<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luci/contrib/package/lucihttp, branch master</title>
<subtitle>Lua Configuration Interface (mirror)</subtitle>
<id>https://git-03.infra.openwrt.org/project/luci/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/project/luci/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/luci/'/>
<updated>2025-10-07T15:56:21Z</updated>
<entry>
<title>lucihttp: adjust to cmake 4.x compatibility</title>
<updated>2025-10-07T15:56:21Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2025-10-07T15:56:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/luci/commit/?id=721369b8bf04f87974e9757c465f827df936ef69'/>
<id>urn:sha1:721369b8bf04f87974e9757c465f827df936ef69</id>
<content type='text'>
New cmake versions require at least 3.5 as 'cmake_minimum_required'
in CMakeLists.txt. In future 3.10 will be required.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>lucihttp: Fix PKG_MIRROR_HASH after .zst change</title>
<updated>2024-04-07T12:35:07Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2024-04-07T12:35:07Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/luci/commit/?id=d1269d63dae00a0d3611d740bcd1fc77a48f5876'/>
<id>urn:sha1:d1269d63dae00a0d3611d740bcd1fc77a48f5876</id>
<content type='text'>
Adjust PKG_MIRROR_HASH to the filename change due to .zst adoption.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>lucihttp: Fix PKG_MIRROR_HASH after APK changes</title>
<updated>2024-04-03T17:32:02Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2024-04-03T17:32:02Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/luci/commit/?id=b2f8d0e2ad8c64f8fd74eb824476a46b07e428e0'/>
<id>urn:sha1:b2f8d0e2ad8c64f8fd74eb824476a46b07e428e0</id>
<content type='text'>
Adjust PKG_MIRROR_HASH to the filename logic change due to
APK preparations.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>lucihttp: update to latest Git HEAD</title>
<updated>2023-03-15T00:07:09Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2023-03-15T00:05:32Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/luci/commit/?id=0f6e1663ca0370ab3f8ca3927a9d0a37b015d0f4'/>
<id>urn:sha1:0f6e1663ca0370ab3f8ca3927a9d0a37b015d0f4</id>
<content type='text'>
9b5b683 multipart-parser: properly handle parts with trailing CR

Fixes: #6282
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>lucihttp: update to latest Git HEAD</title>
<updated>2022-07-08T13:26:23Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2022-07-08T13:26:23Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/luci/commit/?id=2b0539ef9d1849b42fae206f0647bc647323c75d'/>
<id>urn:sha1:2b0539ef9d1849b42fae206f0647bc647323c75d</id>
<content type='text'>
6e68a10 utils: also compare attribute name length in lh_header_attribute()
7b721af testcases: adjust urldecode tests

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>lucihttp: update to latest Git HEAD</title>
<updated>2022-02-21T13:51:01Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2022-02-16T19:54:12Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/luci/commit/?id=e870775d39238dbaea693eff892d0b33e1dec76c'/>
<id>urn:sha1:e870775d39238dbaea693eff892d0b33e1dec76c</id>
<content type='text'>
cc85183 ucode: add ucode library binding

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>lucihttp: update to latest Git HEAD</title>
<updated>2021-06-11T06:32:03Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2021-06-11T06:28:31Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/luci/commit/?id=d1fc11d852262bacb650a49782dbce0c8cbd572a'/>
<id>urn:sha1:d1fc11d852262bacb650a49782dbce0c8cbd572a</id>
<content type='text'>
Fixes compilation under 32bit systems by using the proper printf format
specifier for size_t values.

Also fixes compilation with Ninja by appending instead of
overwriting CMAKE_OPTIONS.

Fixes: #5116
Suggested-by: Rosen Penev &lt;rosenp@gmail.com&gt;
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>lucihttp: update to latest Git HEAD</title>
<updated>2019-07-05T06:27:47Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-07-05T06:26:26Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/luci/commit/?id=66c8ebfeffcffdcfcdf64888b7685dca26f82ff5'/>
<id>urn:sha1:66c8ebfeffcffdcfcdf64888b7685dca26f82ff5</id>
<content type='text'>
a34a17d src: allow overriding buffer size from cli in multipart tester
730a46f lib: fix potentially lost bytes in boundary parsing across buffer limits
8734af2 lib: add buffer tracing to multipart parser
913051b src: add file dump option to multipart test utility
c419539 src: allow specifying custom buffer sizes in multipart testcases
f6e0564 lib: fix handling of empty multipart fields

Fixes: #2816
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>lucihttp: update to latest Git HEAD</title>
<updated>2019-06-05T14:15:40Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-06-05T11:22:15Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/luci/commit/?id=15608fd2e5283fd6dd3ee4e9bf783029d0cae8c3'/>
<id>urn:sha1:15608fd2e5283fd6dd3ee4e9bf783029d0cae8c3</id>
<content type='text'>
f6e0564 lib: fix handling of empty multipart fields
91c01c3 lib: fix multipart state transition in boundary parsing

Fixes: #2737
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>lucihttp: update to latest Git HEAD</title>
<updated>2019-01-24T11:24:51Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-01-24T11:18:33Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/luci/commit/?id=c8e95785869ebb2862b524b96568f2ea20ce9b8c'/>
<id>urn:sha1:c8e95785869ebb2862b524b96568f2ea20ce9b8c</id>
<content type='text'>
1afbdcc build: add soversion to library

Also adjust ABI_VERSION and install recipe accordingly.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
</feed>
