<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable, branch OPENBSD_7_5</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=OPENBSD_7_5</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=OPENBSD_7_5'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2024-05-12T13:05:47+00:00</updated>
<entry>
<title>Add libtool for cmake_config CI</title>
<updated>2024-05-12T13:05:47+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2024-04-30T18:25:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=3309e6156a6e624de501a5c15acc6de4aaf05274'/>
<id>urn:sha1:3309e6156a6e624de501a5c15acc6de4aaf05274</id>
<content type='text'>
</content>
</entry>
<entry>
<title>LibreSSL 3.9.2</title>
<updated>2024-05-12T03:13:30+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2024-05-12T03:13:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=22a03075732f7397f2bacbc5353116c04a1a4156'/>
<id>urn:sha1:22a03075732f7397f2bacbc5353116c04a1a4156</id>
<content type='text'>
</content>
</entry>
<entry>
<title>read VERSION after it is generated by update script</title>
<updated>2024-04-09T01:28:05+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2024-04-09T01:10:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=9c40be2bd271803f55a2d6526c161c64f69f716c'/>
<id>urn:sha1:9c40be2bd271803f55a2d6526c161c64f69f716c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use a specific version number in test scripts</title>
<updated>2024-04-09T01:27:57+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2024-04-09T01:05:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=5fdb83c9c3891ecff4c11d6f42ff128d16440541'/>
<id>urn:sha1:5fdb83c9c3891ecff4c11d6f42ff128d16440541</id>
<content type='text'>
This avoids issue reported in #1041 with file glob confusing cd.
Also remove extra newline from VERSION when update.sh runs.
</content>
</entry>
<entry>
<title>3.9.1 Changelog</title>
<updated>2024-03-28T02:41:54+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2024-03-28T02:41:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=1a7dced4cd2ec5e89e9ccd39bc8bf58910f0a3f5'/>
<id>urn:sha1:1a7dced4cd2ec5e89e9ccd39bc8bf58910f0a3f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>temporarily undefine endbr* for stable branch macos/windows builds</title>
<updated>2024-03-28T02:38:46+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2024-03-26T02:21:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=58f6e8a0800d5236ad53a3423022c67c038103f7'/>
<id>urn:sha1:58f6e8a0800d5236ad53a3423022c67c038103f7</id>
<content type='text'>
Testing getting the next stable release out without endbr*/cet
enabled in asm code for now while #1032 is considered for upstream.
</content>
</entry>
<entry>
<title>explicitly undef __CET__ on masm cpp</title>
<updated>2024-03-28T02:38:42+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2024-03-26T02:42:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=a1d52e94a2ad859a69eec03031c5a2434031ba28'/>
<id>urn:sha1:a1d52e94a2ad859a69eec03031c5a2434031ba28</id>
<content type='text'>
Some systems (e.g. OpenBSD) unconditionally set __CET__ in the C
preprocessor.
</content>
</entry>
<entry>
<title>Add libssl and libcrypto to libtls's Libs.private</title>
<updated>2024-03-26T09:18:04+00:00</updated>
<author>
<name>Alyssa Ross</name>
<email>hi@alyssa.is</email>
</author>
<published>2024-03-25T21:14:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=3f4b4ac6c545c5e3dedc15bf39c97d50f2fde99b'/>
<id>urn:sha1:3f4b4ac6c545c5e3dedc15bf39c97d50f2fde99b</id>
<content type='text'>
Since d193f43 ("slim down `libtls`"), statically linking libtls
requires also linking libssl and libcrypto, so express that in the
pkg-config file.
</content>
</entry>
<entry>
<title>Revert "CI: setup kernel entropy to work with asan"</title>
<updated>2024-03-25T08:08:14+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2024-03-22T16:04:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=095ffed06305f64b9c3d41e6f791e60a1fb4d16a'/>
<id>urn:sha1:095ffed06305f64b9c3d41e6f791e60a1fb4d16a</id>
<content type='text'>
This reverts commit cb2fd0abb21fc2ed4a725de0c57df25e10eee7e8 from #1019.
</content>
</entry>
<entry>
<title>Backport jca's byname fix</title>
<updated>2024-03-25T07:57:11+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2024-03-25T06:36:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=3822a71b2eecc16ecc64696f0b3b320845e65b58'/>
<id>urn:sha1:3822a71b2eecc16ecc64696f0b3b320845e65b58</id>
<content type='text'>
</content>
</entry>
</feed>
