|
| 1 | +--- |
| 2 | +layout: news_post |
| 3 | +title: "Ruby 2.5.1 Publicado" |
| 4 | +author: "naruse" |
| 5 | +translator: "zasman" |
| 6 | +date: 2018-03-28 17:20:00 +0000 |
| 7 | +lang: es |
| 8 | +--- |
| 9 | + |
| 10 | +Ruby 2.5.1 ha se liberado. |
| 11 | + |
| 12 | +Esta entrega contiene algunas correciónes de errores y seguridad. |
| 13 | + |
| 14 | +* [CVE-2017-17742: Divsiones de respuestas HTTP en WEBrick](/en/news/2018/03/28/http-response-splitting-in-webrick-cve-2017-17742/) |
| 15 | +* [CVE-2018-6914: Creacción involuntaria de archivos y direcotrios con traversa de directorio en tempfile y tmpdir](/en/news/2018/03/28/unintentional-file-and-directory-creation-with-directory-traversal-cve-2018-6914/) |
| 16 | +* [CVE-2018-8777: DoS por gran solicitud en WEBrick](/en/news/2018/03/28/large-request-dos-in-webrick-cve-2018-8777/) |
| 17 | +* [CVE-2018-8778: Búfer subestimado en String#unpack](/en/news/2018/03/28/buffer-under-read-unpack-cve-2018-8778/) |
| 18 | +* [CVE-2018-8779: Creacción involuntaria de socket por byte NUL envenenado en UNIXServer y UNIXSocket](/en/news/2018/03/28/poisoned-nul-byte-unixsocket-cve-2018-8779/) |
| 19 | +* [CVE-2018-8780: Recorrido involuntario del directorio por el byte NUL envenenado en Dir](/en/news/2018/03/28/poisoned-nul-byte-dir-cve-2018-8780/) |
| 20 | +* [Vulnerabilidades múltiples en RubyGems](/en/news/2018/02/17/multiple-vulnerabilities-in-rubygems/) |
| 21 | + |
| 22 | +Hay algunas correciones de errors también. |
| 23 | +Puedes ver [commit logs](https://github.com/ruby/ruby/compare/v2_5_0...v2_5_1) para más detalles. |
| 24 | + |
| 25 | +## Descargas |
| 26 | + |
| 27 | +* <https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.1.tar.gz> |
| 28 | + |
| 29 | + SIZE: 15923244 bytes |
| 30 | + SHA1: 93fafd57a724974b951957c522cdc4478a6bdc2e |
| 31 | + SHA256: dac81822325b79c3ba9532b048c2123357d3310b2b40024202f360251d9829b1 |
| 32 | + SHA512: 67badcd96fd3808cafd6bc86c970cd83aee7e5ec682f34e7353663d96211a6af314a4c818e537ec8ca51fbc0737aac4e28e0ebacf1a4d1e13db558b623a0f6b1 |
| 33 | + |
| 34 | +* <https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.1.zip> |
| 35 | + |
| 36 | + SIZE: 19525307 bytes |
| 37 | + SHA1: 4fe511496f1eea0c3c1ac0c5f75ef11168ad1695 |
| 38 | + SHA256: 5d8e490896c8353aa574be56ca9aa52c250390e76e36cd23df450c0434ada4d4 |
| 39 | + SHA512: 490a52081e740b37f06215740734e9a6598ee9b492995b3161d720b5b05beadb4570aa526b3df01f686881b1e259aa7d4a59c1f398989dc2d5f8250342d986f7 |
| 40 | + |
| 41 | +* <https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.1.tar.bz2> |
| 42 | + |
| 43 | + SIZE: 14000644 bytes |
| 44 | + SHA1: 251fdb5ac10783b036fe923aa7986be582062361 |
| 45 | + SHA256: 0f5d20f012baca865381a055e73f22db814615fee3c68083182cb78a4b3b30cb |
| 46 | + SHA512: 82e799ecf7257a9f5fe8691c50a478b0f91bd4bdca50341c839634b0da5cd76c5556965cb9437264b66438434c94210c949fe9dab88cbc5b3b7fa34b5382659b |
| 47 | + |
| 48 | +* <https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.1.tar.xz> |
| 49 | + |
| 50 | + SIZE: 11348108 bytes |
| 51 | + SHA1: 0fb5da56f9e5fca45e36aa24ba842d935d1691c2 |
| 52 | + SHA256: 886ac5eed41e3b5fc699be837b0087a6a5a3d10f464087560d2d21b3e71b754d |
| 53 | + SHA512: 31bacf58469953282cd5d8b51862dcf4b84dedb927c1871bc3fca32fc157fe49187631575a70838705fe246f4555647577a7ecc26894445a7d64de5503dc11b4 |
| 54 | + |
| 55 | +## Comentarios de la entrega |
| 56 | + |
| 57 | +Varios autores, desarrolladores, y usuarios que enviaron reportes de errores ayudaron a hacer esta entrega. |
| 58 | +Gracias por sus contribuciones. |
| 59 | + |
0 commit comments