node-sshpk 1.16.1+dfsg-1 source package in Ubuntu

Changelog

node-sshpk (1.16.1+dfsg-1) unstable; urgency=medium

  * Team upload
  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.4.1
  * Add debian/gbp.conf
  * New upstream version 1.16.1+dfsg
  * Refresh patches
  * Switch test and install to pkg-js-tools
  * Embed safer-buffer
  * Drop unneeded version constraints from (build) dependencies
  * Update debian/copyright

 -- Xavier Guimard <email address hidden>  Sat, 19 Oct 2019 09:47:52 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-sshpk_1.16.1+dfsg-1.dsc 2.6 KiB 56be0d9278d4d1a681cc5bf91f02915344333ba123c87c9336d65128770b7ada
node-sshpk_1.16.1+dfsg.orig-safer-buffer.tar.xz 11.4 KiB 581394f0cedd897d072566a121d37e4fca5c0c43582b19f69d830b56b4779cc2
node-sshpk_1.16.1+dfsg.orig.tar.xz 101.6 KiB 5bfc8abb17699900379f1cffe7cbe30c58e92e14754711f40268f6f02ecad00f
node-sshpk_1.16.1+dfsg-1.debian.tar.xz 3.7 KiB 53bd0bcd0152eb82933a1801e9be70b4309a5cac90958ee8bfcbb5af7ecd5417

Available diffs

No changes file available.

Binary packages built by this source

node-sshpk: library for finding and using SSH public keys

 Parse, convert, fingerprint and use SSH keys (both public and private) in
 pure node -- no `ssh-keygen` or other external dependencies.
 .
 Supports RSA, DSA, ECDSA (nistp-\*) and ED25519 key types, in PEM (PKCS#1,
 PKCS#8) and OpenSSH formats.
 .
 Node.js is an event-based server-side JavaScript engine.