1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/www/c-icap/pkg-plist
Kurt Jaeger b4d2d02e87 www/c-icap{-modules}: 0.4.2 -> 0.4.3
c-icap-0.4.3 changes
- ci_membuf_write: do not warn user about writting after eof, if
  not actualy someone try to write
- Man pages spelling errors
- Fix ModulesDir and ServicesDir default locations for some architectures
- Crashes for modules if null argument passed to ci_list_first,
  ci_list_head and ci_list_tail macros
- Fix allow204 outside preview responses
- Use poll instead of select for polling network sockets and pipes
- Fix core dumps inside client_parse_icap_header()

c-icap-modules-0.4.3 changes

- Fix content_filtering service config and template file permissions
- Bug fixes in srv_content_filtering body data structures
- Bug fix: The second argument of srv_content_filtering.Action never accepted
2016-05-01 05:03:25 +00:00

63 lines
1.6 KiB
Plaintext

bin/c-icap
bin/c-icap-client
bin/c-icap-config
bin/c-icap-libicapapi-config
%%BDB%%bin/c-icap-mkbdb
bin/c-icap-stretch
@sample etc/c-icap/c-icap.conf.sample
@sample etc/c-icap/c-icap.magic.sample
include/c_icap/access.h
include/c_icap/acl.h
include/c_icap/array.h
include/c_icap/body.h
include/c_icap/c-icap-conf.h
include/c_icap/c-icap.h
include/c_icap/cache.h
include/c_icap/cfg_param.h
include/c_icap/ci_regex.h
include/c_icap/ci_threads.h
include/c_icap/commands.h
include/c_icap/debug.h
include/c_icap/dlib.h
include/c_icap/filetype.h
include/c_icap/hash.h
include/c_icap/header.h
include/c_icap/log.h
include/c_icap/lookup_table.h
include/c_icap/md5.h
include/c_icap/mem.h
include/c_icap/module.h
include/c_icap/net_io.h
include/c_icap/proc_mutex.h
include/c_icap/proc_threads_queues.h
include/c_icap/registry.h
include/c_icap/request.h
include/c_icap/service.h
include/c_icap/shared_mem.h
include/c_icap/simple_api.h
include/c_icap/stats.h
include/c_icap/txtTemplate.h
include/c_icap/txt_format.h
include/c_icap/types_ops.h
include/c_icap/util.h
%%BDB%%lib/c_icap/bdb_tables.so
lib/c_icap/dnsbl_tables.so
%%LDAP%%lib/c_icap/ldap_module.so
%%MEMCACHE%%lib/c_icap/memcached_cache.so
%%PERL%%lib/c_icap/perl_handler.so
lib/c_icap/shared_cache.so
lib/c_icap/srv_echo.so
lib/c_icap/srv_ex206.so
lib/c_icap/sys_logger.so
lib/libicapapi.so
lib/libicapapi.so.4
lib/libicapapi.so.4.0.3
man/man8/c-icap-client.8.gz
man/man8/c-icap-config.8.gz
man/man8/c-icap-libicapapi-config.8.gz
man/man8/c-icap-mkbdb.8.gz
man/man8/c-icap-stretch.8.gz
man/man8/c-icap.8.gz
@dir(%%CICAP_USER%%,%%CICAP_GROUP%%,) %%RUN_DIR%%
@dir(%%CICAP_USER%%,%%CICAP_GROUP%%,) %%LOG_DIR%%