bitz-server 1.0.0-5ubuntu2 source package in Ubuntu

Changelog

bitz-server (1.0.0-5ubuntu2) artful; urgency=medium

  * Mark symbols optional not emitted when building with -O3.

 -- Matthias Klose <email address hidden>  Tue, 17 Oct 2017 09:16:07 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Artful
Original maintainer:
Jörg Frings-Fürst
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
bitz-server_1.0.0.orig.tar.gz 39.1 KiB a2580fa6e34f83bc0efbe67701ffd18ecdf2102ada1ca9242bcb3faaf01ec38a
bitz-server_1.0.0-5ubuntu2.debian.tar.xz 13.0 KiB a2cedf6eb8100cd276212a7cd3a144fc7475f333c71aa84be9cb1a15c4c2fd4f
bitz-server_1.0.0-5ubuntu2.dsc 2.2 KiB f2e1c61c1e28edcf9addd54768c23e2419c090d36359c3ed3da2359d721c03be

View changes file

Binary packages built by this source

bitz-server: No summary available for bitz-server in ubuntu artful.

No description available for bitz-server in ubuntu artful.

bitz-server-dbgsym: debug symbols for bitz-server
bitz-server-doc: No summary available for bitz-server-doc in ubuntu artful.

No description available for bitz-server-doc in ubuntu artful.

libicap-dev: No summary available for libicap-dev in ubuntu artful.

No description available for libicap-dev in ubuntu artful.

libicap1: ICAP server (RFC 3507) implementation in C++ (library files)

 The main goal of this project is to create an ICAP server (RFC 3507)
 implementation in C++ to use the power of object oriented programming.
 .
 Starting from scratch, the server is developed with a modular architecture
 in mind. The server core (written in C++) will handle the client requests,
 manage workers (child processes) etc. and will provide basic handlers to serve
 ICAP requests.
 .
 To extend this core functionality the idea is to have pluggable modules
 (like Apache server modules). These modules will provide features like
 content filtering, anti-virus scanning etc. and to make it easier to write
 (and faster to implement) such modules there is hope to exploit Python
 programming language.
 .
 This package holds the library files.

libicap1-dbgsym: debug symbols for libicap1