ruby-openid 2.9.2debian-1 source package in Ubuntu

Changelog

ruby-openid (2.9.2debian-1) unstable; urgency=medium

  * New upstream version 2.9.2debian (Closes: #930388) (Fixes: CVE-2019-11027)
  * Add salsa-ci.yml
  * Switch d/watch to g/h tarball
  * Add d/upstream/metadata
  * Update d/copyright
  * Add myself as an uploader
  * Fix package wrt cme
    - Bump Standards-Version to 4.4.1
    - Bump debhelper-compat to 12

 -- Utkarsh Gupta <email address hidden>  Fri, 08 Nov 2019 04:07:31 +0530

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe ruby

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-openid_2.9.2debian-1.dsc 2.2 KiB cd069d3efb8a623969260540e64aee5efc39b86b2f65a19f755f3e908841791a
ruby-openid_2.9.2debian.orig.tar.gz 500.6 KiB ef998d8138c5c1684b079d4bc4fa9635f20db39d1ec5de48dc9b4d3a1aa0f306
ruby-openid_2.9.2debian-1.debian.tar.xz 7.1 KiB 2cbb561c8d1a526058dda1ce22ac9e93570da8762ab670318c1dca7088b41cd2

Available diffs

No changes file available.

Binary packages built by this source

ruby-openid: Ruby library for verifying and serving OpenID identities

 Ruby OpenID makes it easy to add OpenID authentication to your web
 applications.
 This library is a port of the Python OpenID library, and features:
 .
  * API for verifying OpenID identities (OpenID::Consumer)
  * API for serving OpenID identities (OpenID::Server)
  * Consumer and server support for extensions, including simple registration
  * Yadis 1.0 and OpenID 1.0 service discovery, including server fallback
  * Does not depend on underlying web framework
  * Multiple storage implementations (Filesystem, SQL)
  * Comprehensive test suite
  * Example code to help you get started, including:
    - WEBrick based consumer
    - Ruby on rails based server
    - OpenIDLoginGenerator for quickly creating a rails app that uses OpenID
      for authentication
    - ActiveRecord adapter for using an SQL store in rails