node-static 0.7.11+~0.7.7-1 source package in Ubuntu

Changelog

node-static (0.7.11+~0.7.7-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on node-mime.
    + node-static: Drop versioned constraint on node-mime in Depends.
  * Update standards version to 4.6.0, no changes needed.

  [ Yadd ]
  * Update standards version to 4.6.1, no changes needed.
  * Update nodejs dependency to nodejs:any
  * Embed typescript declarations and repack
  * Use npm registry
  * New upstream version 0.7.11+~0.7.7 (fixes GHSA-8r4g-cg4m-x23c advisory)
  * Unfuzz patches

 -- Yadd <email address hidden>  Mon, 24 Oct 2022 18:14:04 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-static_0.7.11+~0.7.7-1.dsc 2.4 KiB 7f94fcf9f88fd3ced7aad201f9a092e2761a14750046b0a9db98ee596626ea6b
node-static_0.7.11+~0.7.7.orig-types-node-static.tar.gz 2.1 KiB 7f1980b1d876b9a8ed28e553088444c5c420d93f67ea1ed2b37c4fb90bd90733
node-static_0.7.11+~0.7.7.orig.tar.gz 10.5 KiB 18889572bd421863dd4bd2ee99c8ba3f5db492bfc2d12ca2e6a7ffff9353b820
node-static_0.7.11+~0.7.7-1.debian.tar.xz 4.0 KiB 9c937fd578752abd8f1bdc85ce5039e1d73cf9485308733ed3c715e253cc60af

Available diffs

No changes file available.

Binary packages built by this source

node-static: RFC2616 compliant HTTP static-file server module with caching

 node-static has an in-memory file cache, making it highly efficient. It
 understands and supports conditional GET and HEAD requests. It was
 inspired by some of the other static-file serving modules,
 such as node-paperboy and antinode.
 .
 Node.js is an event-based server-side javascript engine.