[release] 1.73.0 post-beta merges

The master branch is is now open for post-beta merges, but only as described in the Post-Beta Merge Policy. See <https://github.com/boostorg/boost/wiki/Releases%3A-Beta-Merge-Policy> Reminder: The master branch closes for the release on April 22nd. -- The release managers

On Sun, Apr 12, 2020 at 11:27 AM Marshall Clow <mclow.lists@gmail.com> wrote:
The master branch is is now open for post-beta merges, but only as described in the Post-Beta Merge Policy.
URL for Post-Beta Merge Policy: https://github.com/boostorg/wiki/wiki/Releases%3A-Beta-Merge-Policy (The boostorg/boost wiki was moved to boostorg/wiki) Glen

On Sun, Apr 12, 2020 at 8:27 AM Marshall Clow via Boost <boost@lists.boost.org> wrote:
Reminder: The master branch closes for the release on April 22nd.
I'm seeing build breakage for Beast, coming from either OpenSSL or Boost.Asio: <https://travis-ci.org/github/boostorg/beast/jobs/676950151#L1281> Thanks

I wonder what version of OpenSSL that builder is using. In OpenSSL 1.0 (and before), it appears that `X509_check_ip_asc` is in <openssl/x509.h>. See https://www.openssl.org/docs/man1.1.0/man3/X509_check_ip_asc.html In OpenSSL 1.1, it appears that `X509_check_ip_asc` is in <openssl/x509v3.h>. See https://www.openssl.org/docs/man1.1.1/man3/X509_check_ip_asc.html -- Marshall On Sun, Apr 19, 2020 at 3:26 PM Vinnie Falco <vinnie.falco@gmail.com> wrote:

Christopher: Just a heads up, that Asio's SSL support now requires OpenSSL 1.0.2 or later. On Sun, Apr 19, 2020 at 6:30 PM Marshall Clow <mclow.lists@gmail.com> wrote:
-- Regards, Vinnie Follow me on GitHub: https://github.com/vinniefalco

Am 20.04.20 um 03:51 schrieb Vinnie Falco via Boost:
Christopher:
Just a heads up, that Asio's SSL support now requires OpenSSL 1.0.2 or later.
FWIW: It seems it shouldn't even do that. "Version 1.0.2 is no longer supported" https://www.openssl.org/policies/releasestrat.html Not sure if it can put a requirement on >= 1.1.1 (1.1.0 is also not supported anymore), but if possible it should

On 12.04.20 17:27, Marshall Clow via Boost wrote:
If there is no objection, I would like to merge this to master for the release: https://github.com/boostorg/test/compare/master...develop Content is as follow: - removal of old files used in unit tests - fixup of 2 unit tests - README.md update - travis/appveyor update - fixup of a warning Develop is getting greener than before since I made those changes to develop, and my CI is green (Appveyor/Travis still work in progress). Thanks, Raffi

On Tue, Apr 21, 2020 at 2:28 AM Raffi Enficiaud via Boost <boost@lists.boost.org> wrote:
If there is no objection, I would like to merge this to master for the release: https://github.com/boostorg/test/compare/master...develop
Go ahead; OK to merge. Glen

On 2020-04-12 18:27, Marshall Clow via Boost wrote:
I would like to merge this Boost.Log commit to master: https://github.com/boostorg/log/commit/49af1c8fa0137047ec6e6e783581eb10e504c... It silences clang-10 warnings about deprecated implicit generation of a copy assignment operator. The CI tests have passed.
participants (8)
-
Adam Wulkiewicz
-
Alexander Grund
-
Andrey Semashev
-
Christopher Kohlhoff
-
Glen Fernandes
-
Marshall Clow
-
Raffi Enficiaud
-
Vinnie Falco