ports/www/c-icap/files/patch-c-icap.conf.in
Rodrigo Osorio 34ef247288 Upgrade c-icap to 0.5.5
- Update c-icap to 0.5.5
- Move USES to a better place and silence portlint
- Remove 'ListenAddress 127.0.0.1' parameter from sample c-icap.conf since it doesn't work. Instead, replace the change to 'Port 127.0.0.1:1344'. More references about this problem at https://redmine.pfsense.org/issues/8832#note-10
- Regenerate patches with 'make makepatch'

c-icap-0.5.5 changes
- c-icap may crash with a SIGBUS while using mmap to map files to memory.
- Fix multiple brotli decoding bugs
- c-icap-client does not send the ";ieof" preview termination sequence when sends zero sized files

PR:		231377
Submitted by:	garga
2018-09-30 08:58:41 +00:00

11 lines
387 B
Text

--- c-icap.conf.in.orig 2018-09-12 13:40:37 UTC
+++ c-icap.conf.in
@@ -132,7 +132,7 @@ MaxRequestsPerChild 0
# Port [::1]:1346
# Default:
# None
-Port 1344
+Port 127.0.0.1:1344
# TAG: TlsPort
# Format: TlsPort [address:]port [tls-method=method] [cert=path_to_pem_cert] [key=path_to_pem_key] [client_ca=path_to_pem_file] [ciphers=ciph1:ciph2...] [tls_options=[!]Opt1|[!]Opt2|...]