libzip-ruby 0.9.4-1+deb7u1build0.12.04.1 source package in Ubuntu

Changelog

libzip-ruby (0.9.4-1+deb7u1build0.12.04.1) precise-security; urgency=medium

  * fake sync from Debian (LP: #1669894)

libzip-ruby (0.9.4-1+deb7u1) wheezy-security; urgency=high

  * Non-maintainer upload by the LTS team.
  * Fix CVE-2017-5946:
    It was discovered that libzip-ruby, a Ruby module for reading and writing
    zip files, is prone to a directory traversal vulnerability. An attacker can
    take advantage of this flaw to overwrite arbitrary files during archive
    extraction via a .. (dot dot) in an extracted filename.

 -- Tyler Hicks <email address hidden>  Mon, 13 Mar 2017 15:06:48 +0000

Upload details

Uploaded by:
Tyler Hicks
Uploaded to:
Precise
Original maintainer:
sugi
Architectures:
all
Section:
ruby
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Precise updates universe interpreters
Precise security universe interpreters

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libzip-ruby_0.9.4.orig.tar.gz 62.2 KiB 8e13d1a34cb35998b508e3aee0db74d124d2108ec6785475c15f5e8befada5c0
libzip-ruby_0.9.4-1+deb7u1build0.12.04.1.debian.tar.gz 4.0 KiB ea0b867648fa4f7925438d4a24cc8e98e659c0037c944c52fcc8613beef0e807
libzip-ruby_0.9.4-1+deb7u1build0.12.04.1.dsc 1.9 KiB 6ac1b8b4d46e3b4a65d071aa4c88f2c8d65f3fed6c55a2a49eb7341c27e67d88

View changes file

Binary packages built by this source

libzip-ruby1.8: a ruby module for reading and writing zip files

 rubyzip is a ruby library for reading and writing zip (pkzip format)
 files, with the restriction that only uncompressed and deflated zip
 entries are supported. All this library does is handling of the zip
 file format. the actual compression/decompression is handled by
 zlib. zlib is accessible from ruby thanks to ruby/zlib

libzip-ruby1.9.1: a ruby module for reading and writing zip files

 rubyzip is a ruby library for reading and writing zip (pkzip format)
 files, with the restriction that only uncompressed and deflated zip
 entries are supported. All this library does is handling of the zip
 file format. the actual compression/decompression is handled by
 zlib. zlib is accessible from ruby thanks to ruby/zlib