<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/crypto/compat, branch v3.7.2</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v3.7.2</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v3.7.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2022-11-27T09:45:50+00:00</updated>
<entry>
<title>Adjust for ui_locl.h -&gt; ui_local.h rename</title>
<updated>2022-11-27T09:45:50+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2022-11-27T09:45:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=a911052d609731a9f9169ed5d825db621c52ae6d'/>
<id>urn:sha1:a911052d609731a9f9169ed5d825db621c52ae6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>avoid exporting a sleep() symbol from libcrypto</title>
<updated>2020-04-15T03:29:37+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2020-04-15T03:29:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=79f2a52a391dab35132a2aa998757abea7f32533'/>
<id>urn:sha1:79f2a52a391dab35132a2aa998757abea7f32533</id>
<content type='text'>
Since it seems only MSVC lacks sleep(), and it's only used by apps, lets
special-case that and make it available as a static inline function
instead.
</content>
</entry>
<entry>
<title>initial support for midipix</title>
<updated>2019-10-20T18:22:22+00:00</updated>
<author>
<name>Ørjan Malde</name>
<email>red@foxi.me</email>
</author>
<published>2019-10-20T18:22:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=b80c4bf262a4eefbe55be78fee5853b787711bca'/>
<id>urn:sha1:b80c4bf262a4eefbe55be78fee5853b787711bca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use posix_win.c functions on WIN32</title>
<updated>2019-07-28T10:10:47+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2019-07-28T10:03:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=856d0511d63bd791b4a18df0c3ffc80b8e47c470'/>
<id>urn:sha1:856d0511d63bd791b4a18df0c3ffc80b8e47c470</id>
<content type='text'>
- read() returns bytes count as 1 for crlf unless binary mode isn't
  specified with open(). Reported by @ulfworsoe in libressl-portable#542
- err could be WSANOTINITIALISED when WSAStartup() is not called
</content>
</entry>
<entry>
<title>condense android comments for clarity</title>
<updated>2019-05-23T11:58:38+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2019-05-23T11:58:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=c199315ee9c3dbac0397cb426d905f5b2b66436f'/>
<id>urn:sha1:c199315ee9c3dbac0397cb426d905f5b2b66436f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove info about glibc</title>
<updated>2019-05-22T07:47:47+00:00</updated>
<author>
<name>Ishimoto Shinobu</name>
<email>47295761+protonesso@users.noreply.github.com</email>
</author>
<published>2019-05-22T07:47:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=65159f37d0b5cc4c191edf6fbfd14ce57ecc58b7'/>
<id>urn:sha1:65159f37d0b5cc4c191edf6fbfd14ce57ecc58b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>avoid glibc</title>
<updated>2019-05-21T13:41:05+00:00</updated>
<author>
<name>Ishimoto Shinobu</name>
<email>47295761+protonesso@users.noreply.github.com</email>
</author>
<published>2019-05-21T13:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=a747aacc23607c993cc481378782b2c7dd5bc53b'/>
<id>urn:sha1:a747aacc23607c993cc481378782b2c7dd5bc53b</id>
<content type='text'>
cause problems on musl systems</content>
</entry>
<entry>
<title>Fix getprogname_linux.c for Android API &lt; 21</title>
<updated>2019-05-04T07:15:23+00:00</updated>
<author>
<name>Simone Basso</name>
<email>bassosimone@gmail.com</email>
</author>
<published>2019-05-04T07:15:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=44082746dbb904a78d3f05b9c37608aefbd24d26'/>
<id>urn:sha1:44082746dbb904a78d3f05b9c37608aefbd24d26</id>
<content type='text'>
This diff fixes the build of LibreSSL for Android with API &lt; 21 where
the `getprogname` system call was not part of libc.

A comment in the diff itself explains in detail the issue.
</content>
</entry>
<entry>
<title>add unimpl fallback for getprogname</title>
<updated>2019-02-04T00:50:14+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2019-02-04T00:50:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=40c848316e6f457eb1b799ff0c680ae42a30f80b'/>
<id>urn:sha1:40c848316e6f457eb1b799ff0c680ae42a30f80b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update autoconf for latest compat functions</title>
<updated>2019-01-31T19:56:56+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2019-01-31T15:45:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=a6d7ea956290470254e817adb2f6a3fac9397a17'/>
<id>urn:sha1:a6d7ea956290470254e817adb2f6a3fac9397a17</id>
<content type='text'>
</content>
</entry>
</feed>
