ruby-ntlm 0.6.1-2 source package in Ubuntu

Changelog

ruby-ntlm (0.6.1-2) unstable; urgency=medium

  * Team upload
  * Reupload to unstable
  * Bump debhelper compat to 11 and standards version to 4.1.3

 -- Pirate Praveen <email address hidden>  Thu, 22 Feb 2018 22:48:45 +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
Bionic release universe ruby

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-ntlm_0.6.1-2.dsc 2.0 KiB 2d42f786b6fbf9057b982f3d2e9a6f7b882191db7152bf19286edbb6db3e297b
ruby-ntlm_0.6.1.orig.tar.gz 27.0 KiB c4711986f8f45b0f90e9508804372f7784d0dfd1a14482679b95dd43414ebbcb
ruby-ntlm_0.6.1-2.debian.tar.xz 3.3 KiB 77da48ef85445e7e0e9a207dc7596f83eaf2d38b3f6adca680542c28172a5ec7

Available diffs

No changes file available.

Binary packages built by this source

ruby-ntlm: NTLM authentication client for Ruby

 NTLM (NT LAN Manager) is an authentication protocol used in various Microsoft
 network protocol implementations. It employs a challenge-response mechanism
 for authentication, in which clients are able to prove their identities
 without sending a password to the server.
 This Ruby library provides message creator and parser for the NTLM
 authentication. It supports NTLM v1 only.