FWD: Forthcoming OpenSSL Releases - Sep 10

2019-09-03 Thread Hal Murray via devel
The OpenSSL project team would like to announce the forthcoming release of OpenSSL versions 1.1.1d, 1.1.0l and 1.0.2t. These releases will be made available on 10th September 2019 between approximately 1200-1600 UTC. These are security fix releases. The highest severity security issue fixed by th

Re: Does anybody understand waf's linking libraries?

2019-09-03 Thread Hal Murray via devel
I think I have figured out the big picture. PLATFORM_INCLUDES and PLATFORM_LIBPATH are our variables rather than something waf knows about. (I downloaded both source and book for waf, no hits.) PLATFORM_LIBPATH is write only. -bash-5.0$ grep PLATFORM_LIBPATH . -r ./bob2/c4che/main_cache.py:

Re: Does anybody understand waf's linking libraries?

2019-09-03 Thread Gary E. Miller via devel
Yo Hal! On Tue, 03 Sep 2019 18:14:42 -0700 Hal Murray via devel wrote: > The symptom is that build is finding the new includes but linking > with the old libraries. Ouch. So the search order for includes does not match the search order for libraries. You could make the search order match, but

Does anybody understand waf's linking libraries?

2019-09-03 Thread Hal Murray via devel
Context is issue #615 The system is NetBSD 7.2, old but still supported. It has a newer OpenSSL installed in /usr/pkg/ /usr/include/openssl/opensslv.h:# define OPENSSL_VERSION_NUMBER 0x1000115fL /usr/pkg/include/openssl/opensslv.h:# define OPENSSL_VERSION_NUMBER 0x1000210fL The old version d