<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/patches, branch v2.7.1</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v2.7.1</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v2.7.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2018-03-17T15:48:49+00:00</updated>
<entry>
<title>Fix using right functions for file descriptor with MS Visual Studio</title>
<updated>2018-03-17T15:48:49+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2018-03-17T15:38:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=1fb8c9c6bea797e4db5e395fb34b899682ee8682'/>
<id>urn:sha1:1fb8c9c6bea797e4db5e395fb34b899682ee8682</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Modify regress tests/tlsexttest.c for 0 sized array</title>
<updated>2017-12-30T11:15:56+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2017-12-30T11:15:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=861a6ca1db1f3ce95c649274a58ea38c2c4ac4a0'/>
<id>urn:sha1:861a6ca1db1f3ce95c649274a58ea38c2c4ac4a0</id>
<content type='text'>
- Windows and hp-ux ANSI compiler can not handle 0 sized array initialization.
</content>
</entry>
<entry>
<title>netcat.c.patch: eliminate syntax error from patch</title>
<updated>2017-12-05T23:22:15+00:00</updated>
<author>
<name>Kyle J. McKay</name>
<email>mackyle@gmail.com</email>
</author>
<published>2017-12-05T23:22:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=26b40cb773c1ce0032436485246fff0adb82a5df'/>
<id>urn:sha1:26b40cb773c1ce0032436485246fff0adb82a5df</id>
<content type='text'>
If the target system does not define IPV6_TCLASS, this part of
the patch handles that with an ENOPROTOOPT error rather than
failing to compile.

Unfortunately it's missing a trailing semicolon leading to
a compilation error.

Add the missing semicolon to fix the problem.

Signed-off-by: Kyle J. McKay &lt;mackyle@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add patch for regress tlsexttest</title>
<updated>2017-09-02T16:16:36+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2017-09-02T15:51:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=512573f0de049eec6dc34c13ddbe28ba42e825fe'/>
<id>urn:sha1:512573f0de049eec6dc34c13ddbe28ba42e825fe</id>
<content type='text'>
Some compiler does not support 0 sized array.
This patch changes 0 sized array to have NULL and using variable instead of
sizeof function.
</content>
</entry>
<entry>
<title>rebase patches on latest, remove fuzz</title>
<updated>2017-07-17T11:13:21+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2017-07-17T11:13:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=5ec2c381e4ac48e588a093be5faf04919523da32'/>
<id>urn:sha1:5ec2c381e4ac48e588a093be5faf04919523da32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update netcat patch</title>
<updated>2017-07-06T15:46:48+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2017-07-06T15:46:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=1f7777169d9399fdb5b00e29d868abd2535f3a14'/>
<id>urn:sha1:1f7777169d9399fdb5b00e29d868abd2535f3a14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update nc patch</title>
<updated>2017-06-04T01:13:25+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2017-06-04T01:13:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=0974d6f011d10f2b32f2a2a8477530c3856f05ea'/>
<id>urn:sha1:0974d6f011d10f2b32f2a2a8477530c3856f05ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>defining DEFAULT_CA_FILE only if it is not defined.</title>
<updated>2017-06-03T15:56:11+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2017-06-03T15:56:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=d3f3daec18b9215f0e107f4f216b7873cd498b26'/>
<id>urn:sha1:d3f3daec18b9215f0e107f4f216b7873cd498b26</id>
<content type='text'>
indicated by Kyle J. McKay mackyle@gmail.com
</content>
</entry>
<entry>
<title>rebase netcat patch</title>
<updated>2017-03-25T17:03:37+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2017-03-25T17:03:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=570717c4888ba20ecb24ef873dd9647caad69685'/>
<id>urn:sha1:570717c4888ba20ecb24ef873dd9647caad69685</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add definition of ssize_t to tls.h for Windows</title>
<updated>2017-02-13T11:25:49+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2017-02-13T11:25:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=9d75e5ea975fc6d1b8b6eb333416d76144f7d2ee'/>
<id>urn:sha1:9d75e5ea975fc6d1b8b6eb333416d76144f7d2ee</id>
<content type='text'>
</content>
</entry>
</feed>
