<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/crypto, branch v2.6.2</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v2.6.2</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v2.6.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2017-09-01T14:37:09+00:00</updated>
<entry>
<title>Remove rsa/rsa_ssl.c</title>
<updated>2017-09-01T14:37:09+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2017-09-01T14:37:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=f4d2b810cb7037fb393378dbae7b9cece77829fd'/>
<id>urn:sha1:f4d2b810cb7037fb393378dbae7b9cece77829fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>declare struct timezone outside of the function declaration</title>
<updated>2017-08-13T21:04:03+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2017-08-13T21:04:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=9e7fd1fa312c485f542f9a5b633cbfadcad46b17'/>
<id>urn:sha1:9e7fd1fa312c485f542f9a5b633cbfadcad46b17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>don't build empty object files</title>
<updated>2017-08-12T15:05:30+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2017-08-12T15:05:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=94e4224f5fd17745054ee4a7e5e5b3563e144fc2'/>
<id>urn:sha1:94e4224f5fd17745054ee4a7e5e5b3563e144fc2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Land #328, generate the crypto export symbol list at build time</title>
<updated>2017-07-09T10:12:21+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2017-07-09T10:12:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=70ee57c6ad8173ceb153e78c8225b1f9ae5a5051'/>
<id>urn:sha1:70ee57c6ad8173ceb153e78c8225b1f9ae5a5051</id>
<content type='text'>
</content>
</entry>
<entry>
<title>generate the crypto export symbol list at build time</title>
<updated>2017-07-08T22:46:16+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2017-07-08T22:46:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=9b88fa46bb727d811d95f7696d91cbc07278f65e'/>
<id>urn:sha1:9b88fa46bb727d811d95f7696d91cbc07278f65e</id>
<content type='text'>
we currently do it at configure time, which makes this a generated
source, but generated sources should be cleaned up, which breaks
'make clean; make'
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://github.com/libressl-portable/portable into SkipInstall</title>
<updated>2017-07-07T06:11:11+00:00</updated>
<author>
<name>d3x0r</name>
<email>d3x0r@users.noreply.github.com</email>
</author>
<published>2017-07-07T06:11:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=a4d80ca56acc05b92be6015a50cae3d46f081440'/>
<id>urn:sha1:a4d80ca56acc05b92be6015a50cae3d46f081440</id>
<content type='text'>
Fix merge conflicts from GNUInstallDirs merge to master.
</content>
</entry>
<entry>
<title>Add option LIBRESSL_SKIP_INSTALL</title>
<updated>2017-07-06T09:09:44+00:00</updated>
<author>
<name>d3x0r</name>
<email>d3x0r@users.noreply.github.com</email>
</author>
<published>2017-07-06T09:09:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=2557dd7439806448ad41b7bc5f175f4ed4f74d9c'/>
<id>urn:sha1:2557dd7439806448ad41b7bc5f175f4ed4f74d9c</id>
<content type='text'>
Internally LIBRESSL_SKIP_INSTALL, if not set becomes ENABLE_LIBRESSL_INSTALL so this by default is enabled.  defining LIBRESSL_SKIP_INSTALL before hand will disable all install() rules.
This is useful if another project includes and links to this statically.
I chose to add a prefix to avoid potential name collision because the options are cached globally.

If the installation is skipped, maybe it should also disable building apps?  I didn't do that.
</content>
</entry>
<entry>
<title>use GNUInstallDirs from cmake to specify install paths.</title>
<updated>2017-07-06T08:49:43+00:00</updated>
<author>
<name>d3x0r</name>
<email>d3x0r@users.noreply.github.com</email>
</author>
<published>2017-07-06T08:49:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=a2bd5ebaba789822ae73e9059171c46ed6b8f574'/>
<id>urn:sha1:a2bd5ebaba789822ae73e9059171c46ed6b8f574</id>
<content type='text'>
Primarily this is to select whether 'lib64' or 'lib' is used on linux type systems.
</content>
</entry>
<entry>
<title>re-add getpagesize fallback, needed for Android</title>
<updated>2017-06-11T16:21:34+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2017-06-11T16:21:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=8b80bcdad82a57d195381a150aa2690f188b127e'/>
<id>urn:sha1:8b80bcdad82a57d195381a150aa2690f188b127e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add HKDF functionality</title>
<updated>2017-05-13T14:59:59+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2017-05-01T15:21:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=63042e98f8e5b5d204108506c4aeecdee84639ab'/>
<id>urn:sha1:63042e98f8e5b5d204108506c4aeecdee84639ab</id>
<content type='text'>
</content>
</entry>
</feed>
