<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable, branch v3.5.2</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v3.5.2</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v3.5.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2022-04-19T20:24:39+00:00</updated>
<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>
<entry>
<title>add evp_pkey_cleanup test</title>
<updated>2022-04-04T06:09:27+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2022-04-04T06:09:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=b52dc3d9b292f4f644d7506a2d62df11f2a6e269'/>
<id>urn:sha1:b52dc3d9b292f4f644d7506a2d62df11f2a6e269</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CI: switch ASAN builds to clang</title>
<updated>2022-03-26T16:48:14+00:00</updated>
<author>
<name>Ilya Shipitsin</name>
<email>chipitsine@gmail.com</email>
</author>
<published>2022-03-26T16:48:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=e5263d716312ebf13b46fc886ffbd09f96106864'/>
<id>urn:sha1:e5263d716312ebf13b46fc886ffbd09f96106864</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Copy ARM related files from arch/arm/</title>
<updated>2022-03-25T02:37:50+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2022-03-25T02:37:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=e19aafe22a2bf0beee4e29c71f1288d7fa362424'/>
<id>urn:sha1:e19aafe22a2bf0beee4e29c71f1288d7fa362424</id>
<content type='text'>
</content>
</entry>
</feed>
