<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/apps/Makefile.am, branch v4.3.0</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v4.3.0</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v4.3.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2017-01-24T12:06:07+00:00</updated>
<entry>
<title>initial ocspcheck integration</title>
<updated>2017-01-24T12:06:07+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2017-01-24T12:06:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=93754dc5cfb68199b659180bbac77eecd6636c28'/>
<id>urn:sha1:93754dc5cfb68199b659180bbac77eecd6636c28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add 'nc' to the distribution as an example of libtls client and server</title>
<updated>2015-09-12T13:08:24+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-09-12T12:48:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=854f4f69af9003c0c29d3838001f549beaf36936'/>
<id>urn:sha1:854f4f69af9003c0c29d3838001f549beaf36936</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove engine from openssl(1)</title>
<updated>2015-09-11T14:47:40+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-09-11T14:47:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=6db3fc7c31adf72157e3ed49542f97d56ef1e82a'/>
<id>urn:sha1:6db3fc7c31adf72157e3ed49542f97d56ef1e82a</id>
<content type='text'>
</content>
</entry>
<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>fixup how OPENSSLDIR is derived and expanded</title>
<updated>2015-07-16T01:02:38+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-07-16T01:00:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=db974c34e95a24eda7ce575cc14bbc0eebfbdbb4'/>
<id>urn:sha1:db974c34e95a24eda7ce575cc14bbc0eebfbdbb4</id>
<content type='text'>
As per
http://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Installation-Directory-Variables.html
we should not try to expand variables like sysconfdir in the
configure script, but rather derive the correct value in the Makefiles
instead. This fixes missing expansions as the preprocessor define.
</content>
</entry>
<entry>
<title>Improve automatic handling of OPENSSLDIR</title>
<updated>2015-07-13T03:10:48+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2015-07-11T19:23:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=bda20bd13f8bf2063f915a3619db2292b38b6d88'/>
<id>urn:sha1:bda20bd13f8bf2063f915a3619db2292b38b6d88</id>
<content type='text'>
Install a default cert.pem, openssl.cnf, x509v3.cnf in OPENSSLDIR, which
is derived by default from sysconfdir and the prefix setting.
</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>conditionally build certhash into openssl(1)</title>
<updated>2015-02-15T00:54:43+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-02-15T00:51:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=28311d4355e38376dc7ebcf1d2d7957718f55359'/>
<id>urn:sha1:28311d4355e38376dc7ebcf1d2d7957718f55359</id>
<content type='text'>
For now, look for openat and symlink. We may switch to just needing
symlink later.
</content>
</entry>
<entry>
<title>add the new openssl(1) certhash command</title>
<updated>2015-02-12T02:50:10+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-02-12T02:50:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=5e96c047f7e5da087f20c6aaf997b4083a0ff59c'/>
<id>urn:sha1:5e96c047f7e5da087f20c6aaf997b4083a0ff59c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>simplify building the apps Makefile</title>
<updated>2014-12-06T17:20:56+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2014-12-06T17:20:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=13035fa666c546330e9809691374e4fd0415eccc'/>
<id>urn:sha1:13035fa666c546330e9809691374e4fd0415eccc</id>
<content type='text'>
Remove extra machinery in favor of a plain-old Makefile.am.
Tighten up what files are copied on build, package a simple openssl.cnf.
</content>
</entry>
</feed>
