Commit graph

12 commits

Author SHA1 Message Date
sborrill
4d5b0082ce Remove full paths in patches 2017-05-08 09:18:31 +00:00
sborrill
581a8e1a04 Link-test shm_* functions rather than just compile test as this ignores
missing functions.
Define MAP_ANONYMOUS as a synonym of MAP_ANON if the former doesn't exist.
2017-04-24 14:35:01 +00:00
joerg
1b35434f1d NetBSD needs -lrt for shm_open. 2017-02-09 00:17:07 +00:00
adam
f6da89ab11 c-icap-0.4.4 changes:
Fix c-icap.conf installation and build problems
Fix c-icap build problem when poll is disabled
Bug fix: body->unlocked can be greater than the body->readpos causing segfault
to c-icap
Handle correctly missing proxy-user header in the case the RemoteProxyUsers is
enabled
Bug fix: Unexpected error waiting for or reading events in control socket!
ci_client_icapfilter does not send correct eof line on zero-sized files
2017-02-06 14:14:48 +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
2db223a7bc Update c-icap to 0.3.5.
0.3.5

Changes

* Bug fix: Wrong status code for REQMOD requests without preview
* Bug fix: Spaces on header may result to bad request error
* Bug fix: cache drops non expired items
* Add the "DefaultService" configuration parameter. For use with buggy clients
  which are not include icap service name in urls.
* Add support for ICAP requests pipelining
* Add the "SupportBuggyClients" configuration parameter. If enabled c-icap
  tries to handle buggy ICAP clients which are not include correct delimiters
  between HTTP and ICAP headers.

Other minor fixes


0.3.4

Changes

* Berkeley databases may have problems when newer Berkeley DB library used
  hash_table, always uses a very small hash table resulting to slow search
  operations
* c-icap crashes when trying to parse lookup table parameters
* local cache items are never expired. Affects dnsbl and ldap lookup tables
* posix interprocess locking does not work

Other minor fixes


0.3.3

Changes

* bug 67: "Bug in the service. Please report to the service author..."
* Bug fix: ci_format_text function may exceeds the buffer

Other minor fixes


0.3.2

Changes

* Bug fix: Restrict permissions on c-icap.ctl
* Author: Mathieu Parent sathieu@debian.org
* Bug-Debian: http://bugs.debian.org/645122
* Bug fix: Correctly daemonize
* Author: Mathieu Parent sathieu@debian.org
* Bug-Debian: http://bugs.debian.org/645310


0.3.1

For installation instructions:

* https://sourceforge.net/apps/trac/c-icap/wiki/configcicap
* https://sourceforge.net/apps/trac/c-icap/wiki

Changes

* New interfaces added to help service developers.


0.2.6

Bugs fixes

* The c-icap does not build correctly in some platforms
* The c-icap-client does not display ICAP headers on 204 preview response
* The xheaders are not displayed when %<ih fmt code used
* Fix deadlocks in access log subsystem
2015-06-12 23:39:11 +00:00
joerg
034e6fe4f8 Don't conflict with OpenSSL's CONF type. Bump revision. 2015-06-02 20:02:45 +00:00
joerg
5f28662e0a Fix strnstr support properly. 2014-10-15 22:10:21 +00:00
adam
905591a4cb Changes 0.2.5:
This is released only to fix an important bug of the 0.2.4 release which caused the c-icap to not respond to requests.
2013-09-03 13:37:19 +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