rake 12.3.1-1ubuntu0.1 source package in Ubuntu

Changelog

rake (12.3.1-1ubuntu0.1) bionic-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:04 -0300

Upload details

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

See full publishing history Publishing

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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rake_12.3.1.orig.tar.gz 117.4 KiB 6ed17790cf30fda710a4fdf7eba5f79ba6c81f904552d9abb1e0df16b77c31e8
rake_12.3.1-1ubuntu0.1.debian.tar.xz 7.6 KiB c3ec702dbbfc314907aabeb8d6543f3532d93ffed429bda8318c77534e381cef
rake_12.3.1-1ubuntu0.1.dsc 2.2 KiB 611d121292f034f8a3f2b4eaaf9c7eca66ea3f1ab3265a42a88b3ac2bc08cc96

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.