
Hi ... maybe Coolo? The next coreutils release is coming out in a few days. Besides many other changes, it comes with a performance boost for the md5sum + sha*sum programs up to 50% due to now linking against "openssl" (per default). This is cool per se, but I see potential new build cycles: $ ldd /usr/bin/md5sum md5sum-new /usr/bin/md5sum: linux-vdso.so.1 (0x00007fffdc520000) libc.so.6 => /lib64/libc.so.6 (0x00007f4c917aa000) /lib64/ld-linux-x86-64.so.2 (0x00007f4c91b59000) md5sum-new: linux-vdso.so.1 (0x00007fff457fe000) libcrypto.so.1.0.0 => /lib64/libcrypto.so.1.0.0 (0x00007f33b0603000) libc.so.6 => /lib64/libc.so.6 (0x00007f33b0254000) libdl.so.2 => /lib64/libdl.so.2 (0x00007f33b0050000) libz.so.1 => /lib64/libz.so.1 (0x00007f33afe3a000) /lib64/ld-linux-x86-64.so.2 (0x00007f33b09ee000) Should I use that new default setting, or should I configure --with-openssl=no ? Thanks & have a nice day, Berny -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org