[ANNOUNCEMENT] nspr 4.14-1, nss 3.30.2-1

2017-04-30 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * libnspr4-4.14-1 * libnspr-devel-4.14-1 * libnss3-3.30.2-1 * libnss-devel-3.30.2-1 * nss-3.30.2-1 * mingw64-i686-nspr-4.14-1 * mingw64-i686-nss-3.30.2-1 * mingw64-x86_64-nspr-4.14-1 * mingw64-x86_64-nss-3.30.2-1 Netscape Porta

Re: Time zone bug

2017-04-30 Thread Steven Penny
On Sun, 30 Apr 2017 17:37:00, Ken Brown wrote: As a result of a failing emacs test, I came across the following: $ TZ='NZST-12NZDT,M9.5.0,M4.1.0/3' date -d@0 +'%Y-%m-%d %H:%M:%S %z (%Z)' 1970-01-01 12:00:00 +1200 (NZST) The same command on Linux yields "1970-01-01 13:00:00 +1300 (NZDT)", which

Time zone bug

2017-04-30 Thread Ken Brown
As a result of a failing emacs test, I came across the following: $ TZ='NZST-12NZDT,M9.5.0,M4.1.0/3' date -d@0 +'%Y-%m-%d %H:%M:%S %z (%Z)' 1970-01-01 12:00:00 +1200 (NZST) The same command on Linux yields "1970-01-01 13:00:00 +1300 (NZDT)", which is correct according to Paul Eggert (https://li

Re: Safeness of arc4random while fork

2017-04-30 Thread Brian Inglis
On 2017-04-30 07:12, Kinichiro Inoguchi wrote: > I saw this issue while building LibreSSL on Cygwin64. > I had downloaded LibreSSL tar ball from here. > https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.5.3.tar.gz > And I tried to build it, build was ok, but 1 regression test failed. > This t

Safeness of arc4random while fork

2017-04-30 Thread Kinichiro Inoguchi
Hello, I saw this issue while building LibreSSL on Cygwin64. I had downloaded LibreSSL tar ball from here. https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.5.3.tar.gz And I tried to build it, build was ok, but 1 regression test failed. This test is testing the safeness of arc4random() whi