<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/apps/nc/Makefile.am, branch OPENBSD_7_9</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=OPENBSD_7_9</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=OPENBSD_7_9'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2025-06-01T01:22:33+00:00</updated>
<entry>
<title>add autotools build copyright headers</title>
<updated>2025-06-01T01:22:33+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2025-06-01T01:20:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=340037f69a425d87aedc8c793e821a4946660938'/>
<id>urn:sha1:340037f69a425d87aedc8c793e821a4946660938</id>
<content type='text'>
</content>
</entry>
<entry>
<title>link internal apps statically</title>
<updated>2023-05-27T06:20:54+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2022-12-19T04:10:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=a316f8ab8cf79895062c1d1fcc5d47c3d2cc6f6a'/>
<id>urn:sha1:a316f8ab8cf79895062c1d1fcc5d47c3d2cc6f6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add strtonum to compat library and export it</title>
<updated>2021-12-26T07:00:25+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2021-12-26T06:42:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=adde656bb7a859fb4cc334cb89a00840a7023c2e'/>
<id>urn:sha1:adde656bb7a859fb4cc334cb89a00840a7023c2e</id>
<content type='text'>
crypto library requires strtonum now, and add it to compat library.
remove it from applications compat/ directories.
</content>
</entry>
<entry>
<title>modify nc build to link libcompat objects directly</title>
<updated>2020-10-20T08:50:23+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2020-10-19T03:14:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=9abd36e3af5876f67c633f27496ad5660ab7fe24'/>
<id>urn:sha1:9abd36e3af5876f67c633f27496ad5660ab7fe24</id>
<content type='text'>
Rather than assuming the static version of libcrypto exists for pulling in the compatibility functions, link the compat objects directly. This modifies the object file generation script a bit to handle the empty-case properly as well.
</content>
</entry>
<entry>
<title>Link crypto and ssl object files directly instead of static library</title>
<updated>2020-10-04T08:50:18+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=5a29b0472d5d0d1aa9936e430a87299fdb0f17ba'/>
<id>urn:sha1:5a29b0472d5d0d1aa9936e430a87299fdb0f17ba</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-04T08:50:18+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=fe42a8011b25797afa48cf0359c7e2753b2ece5f'/>
<id>urn:sha1:fe42a8011b25797afa48cf0359c7e2753b2ece5f</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 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>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>
<entry>
<title>remove DEFAULT_CA_FILE patch, since libtls handles this by default</title>
<updated>2016-08-13T16:42:21+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2016-08-13T16:42:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=9e25f75800c9077ab031ecf689bd35132c038546'/>
<id>urn:sha1:9e25f75800c9077ab031ecf689bd35132c038546</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "remove DEFAULT_CA_FILE patch, since libtls handles this by default"</title>
<updated>2016-07-09T17:40:22+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2016-07-09T17:40:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=b13529f7914eebf049fa886d2e2d9775b7e94d8a'/>
<id>urn:sha1:b13529f7914eebf049fa886d2e2d9775b7e94d8a</id>
<content type='text'>
This reverts commit 30adf9c06e8d3d7ac9e89f4b2b290567bcafa75c.
</content>
</entry>
</feed>
