node-md5.js 1.3.5-4 source package in Ubuntu

Changelog

node-md5.js (1.3.5-4) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.5.0, no changes needed.
  * Remove constraints unnecessary since stretch:
    + Build-Depends: Drop versioned constraint on node-inherits and node-tap.
    + node-md5.js: Drop versioned constraint on node-inherits in Depends.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ Yadd ]
  * Update standards version to 4.6.0, no changes needed.
  * Add debian/gbp.conf
  * Fix filenamemangle
  * Fix GitHub tags regex
  * Drop dependency to nodejs
  * Use dh-sequence-nodejs auto test & install
  * Drop unneeded versioned dependency constraints

 -- Yadd <email address hidden>  Sun, 21 Nov 2021 15:07:27 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-md5.js_1.3.5-4.dsc 2.1 KiB f6df47c0a1dc73342aebceaa68e3604983aa15b37d779ec25637e88f4db9a28c
node-md5.js_1.3.5.orig.tar.gz 3.6 KiB 17824c70d7e841eeda31fb28881ada8c6c41d737b4124d8c447e7e59a01150e1
node-md5.js_1.3.5-4.debian.tar.xz 3.4 KiB abb9e7822ba35928595dc9a66959b9f1ef0409e99f7510f826612cc9059bab98

Available diffs

No changes file available.

Binary packages built by this source

node-md5.js: implementation of MD5 in pure JavaScript

 This module implement md5 on pure javascript for browserify.
 .
 The MD5 algorithm is a widely used hash function producing a 128-bit
 hash value. Although MD5 was initially designed to be used as a
 cryptographic hash function, it has been found to suffer from
 extensive vulnerabilities. It can still be used as a checksum to
 verify data integrity, but only against unintentional corruption.
 .
 Browserify is a JavaScript tool that allows developers to write
 Node.js-style modules that compile for use in the browser.
 .
 Node.js is an event-based server-side JavaScript engine.