freebsd-ports/www/c-icap/pkg-plist
Rodrigo Osorio 222ca551af www/c-icap: update to 0.5.6
Changelog:
 * Possible buffer overflow if an ipv6 address is used with TlsPort
 * Possible buffer overflow while building memcached key
 * Not correctly initialized array, can cause undefined behavior to c-icap-stretch utility
 * Bug 116: The CI_CONNECTION_CONNECTED ci_connection_t flag is not set properly
 * Bug 115: Fix incorrect prototype for ci_client_get_server_options_nonblocking
 * c-icap may crash while parsing wrong formated ICAP request line
 * Fix many issues reported by clang analyzer, which may result to c-icap crashes or malfunction
 * Using port with memcached server hostname, may result to c-icap crash
 * Bug fix: Numeric as group/user id in Group/User cfg parameter does not work
 * Many other fixes

PR:		242794
Submitted by:	Franco Fichtner <franco@opnsense.org>
2019-12-22 21:52:42 +00:00

65 lines
1.7 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/net_io_ssl.h
include/c_icap/port.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.5
lib/libicapapi.so.5.0.6
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%%