bitz-server 1.0.0-1 source package in Ubuntu

Changelog

bitz-server (1.0.0-1) unstable; urgency=medium

  * New upstream release:
    - Move libicap0 to libicap1.
    - Remove 0100-python_print.patch.
  * debian/copyright:
    - Remove unused items.
    - Add year 2016 to debian/*.
  * debian/watch:
    - bump version to 4 (no changes required).
  * debian/control:
    - Change VCS-* to secure uri.
    - Correct typo.
    - Bump Standards-Version to 3.9.7 (no changes required).
  * New debian/patches/0600-man_page_spelling.patch.
  * Replace libicap0-dbg with libicap1-dbg.

 -- Jörg Frings-Fürst <email address hidden>  Thu, 11 Feb 2016 20:00:56 +0100

Upload details

Uploaded by:
Jörg Frings-Fürst
Uploaded to:
Sid
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-1.dsc 2.3 KiB 40e34d27f6b3ac7177e54b252d9ecc54dac1bfa749d17c09520260343ccbf6f4
bitz-server_1.0.0.orig.tar.gz 39.1 KiB a2580fa6e34f83bc0efbe67701ffd18ecdf2102ada1ca9242bcb3faaf01ec38a
bitz-server_1.0.0-1.debian.tar.xz 11.4 KiB 66285dbb8afc6511d0b16ec35cfeb8c731ee1ad6b431d5eb0c81053185411473

Available diffs

No changes file available.

Binary packages built by this source

bitz-server: ICAP server (RFC 3507) implementation in C++

 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.

bitz-server-dbg: ICAP server (RFC 3507) implementation in C++ (server debug symbols)

 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 debug symbols for bitz-server.

bitz-server-dbgsym: debug symbols for package bitz-server

 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.

bitz-server-doc: ICAP server (RFC 3507) implementation in C++ (Documentation)

 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 documentation.

libicap-dev: ICAP server (RFC 3507) implementation in C++ (development 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 development files.

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-dbg: ICAP server (RFC 3507) implementation in C++ (library debug symbols)

 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 debug symbols for libicap1.

libicap1-dbgsym: debug symbols for package libicap1

 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.