<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libmicrohttpd/Makefile, 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>2025-12-31T07:12:36Z</updated>
<entry>
<title>treewide: fix spelling and grammar in Makefiles</title>
<updated>2025-12-31T07:12:36Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-12-26T04:26:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=de64f871b0f00b885039997eb46f914bdac687a5'/>
<id>urn:sha1:de64f871b0f00b885039997eb46f914bdac687a5</id>
<content type='text'>
Fix spelling and grammar in package definitions, configs, comments and
other strings.

Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>libmicrohttpd: update to 1.0.2</title>
<updated>2025-07-23T11:59:24Z</updated>
<author>
<name>Alexander Couzens</name>
</author>
<published>2025-07-19T11:29:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a45c1a4fe5e3d1030f4c065d16a558b766179b98'/>
<id>urn:sha1:a45c1a4fe5e3d1030f4c065d16a558b766179b98</id>
<content type='text'>
Changelog:
* Fix double-close bugs on bind() errors reported by MC on the list.
* Removed MHD2 draft code, now in libmicrohttpd2.git.

Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;
</content>
</entry>
<entry>
<title>libmicrohttpd: Fix too long title</title>
<updated>2024-10-28T16:52:25Z</updated>
<author>
<name>Evgeny Grin (Karlson2k)</name>
</author>
<published>2024-10-28T10:53:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ae6d0ab7ad7ea07fa66e3701e936d0165675279d'/>
<id>urn:sha1:ae6d0ab7ad7ea07fa66e3701e936d0165675279d</id>
<content type='text'>
Signed-off-by: Evgeny Grin (Karlson2k) &lt;k2k@narod.ru&gt;
</content>
</entry>
<entry>
<title>libmicrohttpd: Use external hashing functions</title>
<updated>2024-10-27T22:51:33Z</updated>
<author>
<name>Evgeny Grin (Karlson2k)</name>
</author>
<published>2024-10-27T16:23:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0689238ef3d03198001606821b3e2ebd7aa116df'/>
<id>urn:sha1:0689238ef3d03198001606821b3e2ebd7aa116df</id>
<content type='text'>
When compiled with GnuTLS external functions can be used to calculate
hashes. Enable them to reduce the library binary size (by disabling
internal code for hash calculations).
Note: libmicrohttpd 1.0.0 or later required

Signed-off-by: Evgeny Grin (Karlson2k) &lt;k2k@narod.ru&gt;
</content>
</entry>
<entry>
<title>libmicrohttpd: Fixed 'TITLE'</title>
<updated>2024-10-27T22:51:33Z</updated>
<author>
<name>Evgeny Grin (Karlson2k)</name>
</author>
<published>2024-10-27T16:17:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c60190ae673400dcf91a97b022afa5a25d9666c7'/>
<id>urn:sha1:c60190ae673400dcf91a97b022afa5a25d9666c7</id>
<content type='text'>
Note dropped period at the end of the string to be nicely combined with
postfix of SSL version.

Signed-off-by: Evgeny Grin (Karlson2k) &lt;k2k@narod.ru&gt;
</content>
</entry>
<entry>
<title>libmicrohttpd: Drop unneeded libgcrypt dependency</title>
<updated>2024-10-27T22:51:33Z</updated>
<author>
<name>Evgeny Grin (Karlson2k)</name>
</author>
<published>2024-10-27T16:12:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3c802891686f9e5db36762b909f81454e036b810'/>
<id>urn:sha1:3c802891686f9e5db36762b909f81454e036b810</id>
<content type='text'>
libgcrypt was used by early GnuTLS 2.x versions. For GnuTLS versions
without ability to automatically initialise libgcrypt, MHD was able to
initialise libgcrypt. However, it is not required for a long time.

Signed-off-by: Evgeny Grin (Karlson2k) &lt;k2k@narod.ru&gt;
</content>
</entry>
<entry>
<title>libmicrohttpd: Enable 'poll()' usage</title>
<updated>2024-10-27T22:51:33Z</updated>
<author>
<name>Evgeny Grin (Karlson2k)</name>
</author>
<published>2024-10-27T16:03:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ae675a5b17570789affc06f5a1ea4522e64df469'/>
<id>urn:sha1:ae675a5b17570789affc06f5a1ea4522e64df469</id>
<content type='text'>
If 'poll()' function is disabled, then in thread-per-connection mode
'select()' is used. This is much less efficient.
'epoll' is not used in thread-per-connection mode as it would require
additional epoll FD per every connection.

Signed-off-by: Evgeny Grin (Karlson2k) &lt;k2k@narod.ru&gt;
</content>
</entry>
<entry>
<title>libmicrohttpd update to 1.0.1</title>
<updated>2024-10-27T22:51:33Z</updated>
<author>
<name>Jen Wolf</name>
</author>
<published>2024-10-27T21:45:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7a8ec328b1c9630ee2a461dd569c9b5edea15fa3'/>
<id>urn:sha1:7a8ec328b1c9630ee2a461dd569c9b5edea15fa3</id>
<content type='text'>
Signed-off-by: Jen Wolf &lt;jenwolf@protonmail.com&gt;
</content>
</entry>
<entry>
<title>libmicrohttpd: update to 0.9.77</title>
<updated>2024-02-12T01:14:10Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-02-11T22:54:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=45897d0174f180f4d25de2f7a039267b547ebc46'/>
<id>urn:sha1:45897d0174f180f4d25de2f7a039267b547ebc46</id>
<content type='text'>
Fixes CVE-2023-27371

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: assign PKG_CPE_ID</title>
<updated>2024-02-05T00:16:10Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-02-02T17:37:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5afe5c9031190844f267357c68efe3c9c3cbe51d'/>
<id>urn:sha1:5afe5c9031190844f267357c68efe3c9c3cbe51d</id>
<content type='text'>
Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
</feed>
