<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/crypto, branch v2.2.8</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v2.2.8</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v2.2.8'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2016-05-03T03:46:25+00:00</updated>
<entry>
<title>add constant_time_locl.h</title>
<updated>2016-05-03T03:46:25+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2016-05-03T03:46:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=9092f359572b7c4efde31c8149fa11eb618e4a70'/>
<id>urn:sha1:9092f359572b7c4efde31c8149fa11eb618e4a70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use bundled headers instead of installed headers when building</title>
<updated>2015-10-15T20:23:44+00:00</updated>
<author>
<name>Jeremy Huddleston Sequoia</name>
<email>jeremyhu@apple.com</email>
</author>
<published>2015-10-11T23:46:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=97478266cab5996867cfeb6478feb862b9e5b944'/>
<id>urn:sha1:97478266cab5996867cfeb6478feb862b9e5b944</id>
<content type='text'>
The build system incorrectly set include directives in AM_CFLAGS which
causes them to be placed after the configured CPPFLAGS.  Thus, if
a user or packaging system sets CPPFLAGS to a location that has
libressl or openssl headers installed, they will be used instead
of the bundled versions.  This corrects that issue by setting up
the variables correctly.

https://github.com/libressl-portable/portable/issues/150

Signed-off-by: Jeremy Huddleston Sequoia &lt;jeremyhu@apple.com&gt;
</content>
</entry>
<entry>
<title>Do not build lib-objects targets if we are just building static libs.</title>
<updated>2015-09-11T21:36:26+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-09-09T10:15:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=72039968e295bc235a126ad00c2d31df933a9b3d'/>
<id>urn:sha1:72039968e295bc235a126ad00c2d31df933a9b3d</id>
<content type='text'>
This confuses some cmake targets.
</content>
</entry>
<entry>
<title>distribute strcasecmp.c</title>
<updated>2015-09-11T21:36:11+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-09-07T06:28:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=e13a39a5a7139430d31fe1103a4bf121f65b3169'/>
<id>urn:sha1:e13a39a5a7139430d31fe1103a4bf121f65b3169</id>
<content type='text'>
</content>
</entry>
<entry>
<title>disable shared CMake builds for OS X / Windows for now</title>
<updated>2015-09-11T21:36:03+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-09-07T06:05:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=9c9a9858e8a3f680f75225aff88237979466ee9a'/>
<id>urn:sha1:9c9a9858e8a3f680f75225aff88237979466ee9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add install targets and shared libraries to CMake</title>
<updated>2015-08-28T18:17:12+00:00</updated>
<author>
<name>Jeff Davey</name>
<email>jdavey@apple.com</email>
</author>
<published>2015-08-18T19:20:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=9caf754a59f166bcf62a2cf84f82720ae110ab74'/>
<id>urn:sha1:9caf754a59f166bcf62a2cf84f82720ae110ab74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>disable explicit_bzero optimizations with CMake builds</title>
<updated>2015-08-03T12:37:24+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-08-03T12:37:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=13d910c11e1c405f858d08ffe5a0358ca898e82d'/>
<id>urn:sha1:13d910c11e1c405f858d08ffe5a0358ca898e82d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add win32-specific explicit_bzero implementation</title>
<updated>2015-08-03T11:56:59+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-08-03T11:56:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=c66d80a4381f0b492fd62e87deb88944b77efd22'/>
<id>urn:sha1:c66d80a4381f0b492fd62e87deb88944b77efd22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>initial Linux cmake suppport</title>
<updated>2015-08-01T10:33:19+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2015-08-01T10:33:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=6527c320394ffa025b1faad79ce38e782a3c104b'/>
<id>urn:sha1:6527c320394ffa025b1faad79ce38e782a3c104b</id>
<content type='text'>
tested on Ubuntu 14.04
</content>
</entry>
<entry>
<title>don't build eng_rsax.c anymore</title>
<updated>2015-07-22T01:00:42+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-07-22T01:00:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=1828bcb9bf5fe51a51a2e750d2fbd62e3b582a3c'/>
<id>urn:sha1:1828bcb9bf5fe51a51a2e750d2fbd62e3b582a3c</id>
<content type='text'>
</content>
</entry>
</feed>
