ruby-ox 2.8.2-1 source package in Ubuntu

Changelog

ruby-ox (2.8.2-1) unstable; urgency=medium

  * New upstream version 2.8.2
    + fix CVE-2017-15928: segmentation fault in parse_obj
      (Closes: #881445)
  * Remove version in the gem2deb build-dependency
  * Use https:// in Vcs-* fields
  * Run wrap-and-sort on packaging files
  * Bump Standards-Version to 4.1.1 (no changes needed)
  * Bump debhelper compatibility level to 10
  * Refresh 000-fix-so-load-path.patch

 -- Cédric Boutillier <email address hidden>  Sat, 18 Nov 2017 15:04:44 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-ox_2.8.2-1.dsc 1.6 KiB d55dcafa972fee1ba6e9b78bb580640151588420f718a5cdf8782f2704ce18f6
ruby-ox_2.8.2.orig.tar.gz 77.4 KiB 0d0bbc69677a204fbe295c3443ddb0fa893e3647b26794c3ca5d5d87ae21f6f4
ruby-ox_2.8.2-1.debian.tar.xz 3.1 KiB 66ee937680c908e36bb3011db5a110b6cc5b000d5c2bd6555824e489303a838b

No changes file available.

Binary packages built by this source

ruby-ox: fast XML parser and object serializer

 Optimized XML (Ox), as the name implies, was written to provide speed
 optimized XML handling. It was designed to be an alternative to Nokogiri
 and other Ruby XML parsers for generic XML parsing and as an alternative
 to Marshal for Object serialization.
 .
 Ox handles XML documents in three ways: it is a generic XML parser and
 writer, a fast Object / XML marshaller, and a stream SAX parser. The
 library is implemented in C for speed and has a lean, simple Ruby API.

ruby-ox-dbgsym: debug symbols for ruby-ox