<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/apps, 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>Install ocspcheck.8 manual</title>
<updated>2020-01-09T12:33:28+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2020-01-09T12:33:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=6dc8d2be3b864171e1e0016714345eedf48c1e5a'/>
<id>urn:sha1:6dc8d2be3b864171e1e0016714345eedf48c1e5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>re-add CMS to openssl(1)</title>
<updated>2019-11-08T00:24:37+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2019-11-08T00:24:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=73fb0f8991f35c8363c41a7e24fd24d148ae372d'/>
<id>urn:sha1:73fb0f8991f35c8363c41a7e24fd24d148ae372d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable speed on win32</title>
<updated>2019-07-14T10:45:34+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2019-07-14T09:37:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=30e91bc6d2b6249da1c8c40582c63601a4838efc'/>
<id>urn:sha1:30e91bc6d2b6249da1c8c40582c63601a4838efc</id>
<content type='text'>
- Use thread and sleep instead of signal and alarm, on win32
- Disable -multi option on win32 since fork is hard to implement
</content>
</entry>
<entry>
<title>Fix MacOSX cmake missing symbol _clock_gettime</title>
<updated>2019-04-30T23:35:04+00:00</updated>
<author>
<name>paul4334</name>
<email>paul.sultana@pc-doctor.com</email>
</author>
<published>2019-04-30T23:35:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=a7265dd139fbe5162b62777401293ea7b8cac79a'/>
<id>urn:sha1:a7265dd139fbe5162b62777401293ea7b8cac79a</id>
<content type='text'>
On El Capitan:
     [exec] [100%] Linking C executable openssl
     [exec] Undefined symbols for architecture x86_64:
     [exec]   "_clock_gettime", referenced from:
     [exec]       _app_timer_real in apps_posix.c.o
     [exec] ld: symbol(s) not found for architecture x86_64
     [exec] clang: error: linker command failed with exit code 1 (use -v to see invocation)
     [exec] make[2]: *** [apps/openssl/openssl] Error 1
     [exec] make[1]: *** [apps/openssl/CMakeFiles/openssl.dir/all] Error 2
     [exec] make: *** [all] Error 2</content>
</entry>
<entry>
<title>implement app_timer_real</title>
<updated>2018-09-23T19:04:26+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2018-09-23T19:04:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=b7a580e86a5e0329a5639cbeb367ee45018ba16d'/>
<id>urn:sha1:b7a580e86a5e0329a5639cbeb367ee45018ba16d</id>
<content type='text'>
</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>add proper guard and typedef</title>
<updated>2018-03-23T18:45:05+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2018-03-23T18:45:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=6b513a1c78b8a8c4c48b9ef476628728974f3171'/>
<id>urn:sha1:6b513a1c78b8a8c4c48b9ef476628728974f3171</id>
<content type='text'>
</content>
</entry>
</feed>
