On Sun, April 15, 2018 12:36 pm, Klemens Nanni wrote: > On Sun, Apr 15, 2018 at 11:30:22AM -0400, trondd wrote: >> Easy update for links+ to 1.15. Built against clang 6. >> >> Full changelog at http://links.twibright.com/download/ChangeLog >> Some notable udates: >> >> Rewrite google docs URLs to the download link, so that the file can be >> viewed in external viewer >> >> Support international domain names >> >> Fix reading one byte beyond allocated space in case of corrupted >> UTF-8 data - CVE-2017-11114 >> >> Use built-in SSL certificates (ed. Optional) >> This improves tor hardening (the tor exit node could not differentiate >> links users from each other based on installed certificates) >> It also makes it possible to use certificate verification on systems >> with no default certificate store >> >> Report IP addresses in the "Document info" box. >> >> Implement a small connection timeout when connecting to a host with >> multiple addresses, so that there is faster fallback from IPv6 to IPv4. >> >> Avoid memcpy with NULL source argument and zero length (it doesn't >> crash, but it's formally incorrect and the sanitizer warns about it) >> >> Make the "dns-prefetch" link prefetch just dns, not the whole document >> >> Fix compilation failure on OpenBSD because OpenBSD removed >> the timeout_* macros from libevent >> >> Use OpenSSL functions X509_check_host and X509_check_ip if available >> >> Use session cache on https > Builds fine on amd64, lightly run tested. > > OK kn with SEPARATE_BUILD=Yes set. >
Sorry for the multi-post. Network issue on my end. What is the policy around setting SEPARATE_BUILD? Any GNU build? Not just builds that require it? Tim.