<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/include, branch v2.3.9</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v2.3.9</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v2.3.9'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2016-03-13T18:09:25+00:00</updated>
<entry>
<title>modify include/compat/netinet/ip.h</title>
<updated>2016-03-13T18:09:25+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2016-03-13T10:17:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=1ffdb2ae2507cd532c66352edeb67da757006546'/>
<id>urn:sha1:1ffdb2ae2507cd532c66352edeb67da757006546</id>
<content type='text'>
- add including &lt;netinet/in_systm.h&gt; for n_long on HP-UX
</content>
</entry>
<entry>
<title>add solaris include for getentropy(2)</title>
<updated>2016-01-18T15:50:23+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2016-01-18T15:50:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=8c91563f603f7021110da231f80e503713340aa6'/>
<id>urn:sha1:8c91563f603f7021110da231f80e503713340aa6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replace err.h macros with inline functions</title>
<updated>2016-01-04T03:20:03+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2016-01-04T01:05:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=07e541cc2e188bfed9f3284471cfcd02e09f6983'/>
<id>urn:sha1:07e541cc2e188bfed9f3284471cfcd02e09f6983</id>
<content type='text'>
Passing NULL for the format is just easier with a function.
</content>
</entry>
<entry>
<title>include strings.h in string.h on AIX as well</title>
<updated>2016-01-04T03:19:55+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2016-01-04T00:56:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=38c577d7587cac4b305dfa913029d9b750445700'/>
<id>urn:sha1:38c577d7587cac4b305dfa913029d9b750445700</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refresh nc(1) support</title>
<updated>2015-12-07T05:32:18+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-12-07T05:32:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=905e2a3b8046e227bf02410def56b0c2535de14f'/>
<id>urn:sha1:905e2a3b8046e227bf02410def56b0c2535de14f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wrap gets on Windows, replacing '\r\n' with '\n'</title>
<updated>2015-12-05T19:58:37+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2015-12-05T19:58:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=75ef5bb160fb261da1950abfd3d22f54011458e1'/>
<id>urn:sha1:75ef5bb160fb261da1950abfd3d22f54011458e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>no special workaround needed for MSVC2015</title>
<updated>2015-12-02T14:39:22+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-12-02T14:23:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=585b57b202cba4f3b84a4a7d96f1143b7f0114d5'/>
<id>urn:sha1:585b57b202cba4f3b84a4a7d96f1143b7f0114d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Windows compatibility fixes</title>
<updated>2015-10-18T14:28:10+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-10-18T14:28:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=0197a589691274055e3a6f47a3652a6714d676bc'/>
<id>urn:sha1:0197a589691274055e3a6f47a3652a6714d676bc</id>
<content type='text'>
VS2013 has trouble with relative include paths for apps/openssl, so move
certhash_win/apps_win.c back to apps/openssl.

gmtime_r on mingw64 fails with negative time_t, override

gmtime_s fails all of the time unit tests, override

SHUT_RD/WR are defined in newer mingw64 headers, check before overriding
</content>
</entry>
<entry>
<title>disable some tests with 32-bit time_t systems</title>
<updated>2015-10-18T03:57:59+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-10-18T03:57:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=a45e38e962a30307dd2034c2c032bd76333ebd2c'/>
<id>urn:sha1:a45e38e962a30307dd2034c2c032bd76333ebd2c</id>
<content type='text'>
Also disable use of _mkgmtime, it does not produce correct results.
</content>
</entry>
<entry>
<title>unconditionally disable pledge for now</title>
<updated>2015-10-16T00:34:42+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-10-16T00:33:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=e8c92100735f1e32d4b6f4a5a2670a0bf98ad1a8'/>
<id>urn:sha1:e8c92100735f1e32d4b6f4a5a2670a0bf98ad1a8</id>
<content type='text'>
suggested by deraadt@ since there is still more coming
</content>
</entry>
</feed>
