<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/apps, branch v4.1.1</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v4.1.1</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v4.1.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2025-01-02T15:29:09+00:00</updated>
<entry>
<title>Update for speed.c and .h churn</title>
<updated>2025-01-02T15:29:09+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2025-01-02T15:11:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=8dad5fe3b9ed8f3e5fb468a98c8459769862bb35'/>
<id>urn:sha1:8dad5fe3b9ed8f3e5fb468a98c8459769862bb35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use TIMEVAL typedef with select()</title>
<updated>2024-10-06T23:56:01+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2024-10-06T23:52:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=64f15ec5893c518af2435798297ec4b8c1709afb'/>
<id>urn:sha1:64f15ec5893c518af2435798297ec4b8c1709afb</id>
<content type='text'>
This prevents the compatibility struct timeval definition in
sys/time.h from potentially getting used with select() here.

https://learn.microsoft.com/en-us/windows/win32/api/winsock2/nf-winsock2-select
</content>
</entry>
<entry>
<title>for poll timeout -1, set loop time more reasonably</title>
<updated>2024-10-06T23:56:01+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2024-10-06T23:50:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=0eceb61cc0a86238a2cc74b172ea790156153cf3'/>
<id>urn:sha1:0eceb61cc0a86238a2cc74b172ea790156153cf3</id>
<content type='text'>
Otherwise it sets looptime to -1, which was skipped by select()
and caused 100% cpu busy looping.
</content>
</entry>
<entry>
<title>Switch to check_symbol_exists() in simplest cases</title>
<updated>2024-08-21T13:56:28+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2024-08-02T20:18:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=1ff9793deee907efcbd4769fe99e133a9608a5f6'/>
<id>urn:sha1:1ff9793deee907efcbd4769fe99e133a9608a5f6</id>
<content type='text'>
There are a few exceptions. Some require _GNU_SOURCE, some are in the
weird strings.h header, some are probably too new to be found in the
standard locations.

Fixes #1077
</content>
</entry>
<entry>
<title>spkac.c is no more</title>
<updated>2024-07-08T06:52:49+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2024-07-08T06:52:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=050b6de79ecc25691569e2c383195a7adceaa359'/>
<id>urn:sha1:050b6de79ecc25691569e2c383195a7adceaa359</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nc needs compat_obj on some platforms</title>
<updated>2023-12-14T04:39:35+00:00</updated>
<author>
<name>Viktor Szakats</name>
<email>commit@vsz.me</email>
</author>
<published>2023-12-14T04:39:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=fccbb9b556e4922380c296ee03364fb2cde87d13'/>
<id>urn:sha1:fccbb9b556e4922380c296ee03364fb2cde87d13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake: stop exporting compat functions</title>
<updated>2023-12-14T03:36:09+00:00</updated>
<author>
<name>Viktor Szakats</name>
<email>commit@vsz.me</email>
</author>
<published>2023-12-14T03:36:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=848950877fb2d66d76cb1258fc28a2b1b453a42d'/>
<id>urn:sha1:848950877fb2d66d76cb1258fc28a2b1b453a42d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>also fix ocspcheck and nc, dedupe build logic</title>
<updated>2023-11-05T08:56:09+00:00</updated>
<author>
<name>Viktor Szakats</name>
<email>commit@vsz.me</email>
</author>
<published>2023-11-05T08:56:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=89fcb1a3e50ac224d68891a6014b74639a5f551a'/>
<id>urn:sha1:89fcb1a3e50ac224d68891a6014b74639a5f551a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MSVC: Enable building ocspcheck.</title>
<updated>2023-10-29T17:28:44+00:00</updated>
<author>
<name>Pierre Wendling</name>
<email>pierre.wendling.4@gmail.com</email>
</author>
<published>2023-09-12T16:33:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=c4bb6b79ea36c05ccfe3033174a7950ac6a51609'/>
<id>urn:sha1:c4bb6b79ea36c05ccfe3033174a7950ac6a51609</id>
<content type='text'>
- Add `STDIN_FILENO` to compat unistd header.
- Use quotes to include compat getopt header in the compat unistd.
- Export additional symbols needed by ocspcheck (optarg, optind,
  ftruncate)
</content>
</entry>
<entry>
<title>generate opensslconf.h in build dir for cmake</title>
<updated>2023-07-04T07:37:24+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2023-07-04T07:37:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=71ce0b8c3e07079a40011d2f3515969e3bdf302e'/>
<id>urn:sha1:71ce0b8c3e07079a40011d2f3515969e3bdf302e</id>
<content type='text'>
</content>
</entry>
</feed>
