<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/lighttpd/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>2026-06-21T00:08:58Z</updated>
<entry>
<title>lighttpd: update to lighttpd 1.4.84 release hash</title>
<updated>2026-06-21T00:08:58Z</updated>
<author>
<name>Glenn Strauss</name>
</author>
<published>2026-06-18T04:21:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=369d76be6818c6a7ddf7b4abaecbd35617799bb9'/>
<id>urn:sha1:369d76be6818c6a7ddf7b4abaecbd35617799bb9</id>
<content type='text'>
Ref: https://www.lighttpd.net/2026/6/17/1.4.84/
Signed-off-by: Glenn Strauss &lt;gstrauss@gluelogic.com&gt;
</content>
</entry>
<entry>
<title>lighttpd: update to lighttpd 1.4.83 release hash</title>
<updated>2026-06-15T10:05:47Z</updated>
<author>
<name>Glenn Strauss</name>
</author>
<published>2026-06-15T02:30:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8783231a03aad5e7b116da78726174dc6aa4487a'/>
<id>urn:sha1:8783231a03aad5e7b116da78726174dc6aa4487a</id>
<content type='text'>
Ref: https://www.lighttpd.net/2026/6/14/1.4.83/
Signed-off-by: Glenn Strauss &lt;gstrauss@gluelogic.com&gt;
</content>
</entry>
<entry>
<title>lighttpd: mbedtls 3.x EC certs require drbg init</title>
<updated>2025-12-30T10:13:16Z</updated>
<author>
<name>Glenn Strauss</name>
</author>
<published>2025-12-27T06:14:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ff9fe4b10184d8b13cf8a9555f91c3d767135061'/>
<id>urn:sha1:ff9fe4b10184d8b13cf8a9555f91c3d767135061</id>
<content type='text'>
EC certs require drbg init with mbedtls &gt;= 3.0.0
in addition to MBEDTLS_USE_PSA_CRYPTO requiring drbg init

x-ref:
  "mbedtls error with ec certificates"
  https://redmine.lighttpd.net/boards/2/topics/12097
  "mod_mbedtls: ECDSA OpenSSL certificates do not work with lighttpd + mbedTLS/PSA (MBEDTLS_USE_PSA_CRYPTO)"
  https://redmine.lighttpd.net/issues/3288

Signed-off-by: Glenn Strauss &lt;gstrauss@gluelogic.com&gt;
</content>
</entry>
<entry>
<title>lighttpd: update to lighttpd 1.4.82 release hash</title>
<updated>2025-09-14T06:35:50Z</updated>
<author>
<name>Glenn Strauss</name>
</author>
<published>2025-09-12T22:05:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c8e1b9af9985384fe356a3af29019ac204438393'/>
<id>urn:sha1:c8e1b9af9985384fe356a3af29019ac204438393</id>
<content type='text'>
Ref: https://www.lighttpd.net/2025/9/12/1.4.82/

Signed-off-by: Glenn Strauss &lt;gstrauss@gluelogic.com&gt;
</content>
</entry>
<entry>
<title>lighttpd: update to lighttpd 1.4.81 release hash</title>
<updated>2025-08-17T13:30:15Z</updated>
<author>
<name>Glenn Strauss</name>
</author>
<published>2025-08-17T07:45:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=62dbf8c87f1648696b7ee53acc8c15fcc84776ff'/>
<id>urn:sha1:62dbf8c87f1648696b7ee53acc8c15fcc84776ff</id>
<content type='text'>
https://www.lighttpd.net/2025/8/17/1.4.81/

Signed-off-by: Glenn Strauss &lt;gstrauss@gluelogic.com&gt;
</content>
</entry>
<entry>
<title>lighttpd: update to lighttpd 1.4.77 release hash</title>
<updated>2025-01-12T12:05:01Z</updated>
<author>
<name>Glenn Strauss</name>
</author>
<published>2025-01-11T00:35:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=cd4c0ac8134f5cb77a7091a471aadab8df684710'/>
<id>urn:sha1:cd4c0ac8134f5cb77a7091a471aadab8df684710</id>
<content type='text'>
Signed-off-by: Glenn Strauss &lt;gstrauss@gluelogic.com&gt;
</content>
</entry>
<entry>
<title>lighttpd: add option to use OpenSSL crypto library</title>
<updated>2024-05-13T01:11:44Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2024-04-24T19:28:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8c9597f1dcb0ab5965a5ecdb506e234c5da61a3e'/>
<id>urn:sha1:8c9597f1dcb0ab5965a5ecdb506e234c5da61a3e</id>
<content type='text'>
Currently, it is not feasible to configure lighttpd to use OpenSSL as
its internal crypto library. Instead, one must rely on alternative
crypto libraries such as Nettle or mbedTLS. This setup is not ideal in
scenarios where a single crypto library is preferred. To address this
issue, lets propose introducing OpenSSL as an additional configuration
option.  Similarly, propose GnuTLS as additional configuration option.

Closes: #24004
Co-developed-by: Glenn Strauss &lt;gstrauss@gluelogic.com&gt;
Signed-off-by: Glenn Strauss &lt;gstrauss@gluelogic.com&gt;
Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
<entry>
<title>lighttpd: update to lighttpd 1.4.74 release hash</title>
<updated>2024-02-23T07:18:38Z</updated>
<author>
<name>Glenn Strauss</name>
</author>
<published>2024-02-22T18:03:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4d8bb07b734391d11318cb319548a17273820685'/>
<id>urn:sha1:4d8bb07b734391d11318cb319548a17273820685</id>
<content type='text'>
Signed-off-by: Glenn Strauss &lt;gstrauss@gluelogic.com&gt;
</content>
</entry>
<entry>
<title>lighttpd: update to lighttpd 1.4.72 release hash</title>
<updated>2023-10-08T12:41:16Z</updated>
<author>
<name>Glenn Strauss</name>
</author>
<published>2023-10-07T06:24:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3e9b2d85f04c770a5f3e8bdc3065467ef976dea4'/>
<id>urn:sha1:3e9b2d85f04c770a5f3e8bdc3065467ef976dea4</id>
<content type='text'>
Signed-off-by: Glenn Strauss &lt;gstrauss@gluelogic.com&gt;
</content>
</entry>
<entry>
<title>lighttpd: update to lighttpd 1.4.71 release hash</title>
<updated>2023-05-28T06:29:41Z</updated>
<author>
<name>Glenn Strauss</name>
</author>
<published>2023-05-27T22:03:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=19291ee1951a79776c1b67c10fd67af5d346abc5'/>
<id>urn:sha1:19291ee1951a79776c1b67c10fd67af5d346abc5</id>
<content type='text'>
remove patches included upstream

Signed-off-by: Glenn Strauss &lt;gstrauss@gluelogic.com&gt;
</content>
</entry>
</feed>
