ruby-ntlm 0.6.3-1 source package in Ubuntu

Changelog

ruby-ntlm (0.6.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream release (closes: #996341).

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Gunnar Wolf ]
  * Removing myself from uploaders, acknowledging reality

  [ Daniel Leidert ]
  * d/control: Add Rules-Requires-Root field.
    (Standards-Version): Bump to 4.6.0.
    (Depends): Remove interpreters and use ${ruby:Depends}.
  * d/copyright: Add Upstream-Contact field.
    (Copyright): Add team.
  * d/ruby-rubyntlm.docs: Remove old files.
  * d/rules: Use gem installation layout and check dependencies. Install
    upstream changelog.
  * d/upstream/metadata: Add Archive and Changelog fields.

 -- Daniel Leidert <email address hidden>  Sat, 06 Nov 2021 03:37:30 +0100

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
Jammy release universe ruby

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-ntlm_0.6.3-1.dsc 1.9 KiB dc437f8e13f2eb1617985b1fb2e53a07a0b0b58d612cf0467b35b29450e2a447
ruby-ntlm_0.6.3.orig.tar.gz 28.2 KiB 44f08d71577be90d084e74f5fb56980b3df5140add2b7deb3d8792b37a8f75c0
ruby-ntlm_0.6.3-1.debian.tar.xz 3.6 KiB c836f5e3cb78833c1db6f27cb1e56c9ec8e463e85a7756bc3ebef722b0cf2844

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.