<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/apps/nc, branch v3.2.2</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v3.2.2</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v3.2.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2020-10-17T08:15:28+00:00</updated>
<entry>
<title>Link crypto and ssl object files directly instead of static library</title>
<updated>2020-10-17T08:15:28+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2020-09-20T04:37:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=3775a79f1d52d0eb0e47ecaa3efe2bb972f70765'/>
<id>urn:sha1:3775a79f1d52d0eb0e47ecaa3efe2bb972f70765</id>
<content type='text'>
- Output object files list variable for libcrypto and libssl to .mk file.
- Include object files list variable .mk from tls/Makefile
- Link .lo files directly instead of static library for libtls.
</content>
</entry>
<entry>
<title>Configure libtls and nc(1) to statically link to libcrypto/ssl</title>
<updated>2020-10-17T08:15:28+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2020-08-20T14:30:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=7b8b95a68cd78940c91f8ecc89e77e7c97b1bac3'/>
<id>urn:sha1:7b8b95a68cd78940c91f8ecc89e77e7c97b1bac3</id>
<content type='text'>
An issue that Reyk Floeter noted while building a Debian package for
LibreSSL is that installing libtls along with OpenSSL causes linker
issues since it will often pick up the wrong libcrypto/libssl. This
change makes libtls statically link the object files it needs rather
than relying on the shared libraries, effectively making libtls
self-contained and able to be packaged independently.

This should make it possible for other projects that also use libtls to
be able to package support without requiring the target OS to ship
libcrypto / libssl from LibreSSL.

https://salsa.debian.org/reyk-guest/libressl/-/commit/678278df55ce866f2f363998ca690442fa786c66
</content>
</entry>
<entry>
<title>add private includes for apps and tests</title>
<updated>2018-06-14T10:59:20+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2018-06-14T10:59:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=bf368e58e7d7737957438fac99016f4e05a094f1'/>
<id>urn:sha1:bf368e58e7d7737957438fac99016f4e05a094f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>scope private/public headers when embedding into other projects</title>
<updated>2018-05-29T10:46:54+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2018-05-29T10:44:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=4fcfc82d83de32098530abfa3aff5d6fc5532433'/>
<id>urn:sha1:4fcfc82d83de32098530abfa3aff5d6fc5532433</id>
<content type='text'>
thanks to Cameron Palmer
</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>fix static mingw builds, platform LDADD needs to come at the end</title>
<updated>2017-01-09T08:22:26+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2017-01-09T08:22:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=c691459502efc76b7fa4478b461ba7ab6c0d48cb'/>
<id>urn:sha1:c691459502efc76b7fa4478b461ba7ab6c0d48cb</id>
<content type='text'>
</content>
</entry>
</feed>
