<feed xmlns='http://www.w3.org/2005/Atom'>
<title>unit.git/pkg/contrib/src, branch 1.34.2-1</title>
<subtitle>Universal Web Application Server</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/'/>
<entry>
<title>contrib: update wasmtime to 27.0.0</title>
<updated>2024-12-18T19:01:11+00:00</updated>
<author>
<name>Konstantin Pavlov</name>
<email>thresh@nginx.com</email>
</author>
<published>2024-12-13T03:12:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=326865b28d41d00ee6408b1dd50d45ff054e596e'/>
<id>326865b28d41d00ee6408b1dd50d45ff054e596e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>contrib: update njs to 0.8.8</title>
<updated>2024-12-18T19:01:11+00:00</updated>
<author>
<name>Konstantin Pavlov</name>
<email>thresh@nginx.com</email>
</author>
<published>2024-12-13T03:09:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=175f6b0bee610a96b4b8398e1c6712cd2f05481f'/>
<id>175f6b0bee610a96b4b8398e1c6712cd2f05481f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Packages: bump wasmtime to 24.0.0 and wasi-sysroot to 24.0.</title>
<updated>2024-09-09T16:55:32+00:00</updated>
<author>
<name>Konstantin Pavlov</name>
<email>thresh@nginx.com</email>
</author>
<published>2024-09-05T20:22:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=9998918dbbc52c279b9c74cc34f6c67f6cdba1df'/>
<id>9998918dbbc52c279b9c74cc34f6c67f6cdba1df</id>
<content type='text'>
Wasm module is now not built for Amazon Linux 2, Debian 11 and Ubuntu
2.0.04, since it requires cmake version newer than what's available on
those OSes.  wasm-wasi-component is not affected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wasm module is now not built for Amazon Linux 2, Debian 11 and Ubuntu
2.0.04, since it requires cmake version newer than what's available on
those OSes.  wasm-wasi-component is not affected.
</pre>
</div>
</content>
</entry>
<entry>
<title>contrib: updated njs to 0.8.5</title>
<updated>2024-07-02T16:48:00+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2024-05-27T15:41:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=d62a5e2c3749a927e1f5283c1ad2178d665cd399'/>
<id>d62a5e2c3749a927e1f5283c1ad2178d665cd399</id>
<content type='text'>
njs changed strings API so now instead of njs_vm_value_string_set() used
njs_vm_value_string_create() as a drop-in replacement.

Link: &lt;https://github.com/nginx/njs/commit/5730d5ffe23a4965c001d873695d22005fcfa588&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
njs changed strings API so now instead of njs_vm_value_string_set() used
njs_vm_value_string_create() as a drop-in replacement.

Link: &lt;https://github.com/nginx/njs/commit/5730d5ffe23a4965c001d873695d22005fcfa588&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>contrib: updated njs to 0.8.4</title>
<updated>2024-06-18T19:52:17+00:00</updated>
<author>
<name>Konstantin Pavlov</name>
<email>thresh@nginx.com</email>
</author>
<published>2024-06-18T18:30:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=4f776da929af3d0c97dae2e439853cbbd0965c1b'/>
<id>4f776da929af3d0c97dae2e439853cbbd0965c1b</id>
<content type='text'>
While at it, follow the njs move to github to fetch sources.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While at it, follow the njs move to github to fetch sources.
</pre>
</div>
</content>
</entry>
<entry>
<title>NJS: loader should be registered using njs_vm_set_module_loader()</title>
<updated>2024-03-12T16:56:11+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2024-02-16T18:22:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=9993814d14fa693dc8641c31bca70223895d2055'/>
<id>9993814d14fa693dc8641c31bca70223895d2055</id>
<content type='text'>
This change makes NJS module incompatible with NJS older than 0.8.3.
Therefore, the configuration version check has been adjusted accordingly.

This change was introduced in NJS 0.8.3 here:
&lt;https://hg.nginx.com/njs/rev/ad1a7ad3c715&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change makes NJS module incompatible with NJS older than 0.8.3.
Therefore, the configuration version check has been adjusted accordingly.

This change was introduced in NJS 0.8.3 here:
&lt;https://hg.nginx.com/njs/rev/ad1a7ad3c715&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>contrib: updated njs to 0.8.2.</title>
<updated>2024-02-09T22:31:36+00:00</updated>
<author>
<name>Konstantin Pavlov</name>
<email>thresh@nginx.com</email>
</author>
<published>2023-10-25T19:37:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=ca1bc0625a7c1c57f8f9fb9be66b29a96ac9d79d'/>
<id>ca1bc0625a7c1c57f8f9fb9be66b29a96ac9d79d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>contrib: Bump libunit-wasm to 0.3.0.</title>
<updated>2024-02-09T22:31:36+00:00</updated>
<author>
<name>Konstantin Pavlov</name>
<email>thresh@nginx.com</email>
</author>
<published>2023-10-21T01:21:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=8ebe04fd5d77dcbadfd0b9aceb712d2abf2d19b5'/>
<id>8ebe04fd5d77dcbadfd0b9aceb712d2abf2d19b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>contrib: updated njs to 0.8.1.</title>
<updated>2023-10-13T19:12:23+00:00</updated>
<author>
<name>Konstantin Pavlov</name>
<email>thresh@nginx.com</email>
</author>
<published>2023-10-13T19:12:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=b99e26567fb36ba65321aed51dfa4d9764b88ed2'/>
<id>b99e26567fb36ba65321aed51dfa4d9764b88ed2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>contrib: added libunit-wasm and wasi-sysroot.</title>
<updated>2023-08-22T21:55:10+00:00</updated>
<author>
<name>Konstantin Pavlov</name>
<email>thresh@nginx.com</email>
</author>
<published>2023-08-22T21:55:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=28037b1f72cbff5fce053008216705baaa7dfcf6'/>
<id>28037b1f72cbff5fce053008216705baaa7dfcf6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
