rake 10.5.0-2ubuntu0.1 source package in Ubuntu

Changelog

rake (10.5.0-2ubuntu0.1) xenial-security; urgency=medium

  * SECURITY UPDATE: OS command injection
    - debian/patches/CVE-2020-8130.patch: use File.open explicitly
      lib/rake/file_list.rb.
    - CVE-2020-8130

 -- <email address hidden> (Leonidas S. Barbosa)  Tue, 03 Mar 2020 10:44:59 -0300

Upload details

Uploaded by:
Leonidas S. Barbosa
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial updates main devel
Xenial security main devel

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rake_10.5.0.orig.tar.gz 127.1 KiB 9a4e148362c643fc49af27b9fe16f071ea56eb33c0fcec9ba3ee71c53abf42bb
rake_10.5.0-2ubuntu0.1.debian.tar.xz 7.3 KiB 722ee5933182ba3abbf46d60f87eb44e613972f7bce7ea8e33ef0b37b7040a3c
rake_10.5.0-2ubuntu0.1.dsc 2.2 KiB 5aa35687879bf4cf372be4f85544110f679255b24fa9f038d810c1854a6f8114

View changes file

Binary packages built by this source

rake: ruby make-like utility

 Rake is a simple ruby build program with capabilities similar to make.
 .
 Rake has the following features:
   * Rakefiles (rakes version of Makefiles) are completely defined in
     standard Ruby syntax. No XML files to edit. No quirky Makefile
     syntax to worry about (is that a tab or a space?)
   * Users can specify tasks with prerequisites.
   * Rake supports rule patterns to sythesize implicit tasks.
   * Rake is lightweight. It can be distributed with other
     projects as a single file. Projects that depend upon
     rake do not require that rake be installed on target
     systems.