<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/apps, branch v2.6.1</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v2.6.1</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v2.6.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2017-08-13T21:09:32+00:00</updated>
<entry>
<title>use standard initialization for poll loop delay</title>
<updated>2017-08-13T21:09:32+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2017-08-13T21:09:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=4916f940c8fe7453db50de49da6fbc8bd1a0fefd'/>
<id>urn:sha1:4916f940c8fe7453db50de49da6fbc8bd1a0fefd</id>
<content type='text'>
</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>add nc(1) manpage to install if enabled</title>
<updated>2017-04-12T13:18:20+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2017-04-12T13:18:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=9d2418ae3a0b9577fdea0bac90802d8c0147f7f4'/>
<id>urn:sha1:9d2418ae3a0b9577fdea0bac90802d8c0147f7f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Copy libc compat files rather than adding into the repository</title>
<updated>2017-01-27T18:40:38+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2017-01-27T18:40:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=58eb645fdba229c1b214a0ac14f7365df171b62f'/>
<id>urn:sha1:58eb645fdba229c1b214a0ac14f7365df171b62f</id>
<content type='text'>
- remove the CP_LIBC files from repo
- move tests/memmem.c to tests/compat/
</content>
</entry>
<entry>
<title>skip building ocspcheck on MSCV</title>
<updated>2017-01-27T13:14:43+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2017-01-27T13:14:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=cb57534af8ce4cacd69a3edcd42bb8a6bcd0b40b'/>
<id>urn:sha1:cb57534af8ce4cacd69a3edcd42bb8a6bcd0b40b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Copy openbsd library file every time rather than statically checking in</title>
<updated>2017-01-26T16:21:37+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2017-01-26T16:21:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=05cf1ee6973f83dcb3b1f9cd8cfc15a39a75f5b1'/>
<id>urn:sha1:05cf1ee6973f83dcb3b1f9cd8cfc15a39a75f5b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add inet_ntop and memmem for ocspcheck</title>
<updated>2017-01-26T08:51:35+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2017-01-26T04:58:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=7dd0650d3374ab4c944f640c485c6045223422d9'/>
<id>urn:sha1:7dd0650d3374ab4c944f640c485c6045223422d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move strsep.c to crypto/compat/ and add ocspcheck build to CMake</title>
<updated>2017-01-25T12:31:04+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2017-01-25T10:37:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=91a8bd7914a809d3be9f0a98d6246c2d10c3ad96'/>
<id>urn:sha1:91a8bd7914a809d3be9f0a98d6246c2d10c3ad96</id>
<content type='text'>
</content>
</entry>
</feed>
