<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/sysutils/conmon, branch 13-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=13-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=13-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2026-04-10T15:57:27Z</updated>
<entry>
<title>various: Bump go ports for go-1.25.9 / 1.26.2</title>
<updated>2026-04-10T15:57:27Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2026-04-10T15:57:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7507e72a845b5c83e1ad035bd54b1c35482fb86a'/>
<id>urn:sha1:7507e72a845b5c83e1ad035bd54b1c35482fb86a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sysutils/conmon: Move the conn_sock.c patch to the right place</title>
<updated>2026-04-08T10:38:26Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>2026-04-07T16:14:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c570e6452ce5d11278b77ac43390aecbc2662fb9'/>
<id>urn:sha1:c570e6452ce5d11278b77ac43390aecbc2662fb9</id>
<content type='text'>
Somehow I managed to commit the patch to
sysutils/conmon/sysutils/conmon/files instead of sysutils/conmon/files.
</content>
</entry>
<entry>
<title>sysutils/conmon: update: 2.1.13 -&gt; 2.2.1</title>
<updated>2026-03-09T14:40:43Z</updated>
<author>
<name>Sergey A. Osokin</name>
<email>osa@FreeBSD.org</email>
</author>
<published>2026-03-09T14:34:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=052f60c9005d7654c753d2d16724a5e0116e921c'/>
<id>urn:sha1:052f60c9005d7654c753d2d16724a5e0116e921c</id>
<content type='text'>
PR:		293609
Approved by:	dfr (maintainer)

Sponsored by:	tipi.work
</content>
</entry>
<entry>
<title>various: Bump ports for Go 1.25.8</title>
<updated>2026-03-06T03:33:23Z</updated>
<author>
<name>Adam Weinberger</name>
<email>adamw@FreeBSD.org</email>
</author>
<published>2026-03-06T03:33:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a8d318da7c159b84ddff6a525e2e39800ab3f795'/>
<id>urn:sha1:a8d318da7c159b84ddff6a525e2e39800ab3f795</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sysutils/conmon: Use send(2) for sequenced packet sockets</title>
<updated>2026-02-23T13:23:07Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>2026-01-27T14:34:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=42d84f475d5c71e86b1fcfcdb2d774ac5725a32f'/>
<id>urn:sha1:42d84f475d5c71e86b1fcfcdb2d774ac5725a32f</id>
<content type='text'>
Podman container stdout and stderr are proxied through conmon, allowing
logging and supporting attaching/detaching from the container. The two
output streams are multiplexed on a single SOCK_SEQPACKET unix domain
socket. Each packet contains either stdout or stderr data with a small
header identifying the stream.

On FreeBSD versions prior to FreeBSD-15.0-RELEASE, the write(2) system
call implicitly marks each write as a single packet on the stream but in
15.0 and later, this is not the case - packet boundaries must be
explicitly marked using send(2). This resulted multiple writes being
combined in a single packet and caused Podman to exit with an error
(https://github.com/containers/podman/issues/27918).

This changes conmon to use send(2) to write the output packets which is
compatible with all FreeBSD versions and requires no changes to the
Podman side of the connection.
</content>
</entry>
<entry>
<title>various: Bump ports for Go default 1.24-&gt;1.25</title>
<updated>2026-02-11T19:21:45Z</updated>
<author>
<name>Adam Weinberger</name>
<email>adamw@FreeBSD.org</email>
</author>
<published>2026-02-11T19:21:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=97685c188649d678a8a0e5fde3e8ecb842bf9422'/>
<id>urn:sha1:97685c188649d678a8a0e5fde3e8ecb842bf9422</id>
<content type='text'>
</content>
</entry>
<entry>
<title>various: Bump Go ports for 1.24.13</title>
<updated>2026-02-05T16:48:00Z</updated>
<author>
<name>Adam Weinberger</name>
<email>adamw@FreeBSD.org</email>
</author>
<published>2026-02-05T16:47:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=529df949a5b00103a138f1defddc73ef64750f2f'/>
<id>urn:sha1:529df949a5b00103a138f1defddc73ef64750f2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>various: Bump Go ports for 1.24.12</title>
<updated>2026-01-16T17:49:03Z</updated>
<author>
<name>Adam Weinberger</name>
<email>adamw@FreeBSD.org</email>
</author>
<published>2026-01-16T17:49:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=013f2d30b04bfe9e8d278b7bfad96a64b72c36da'/>
<id>urn:sha1:013f2d30b04bfe9e8d278b7bfad96a64b72c36da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>various: Bump Go ports for 1.24.11</title>
<updated>2025-12-03T18:24:45Z</updated>
<author>
<name>Adam Weinberger</name>
<email>adamw@FreeBSD.org</email>
</author>
<published>2025-12-03T18:24:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b24429e3ede02a855f8e7ecb3564af0287306483'/>
<id>urn:sha1:b24429e3ede02a855f8e7ecb3564af0287306483</id>
<content type='text'>
</content>
</entry>
<entry>
<title>various: Bump Go ports for 1.24.10</title>
<updated>2025-11-06T17:03:19Z</updated>
<author>
<name>Adam Weinberger</name>
<email>adamw@FreeBSD.org</email>
</author>
<published>2025-11-06T17:03:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0dfced16fb0f78e71c42a767df8b6f394a185d6c'/>
<id>urn:sha1:0dfced16fb0f78e71c42a767df8b6f394a185d6c</id>
<content type='text'>
</content>
</entry>
</feed>
