ruby-parser 2.3.1-2 source package in Ubuntu

Changelog

ruby-parser (2.3.1-2) unstable; urgency=high


  * Team upload
  * Add debian/patches/002-fix-CVE-2013-0162.patch: avoid unsecure use of
    /tmp/ [CVE-2013-0162] (Closes: #701637).

 -- Cédric Boutillier <email address hidden>  Tue, 26 Feb 2013 07:08:26 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Raring: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-parser_2.3.1-2.dsc 2.0 KiB 4ad7c97157ffa1506dd41c6ce635e919af811b46b7df3cb933c148d044839b14
ruby-parser_2.3.1.orig.tar.gz 75.3 KiB f2a47cfed760d09c7a2365a0ba84018aa9d25d798a9ed4b3c755c84251818790
ruby-parser_2.3.1-2.debian.tar.gz 3.4 KiB bb91b5d04e08629a85662b20eaa9d02f789bc41ecc0d3a94804780b2e184ac16

Available diffs

No changes file available.

Binary packages built by this source

ruby-parser: Ruby parser written in pure Ruby

 ruby_parser (RP) can be used to parse and check syntax of Ruby code.
 "Pure Ruby" in this context means the parser's code
 * consists solely of Ruby source files
 * does not add any native extensions or other C code (eg. with RubyInline)
   which requires a C compiler to be present on the user's system
 .
 It utilizes racc and its output is same as that of ParseTree's.