<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/tls, branch v2.2.2</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v2.2.2</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v2.2.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2015-07-21T17:08:18+00:00</updated>
<entry>
<title>add initial CMake and Visual Studio build support</title>
<updated>2015-07-21T17:08:18+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2014-07-11T03:06:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=5d8a1cf7155130bd8101090d7e1d0c2f90d9b123'/>
<id>urn:sha1:5d8a1cf7155130bd8101090d7e1d0c2f90d9b123</id>
<content type='text'>
This moves the compatibility include files from include to
include/compat so we can use the awful MS C compiler
&lt;../include/&gt; trick to emulate the GNU #include_next extension.

This also removes a few old compat files we do not need anymore.
</content>
</entry>
<entry>
<title>revert changes to libtls-standalone Makefile.am that ended up in tls</title>
<updated>2015-05-24T00:27:57+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2015-05-02T13:34:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=189cdf710391a63b4f0f4ae896498e7cc1e5b772'/>
<id>urn:sha1:189cdf710391a63b4f0f4ae896498e7cc1e5b772</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stub in initial libtls standalone tree</title>
<updated>2015-05-24T00:26:51+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2015-04-30T09:44:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=28353c1df15c3d0482a10ffe33fa34c053af2c2e'/>
<id>urn:sha1:28353c1df15c3d0482a10ffe33fa34c053af2c2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rework CFLAGS/CPPFLAGS settings during configuration</title>
<updated>2015-03-22T12:43:55+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-03-22T11:18:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=ad2a38ab4ae5d542206527dfa59a333352ea99ce'/>
<id>urn:sha1:ad2a38ab4ae5d542206527dfa59a333352ea99ce</id>
<content type='text'>
Move define adjustments to CPPFLAGS.
Adjust user CFLAGS directly, do not override during configuration.
USER_CFLAGS is not necessary to build libcompat_noopt correctly.
</content>
</entry>
<entry>
<title>enable libtls by default</title>
<updated>2015-03-19T05:39:50+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-03-19T00:12:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=dd646a3302e66f351111f3fe94d147269ca149fb'/>
<id>urn:sha1:dd646a3302e66f351111f3fe94d147269ca149fb</id>
<content type='text'>
The API/ABI for the LibreSSL 2.1.x series is now fixed, so we can safely
enable libtls it by default. This is useful for new OpenNTPD and
OpenSMTPD releases as well.

ok deraadt@ beck@ sthen@
</content>
</entry>
<entry>
<title>add strsep fallback for libtls</title>
<updated>2015-02-15T02:03:39+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2015-02-15T02:03:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=ad7ac48d030b5ba7b8449bf3621b817affe3190f'/>
<id>urn:sha1:ad7ac48d030b5ba7b8449bf3621b817affe3190f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add all LIBADD dependencies for tls</title>
<updated>2014-12-15T02:38:02+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2014-12-15T02:38:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=c2dccc1418f878d2d50ea6524169720c66304884'/>
<id>urn:sha1:c2dccc1418f878d2d50ea6524169720c66304884</id>
<content type='text'>
The libtool transitive dependency magic does not seem to work for
cross-compilation, so explicitly specify them here.
</content>
</entry>
<entry>
<title>allow Windows DLLs to be built</title>
<updated>2014-12-14T22:59:35+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2014-12-14T22:42:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=d2342f36bcf81dbcea22bb113a5d0e9e0de505f8'/>
<id>urn:sha1:d2342f36bcf81dbcea22bb113a5d0e9e0de505f8</id>
<content type='text'>
based on a patch from Jan Engelhardt
</content>
</entry>
<entry>
<title>add LIBADD library dependencies to libssl/libtls</title>
<updated>2014-12-14T22:59:35+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2014-12-14T22:12:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=09e5a841cdfedf46be51cfebab002d4a8fb0face'/>
<id>urn:sha1:09e5a841cdfedf46be51cfebab002d4a8fb0face</id>
<content type='text'>
From Jan Engelhardt
</content>
</entry>
<entry>
<title>read all library versions directly from files</title>
<updated>2014-12-07T00:59:25+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2014-12-07T00:59:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=976f64d932bc5fac8d18dd95feddcfb4f3782551'/>
<id>urn:sha1:976f64d932bc5fac8d18dd95feddcfb4f3782551</id>
<content type='text'>
This makes building and testing easier because the library Makefile.am
files are use directly rather than as templates. Thanks to Wouter Clarie
for the idea.
</content>
</entry>
</feed>
