bitz-server 1.0.2-1 source package in Ubuntu
Changelog
bitz-server (1.0.2-1) unstable; urgency=medium * New upstream release: - Make builds reproducible (Closes: #882112). * Change to my new mail address: - debian/control, - debian/copyright * debian/copyright: Bump years to 2017. * Declare compliance with Debian Policy 4.1.2.0. (No changes needed). * debian/libicap1.symbols.ppc64el (Closes: #878847, #878844): - Mark symbols optional not emitted when building with -O3. Thanks to Matthias Klose <email address hidden>. -- Jörg Frings-Fürst <email address hidden> Sat, 16 Dec 2017 10:56:20 +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 | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
bitz-server_1.0.2-1.dsc | 2.2 KiB | c4b20ea49b3c2f860b5b722a801bc608fb0050c4c48484056dfeb9927c0e468d |
bitz-server_1.0.2.orig.tar.gz | 39.2 KiB | de031fd77e716e59d9906c6d0ebbee075ba71c62797e669d6c5ba1db8a7efd6f |
bitz-server_1.0.2-1.debian.tar.xz | 13.1 KiB | 2b4825f3ecee34907b814fad06d0ad9e1d760c757a1575d1a848d6bf8ca710af |
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-dbgsym: No summary available for bitz-server-dbgsym in ubuntu cosmic.
No description available for bitz-server-dbgsym in ubuntu cosmic.
- 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-dbgsym: debug symbols for libicap1