Commit graph

9 commits

Author SHA1 Message Date
jperkin
d4fb5e1e0e c-icap-modules: Avoid symbol clash with newer clamav. 2019-11-01 15:22:31 +00:00
sborrill
066966eda5 c-icap-modules: update to 0.5.3
c-icap-modules-0.5.3 changes
- Add support for ClamAV 0.101.x
- Bug fix: use url-decoded string as filename on viralator mode

c-icap-modules-0.5.2 changes
- virus_scan: Add the counter AV_SCAN_FAILURES to count scan engine failures
- virus_scan: fix error handling when PassOnError is set to on
- virus_scan: Report correctly the X-Violations-Found header and the virus_scan:viruses-list attribute.
- url_check: Fix misplaced space in added headers using the HttpHeaderReplace and HttpHeaderAdd* rules

c-icap-modules-0.4.5 changes
- Fixes to compile with the c-icap-0.5.x releases
2019-10-03 16:36:54 +00:00
adam
beb5c18a6b c-icap-modules-0.4.4 changes
The X-Violations-Found does not send when clamav or clamd engines are used
Fix possible c-icap crashes, when big files are disinfected
2017-02-06 14:15:18 +00:00
agc
b9b754e081 Add SHA512 digests for distfiles for www category
Problems found locating distfiles:
	Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
	Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
	Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
	Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
	Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
	Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
	Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
	Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 02:46:46 +00:00
taca
1f0c1174c7 Update c-icap-modules to 0.3.2.
0.3.2

Changes

* Bug fix: "clamd_get_versions: parse error ..."
* Bug fix: Bug 66: decoding deflate encoded files produces huge files


0.3.1

New features

* The virus engines now loaded as external modules to c-icap. Currently the
  "clamd" which uses clamd daemon and "clamav" which uses the libclamav,
  engines are provided


0.2.5

* virus_scan viralator mode fixes
2015-06-12 23:40:16 +00:00
adam
8e9fef0e21 Changes 0.2.4:
Bug fix: The URL in connect requests is not retrieved correctly inside url_check service
2013-09-03 13:38:08 +00:00
adam
042cd1eb4b Changes 0.2.1:
* Bug fixes
2012-07-29 10:11:17 +00:00
adam
545f6129c7 Changes 0.1.6:
* Unknown
2011-08-31 07:42:06 +00:00
adam
f9ed6da750 c-icap is an implementation of an ICAP server. It can be used with HTTP proxies
that support the ICAP protocol to implement content adaptation and filtering
services.

Most of the commercial HTTP proxies must support the ICAP protocol. The open
source Squid 3.x proxy server supports it.
2011-05-11 04:29:18 +00:00