This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ruby 1.9.3-pXXX is released. | |
This release include a security fixes of the Ruby OpenSSL extension. | |
And many bugs are fixed in this release. | |
* Fixed: LLVM/clang support [Bug #5076] | |
* Fixed: GCC 4.7 support [Bug #5851] | |
* Fixed: Allow "0/n splitting" as a prevention for the TLS BEAST attack [Bug #5353] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> openssl-build.bash <== | |
#!/bin/bash | |
set -e -x | |
export CFLAG="-g" | |
export CFLAGS="-g" | |
# Debugging Target | |
# debug-linux-elf-noefence |