<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/ssl, 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>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>update with latest, add more tests</title>
<updated>2015-02-07T02:17:31+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-02-07T02:17:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=be5d0cca13c00f5615c16fcfaa5674558a29568b'/>
<id>urn:sha1:be5d0cca13c00f5615c16fcfaa5674558a29568b</id>
<content type='text'>
this adds the new bytestring apis and new regression tests
</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>
<entry>
<title>simplify packaging for libssl.</title>
<updated>2014-12-06T23:47:30+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2014-12-06T23:47:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=d643bcf4b5fb4a84bd962b35d6b3a9227b49e6f8'/>
<id>urn:sha1:d643bcf4b5fb4a84bd962b35d6b3a9227b49e6f8</id>
<content type='text'>
Follow libtls and derive the file list from the Makefile.am
template itself.
</content>
</entry>
<entry>
<title>improve readability of generated Makefile.am files</title>
<updated>2014-11-23T14:33:56+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2014-11-20T04:02:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=2103690cbf6adfbd24b271c610087bf73e1a3056'/>
<id>urn:sha1:2103690cbf6adfbd24b271c610087bf73e1a3056</id>
<content type='text'>
</content>
</entry>
<entry>
<title>initial top-level import of subdirectories</title>
<updated>2014-07-10T11:22:54+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2014-07-10T11:21:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=2b6dbc39ef274d5298daad1ff864be8fc3c56537'/>
<id>urn:sha1:2b6dbc39ef274d5298daad1ff864be8fc3c56537</id>
<content type='text'>
</content>
</entry>
</feed>
