<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/ssl, branch v3.8.2</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v3.8.2</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v3.8.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2023-08-19T16:16:16+00:00</updated>
<entry>
<title>Move `LibreSSL/` to `LIBRESSL_INSTALL_CMAKEDIR`.</title>
<updated>2023-08-19T16:16:16+00:00</updated>
<author>
<name>Pierre Wendling</name>
<email>pierre.wendling.4@gmail.com</email>
</author>
<published>2023-08-15T15:08:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=86a6826fef085618e506ea8eedb4d688646460bf'/>
<id>urn:sha1:86a6826fef085618e506ea8eedb4d688646460bf</id>
<content type='text'>
This allows users to install the CMake configs without forcing a
`LibreSSL` directory after `LIBRESSL_INSTALL_CMAKEDIR`.
</content>
</entry>
<entry>
<title>CMake: Export and install library targets.</title>
<updated>2023-08-19T16:16:15+00:00</updated>
<author>
<name>Pierre Wendling</name>
<email>pierre.wendling.4@gmail.com</email>
</author>
<published>2023-08-06T19:07:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=a89cd65980153ef60b42cb26d3bef949751f87f1'/>
<id>urn:sha1:a89cd65980153ef60b42cb26d3bef949751f87f1</id>
<content type='text'>
The configs can be consumed by setting LibreSSL_DIR to the build
directory, or after installation using CMAKE_PREFIX_PATH/LibreSSL_DIR.

For compatibility, the EXPORT_NAME of targets and the LIBRESSL_*
variables are set to match the names used in FindLibreSSL.
</content>
</entry>
<entry>
<title>Add hidden srtp.h and tls1.h</title>
<updated>2023-07-08T16:41:10+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2023-07-08T16:41:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=4aa2efb54da5d68c6df6fd1c3050f4666636fb4a'/>
<id>urn:sha1:4aa2efb54da5d68c6df6fd1c3050f4666636fb4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes #681, allow override of library POSTFIX for nested builds</title>
<updated>2023-07-07T12:02:16+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2023-07-07T12:02:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=081cee6207dc01747dd968b06637ab9ee2cdc496'/>
<id>urn:sha1:081cee6207dc01747dd968b06637ab9ee2cdc496</id>
<content type='text'>
</content>
</entry>
<entry>
<title>generate opensslconf.h in build dir for cmake</title>
<updated>2023-07-04T07:37:24+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2023-07-04T07:37:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=71ce0b8c3e07079a40011d2f3515969e3bdf302e'/>
<id>urn:sha1:71ce0b8c3e07079a40011d2f3515969e3bdf302e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unexport internal compat symbols from libcrypto</title>
<updated>2023-05-27T06:20:54+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2023-02-28T14:34:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=54b31ce5ec82248bba32f1a7c49e66e088cb1807'/>
<id>urn:sha1:54b31ce5ec82248bba32f1a7c49e66e088cb1807</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stop exposing hidden defines in public opensslconf.h</title>
<updated>2023-02-28T07:51:41+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2023-02-28T07:51:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=b98c56fd5e86fa76eb55a98a2266a923f64f705c'/>
<id>urn:sha1:b98c56fd5e86fa76eb55a98a2266a923f64f705c</id>
<content type='text'>
pull in hidden headers instead, patching drectly for Windows support
</content>
</entry>
<entry>
<title>add direct source dependency to each library</title>
<updated>2022-12-14T12:28:11+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2022-12-13T11:44:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=80eb1454604f71fdcbb17c7fb73bade22031ef81'/>
<id>urn:sha1:80eb1454604f71fdcbb17c7fb73bade22031ef81</id>
<content type='text'>
Fix library generation with some CMake generators by including a direct
source file dependency for each library.
</content>
</entry>
<entry>
<title>Update */Makefile.am for internal header renaming</title>
<updated>2022-11-27T09:13:06+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2022-11-27T09:11:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=f39a1b4b64910394382c55b387efc11a28bc9338'/>
<id>urn:sha1:f39a1b4b64910394382c55b387efc11a28bc9338</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Neuter namespace differently to fix Appveyor CI</title>
<updated>2022-11-23T11:46:44+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2022-11-23T11:46:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=67ab6a11877f6d1671da4afa6fbd142bf61a1ed2'/>
<id>urn:sha1:67ab6a11877f6d1671da4afa6fbd142bf61a1ed2</id>
<content type='text'>
</content>
</entry>
</feed>
