fritzkink
2022-01-26 20bdd0f9f48895ef1d9cdeadb4eaa5f52d84c3bc
squid - updated to latest version 5.3

5 files deleted
5 files modified
1427 ■■■■ changed files
components/web/squid/Makefile 120 ●●●● patch | view | raw | blame | history
components/web/squid/manifests/sample-manifest.p5m 125 ●●●● patch | view | raw | blame | history
components/web/squid/patches/01-gcc-7.patch 32 ●●●●● patch | view | raw | blame | history
components/web/squid/patches/acinclude_compiler-flags.m4.patch 14 ●●●●● patch | view | raw | blame | history
components/web/squid/patches/cppunit.patch 33 ●●●●● patch | view | raw | blame | history
components/web/squid/patches/helpers_external_acl_session_Makefile.am.patch 9 ●●●●● patch | view | raw | blame | history
components/web/squid/pkg5 8 ●●●● patch | view | raw | blame | history
components/web/squid/squid.license 344 ●●●●● patch | view | raw | blame | history
components/web/squid/squid.p5m 152 ●●●● patch | view | raw | blame | history
components/web/squid/test/results-64.master 590 ●●●●● patch | view | raw | blame | history
components/web/squid/Makefile
@@ -22,45 +22,44 @@
#
# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2019, Michal Nowak
# Copyright (c) 2019, Friedrich Kink
#
BUILD_BITS=             64
USE_OPENSSL11=        yes
include ../../../make-rules/shared-macros.mk
PATH=/usr/bin:/usr/gnu/bin:/usr/sbin:/usr/perl5/bin
COMPONENT_NAME=         squid
COMPONENT_VERSION=      3.5.28
COMPONENT_SUMMARY=    Squid Web Proxy Cache
COMPONENT_VERSION=      5.3
COMPONENT_SUMMARY=      Squid Web Proxy Cache
COMPONENT_DESCRIPTION=    Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more.
#No https connection available at all
COMPONENT_PROJECT_URL=  http://www.squid-cache.org/
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.xz
COMPONENT_ARCHIVE_HASH= \
    sha256:fd41b622e65c661ada9a98b0338c59e6f2d2ffdb367fe5c8c7212c535e298ed8
COMPONENT_ARCHIVE_URL=  $(COMPONENT_PROJECT_URL)Versions/v3/3.5/$(COMPONENT_ARCHIVE)
COMPONENT_FMRI=        web/proxy/squid
COMPONENT_CLASSIFICATION=    Web Services/Application and Web Servers
COMPONENT_LICENSE=    GPLv2
COMPONENT_ARCHIVE_URL=  $(COMPONENT_PROJECT_URL)Versions/v5/$(COMPONENT_ARCHIVE)
COMPONENT_ARCHIVE_HASH= sha256:45178588df1311ded41ebadd632840c4d93a8d7f5f60e38e74acf2f1ae2f1715
#COMPONENT_ARCHIVE_URL.2=  $(COMPONENT_PROJECT_URL)Versions/langpack/squid-langpack-20211208.tar.gz
#COMPONENT_ARCHIVE_HASH.2= sha256:847bd84f62f5af5b413e9dc61a526245fefebb5c66cb4df4cd798f58346abb03
COMPONENT_FMRI=         web/proxy/squid
COMPONENT_CLASSIFICATION=Web Services/Application and Web Servers
COMPONENT_LICENSE=      GPLv2
COMPONENT_LICENSE_FILE= COPYING
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/configure.mk
include $(WS_MAKE_RULES)/ips.mk
include $(WS_MAKE_RULES)/common.mk
COMPONENT_PREP_ACTION =        ( cd $(@D) &&\
                    libtoolize --copy --force &&\
                    aclocal -I acinclude &&\
                    automake -c -f -a &&\
                    autoconf)
CFLAGS += -I/usr/include/kerberosv5
PATH   = $(PATH.gnu)
CFLAGS += $(CPP_LARGEFILES)
CXXFLAGS += -Wno-unknown-pragmas
# Squid has own prefix
CONFIGURE_PREFIX =    /usr/squid
CONFIGURE_BINDIR.64 = $(CONFIGURE_PREFIX)/bin
CONFIGURE_SBINDIR.64 = $(CONFIGURE_PREFIX)/sbin
CONFIGURE_BINDIR = $(CONFIGURE_PREFIX)/bin
CONFIGURE_SBINDIR = $(CONFIGURE_PREFIX)/sbin
CONFIGURE_OPTIONS += LDFLAGS="-lldap_r"
CONFIGURE_OPTIONS += CPPFLAGS="-I/usr/include/openldap"
CONFIGURE_OPTIONS += --libexecdir=$(CONFIGURE_PREFIX)/libexec
CONFIGURE_OPTIONS += --localstatedir=/var/squid
CONFIGURE_OPTIONS += --sharedstatedir=/var/squid
@@ -76,6 +75,7 @@
CONFIGURE_OPTIONS += --enable-auth-ntlm
CONFIGURE_OPTIONS += --enable-basic-auth-helpers='DB,NCSA,YP,LDAP,PAM,getpwnam,MSNT,POP3,multi-domain-NTLM,SMB,SASL'
CONFIGURE_OPTIONS += --enable-cache-digests
CONFIGURE_OPTIONS += --enable-large-cache-files
CONFIGURE_OPTIONS += --enable-carp
CONFIGURE_OPTIONS += --enable-coss-aio-ops
CONFIGURE_OPTIONS += --enable-delay-pools
@@ -95,49 +95,39 @@
CONFIGURE_OPTIONS += --enable-removal-policies='heap,lru'
CONFIGURE_OPTIONS += --enable-snmp
CONFIGURE_OPTIONS += --enable-ssl
CONFIGURE_OPTIONS += --enable-ssl-crtd
#CONFIGURE_OPTIONS += --enable-devpoll
CONFIGURE_OPTIONS += --enable-zph-qos
CONFIGURE_OPTIONS += --enable-icap-client
CONFIGURE_OPTIONS += --with-openssl=$(OPENSSL_PREFIX)
CONFIGURE_OPTIONS += --enable-storeio='aufs,diskd,ufs'
CONFIGURE_OPTIONS += --enable-storeid-rewrite-helpers=file
CONFIGURE_OPTIONS += --enable-inline
CONFIGURE_OPTIONS += --enable-useragent-log
CONFIGURE_OPTIONS += --enable-log-daemon-helpers='DB,file'
CONFIGURE_OPTIONS += --enable-x-accelerator-vary
CONFIGURE_OPTIONS += --enable-translation
CONFIGURE_OPTIONS += --with-aio
CONFIGURE_OPTIONS += --with-tbd
CONFIGURE_OPTIONS += --with-aufs-threads=8
CONFIGURE_OPTIONS += --with-large-files
CONFIGURE_OPTIONS += --with-build-environment=POSIX_V6_ILP32_OFFBIG
CONFIGURE_OPTIONS += --with-build-environment=POSIX_V6_LP64_OFF64
CONFIGURE_OPTIONS += --with-pthreads
# common targets
build:        $(BUILD_64)
install:    $(INSTALL_64)
# configure says it needs cppunit to test with.
# After some work I can get cppunit to build but it quickly
# falls over during test so giving up.
# I don't think the test suite really tests squid's functionality anyways.
#
# To test manually follow along in the book
# Squid Proxy Server 3.1 Beginner's Guide Page 34
#
# Add this to the top of /etc/squid/squid.conf:
# cache_dir ufs /var/squid/cache/ 500 16 256
# acl my_machine src 192.0.2.21 # Replace with your desktop's IP address
# http_access allow my_machine
#
# Make sure apache is running.
#    # svcs apache24
# Start squid:
#    # svcadm enable squid
# On your desktop set your web browser to proxy through this squid:
# Edit -> Preferences -> Advanced -> Network -> Settings
#    Check: Manual proxy configuration
#    HTTP Proxy: <squid servers IP address>    Port: 3128
#   Save
# Enter <squid server URL> in your web browser.  You should be accessing squid
# and seeing files stored in the http server on that machine.
# Enter <squid server URL>:897 in your web browser and squid should complain.
# Squid is working properly.
# squid tests use cppunit. Currently this requires a version of cppunit
# installed that have been built with the GNU compilers.
# the following option is not documented but without kerberos does not work
CONFIGURE_OPTIONS += --with-solaris-krb5
CONFIGURE_OPTIONS += --enable-static=no
CONFIGURE_OPTIONS += --without-heimdal-krb5
CONFIGURE_OPTIONS += --without-mit-krb5
CONFIGURE_OPTIONS += --without-gnugss
CONFIGURE_OPTIONS += --without-systemd
CONFIGURE_OPTIONS += --without-gnutls
# These are needed for Cisco integration
CONFIGURE_OPTIONS += --enable-wccp
CONFIGURE_OPTIONS += --enable-wccpv2
# Native instructions need to be disabled for zones as reported in #5221
# This is described in detail in
#   http://wiki.squid-cache.org/KnowledgeBase/IllegalInstructionError
CONFIGURE_OPTIONS += --disable-arch-native
COMPONENT_TEST_TRANSFORMS += \
    '-n ' \
@@ -149,21 +139,23 @@
    '-e "/Can not open file/d" ' \
    '-e "/ERROR/p" '
test:    $(TEST_64)
# Build dependencies
# Build dependencies (manually added)
REQUIRED_PACKAGES += developer/cppunit
# Auto-generated dependencies
REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
REQUIRED_PACKAGES += database/berkeleydb-5
REQUIRED_PACKAGES += library/gnutls-3
REQUIRED_PACKAGES += SUNWcs
REQUIRED_PACKAGES += library/expat
REQUIRED_PACKAGES += library/libtool/libltdl
REQUIRED_PACKAGES += library/libxml2
REQUIRED_PACKAGES += library/nettle
REQUIRED_PACKAGES += library/openldap
REQUIRED_PACKAGES += library/security/openssl-11
REQUIRED_PACKAGES += library/tdb
REQUIRED_PACKAGES += runtime/perl-524
REQUIRED_PACKAGES += service/security/kerberos-5
REQUIRED_PACKAGES += SUNWcs
REQUIRED_PACKAGES += shell/ksh93
REQUIRED_PACKAGES += system/library
REQUIRED_PACKAGES += system/library/math
REQUIRED_PACKAGES += system/library/security/gss
components/web/squid/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2017 <contributor>
# Copyright 2022 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -37,7 +37,6 @@
file path=usr/squid/libexec/basic_fake_auth
file path=usr/squid/libexec/basic_getpwnam_auth
file path=usr/squid/libexec/basic_ldap_auth
file path=usr/squid/libexec/basic_msnt_multi_domain_auth
file path=usr/squid/libexec/basic_ncsa_auth
file path=usr/squid/libexec/basic_nis_auth
file path=usr/squid/libexec/basic_pam_auth
@@ -46,7 +45,6 @@
file path=usr/squid/libexec/basic_sasl_auth
file path=usr/squid/libexec/basic_smb_auth
file path=usr/squid/libexec/basic_smb_auth.sh
file path=usr/squid/libexec/basic_smb_lm_auth
file path=usr/squid/libexec/cachemgr.cgi
file path=usr/squid/libexec/digest_edirectory_auth
file path=usr/squid/libexec/digest_file_auth
@@ -58,24 +56,26 @@
file path=usr/squid/libexec/ext_session_acl
file path=usr/squid/libexec/ext_unix_group_acl
file path=usr/squid/libexec/ext_wbinfo_group_acl
file path=usr/squid/libexec/helper-mux.pl
file path=usr/squid/libexec/helper-mux
file path=usr/squid/libexec/log_db_daemon
file path=usr/squid/libexec/log_file_daemon
file path=usr/squid/libexec/negotiate_kerberos_auth
file path=usr/squid/libexec/negotiate_kerberos_auth_test
file path=usr/squid/libexec/negotiate_wrapper_auth
file path=usr/squid/libexec/ntlm_fake_auth
file path=usr/squid/libexec/ntlm_smb_lm_auth
file path=usr/squid/libexec/pinger
file path=usr/squid/libexec/security_fake_certverify
file path=usr/squid/libexec/security_file_certgen
file path=usr/squid/libexec/storeid_file_rewrite
file path=usr/squid/libexec/unlinkd
file path=usr/squid/libexec/url_fake_rewrite
file path=usr/squid/libexec/url_fake_rewrite.sh
file path=usr/squid/libexec/url_lfs_rewrite
file path=usr/squid/man/man1/purge.1
file path=usr/squid/man/man1/squidclient.1
file path=usr/squid/man/man8/basic_db_auth.8
file path=usr/squid/man/man8/basic_getpwnam_auth.8
file path=usr/squid/man/man8/basic_ldap_auth.8
file path=usr/squid/man/man8/basic_msnt_multi_domain_auth.8
file path=usr/squid/man/man8/basic_ncsa_auth.8
file path=usr/squid/man/man8/basic_pam_auth.8
file path=usr/squid/man/man8/basic_pop3_auth.8
@@ -89,10 +89,14 @@
file path=usr/squid/man/man8/ext_session_acl.8
file path=usr/squid/man/man8/ext_unix_group_acl.8
file path=usr/squid/man/man8/ext_wbinfo_group_acl.8
file path=usr/squid/man/man8/helper-mux.8
file path=usr/squid/man/man8/log_db_daemon.8
file path=usr/squid/man/man8/negotiate_kerberos_auth.8
file path=usr/squid/man/man8/security_fake_certverify.8
file path=usr/squid/man/man8/security_file_certgen.8
file path=usr/squid/man/man8/squid.8
file path=usr/squid/man/man8/storeid_file_rewrite.8
file path=usr/squid/man/man8/url_lfs_rewrite.8
file path=usr/squid/sbin/squid
file path=usr/squid/share/errors/COPYRIGHT
file path=usr/squid/share/errors/TRANSLATORS
@@ -126,6 +130,7 @@
file path=usr/squid/share/errors/af/ERR_NO_RELAY
file path=usr/squid/share/errors/af/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/af/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/af/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/af/ERR_READ_ERROR
file path=usr/squid/share/errors/af/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/af/ERR_SECURE_CONNECT_FAIL
@@ -184,6 +189,7 @@
file path=usr/squid/share/errors/ar/ERR_NO_RELAY
file path=usr/squid/share/errors/ar/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/ar/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/ar/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/ar/ERR_READ_ERROR
file path=usr/squid/share/errors/ar/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/ar/ERR_SECURE_CONNECT_FAIL
@@ -227,6 +233,7 @@
file path=usr/squid/share/errors/az/ERR_NO_RELAY
file path=usr/squid/share/errors/az/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/az/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/az/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/az/ERR_READ_ERROR
file path=usr/squid/share/errors/az/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/az/ERR_SECURE_CONNECT_FAIL
@@ -270,6 +277,7 @@
file path=usr/squid/share/errors/bg/ERR_NO_RELAY
file path=usr/squid/share/errors/bg/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/bg/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/bg/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/bg/ERR_READ_ERROR
file path=usr/squid/share/errors/bg/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/bg/ERR_SECURE_CONNECT_FAIL
@@ -282,6 +290,7 @@
file path=usr/squid/share/errors/bg/ERR_WRITE_ERROR
file path=usr/squid/share/errors/bg/ERR_ZERO_SIZE_OBJECT
file path=usr/squid/share/errors/bg/error-details.txt
link path=usr/squid/share/errors/ca-es target=ca
file path=usr/squid/share/errors/ca/ERR_ACCESS_DENIED
file path=usr/squid/share/errors/ca/ERR_ACL_TIME_QUOTA_EXCEEDED
file path=usr/squid/share/errors/ca/ERR_AGENT_CONFIGURE
@@ -312,6 +321,7 @@
file path=usr/squid/share/errors/ca/ERR_NO_RELAY
file path=usr/squid/share/errors/ca/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/ca/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/ca/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/ca/ERR_READ_ERROR
file path=usr/squid/share/errors/ca/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/ca/ERR_SECURE_CONNECT_FAIL
@@ -355,6 +365,7 @@
file path=usr/squid/share/errors/cs/ERR_NO_RELAY
file path=usr/squid/share/errors/cs/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/cs/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/cs/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/cs/ERR_READ_ERROR
file path=usr/squid/share/errors/cs/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/cs/ERR_SECURE_CONNECT_FAIL
@@ -398,6 +409,7 @@
file path=usr/squid/share/errors/da/ERR_NO_RELAY
file path=usr/squid/share/errors/da/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/da/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/da/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/da/ERR_READ_ERROR
file path=usr/squid/share/errors/da/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/da/ERR_SECURE_CONNECT_FAIL
@@ -445,6 +457,7 @@
file path=usr/squid/share/errors/de/ERR_NO_RELAY
file path=usr/squid/share/errors/de/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/de/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/de/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/de/ERR_READ_ERROR
file path=usr/squid/share/errors/de/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/de/ERR_SECURE_CONNECT_FAIL
@@ -488,6 +501,7 @@
file path=usr/squid/share/errors/el/ERR_NO_RELAY
file path=usr/squid/share/errors/el/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/el/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/el/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/el/ERR_READ_ERROR
file path=usr/squid/share/errors/el/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/el/ERR_SECURE_CONNECT_FAIL
@@ -503,6 +517,7 @@
link path=usr/squid/share/errors/en-au target=en
link path=usr/squid/share/errors/en-bz target=en
link path=usr/squid/share/errors/en-ca target=en
link path=usr/squid/share/errors/en-cn target=en
link path=usr/squid/share/errors/en-gb target=en
link path=usr/squid/share/errors/en-ie target=en
link path=usr/squid/share/errors/en-in target=en
@@ -545,6 +560,7 @@
file path=usr/squid/share/errors/en/ERR_NO_RELAY
file path=usr/squid/share/errors/en/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/en/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/en/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/en/ERR_READ_ERROR
file path=usr/squid/share/errors/en/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/en/ERR_SECURE_CONNECT_FAIL
@@ -559,24 +575,69 @@
file path=usr/squid/share/errors/en/error-details.txt
link path=usr/squid/share/errors/es-ar target=es
link path=usr/squid/share/errors/es-bo target=es
link path=usr/squid/share/errors/es-bz target=es-mx
link path=usr/squid/share/errors/es-cl target=es
link path=usr/squid/share/errors/es-co target=es
link path=usr/squid/share/errors/es-cr target=es
link path=usr/squid/share/errors/es-cr target=es-mx
link path=usr/squid/share/errors/es-cu target=es
link path=usr/squid/share/errors/es-do target=es
link path=usr/squid/share/errors/es-ec target=es
link path=usr/squid/share/errors/es-es target=es
link path=usr/squid/share/errors/es-gt target=es
link path=usr/squid/share/errors/es-hn target=es
link path=usr/squid/share/errors/es-mx target=es
link path=usr/squid/share/errors/es-ni target=es
link path=usr/squid/share/errors/es-pa target=es
link path=usr/squid/share/errors/es-gt target=es-mx
link path=usr/squid/share/errors/es-hn target=es-mx
file path=usr/squid/share/errors/es-mx/ERR_ACCESS_DENIED
file path=usr/squid/share/errors/es-mx/ERR_ACL_TIME_QUOTA_EXCEEDED
file path=usr/squid/share/errors/es-mx/ERR_AGENT_CONFIGURE
file path=usr/squid/share/errors/es-mx/ERR_AGENT_WPAD
file path=usr/squid/share/errors/es-mx/ERR_CACHE_ACCESS_DENIED
file path=usr/squid/share/errors/es-mx/ERR_CACHE_MGR_ACCESS_DENIED
file path=usr/squid/share/errors/es-mx/ERR_CANNOT_FORWARD
file path=usr/squid/share/errors/es-mx/ERR_CONFLICT_HOST
file path=usr/squid/share/errors/es-mx/ERR_CONNECT_FAIL
file path=usr/squid/share/errors/es-mx/ERR_DIR_LISTING
file path=usr/squid/share/errors/es-mx/ERR_DNS_FAIL
file path=usr/squid/share/errors/es-mx/ERR_ESI
file path=usr/squid/share/errors/es-mx/ERR_FORWARDING_DENIED
file path=usr/squid/share/errors/es-mx/ERR_FTP_DISABLED
file path=usr/squid/share/errors/es-mx/ERR_FTP_FAILURE
file path=usr/squid/share/errors/es-mx/ERR_FTP_FORBIDDEN
file path=usr/squid/share/errors/es-mx/ERR_FTP_NOT_FOUND
file path=usr/squid/share/errors/es-mx/ERR_FTP_PUT_CREATED
file path=usr/squid/share/errors/es-mx/ERR_FTP_PUT_ERROR
file path=usr/squid/share/errors/es-mx/ERR_FTP_PUT_MODIFIED
file path=usr/squid/share/errors/es-mx/ERR_FTP_UNAVAILABLE
file path=usr/squid/share/errors/es-mx/ERR_GATEWAY_FAILURE
file path=usr/squid/share/errors/es-mx/ERR_ICAP_FAILURE
file path=usr/squid/share/errors/es-mx/ERR_INVALID_REQ
file path=usr/squid/share/errors/es-mx/ERR_INVALID_RESP
file path=usr/squid/share/errors/es-mx/ERR_INVALID_URL
file path=usr/squid/share/errors/es-mx/ERR_LIFETIME_EXP
file path=usr/squid/share/errors/es-mx/ERR_NO_RELAY
file path=usr/squid/share/errors/es-mx/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/es-mx/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/es-mx/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/es-mx/ERR_READ_ERROR
file path=usr/squid/share/errors/es-mx/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/es-mx/ERR_SECURE_CONNECT_FAIL
file path=usr/squid/share/errors/es-mx/ERR_SHUTTING_DOWN
file path=usr/squid/share/errors/es-mx/ERR_SOCKET_FAILURE
file path=usr/squid/share/errors/es-mx/ERR_TOO_BIG
file path=usr/squid/share/errors/es-mx/ERR_UNSUP_HTTPVERSION
file path=usr/squid/share/errors/es-mx/ERR_UNSUP_REQ
file path=usr/squid/share/errors/es-mx/ERR_URN_RESOLVE
file path=usr/squid/share/errors/es-mx/ERR_WRITE_ERROR
file path=usr/squid/share/errors/es-mx/ERR_ZERO_SIZE_OBJECT
file path=usr/squid/share/errors/es-mx/error-details.txt
link path=usr/squid/share/errors/es-ni target=es-mx
link path=usr/squid/share/errors/es-pa target=es-mx
link path=usr/squid/share/errors/es-pe target=es
link path=usr/squid/share/errors/es-pr target=es
link path=usr/squid/share/errors/es-py target=es
link path=usr/squid/share/errors/es-sv target=es
link path=usr/squid/share/errors/es-sv target=es-mx
link path=usr/squid/share/errors/es-us target=es
link path=usr/squid/share/errors/es-uy target=es
link path=usr/squid/share/errors/es-ve target=es
link path=usr/squid/share/errors/es-xl target=es
file path=usr/squid/share/errors/es/ERR_ACCESS_DENIED
file path=usr/squid/share/errors/es/ERR_ACL_TIME_QUOTA_EXCEEDED
file path=usr/squid/share/errors/es/ERR_AGENT_CONFIGURE
@@ -607,6 +668,7 @@
file path=usr/squid/share/errors/es/ERR_NO_RELAY
file path=usr/squid/share/errors/es/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/es/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/es/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/es/ERR_READ_ERROR
file path=usr/squid/share/errors/es/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/es/ERR_SECURE_CONNECT_FAIL
@@ -650,6 +712,7 @@
file path=usr/squid/share/errors/et/ERR_NO_RELAY
file path=usr/squid/share/errors/et/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/et/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/et/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/et/ERR_READ_ERROR
file path=usr/squid/share/errors/et/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/et/ERR_SECURE_CONNECT_FAIL
@@ -694,6 +757,7 @@
file path=usr/squid/share/errors/fa/ERR_NO_RELAY
file path=usr/squid/share/errors/fa/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/fa/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/fa/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/fa/ERR_READ_ERROR
file path=usr/squid/share/errors/fa/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/fa/ERR_SECURE_CONNECT_FAIL
@@ -737,6 +801,7 @@
file path=usr/squid/share/errors/fi/ERR_NO_RELAY
file path=usr/squid/share/errors/fi/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/fi/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/fi/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/fi/ERR_READ_ERROR
file path=usr/squid/share/errors/fi/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/fi/ERR_SECURE_CONNECT_FAIL
@@ -785,6 +850,7 @@
file path=usr/squid/share/errors/fr/ERR_NO_RELAY
file path=usr/squid/share/errors/fr/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/fr/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/fr/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/fr/ERR_READ_ERROR
file path=usr/squid/share/errors/fr/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/fr/ERR_SECURE_CONNECT_FAIL
@@ -828,6 +894,7 @@
file path=usr/squid/share/errors/he/ERR_NO_RELAY
file path=usr/squid/share/errors/he/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/he/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/he/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/he/ERR_READ_ERROR
file path=usr/squid/share/errors/he/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/he/ERR_SECURE_CONNECT_FAIL
@@ -871,6 +938,7 @@
file path=usr/squid/share/errors/hu/ERR_NO_RELAY
file path=usr/squid/share/errors/hu/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/hu/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/hu/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/hu/ERR_READ_ERROR
file path=usr/squid/share/errors/hu/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/hu/ERR_SECURE_CONNECT_FAIL
@@ -915,6 +983,7 @@
file path=usr/squid/share/errors/hy/ERR_NO_RELAY
file path=usr/squid/share/errors/hy/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/hy/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/hy/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/hy/ERR_READ_ERROR
file path=usr/squid/share/errors/hy/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/hy/ERR_SECURE_CONNECT_FAIL
@@ -958,6 +1027,7 @@
file path=usr/squid/share/errors/id/ERR_NO_RELAY
file path=usr/squid/share/errors/id/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/id/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/id/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/id/ERR_READ_ERROR
file path=usr/squid/share/errors/id/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/id/ERR_SECURE_CONNECT_FAIL
@@ -1002,6 +1072,7 @@
file path=usr/squid/share/errors/it/ERR_NO_RELAY
file path=usr/squid/share/errors/it/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/it/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/it/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/it/ERR_READ_ERROR
file path=usr/squid/share/errors/it/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/it/ERR_SECURE_CONNECT_FAIL
@@ -1045,6 +1116,7 @@
file path=usr/squid/share/errors/ja/ERR_NO_RELAY
file path=usr/squid/share/errors/ja/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/ja/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/ja/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/ja/ERR_READ_ERROR
file path=usr/squid/share/errors/ja/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/ja/ERR_SECURE_CONNECT_FAIL
@@ -1088,6 +1160,7 @@
file path=usr/squid/share/errors/ka/ERR_NO_RELAY
file path=usr/squid/share/errors/ka/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/ka/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/ka/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/ka/ERR_READ_ERROR
file path=usr/squid/share/errors/ka/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/ka/ERR_SECURE_CONNECT_FAIL
@@ -1132,6 +1205,7 @@
file path=usr/squid/share/errors/ko/ERR_NO_RELAY
file path=usr/squid/share/errors/ko/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/ko/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/ko/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/ko/ERR_READ_ERROR
file path=usr/squid/share/errors/ko/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/ko/ERR_SECURE_CONNECT_FAIL
@@ -1175,6 +1249,7 @@
file path=usr/squid/share/errors/lt/ERR_NO_RELAY
file path=usr/squid/share/errors/lt/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/lt/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/lt/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/lt/ERR_READ_ERROR
file path=usr/squid/share/errors/lt/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/lt/ERR_SECURE_CONNECT_FAIL
@@ -1218,6 +1293,7 @@
file path=usr/squid/share/errors/lv/ERR_NO_RELAY
file path=usr/squid/share/errors/lv/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/lv/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/lv/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/lv/ERR_READ_ERROR
file path=usr/squid/share/errors/lv/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/lv/ERR_SECURE_CONNECT_FAIL
@@ -1261,6 +1337,7 @@
file path=usr/squid/share/errors/ms/ERR_NO_RELAY
file path=usr/squid/share/errors/ms/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/ms/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/ms/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/ms/ERR_READ_ERROR
file path=usr/squid/share/errors/ms/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/ms/ERR_SECURE_CONNECT_FAIL
@@ -1304,6 +1381,7 @@
file path=usr/squid/share/errors/nl/ERR_NO_RELAY
file path=usr/squid/share/errors/nl/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/nl/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/nl/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/nl/ERR_READ_ERROR
file path=usr/squid/share/errors/nl/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/nl/ERR_SECURE_CONNECT_FAIL
@@ -1346,6 +1424,7 @@
file path=usr/squid/share/errors/oc/ERR_NO_RELAY
file path=usr/squid/share/errors/oc/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/oc/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/oc/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/oc/ERR_READ_ERROR
file path=usr/squid/share/errors/oc/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/oc/ERR_SECURE_CONNECT_FAIL
@@ -1389,6 +1468,7 @@
file path=usr/squid/share/errors/pl/ERR_NO_RELAY
file path=usr/squid/share/errors/pl/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/pl/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/pl/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/pl/ERR_READ_ERROR
file path=usr/squid/share/errors/pl/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/pl/ERR_SECURE_CONNECT_FAIL
@@ -1431,6 +1511,7 @@
file path=usr/squid/share/errors/pt-br/ERR_NO_RELAY
file path=usr/squid/share/errors/pt-br/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/pt-br/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/pt-br/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/pt-br/ERR_READ_ERROR
file path=usr/squid/share/errors/pt-br/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/pt-br/ERR_SECURE_CONNECT_FAIL
@@ -1445,6 +1526,7 @@
file path=usr/squid/share/errors/pt-br/error-details.txt
link path=usr/squid/share/errors/pt-bz target=pt-br
link path=usr/squid/share/errors/pt-pt target=pt
link path=usr/squid/share/errors/pt-xl target=pt-br
file path=usr/squid/share/errors/pt/ERR_ACCESS_DENIED
file path=usr/squid/share/errors/pt/ERR_ACL_TIME_QUOTA_EXCEEDED
file path=usr/squid/share/errors/pt/ERR_AGENT_CONFIGURE
@@ -1475,6 +1557,7 @@
file path=usr/squid/share/errors/pt/ERR_NO_RELAY
file path=usr/squid/share/errors/pt/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/pt/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/pt/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/pt/ERR_READ_ERROR
file path=usr/squid/share/errors/pt/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/pt/ERR_SECURE_CONNECT_FAIL
@@ -1519,6 +1602,7 @@
file path=usr/squid/share/errors/ro/ERR_NO_RELAY
file path=usr/squid/share/errors/ro/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/ro/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/ro/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/ro/ERR_READ_ERROR
file path=usr/squid/share/errors/ro/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/ro/ERR_SECURE_CONNECT_FAIL
@@ -1562,6 +1646,7 @@
file path=usr/squid/share/errors/ru/ERR_NO_RELAY
file path=usr/squid/share/errors/ru/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/ru/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/ru/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/ru/ERR_READ_ERROR
file path=usr/squid/share/errors/ru/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/ru/ERR_SECURE_CONNECT_FAIL
@@ -1605,6 +1690,7 @@
file path=usr/squid/share/errors/sk/ERR_NO_RELAY
file path=usr/squid/share/errors/sk/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/sk/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/sk/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/sk/ERR_READ_ERROR
file path=usr/squid/share/errors/sk/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/sk/ERR_SECURE_CONNECT_FAIL
@@ -1648,6 +1734,7 @@
file path=usr/squid/share/errors/sl/ERR_NO_RELAY
file path=usr/squid/share/errors/sl/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/sl/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/sl/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/sl/ERR_READ_ERROR
file path=usr/squid/share/errors/sl/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/sl/ERR_SECURE_CONNECT_FAIL
@@ -1660,6 +1747,7 @@
file path=usr/squid/share/errors/sl/ERR_WRITE_ERROR
file path=usr/squid/share/errors/sl/ERR_ZERO_SIZE_OBJECT
file path=usr/squid/share/errors/sl/error-details.txt
link path=usr/squid/share/errors/spq target=es
link path=usr/squid/share/errors/sr target=sr-latn
link path=usr/squid/share/errors/sr-cyrl-cs target=sr-cyrl
link path=usr/squid/share/errors/sr-cyrl-me target=sr-cyrl
@@ -1694,6 +1782,7 @@
file path=usr/squid/share/errors/sr-cyrl/ERR_NO_RELAY
file path=usr/squid/share/errors/sr-cyrl/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/sr-cyrl/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/sr-cyrl/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/sr-cyrl/ERR_READ_ERROR
file path=usr/squid/share/errors/sr-cyrl/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/sr-cyrl/ERR_SECURE_CONNECT_FAIL
@@ -1739,6 +1828,7 @@
file path=usr/squid/share/errors/sr-latn/ERR_NO_RELAY
file path=usr/squid/share/errors/sr-latn/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/sr-latn/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/sr-latn/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/sr-latn/ERR_READ_ERROR
file path=usr/squid/share/errors/sr-latn/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/sr-latn/ERR_SECURE_CONNECT_FAIL
@@ -1785,6 +1875,7 @@
file path=usr/squid/share/errors/sv/ERR_NO_RELAY
file path=usr/squid/share/errors/sv/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/sv/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/sv/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/sv/ERR_READ_ERROR
file path=usr/squid/share/errors/sv/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/sv/ERR_SECURE_CONNECT_FAIL
@@ -1827,6 +1918,7 @@
file path=usr/squid/share/errors/templates/ERR_NO_RELAY
file path=usr/squid/share/errors/templates/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/templates/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/templates/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/templates/ERR_READ_ERROR
file path=usr/squid/share/errors/templates/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/templates/ERR_SECURE_CONNECT_FAIL
@@ -1870,6 +1962,7 @@
file path=usr/squid/share/errors/th/ERR_NO_RELAY
file path=usr/squid/share/errors/th/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/th/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/th/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/th/ERR_READ_ERROR
file path=usr/squid/share/errors/th/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/th/ERR_SECURE_CONNECT_FAIL
@@ -1913,6 +2006,7 @@
file path=usr/squid/share/errors/tr/ERR_NO_RELAY
file path=usr/squid/share/errors/tr/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/tr/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/tr/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/tr/ERR_READ_ERROR
file path=usr/squid/share/errors/tr/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/tr/ERR_SECURE_CONNECT_FAIL
@@ -1956,6 +2050,7 @@
file path=usr/squid/share/errors/uk/ERR_NO_RELAY
file path=usr/squid/share/errors/uk/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/uk/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/uk/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/uk/ERR_READ_ERROR
file path=usr/squid/share/errors/uk/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/uk/ERR_SECURE_CONNECT_FAIL
@@ -1998,6 +2093,7 @@
file path=usr/squid/share/errors/uz/ERR_NO_RELAY
file path=usr/squid/share/errors/uz/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/uz/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/uz/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/uz/ERR_READ_ERROR
file path=usr/squid/share/errors/uz/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/uz/ERR_SECURE_CONNECT_FAIL
@@ -2041,6 +2137,7 @@
file path=usr/squid/share/errors/vi/ERR_NO_RELAY
file path=usr/squid/share/errors/vi/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/vi/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/vi/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/vi/ERR_READ_ERROR
file path=usr/squid/share/errors/vi/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/vi/ERR_SECURE_CONNECT_FAIL
@@ -2086,6 +2183,7 @@
file path=usr/squid/share/errors/zh-hans/ERR_NO_RELAY
file path=usr/squid/share/errors/zh-hans/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/zh-hans/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/zh-hans/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/zh-hans/ERR_READ_ERROR
file path=usr/squid/share/errors/zh-hans/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/zh-hans/ERR_SECURE_CONNECT_FAIL
@@ -2131,6 +2229,7 @@
file path=usr/squid/share/errors/zh-hant/ERR_NO_RELAY
file path=usr/squid/share/errors/zh-hant/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/zh-hant/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/zh-hant/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/zh-hant/ERR_READ_ERROR
file path=usr/squid/share/errors/zh-hant/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/zh-hant/ERR_SECURE_CONNECT_FAIL
components/web/squid/patches/01-gcc-7.patch
File was deleted
components/web/squid/patches/acinclude_compiler-flags.m4.patch
File was deleted
components/web/squid/patches/cppunit.patch
File was deleted
components/web/squid/patches/helpers_external_acl_session_Makefile.am.patch
File was deleted
components/web/squid/pkg5
@@ -1,13 +1,17 @@
{
    "dependencies": [
        "SUNWcs",
        "database/berkeleydb-5",
        "developer/cppunit",
        "library/gnutls-3",
        "library/expat",
        "library/libtool/libltdl",
        "library/libxml2",
        "library/nettle",
        "library/openldap",
        "library/security/openssl-11",
        "library/tdb",
        "runtime/perl-524",
        "service/security/kerberos-5",
        "shell/ksh93",
        "system/library",
        "system/library/g++-7-runtime",
        "system/library/gcc-7-runtime",
components/web/squid/squid.license
File was deleted
components/web/squid/squid.p5m
@@ -1,24 +1,16 @@
#
# CDDL HEADER START
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
# Copyright 2022 Friedrich Kink. All rights reserved.
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -54,9 +46,8 @@
dir path=var/squid/logs group=webservd owner=webservd mode=0755
dir path=var/squid/run group=webservd owner=webservd mode=0755
# from here on files have no modified attributes
file path=etc/squid/cachemgr.conf.default
file path=etc/squid/errorpage.css
file path=etc/squid/errorpage.css preserve=true
file path=etc/squid/errorpage.css.default
file path=etc/squid/mime.conf.default
file path=etc/squid/squid.conf.default
@@ -67,7 +58,6 @@
file path=usr/squid/libexec/basic_fake_auth
file path=usr/squid/libexec/basic_getpwnam_auth
file path=usr/squid/libexec/basic_ldap_auth
file path=usr/squid/libexec/basic_msnt_multi_domain_auth
file path=usr/squid/libexec/basic_ncsa_auth
file path=usr/squid/libexec/basic_nis_auth
file path=usr/squid/libexec/basic_pam_auth
@@ -76,7 +66,6 @@
file path=usr/squid/libexec/basic_sasl_auth
file path=usr/squid/libexec/basic_smb_auth
file path=usr/squid/libexec/basic_smb_auth.sh
file path=usr/squid/libexec/basic_smb_lm_auth
file path=usr/squid/libexec/cachemgr.cgi
file path=usr/squid/libexec/digest_edirectory_auth
file path=usr/squid/libexec/digest_file_auth
@@ -88,23 +77,25 @@
file path=usr/squid/libexec/ext_session_acl
file path=usr/squid/libexec/ext_unix_group_acl
file path=usr/squid/libexec/ext_wbinfo_group_acl
file path=usr/squid/libexec/helper-mux.pl
file path=usr/squid/libexec/helper-mux
file path=usr/squid/libexec/log_db_daemon
file path=usr/squid/libexec/log_file_daemon
file path=usr/squid/libexec/negotiate_kerberos_auth
file path=usr/squid/libexec/negotiate_kerberos_auth_test
file path=usr/squid/libexec/negotiate_wrapper_auth
file path=usr/squid/libexec/ntlm_fake_auth
file path=usr/squid/libexec/ntlm_smb_lm_auth
file path=usr/squid/libexec/security_fake_certverify
file path=usr/squid/libexec/security_file_certgen
file path=usr/squid/libexec/storeid_file_rewrite
file path=usr/squid/libexec/unlinkd
file path=usr/squid/libexec/url_fake_rewrite
file path=usr/squid/libexec/url_fake_rewrite.sh
file path=usr/squid/libexec/url_lfs_rewrite
file path=usr/squid/man/man1/purge.1
file path=usr/squid/man/man1/squidclient.1
file path=usr/squid/man/man8/basic_db_auth.8
file path=usr/squid/man/man8/basic_getpwnam_auth.8
file path=usr/squid/man/man8/basic_ldap_auth.8
file path=usr/squid/man/man8/basic_msnt_multi_domain_auth.8
file path=usr/squid/man/man8/basic_ncsa_auth.8
file path=usr/squid/man/man8/basic_pam_auth.8
file path=usr/squid/man/man8/basic_pop3_auth.8
@@ -118,10 +109,14 @@
file path=usr/squid/man/man8/ext_session_acl.8
file path=usr/squid/man/man8/ext_unix_group_acl.8
file path=usr/squid/man/man8/ext_wbinfo_group_acl.8
file path=usr/squid/man/man8/helper-mux.8
file path=usr/squid/man/man8/log_db_daemon.8
file path=usr/squid/man/man8/negotiate_kerberos_auth.8
file path=usr/squid/man/man8/security_fake_certverify.8
file path=usr/squid/man/man8/security_file_certgen.8
file path=usr/squid/man/man8/squid.8
file path=usr/squid/man/man8/storeid_file_rewrite.8
file path=usr/squid/man/man8/url_lfs_rewrite.8
file path=usr/squid/sbin/squid
file path=usr/squid/share/errors/COPYRIGHT
file path=usr/squid/share/errors/TRANSLATORS
@@ -155,6 +150,7 @@
file path=usr/squid/share/errors/af/ERR_NO_RELAY
file path=usr/squid/share/errors/af/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/af/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/af/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/af/ERR_READ_ERROR
file path=usr/squid/share/errors/af/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/af/ERR_SECURE_CONNECT_FAIL
@@ -213,6 +209,7 @@
file path=usr/squid/share/errors/ar/ERR_NO_RELAY
file path=usr/squid/share/errors/ar/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/ar/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/ar/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/ar/ERR_READ_ERROR
file path=usr/squid/share/errors/ar/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/ar/ERR_SECURE_CONNECT_FAIL
@@ -256,6 +253,7 @@
file path=usr/squid/share/errors/az/ERR_NO_RELAY
file path=usr/squid/share/errors/az/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/az/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/az/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/az/ERR_READ_ERROR
file path=usr/squid/share/errors/az/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/az/ERR_SECURE_CONNECT_FAIL
@@ -299,6 +297,7 @@
file path=usr/squid/share/errors/bg/ERR_NO_RELAY
file path=usr/squid/share/errors/bg/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/bg/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/bg/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/bg/ERR_READ_ERROR
file path=usr/squid/share/errors/bg/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/bg/ERR_SECURE_CONNECT_FAIL
@@ -311,6 +310,7 @@
file path=usr/squid/share/errors/bg/ERR_WRITE_ERROR
file path=usr/squid/share/errors/bg/ERR_ZERO_SIZE_OBJECT
file path=usr/squid/share/errors/bg/error-details.txt
link path=usr/squid/share/errors/ca-es target=ca
file path=usr/squid/share/errors/ca/ERR_ACCESS_DENIED
file path=usr/squid/share/errors/ca/ERR_ACL_TIME_QUOTA_EXCEEDED
file path=usr/squid/share/errors/ca/ERR_AGENT_CONFIGURE
@@ -341,6 +341,7 @@
file path=usr/squid/share/errors/ca/ERR_NO_RELAY
file path=usr/squid/share/errors/ca/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/ca/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/ca/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/ca/ERR_READ_ERROR
file path=usr/squid/share/errors/ca/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/ca/ERR_SECURE_CONNECT_FAIL
@@ -384,6 +385,7 @@
file path=usr/squid/share/errors/cs/ERR_NO_RELAY
file path=usr/squid/share/errors/cs/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/cs/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/cs/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/cs/ERR_READ_ERROR
file path=usr/squid/share/errors/cs/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/cs/ERR_SECURE_CONNECT_FAIL
@@ -427,6 +429,7 @@
file path=usr/squid/share/errors/da/ERR_NO_RELAY
file path=usr/squid/share/errors/da/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/da/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/da/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/da/ERR_READ_ERROR
file path=usr/squid/share/errors/da/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/da/ERR_SECURE_CONNECT_FAIL
@@ -474,6 +477,7 @@
file path=usr/squid/share/errors/de/ERR_NO_RELAY
file path=usr/squid/share/errors/de/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/de/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/de/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/de/ERR_READ_ERROR
file path=usr/squid/share/errors/de/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/de/ERR_SECURE_CONNECT_FAIL
@@ -517,6 +521,7 @@
file path=usr/squid/share/errors/el/ERR_NO_RELAY
file path=usr/squid/share/errors/el/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/el/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/el/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/el/ERR_READ_ERROR
file path=usr/squid/share/errors/el/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/el/ERR_SECURE_CONNECT_FAIL
@@ -532,6 +537,7 @@
link path=usr/squid/share/errors/en-au target=en
link path=usr/squid/share/errors/en-bz target=en
link path=usr/squid/share/errors/en-ca target=en
link path=usr/squid/share/errors/en-cn target=en
link path=usr/squid/share/errors/en-gb target=en
link path=usr/squid/share/errors/en-ie target=en
link path=usr/squid/share/errors/en-in target=en
@@ -574,6 +580,7 @@
file path=usr/squid/share/errors/en/ERR_NO_RELAY
file path=usr/squid/share/errors/en/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/en/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/en/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/en/ERR_READ_ERROR
file path=usr/squid/share/errors/en/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/en/ERR_SECURE_CONNECT_FAIL
@@ -588,24 +595,69 @@
file path=usr/squid/share/errors/en/error-details.txt
link path=usr/squid/share/errors/es-ar target=es
link path=usr/squid/share/errors/es-bo target=es
link path=usr/squid/share/errors/es-bz target=es-mx
link path=usr/squid/share/errors/es-cl target=es
link path=usr/squid/share/errors/es-co target=es
link path=usr/squid/share/errors/es-cr target=es
link path=usr/squid/share/errors/es-cr target=es-mx
link path=usr/squid/share/errors/es-cu target=es
link path=usr/squid/share/errors/es-do target=es
link path=usr/squid/share/errors/es-ec target=es
link path=usr/squid/share/errors/es-es target=es
link path=usr/squid/share/errors/es-gt target=es
link path=usr/squid/share/errors/es-hn target=es
link path=usr/squid/share/errors/es-mx target=es
link path=usr/squid/share/errors/es-ni target=es
link path=usr/squid/share/errors/es-pa target=es
link path=usr/squid/share/errors/es-gt target=es-mx
link path=usr/squid/share/errors/es-hn target=es-mx
file path=usr/squid/share/errors/es-mx/ERR_ACCESS_DENIED
file path=usr/squid/share/errors/es-mx/ERR_ACL_TIME_QUOTA_EXCEEDED
file path=usr/squid/share/errors/es-mx/ERR_AGENT_CONFIGURE
file path=usr/squid/share/errors/es-mx/ERR_AGENT_WPAD
file path=usr/squid/share/errors/es-mx/ERR_CACHE_ACCESS_DENIED
file path=usr/squid/share/errors/es-mx/ERR_CACHE_MGR_ACCESS_DENIED
file path=usr/squid/share/errors/es-mx/ERR_CANNOT_FORWARD
file path=usr/squid/share/errors/es-mx/ERR_CONFLICT_HOST
file path=usr/squid/share/errors/es-mx/ERR_CONNECT_FAIL
file path=usr/squid/share/errors/es-mx/ERR_DIR_LISTING
file path=usr/squid/share/errors/es-mx/ERR_DNS_FAIL
file path=usr/squid/share/errors/es-mx/ERR_ESI
file path=usr/squid/share/errors/es-mx/ERR_FORWARDING_DENIED
file path=usr/squid/share/errors/es-mx/ERR_FTP_DISABLED
file path=usr/squid/share/errors/es-mx/ERR_FTP_FAILURE
file path=usr/squid/share/errors/es-mx/ERR_FTP_FORBIDDEN
file path=usr/squid/share/errors/es-mx/ERR_FTP_NOT_FOUND
file path=usr/squid/share/errors/es-mx/ERR_FTP_PUT_CREATED
file path=usr/squid/share/errors/es-mx/ERR_FTP_PUT_ERROR
file path=usr/squid/share/errors/es-mx/ERR_FTP_PUT_MODIFIED
file path=usr/squid/share/errors/es-mx/ERR_FTP_UNAVAILABLE
file path=usr/squid/share/errors/es-mx/ERR_GATEWAY_FAILURE
file path=usr/squid/share/errors/es-mx/ERR_ICAP_FAILURE
file path=usr/squid/share/errors/es-mx/ERR_INVALID_REQ
file path=usr/squid/share/errors/es-mx/ERR_INVALID_RESP
file path=usr/squid/share/errors/es-mx/ERR_INVALID_URL
file path=usr/squid/share/errors/es-mx/ERR_LIFETIME_EXP
file path=usr/squid/share/errors/es-mx/ERR_NO_RELAY
file path=usr/squid/share/errors/es-mx/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/es-mx/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/es-mx/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/es-mx/ERR_READ_ERROR
file path=usr/squid/share/errors/es-mx/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/es-mx/ERR_SECURE_CONNECT_FAIL
file path=usr/squid/share/errors/es-mx/ERR_SHUTTING_DOWN
file path=usr/squid/share/errors/es-mx/ERR_SOCKET_FAILURE
file path=usr/squid/share/errors/es-mx/ERR_TOO_BIG
file path=usr/squid/share/errors/es-mx/ERR_UNSUP_HTTPVERSION
file path=usr/squid/share/errors/es-mx/ERR_UNSUP_REQ
file path=usr/squid/share/errors/es-mx/ERR_URN_RESOLVE
file path=usr/squid/share/errors/es-mx/ERR_WRITE_ERROR
file path=usr/squid/share/errors/es-mx/ERR_ZERO_SIZE_OBJECT
file path=usr/squid/share/errors/es-mx/error-details.txt
link path=usr/squid/share/errors/es-ni target=es-mx
link path=usr/squid/share/errors/es-pa target=es-mx
link path=usr/squid/share/errors/es-pe target=es
link path=usr/squid/share/errors/es-pr target=es
link path=usr/squid/share/errors/es-py target=es
link path=usr/squid/share/errors/es-sv target=es
link path=usr/squid/share/errors/es-sv target=es-mx
link path=usr/squid/share/errors/es-us target=es
link path=usr/squid/share/errors/es-uy target=es
link path=usr/squid/share/errors/es-ve target=es
link path=usr/squid/share/errors/es-xl target=es
file path=usr/squid/share/errors/es/ERR_ACCESS_DENIED
file path=usr/squid/share/errors/es/ERR_ACL_TIME_QUOTA_EXCEEDED
file path=usr/squid/share/errors/es/ERR_AGENT_CONFIGURE
@@ -636,6 +688,7 @@
file path=usr/squid/share/errors/es/ERR_NO_RELAY
file path=usr/squid/share/errors/es/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/es/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/es/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/es/ERR_READ_ERROR
file path=usr/squid/share/errors/es/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/es/ERR_SECURE_CONNECT_FAIL
@@ -679,6 +732,7 @@
file path=usr/squid/share/errors/et/ERR_NO_RELAY
file path=usr/squid/share/errors/et/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/et/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/et/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/et/ERR_READ_ERROR
file path=usr/squid/share/errors/et/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/et/ERR_SECURE_CONNECT_FAIL
@@ -723,6 +777,7 @@
file path=usr/squid/share/errors/fa/ERR_NO_RELAY
file path=usr/squid/share/errors/fa/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/fa/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/fa/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/fa/ERR_READ_ERROR
file path=usr/squid/share/errors/fa/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/fa/ERR_SECURE_CONNECT_FAIL
@@ -766,6 +821,7 @@
file path=usr/squid/share/errors/fi/ERR_NO_RELAY
file path=usr/squid/share/errors/fi/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/fi/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/fi/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/fi/ERR_READ_ERROR
file path=usr/squid/share/errors/fi/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/fi/ERR_SECURE_CONNECT_FAIL
@@ -814,6 +870,7 @@
file path=usr/squid/share/errors/fr/ERR_NO_RELAY
file path=usr/squid/share/errors/fr/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/fr/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/fr/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/fr/ERR_READ_ERROR
file path=usr/squid/share/errors/fr/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/fr/ERR_SECURE_CONNECT_FAIL
@@ -857,6 +914,7 @@
file path=usr/squid/share/errors/he/ERR_NO_RELAY
file path=usr/squid/share/errors/he/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/he/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/he/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/he/ERR_READ_ERROR
file path=usr/squid/share/errors/he/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/he/ERR_SECURE_CONNECT_FAIL
@@ -900,6 +958,7 @@
file path=usr/squid/share/errors/hu/ERR_NO_RELAY
file path=usr/squid/share/errors/hu/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/hu/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/hu/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/hu/ERR_READ_ERROR
file path=usr/squid/share/errors/hu/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/hu/ERR_SECURE_CONNECT_FAIL
@@ -944,6 +1003,7 @@
file path=usr/squid/share/errors/hy/ERR_NO_RELAY
file path=usr/squid/share/errors/hy/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/hy/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/hy/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/hy/ERR_READ_ERROR
file path=usr/squid/share/errors/hy/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/hy/ERR_SECURE_CONNECT_FAIL
@@ -987,6 +1047,7 @@
file path=usr/squid/share/errors/id/ERR_NO_RELAY
file path=usr/squid/share/errors/id/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/id/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/id/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/id/ERR_READ_ERROR
file path=usr/squid/share/errors/id/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/id/ERR_SECURE_CONNECT_FAIL
@@ -1031,6 +1092,7 @@
file path=usr/squid/share/errors/it/ERR_NO_RELAY
file path=usr/squid/share/errors/it/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/it/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/it/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/it/ERR_READ_ERROR
file path=usr/squid/share/errors/it/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/it/ERR_SECURE_CONNECT_FAIL
@@ -1074,6 +1136,7 @@
file path=usr/squid/share/errors/ja/ERR_NO_RELAY
file path=usr/squid/share/errors/ja/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/ja/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/ja/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/ja/ERR_READ_ERROR
file path=usr/squid/share/errors/ja/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/ja/ERR_SECURE_CONNECT_FAIL
@@ -1117,6 +1180,7 @@
file path=usr/squid/share/errors/ka/ERR_NO_RELAY
file path=usr/squid/share/errors/ka/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/ka/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/ka/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/ka/ERR_READ_ERROR
file path=usr/squid/share/errors/ka/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/ka/ERR_SECURE_CONNECT_FAIL
@@ -1161,6 +1225,7 @@
file path=usr/squid/share/errors/ko/ERR_NO_RELAY
file path=usr/squid/share/errors/ko/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/ko/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/ko/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/ko/ERR_READ_ERROR
file path=usr/squid/share/errors/ko/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/ko/ERR_SECURE_CONNECT_FAIL
@@ -1204,6 +1269,7 @@
file path=usr/squid/share/errors/lt/ERR_NO_RELAY
file path=usr/squid/share/errors/lt/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/lt/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/lt/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/lt/ERR_READ_ERROR
file path=usr/squid/share/errors/lt/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/lt/ERR_SECURE_CONNECT_FAIL
@@ -1247,6 +1313,7 @@
file path=usr/squid/share/errors/lv/ERR_NO_RELAY
file path=usr/squid/share/errors/lv/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/lv/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/lv/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/lv/ERR_READ_ERROR
file path=usr/squid/share/errors/lv/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/lv/ERR_SECURE_CONNECT_FAIL
@@ -1290,6 +1357,7 @@
file path=usr/squid/share/errors/ms/ERR_NO_RELAY
file path=usr/squid/share/errors/ms/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/ms/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/ms/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/ms/ERR_READ_ERROR
file path=usr/squid/share/errors/ms/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/ms/ERR_SECURE_CONNECT_FAIL
@@ -1333,6 +1401,7 @@
file path=usr/squid/share/errors/nl/ERR_NO_RELAY
file path=usr/squid/share/errors/nl/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/nl/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/nl/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/nl/ERR_READ_ERROR
file path=usr/squid/share/errors/nl/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/nl/ERR_SECURE_CONNECT_FAIL
@@ -1375,6 +1444,7 @@
file path=usr/squid/share/errors/oc/ERR_NO_RELAY
file path=usr/squid/share/errors/oc/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/oc/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/oc/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/oc/ERR_READ_ERROR
file path=usr/squid/share/errors/oc/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/oc/ERR_SECURE_CONNECT_FAIL
@@ -1418,6 +1488,7 @@
file path=usr/squid/share/errors/pl/ERR_NO_RELAY
file path=usr/squid/share/errors/pl/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/pl/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/pl/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/pl/ERR_READ_ERROR
file path=usr/squid/share/errors/pl/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/pl/ERR_SECURE_CONNECT_FAIL
@@ -1460,6 +1531,7 @@
file path=usr/squid/share/errors/pt-br/ERR_NO_RELAY
file path=usr/squid/share/errors/pt-br/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/pt-br/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/pt-br/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/pt-br/ERR_READ_ERROR
file path=usr/squid/share/errors/pt-br/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/pt-br/ERR_SECURE_CONNECT_FAIL
@@ -1474,6 +1546,7 @@
file path=usr/squid/share/errors/pt-br/error-details.txt
link path=usr/squid/share/errors/pt-bz target=pt-br
link path=usr/squid/share/errors/pt-pt target=pt
link path=usr/squid/share/errors/pt-xl target=pt-br
file path=usr/squid/share/errors/pt/ERR_ACCESS_DENIED
file path=usr/squid/share/errors/pt/ERR_ACL_TIME_QUOTA_EXCEEDED
file path=usr/squid/share/errors/pt/ERR_AGENT_CONFIGURE
@@ -1504,6 +1577,7 @@
file path=usr/squid/share/errors/pt/ERR_NO_RELAY
file path=usr/squid/share/errors/pt/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/pt/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/pt/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/pt/ERR_READ_ERROR
file path=usr/squid/share/errors/pt/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/pt/ERR_SECURE_CONNECT_FAIL
@@ -1548,6 +1622,7 @@
file path=usr/squid/share/errors/ro/ERR_NO_RELAY
file path=usr/squid/share/errors/ro/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/ro/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/ro/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/ro/ERR_READ_ERROR
file path=usr/squid/share/errors/ro/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/ro/ERR_SECURE_CONNECT_FAIL
@@ -1591,6 +1666,7 @@
file path=usr/squid/share/errors/ru/ERR_NO_RELAY
file path=usr/squid/share/errors/ru/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/ru/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/ru/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/ru/ERR_READ_ERROR
file path=usr/squid/share/errors/ru/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/ru/ERR_SECURE_CONNECT_FAIL
@@ -1634,6 +1710,7 @@
file path=usr/squid/share/errors/sk/ERR_NO_RELAY
file path=usr/squid/share/errors/sk/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/sk/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/sk/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/sk/ERR_READ_ERROR
file path=usr/squid/share/errors/sk/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/sk/ERR_SECURE_CONNECT_FAIL
@@ -1677,6 +1754,7 @@
file path=usr/squid/share/errors/sl/ERR_NO_RELAY
file path=usr/squid/share/errors/sl/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/sl/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/sl/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/sl/ERR_READ_ERROR
file path=usr/squid/share/errors/sl/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/sl/ERR_SECURE_CONNECT_FAIL
@@ -1689,6 +1767,7 @@
file path=usr/squid/share/errors/sl/ERR_WRITE_ERROR
file path=usr/squid/share/errors/sl/ERR_ZERO_SIZE_OBJECT
file path=usr/squid/share/errors/sl/error-details.txt
link path=usr/squid/share/errors/spq target=es
link path=usr/squid/share/errors/sr target=sr-latn
link path=usr/squid/share/errors/sr-cyrl-cs target=sr-cyrl
link path=usr/squid/share/errors/sr-cyrl-me target=sr-cyrl
@@ -1723,6 +1802,7 @@
file path=usr/squid/share/errors/sr-cyrl/ERR_NO_RELAY
file path=usr/squid/share/errors/sr-cyrl/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/sr-cyrl/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/sr-cyrl/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/sr-cyrl/ERR_READ_ERROR
file path=usr/squid/share/errors/sr-cyrl/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/sr-cyrl/ERR_SECURE_CONNECT_FAIL
@@ -1768,6 +1848,7 @@
file path=usr/squid/share/errors/sr-latn/ERR_NO_RELAY
file path=usr/squid/share/errors/sr-latn/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/sr-latn/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/sr-latn/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/sr-latn/ERR_READ_ERROR
file path=usr/squid/share/errors/sr-latn/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/sr-latn/ERR_SECURE_CONNECT_FAIL
@@ -1814,6 +1895,7 @@
file path=usr/squid/share/errors/sv/ERR_NO_RELAY
file path=usr/squid/share/errors/sv/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/sv/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/sv/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/sv/ERR_READ_ERROR
file path=usr/squid/share/errors/sv/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/sv/ERR_SECURE_CONNECT_FAIL
@@ -1856,6 +1938,7 @@
file path=usr/squid/share/errors/templates/ERR_NO_RELAY
file path=usr/squid/share/errors/templates/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/templates/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/templates/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/templates/ERR_READ_ERROR
file path=usr/squid/share/errors/templates/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/templates/ERR_SECURE_CONNECT_FAIL
@@ -1899,6 +1982,7 @@
file path=usr/squid/share/errors/th/ERR_NO_RELAY
file path=usr/squid/share/errors/th/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/th/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/th/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/th/ERR_READ_ERROR
file path=usr/squid/share/errors/th/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/th/ERR_SECURE_CONNECT_FAIL
@@ -1942,6 +2026,7 @@
file path=usr/squid/share/errors/tr/ERR_NO_RELAY
file path=usr/squid/share/errors/tr/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/tr/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/tr/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/tr/ERR_READ_ERROR
file path=usr/squid/share/errors/tr/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/tr/ERR_SECURE_CONNECT_FAIL
@@ -1985,6 +2070,7 @@
file path=usr/squid/share/errors/uk/ERR_NO_RELAY
file path=usr/squid/share/errors/uk/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/uk/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/uk/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/uk/ERR_READ_ERROR
file path=usr/squid/share/errors/uk/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/uk/ERR_SECURE_CONNECT_FAIL
@@ -2027,6 +2113,7 @@
file path=usr/squid/share/errors/uz/ERR_NO_RELAY
file path=usr/squid/share/errors/uz/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/uz/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/uz/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/uz/ERR_READ_ERROR
file path=usr/squid/share/errors/uz/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/uz/ERR_SECURE_CONNECT_FAIL
@@ -2070,6 +2157,7 @@
file path=usr/squid/share/errors/vi/ERR_NO_RELAY
file path=usr/squid/share/errors/vi/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/vi/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/vi/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/vi/ERR_READ_ERROR
file path=usr/squid/share/errors/vi/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/vi/ERR_SECURE_CONNECT_FAIL
@@ -2115,6 +2203,7 @@
file path=usr/squid/share/errors/zh-hans/ERR_NO_RELAY
file path=usr/squid/share/errors/zh-hans/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/zh-hans/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/zh-hans/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/zh-hans/ERR_READ_ERROR
file path=usr/squid/share/errors/zh-hans/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/zh-hans/ERR_SECURE_CONNECT_FAIL
@@ -2160,6 +2249,7 @@
file path=usr/squid/share/errors/zh-hant/ERR_NO_RELAY
file path=usr/squid/share/errors/zh-hant/ERR_ONLY_IF_CACHED_MISS
file path=usr/squid/share/errors/zh-hant/ERR_PRECONDITION_FAILED
file path=usr/squid/share/errors/zh-hant/ERR_PROTOCOL_UNKNOWN
file path=usr/squid/share/errors/zh-hant/ERR_READ_ERROR
file path=usr/squid/share/errors/zh-hant/ERR_READ_TIMEOUT
file path=usr/squid/share/errors/zh-hant/ERR_SECURE_CONNECT_FAIL
components/web/squid/test/results-64.master
@@ -10,20 +10,22 @@
# XPASS: 0
# ERROR: 0
============================================================================
PASS: testHeaders
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
PASS: trie
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
@@ -41,253 +43,122 @@
# XPASS: 0
# ERROR: 0
============================================================================
PASS: tests/testRFC1035
PASS: tests/testRFC1738
PASS: testHeaders
============================================================================
============================================================================
# TOTAL: 3
# PASS:  3
# TOTAL: 2
# PASS:  2
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
PASS: testHeaders
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
PASS: testHeaders
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
PASS: testHeaders
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
PASS: testHeaders
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
PASS: testHeaders
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
PASS: testHeaders
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
PASS: testHeaders
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
PASS: testHeaders
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
PASS: testHeaders
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
PASS: testHeaders
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
@@ -431,11 +302,10 @@
# XPASS: 0
# ERROR: 0
============================================================================
PASS: testHeaders
============================================================================
============================================================================
# TOTAL: 1
# PASS:  1
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
@@ -541,11 +411,320 @@
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
PASS: testHeaders
============================================================================
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
PASS: testHeaders
============================================================================
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
PASS: testHeaders
============================================================================
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
PASS: testHeaders
============================================================================
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
PASS: testHeaders
============================================================================
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
PASS: testHeaders
============================================================================
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
PASS: testHeaders
============================================================================
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
PASS: testHeaders
============================================================================
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
PASS: testHeaders
============================================================================
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
PASS: testHeaders
============================================================================
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
@@ -607,6 +786,16 @@
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
PASS: testHeaders
============================================================================
============================================================================
@@ -662,34 +851,50 @@
# XPASS: 0
# ERROR: 0
============================================================================
PASS: tests/testACLMaxUserIP
PASS: tests/testBoilerplate
PASS: tests/testCacheManager
PASS: tests/testMem
PASS: tests/testCharacterSet
PASS: tests/testDiskIO
PASS: tests/testEvent
PASS: tests/testEventLoop
PASS: tests/test_http_range
PASS: tests/testHttpParser
PASS: tests/testTokenizer
PASS: tests/testHttpReply
PASS: tests/testHttpRequest
PASS: tests/testIcmp
PASS: tests/testIpAddress
PASS: tests/testStore
PASS: tests/testString
PASS: tests/testEnumIterator
PASS: tests/testLookupTable
PASS: tests/testRefCount
PASS: tests/testYesNoNone
PASS: tests/testURL
PASS: tests/testDns
PASS: tests/testTokenizer
PASS: tests/testSBuf
PASS: tests/testSBufList
PASS: tests/testConfigParser
PASS: tests/testStatHist
PASS: tests/testString
PASS: tests/testUfs
PASS: testRefCount
PASS: tests/testStore
PASS: tests/testDiskIO
PASS: tests/testACLMaxUserIP
PASS: tests/test_http_range
PASS: tests/testHttp1Parser
PASS: tests/testHttpReply
PASS: tests/testHttpRequest
PASS: tests/testIpAddress
PASS: tests/testIcmp
PASS: tests/testNetDb
PASS: tests/testCacheManager
PASS: tests/testStatHist
PASS: tests/testConfigParser
PASS: tests/testEvent
PASS: tests/testEventLoop
PASS: testHeaders
============================================================================
============================================================================
# TOTAL: 24
# PASS:  24
# TOTAL: 30
# PASS:  30
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
============================================================================
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
@@ -730,14 +935,9 @@
PASS: syntheticoperators
PASS: VirtualDeleteOperator
PASS: splay
PASS: MemPoolTest
PASS: mem_node_test
PASS: mem_hdr_test
PASS: squid.conf test: squid.conf.default
PASS: squid.conf test: regressions-3.5.0.2
PASS: squid.conf test: regressions-3.4.0.1
PASS: squid.conf test: regressions-3.3
PASS: squid.conf test: empty
PASS: ESIExpressions
PASS: squid-conf-tests
============================================================================
============================================================================