<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable, branch v3.5.4</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v3.5.4</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v3.5.4'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2023-02-07T16:25:48+00:00</updated>
<entry>
<title>security update</title>
<updated>2023-02-07T16:25:48+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2023-02-07T16:25:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=d0bfd7476ce462f642aac827cc23bdc2bc78b13b'/>
<id>urn:sha1:d0bfd7476ce462f642aac827cc23bdc2bc78b13b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add local patch for https://github.com/libressl-portable/portable/issues/760</title>
<updated>2022-07-11T04:30:58+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2022-07-11T04:30:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=1e562926d80ae8006296eb7926de6cbebc32d3ee'/>
<id>urn:sha1:1e562926d80ae8006296eb7926de6cbebc32d3ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>3.5.3 stable update</title>
<updated>2022-05-16T02:40:32+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2022-05-16T02:39:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=5fe512b45f490af747f8eacc73d25dd41f761424'/>
<id>urn:sha1:5fe512b45f490af747f8eacc73d25dd41f761424</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update ChangeLog</title>
<updated>2022-04-19T20:24:39+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2022-04-16T11:55:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=c9de0a4379821f3196896e2269c81f582d7f574d'/>
<id>urn:sha1:c9de0a4379821f3196896e2269c81f582d7f574d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add a few more things</title>
<updated>2022-04-19T20:24:29+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2022-04-15T16:34:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=66c36b4588782da59d348ec8bc8268a276c1aa27'/>
<id>urn:sha1:66c36b4588782da59d348ec8bc8268a276c1aa27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>LibreSSL 3.5.2 ChangeLog</title>
<updated>2022-04-19T20:24:19+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2022-04-15T16:03:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=e734f1d12d514b6e7dbe3ce2bb289819a38ed518'/>
<id>urn:sha1:e734f1d12d514b6e7dbe3ce2bb289819a38ed518</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix unreachable nc portability shim</title>
<updated>2022-04-19T20:09:56+00:00</updated>
<author>
<name>Sebastian Blunt</name>
<email>git@sebastianblunt.com</email>
</author>
<published>2022-04-16T06:48:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=c35f5f1ded049e7e439d0b5645904050aeb28097'/>
<id>urn:sha1:c35f5f1ded049e7e439d0b5645904050aeb28097</id>
<content type='text'>
This fixes nc failing to run on darwin due to it incorrectly setting the
linux-specific SOCK_NONBLOCK flag on connect.

nc already had a portability shim in apps/nc/compat/sys/socket.h, which
kicks in if SOCK_NONBLOCK is undefined. But that header includes
include/compat/sys/socket.h, which also has a portability shim that
defines a default value for SOCK_NONBLOCK if it's undefined. Thus the
first portability shim was unreachable.

Fixes this by moving the NEED_SOCKET_FLAGS flag into the outer shim, and
having the inner shim activate if NEED_SOCKET_FLAGS is defined.

This closes https://github.com/libressl-portable/portable/issues/631
</content>
</entry>
<entry>
<title>Land #743, add objectstest</title>
<updated>2022-04-14T03:29:48+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2022-04-14T03:29:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=ac56ad740a305476dbd7e1084ea0e60d6389b1d8'/>
<id>urn:sha1:ac56ad740a305476dbd7e1084ea0e60d6389b1d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>create OpenBSD 7.1 branch</title>
<updated>2022-04-11T20:15:22+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2022-04-11T20:15:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=d8279404fe67f48b89a4be06361dab7206bc372c'/>
<id>urn:sha1:d8279404fe67f48b89a4be06361dab7206bc372c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add regress objectstest</title>
<updated>2022-04-10T03:13:31+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2022-04-10T03:13:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=b2c59887a2eeb74d331e3321e0de9e154cb8be13'/>
<id>urn:sha1:b2c59887a2eeb74d331e3321e0de9e154cb8be13</id>
<content type='text'>
</content>
</entry>
</feed>
