pushpin 1.38.0-4 source package in Ubuntu

Changelog

pushpin (1.38.0-4) unstable; urgency=medium

  * Improve cleaning of source after build. This could help
    with Bug#1047541. (Not validated yet.)

 -- Jan Niehusmann <email address hidden>  Sun, 18 Feb 2024 22:18:38 +0100

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

Downloads

File Size SHA-256 Checksum
pushpin_1.38.0-4.dsc 2.2 KiB 03e48a08d396f0351d54284fbc8f0a781b8fb2e2b69044cac4c16b1b42b0a65a
pushpin_1.38.0.orig.tar.gz 525.0 KiB df1543af79667721b5e6a8cf884718a7c0cff00e2714aac4cd8a2c75be7e2050
pushpin_1.38.0-4.debian.tar.xz 12.6 KiB 07d8733256830cc99c283a0b7c46aac697ad8e1c743577aac2fd3ae1ba40ada8

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