Re: LibreSSL 2.1.4 released

2015-03-06 Thread Martin Hecht

I have tested it on a few linux platforms I have at hand:

SLES 11 SP3
Ubuntu 14.04.2 LTS
Scientific Linux  6.6


Testsuite summary for libressl 2.1.4

# TOTAL: 47
# PASS:  47
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0



PS: just let me know when you have a testing environment which makes
this input obsolete





Re: LibreSSL 2.0.3 released

2014-07-23 Thread Martin Hecht
On 07/23/2014 10:09 AM, Dongsheng Song wrote:
> On Tue, Jul 22, 2014 at 10:01 AM, Bob Beck  wrote:
>> We have released an update, LibreSSL 2.0.3 - which should
>> be arriving in the LibreSSL directory of an OpenBSD mirror near
>> you very soon.
>>
>> This release includes a number of portability fixes based on the
>> the feedback we have received from the community. It also includes
>> some improvements to the fork detection support.
>>
>> As noted before, we welcome feedback from the broader community.
>>
>> Enjoy,
>>
>> -Bob
>>
>>
> Thanks, all tests passed on Debian 6, 7 and 8 (testing):
>
> $ ./configure --prefix=/opt/libressl
> $ make -j4
> $ make check
> 
> Testsuite summary for libressl 2.0.3
> 
> # TOTAL: 42
> # PASS:  42
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  0
> # XPASS: 0
> # ERROR: 0
> 
>
> Regards,
> Dongsheng
>
...the same (PASS: 42) for

Ubuntu 12.04
Scientific Linux 6.5
SLES 11 SP 1 LTSS

is such a feedback useful for the developers? The installations have a
particular selection of installed packages, which may differ from a
standard installation.


Martin



Re: LibreSSL portable 2.0.2 released.

2014-07-16 Thread Martin Hecht
On 07/16/2014 05:40 AM, Bob Beck wrote:
> We have release an update, LibreSSL 2.0.2
>
> This release addresses the Linux forking and pid wrap issue reported recently 
> in
> the press.
>
> As noted before, we welcome feedback from the broader community.
>
> Enjoy
>
> -Bob
>
Hi,

with 2.0.2 on Xubuntu 12.04  I get the following compile error:

make[1]: Entering directory `/home/user/tmp/libressl-2.0.2/apps'
  CCLD openssl
../crypto/.libs/libcrypto.so: undefined reference to `getauxval'
collect2: ld returned 1 exit status
make[1]: *** [openssl] Error 1
make[1]: Leaving directory `/home/user/tmp/libressl-2.0.2/apps'
make: *** [all-recursive] Error 1

I ran ./configure --prefix=/usr/local/stow/libressl-2.0.2 before.

2.0.1 was compiling fine and working in a first test.

Martin