<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lighttpd-git.git, branch master</title>
<subtitle>git.lighttpd.net: lighttpd/lighttpd1.4.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lighttpd-git.git/'/>
<entry>
<title>[core] quiet lemon.c clang C2x warnings</title>
<updated>2023-05-15T05:23:53+00:00</updated>
<author>
<name>Glenn Strauss</name>
<email>gstrauss@gluelogic.com</email>
</author>
<published>2023-05-15T05:22:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lighttpd-git.git/commit/?id=b6c99696baa70461b3ce2f69674ab5b11f583131'/>
<id>b6c99696baa70461b3ce2f69674ab5b11f583131</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[core] check getaddrinfo EAI_ADDRFAMILY w/ glibc</title>
<updated>2023-05-15T02:32:20+00:00</updated>
<author>
<name>Glenn Strauss</name>
<email>gstrauss@gluelogic.com</email>
</author>
<published>2023-05-15T02:32:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lighttpd-git.git/commit/?id=a14a93e1fa7a3e3b34febd23b6eb3e97c4cca868'/>
<id>a14a93e1fa7a3e3b34febd23b6eb3e97c4cca868</id>
<content type='text'>
check getaddrinfo() error EAI_ADDRFAMILY only with __GLIBC__ defined

x-ref:
  "www/lighttpd: fix listening on IPv6 and IPv4 addresses"
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271335
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
check getaddrinfo() error EAI_ADDRFAMILY only with __GLIBC__ defined

x-ref:
  "www/lighttpd: fix listening on IPv6 and IPv4 addresses"
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271335
</pre>
</div>
</content>
</entry>
<entry>
<title>[core] _WIN32 quiet compiler warnings 32-bit build</title>
<updated>2023-05-13T08:44:55+00:00</updated>
<author>
<name>Glenn Strauss</name>
<email>gstrauss@gluelogic.com</email>
</author>
<published>2023-05-13T00:40:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lighttpd-git.git/commit/?id=e05a9354a3a9656f37e65b07d440cc7a78ea65af'/>
<id>e05a9354a3a9656f37e65b07d440cc7a78ea65af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[core] fix new use of posix_spawn with some glibc (fixes #3201)</title>
<updated>2023-05-11T23:00:03+00:00</updated>
<author>
<name>Glenn Strauss</name>
<email>gstrauss@gluelogic.com</email>
</author>
<published>2023-05-11T19:45:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lighttpd-git.git/commit/?id=5ce791cd57c80a8e09c5640e2886c4db4126d05f'/>
<id>5ce791cd57c80a8e09c5640e2886c4db4126d05f</id>
<content type='text'>
(thx fstelzer)

adjust optimization to fix use of posix_spawn() with some glibc vers,
as older versions rejected sigaction() SIG_DFL on some signals including
SIGKILL, SIGSTOP, and bits in signal mask set higher than NSIG

x-ref:
  "include_shell not working on all platforms"
  https://redmine.lighttpd.net/issues/3201
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(thx fstelzer)

adjust optimization to fix use of posix_spawn() with some glibc vers,
as older versions rejected sigaction() SIG_DFL on some signals including
SIGKILL, SIGSTOP, and bits in signal mask set higher than NSIG

x-ref:
  "include_shell not working on all platforms"
  https://redmine.lighttpd.net/issues/3201
</pre>
</div>
</content>
</entry>
<entry>
<title>[mod_magnet] fix static build using autoconf (fixes #3203)</title>
<updated>2023-05-11T16:36:24+00:00</updated>
<author>
<name>Glenn Strauss</name>
<email>gstrauss@gluelogic.com</email>
</author>
<published>2023-05-11T16:36:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lighttpd-git.git/commit/?id=42314fdc027b664818a7b8a2acbbd3a6774c84ad'/>
<id>42314fdc027b664818a7b8a2acbbd3a6774c84ad</id>
<content type='text'>
(thx desmana)

missing algo_hmac.c from static build
(since removal of mod_secdownload in lighttpd 1.4.68)

x-ref:
  "static build fails due to missing algo_hmac"
  https://redmine.lighttpd.net/issues/3203
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(thx desmana)

missing algo_hmac.c from static build
(since removal of mod_secdownload in lighttpd 1.4.68)

x-ref:
  "static build fails due to missing algo_hmac"
  https://redmine.lighttpd.net/issues/3203
</pre>
</div>
</content>
</entry>
<entry>
<title>[mod_h2] HTTP/2 separate module; no longer builtin</title>
<updated>2023-05-10T23:06:42+00:00</updated>
<author>
<name>Glenn Strauss</name>
<email>gstrauss@gluelogic.com</email>
</author>
<published>2023-05-10T23:06:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lighttpd-git.git/commit/?id=2892a7bf3f8ce92f41134fab25fbc2057f4a36bf'/>
<id>2892a7bf3f8ce92f41134fab25fbc2057f4a36bf</id>
<content type='text'>
HTTP/2 separate module; no longer built-in to lighttpd executable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
HTTP/2 separate module; no longer built-in to lighttpd executable
</pre>
</div>
</content>
</entry>
<entry>
<title>- next is 1.4.71</title>
<updated>2023-05-10T21:43:48+00:00</updated>
<author>
<name>Glenn Strauss</name>
<email>gstrauss@gluelogic.com</email>
</author>
<published>2023-05-10T21:43:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lighttpd-git.git/commit/?id=b9ff4ef9bfd9517c296e746191e1956b4fdb294a'/>
<id>b9ff4ef9bfd9517c296e746191e1956b4fdb294a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[core] treat mod_h2 as built-in module (for now)</title>
<updated>2023-05-10T07:03:28+00:00</updated>
<author>
<name>Glenn Strauss</name>
<email>gstrauss@gluelogic.com</email>
</author>
<published>2023-05-10T07:03:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lighttpd-git.git/commit/?id=c223201bb2966d90f4cac085473ec5faa1951ec8'/>
<id>c223201bb2966d90f4cac085473ec5faa1951ec8</id>
<content type='text'>
(addendum to previous commit)
(lighttpd test confs set server.compat-module-load = "disable")

Note: a future release of lighttpd will build mod_h2 as a separate
module (not built-in) when lighttpd is built with shared modules (.so)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(addendum to previous commit)
(lighttpd test confs set server.compat-module-load = "disable")

Note: a future release of lighttpd will build mod_h2 as a separate
module (not built-in) when lighttpd is built with shared modules (.so)
</pre>
</div>
</content>
</entry>
<entry>
<title>[core] treat mod_h2 as built-in module (for now)</title>
<updated>2023-05-10T06:48:13+00:00</updated>
<author>
<name>Glenn Strauss</name>
<email>gstrauss@gluelogic.com</email>
</author>
<published>2023-05-10T06:32:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lighttpd-git.git/commit/?id=0ed99f4fe6a755b525d16947dfc256304cff289b'/>
<id>0ed99f4fe6a755b525d16947dfc256304cff289b</id>
<content type='text'>
(addendum to previous commit)
(lighttpd test confs set server.compat-module-load = "disable")

Note: a future release of lighttpd will build mod_h2 as a separate
module (not built-in) when lighttpd is built with shared modules (.so)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(addendum to previous commit)
(lighttpd test confs set server.compat-module-load = "disable")

Note: a future release of lighttpd will build mod_h2 as a separate
module (not built-in) when lighttpd is built with shared modules (.so)
</pre>
</div>
</content>
</entry>
<entry>
<title>[doc] NEWS</title>
<updated>2023-05-10T06:09:18+00:00</updated>
<author>
<name>Glenn Strauss</name>
<email>gstrauss@gluelogic.com</email>
</author>
<published>2023-05-10T06:09:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lighttpd-git.git/commit/?id=1196dd727d063ae116067719a534d69a39867c24'/>
<id>1196dd727d063ae116067719a534d69a39867c24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
