mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
- 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
11 lines
387 B
Text
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|...]
|