pushpin 1.36.0-3 source package in Ubuntu

Changelog

pushpin (1.36.0-3) unstable; urgency=medium

  * Relaxed upper limit from base64 dependency. (Closes: #1037352)

 -- Jan Niehusmann <email address hidden>  Sat, 08 Jul 2023 13:27:37 +0200

Upload details

Uploaded by:
Jan Niehusmann
Uploaded to:
Sid
Original maintainer:
Jan Niehusmann
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
pushpin_1.36.0-3.dsc 1.9 KiB 1473d151b88a83f66b275ce07ff519d261b6cdd6ffe963166e7b7d3fe51cc30c
pushpin_1.36.0.orig.tar.xz 229.5 KiB 594e6569b3f1e0991c2372e9a3e7dd665b16f2d8387a003e2537e4169ff2d338
pushpin_1.36.0-3.debian.tar.xz 22.4 KiB 809237ac5180ce54a8f9173c29c19047517bdbec62334e53457ab6ac0412c891

Available diffs

No changes file available.

Binary packages built by this source

pushpin: HTTP reverse proxy server for streaming and long-polling services

 Pushpin is a reverse proxy server that makes it easy to implement
 WebSocket, HTTP streaming, and HTTP long-polling services. It communicates
 with backend web applications using regular, short-lived HTTP requests
 (GRIP protocol). This allows backend applications to be written in any
 language and use any webserver.
 .
 Additionally, Pushpin does all of this without exposing a proprietary
 protocol to clients. The HTTP/WebSocket content between the client
 and your server is whatever you want it to be. This makes it ideal for
 implementing APIs.
 .
 Pushpin is written in C++. The name means to "pin" (hold) connections
 open for "pushing".

pushpin-dbgsym: debug symbols for pushpin