ruby-ntlm 0.6.3-2 source package in Ubuntu

Changelog

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

  * Team upload.
  * d/p/02_openssl3_compatibility.patch:
    - Grab an upstream PR to fix compatibility with openssl 3.0.
      (Closes: #1011676)
  * Update Standards-Version to 4.6.1.

 -- Unit 193 <email address hidden>  Wed, 07 Sep 2022 21:07:17 -0400

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
Oracular release universe ruby
Noble release universe ruby
Mantic release universe ruby
Lunar release universe ruby

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-ntlm_0.6.3-2.dsc 1.9 KiB a6d778c03c7698ed1b276ccb9c6bb4629e4cc9f16464d8625984160af528aeb3
ruby-ntlm_0.6.3.orig.tar.gz 28.2 KiB 44f08d71577be90d084e74f5fb56980b3df5140add2b7deb3d8792b37a8f75c0
ruby-ntlm_0.6.3-2.debian.tar.xz 6.3 KiB 9c8e360113ac20e8f8a118e66a6f48606072d004ed9b01402750edc83557f3b7

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.