pushpin 1.38.0-4build3 source package in Ubuntu

Changelog

pushpin (1.38.0-4build3) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 18:15:33 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
pushpin_1.38.0.orig.tar.gz 525.0 KiB df1543af79667721b5e6a8cf884718a7c0cff00e2714aac4cd8a2c75be7e2050
pushpin_1.38.0-4build3.debian.tar.xz 12.8 KiB 63b9c72879a798a3c9a99fc0ca27e0dd86947d06dc510cc6766e2f65d8bf7741
pushpin_1.38.0-4build3.dsc 2.5 KiB c81dd80c3e7860819bfb1e2fbcf971a29b5a9beace601222c03819f0cba29342

Available diffs

View changes file

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