<feed xmlns='http://www.w3.org/2005/Atom'>
<title>unit.git/tools/unitctl, branch master</title>
<subtitle>Universal Web Application Server</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/'/>
<entry>
<title>tools/unitctl: Update for version 1.35.0</title>
<updated>2025-09-03T20:06:15+00:00</updated>
<author>
<name>Andrew Clayton</name>
<email>a.clayton@nginx.com</email>
</author>
<published>2025-07-29T18:23:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=5a18769580264254e93f3161479242812ffa528a'/>
<id>5a18769580264254e93f3161479242812ffa528a</id>
<content type='text'>
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/unitctl: Bump the slab crate from 0.4.10 to 0.4.11</title>
<updated>2025-08-14T17:30:38+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2025-08-14T17:22:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=d413a2559bf6597180aea3f7bcf9f1e2a551c780'/>
<id>d413a2559bf6597180aea3f7bcf9f1e2a551c780</id>
<content type='text'>
Bumps &lt;https://github.com/tokio-rs/slab&gt; from 0.4.10 to 0.4.11.

Fix Slab::get_disjoint_mut out of bounds.

Link: Release notes &lt;https://github.com/tokio-rs/slab/releases&gt;
Link: Changelog &lt;&gt;https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md&gt;
Link: Commits &lt;https://github.com/tokio-rs/slab/compare/v0.4.10...v0.4.11&gt;
Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bumps &lt;https://github.com/tokio-rs/slab&gt; from 0.4.10 to 0.4.11.

Fix Slab::get_disjoint_mut out of bounds.

Link: Release notes &lt;https://github.com/tokio-rs/slab/releases&gt;
Link: Changelog &lt;&gt;https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md&gt;
Link: Commits &lt;https://github.com/tokio-rs/slab/compare/v0.4.10...v0.4.11&gt;
Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/unitctl: Update crates</title>
<updated>2025-07-25T20:02:05+00:00</updated>
<author>
<name>Andrew Clayton</name>
<email>a.clayton@nginx.com</email>
</author>
<published>2025-07-25T20:02:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=f2d85800e637b8ccb7d81707521bd899e85c2d82'/>
<id>f2d85800e637b8ccb7d81707521bd899e85c2d82</id>
<content type='text'>
Run 'cargo update' to get the latest version of the required crates in
preparation for the 1.35.0 release.

This resolves a dependabot notification regarding 'crossbeam-channel'.

Link: &lt;https://github.com/nginx/unit/security/dependabot/26&gt;
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run 'cargo update' to get the latest version of the required crates in
preparation for the 1.35.0 release.

This resolves a dependabot notification regarding 'crossbeam-channel'.

Link: &lt;https://github.com/nginx/unit/security/dependabot/26&gt;
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rust: Update rust crates</title>
<updated>2025-04-08T13:50:28+00:00</updated>
<author>
<name>Andrew Clayton</name>
<email>a.clayton@nginx.com</email>
</author>
<published>2025-04-07T23:38:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=f2e97bf3f7aa7b481e1033a9d2e8be22e1a49e14'/>
<id>f2e97bf3f7aa7b481e1033a9d2e8be22e1a49e14</id>
<content type='text'>
Update (cargo update) the rust crates for wasm-wasi-component, otel &amp;
unitctl.

This will fix build issues with wasm-wasi-component &amp; rustc 1.86+.
It will also fix dependabot issues in otel and unitctl.

Link: &lt;https://github.com/bytecodealliance/wasmtime/issues/10184&gt;
Link: &lt;https://github.com/nginx/unit/pull/1585&gt;
Link: &lt;https://github.com/nginx/unit/pull/1589&gt;
Link: &lt;https://github.com/nginx/unit/pull/1570&gt;
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update (cargo update) the rust crates for wasm-wasi-component, otel &amp;
unitctl.

This will fix build issues with wasm-wasi-component &amp; rustc 1.86+.
It will also fix dependabot issues in otel and unitctl.

Link: &lt;https://github.com/bytecodealliance/wasmtime/issues/10184&gt;
Link: &lt;https://github.com/nginx/unit/pull/1585&gt;
Link: &lt;https://github.com/nginx/unit/pull/1589&gt;
Link: &lt;https://github.com/nginx/unit/pull/1570&gt;
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/unitctl: Fixed waiting for control socket</title>
<updated>2025-03-25T17:21:31+00:00</updated>
<author>
<name>Tobias Genannt</name>
<email>tobias.genannt@gmail.com</email>
</author>
<published>2025-03-23T20:18:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=86868b17d5b0b3b0934eca2445e172380d563803'/>
<id>86868b17d5b0b3b0934eca2445e172380d563803</id>
<content type='text'>
Closes: https://github.com/nginx/unit/issues/1577
Signed-off-by: Tobias Genannt &lt;tobias.genannt@gmail.com&gt;
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes: https://github.com/nginx/unit/issues/1577
Signed-off-by: Tobias Genannt &lt;tobias.genannt@gmail.com&gt;
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>otel, tools/unitctl: bump the openssl crate from 0.10.68 to 0.10.70</title>
<updated>2025-02-04T14:42:36+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2025-02-03T18:51:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=b2866409cb28d9e22b73e4db03b5fd11c87c5ebf'/>
<id>b2866409cb28d9e22b73e4db03b5fd11c87c5ebf</id>
<content type='text'>
Bumps &lt;https://github.com/sfackler/rust-openssl&gt; from 0.10.68 to
0.10.70.

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
Link: Release notes &lt;https://github.com/sfackler/rust-openssl/releases&gt;
Link: Commits &lt;https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.68...openssl-v0.10.70&gt;
[ Tweaked commit message/subject - Andrew ]
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bumps &lt;https://github.com/sfackler/rust-openssl&gt; from 0.10.68 to
0.10.70.

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
Link: Release notes &lt;https://github.com/sfackler/rust-openssl/releases&gt;
Link: Commits &lt;https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.68...openssl-v0.10.70&gt;
[ Tweaked commit message/subject - Andrew ]
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/unitctl: Update for version 1.34.0</title>
<updated>2024-12-18T23:02:02+00:00</updated>
<author>
<name>Andrew Clayton</name>
<email>a.clayton@nginx.com</email>
</author>
<published>2024-12-11T22:18:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=fe9be6cdefe9300a845612e3be772f5eee9dcf40'/>
<id>fe9be6cdefe9300a845612e3be772f5eee9dcf40</id>
<content type='text'>
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/unitctl: Update crates</title>
<updated>2024-12-18T04:18:33+00:00</updated>
<author>
<name>Andrew Clayton</name>
<email>a.clayton@nginx.com</email>
</author>
<published>2024-12-18T04:17:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=b9b3ef03a1bee190705b6d742afc28b8f8741e45'/>
<id>b9b3ef03a1bee190705b6d742afc28b8f8741e45</id>
<content type='text'>
Run 'cargo update' to get the latest version of the required crates in
preparation for the 1.34.0 release.

This resolves a dependabot notification regarding 'idna'.

Link: &lt;https://github.com/nginx/unit/security/dependabot/14&gt;
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run 'cargo update' to get the latest version of the required crates in
preparation for the 1.34.0 release.

This resolves a dependabot notification regarding 'idna'.

Link: &lt;https://github.com/nginx/unit/security/dependabot/14&gt;
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/unitctl: bump anstream from 0.6.5 to 0.6.15</title>
<updated>2024-12-05T21:42:24+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2024-12-04T18:38:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=1dfe5bb00a553d75cf74b10873caf43015aab201'/>
<id>1dfe5bb00a553d75cf74b10873caf43015aab201</id>
<content type='text'>
Bumps [anstream](https://github.com/rust-cli/anstyle) from 0.6.5 to 0.6.15.
- [Commits](https://github.com/rust-cli/anstyle/compare/anstream-v0.6.5...anstream-v0.6.15)

---
updated-dependencies:
- dependency-name: anstream
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bumps [anstream](https://github.com/rust-cli/anstyle) from 0.6.5 to 0.6.15.
- [Commits](https://github.com/rust-cli/anstyle/compare/anstream-v0.6.5...anstream-v0.6.15)

---
updated-dependencies:
- dependency-name: anstream
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>docs/openapi: update OpenAPI references</title>
<updated>2024-11-12T17:50:02+00:00</updated>
<author>
<name>Ava Hahn</name>
<email>a.hahn@f5.com</email>
</author>
<published>2024-11-07T22:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=e1fd14f7749c35a48a480cbfc1ca2da74f84a0a1'/>
<id>e1fd14f7749c35a48a480cbfc1ca2da74f84a0a1</id>
<content type='text'>
These changes are generated by the openapi generator through a make
command.

Signed-off-by: Ava Hahn &lt;a.hahn@f5.com&gt;
Signed-off-by: Gabor Javorszky &lt;g.javorszky@f5.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These changes are generated by the openapi generator through a make
command.

Signed-off-by: Ava Hahn &lt;a.hahn@f5.com&gt;
Signed-off-by: Gabor Javorszky &lt;g.javorszky@f5.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
