diff -u -r -N squid-6.10/acinclude/ax_cxx_compile_stdcxx.m4 squid-6.11/acinclude/ax_cxx_compile_stdcxx.m4
--- squid-6.10/acinclude/ax_cxx_compile_stdcxx.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/acinclude/ax_cxx_compile_stdcxx.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/acinclude/ax_with_prog.m4 squid-6.11/acinclude/ax_with_prog.m4
--- squid-6.10/acinclude/ax_with_prog.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/acinclude/ax_with_prog.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/acinclude/compiler-flags.m4 squid-6.11/acinclude/compiler-flags.m4
--- squid-6.10/acinclude/compiler-flags.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/acinclude/compiler-flags.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/acinclude/init.m4 squid-6.11/acinclude/init.m4
--- squid-6.10/acinclude/init.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/acinclude/init.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/acinclude/krb5.m4 squid-6.11/acinclude/krb5.m4
--- squid-6.10/acinclude/krb5.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/acinclude/krb5.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -33,7 +33,7 @@
   AC_CACHE_CHECK([for broken Heimdal krb5.h],squid_cv_broken_heimdal_krb5_h, [
     SQUID_STATE_SAVE(squid_krb5_heimdal_test)
     CPPFLAGS="-I${srcdir:-.} $CPPFLAGS"
-    AC_RUN_IFELSE([AC_LANG_SOURCE([[
+    AC_LINK_IFELSE([AC_LANG_SOURCE([[
 #include <krb5.h>
 int
 main(void)
@@ -45,7 +45,7 @@
         return 0;
 }
 ]])], [ squid_cv_broken_heimdal_krb5_h=no ], [
-    AC_RUN_IFELSE([AC_LANG_SOURCE([[
+    AC_LINK_IFELSE([AC_LANG_SOURCE([[
 #define HAVE_BROKEN_HEIMDAL_KRB5_H  1
 #include "compat/krb5.h"
 int
@@ -130,7 +130,7 @@
 dnl checks that gssapi is ok, and sets squid_cv_working_gssapi accordingly
 AC_DEFUN([SQUID_CHECK_WORKING_GSSAPI], [
   AC_CACHE_CHECK([for working gssapi], squid_cv_working_gssapi, [
-    AC_RUN_IFELSE([AC_LANG_SOURCE([[
+    AC_LINK_IFELSE([AC_LANG_SOURCE([[
 #if USE_HEIMDAL_KRB5
 #if HAVE_GSSAPI_GSSAPI_H
 #include <gssapi/gssapi.h>
@@ -231,7 +231,7 @@
   AC_CACHE_CHECK([for working krb5], squid_cv_working_krb5, [
     SQUID_STATE_SAVE(squid_krb5_test)
     CPPFLAGS="-I${srcdir:-.} $CPPFLAGS"
-    AC_RUN_IFELSE([AC_LANG_SOURCE([[
+    AC_LINK_IFELSE([AC_LANG_SOURCE([[
 #include "compat/krb5.h"
 int
 main(void)
diff -u -r -N squid-6.10/acinclude/ldap.m4 squid-6.11/acinclude/ldap.m4
--- squid-6.10/acinclude/ldap.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/acinclude/ldap.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-# Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+# Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/acinclude/lib-checks.m4 squid-6.11/acinclude/lib-checks.m4
--- squid-6.10/acinclude/lib-checks.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/acinclude/lib-checks.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/acinclude/nettle.m4 squid-6.11/acinclude/nettle.m4
--- squid-6.10/acinclude/nettle.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/acinclude/nettle.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/acinclude/os-deps.m4 squid-6.11/acinclude/os-deps.m4
--- squid-6.10/acinclude/os-deps.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/acinclude/os-deps.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/acinclude/pam.m4 squid-6.11/acinclude/pam.m4
--- squid-6.10/acinclude/pam.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/acinclude/pam.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/acinclude/pkg.m4 squid-6.11/acinclude/pkg.m4
--- squid-6.10/acinclude/pkg.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/acinclude/pkg.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/acinclude/squid-util.m4 squid-6.11/acinclude/squid-util.m4
--- squid-6.10/acinclude/squid-util.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/acinclude/squid-util.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/acinclude/tdb.m4 squid-6.11/acinclude/tdb.m4
--- squid-6.10/acinclude/tdb.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/acinclude/tdb.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/bootstrap.sh squid-6.11/bootstrap.sh
--- squid-6.10/bootstrap.sh	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/bootstrap.sh	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/ChangeLog squid-6.11/ChangeLog
--- squid-6.10/ChangeLog	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/ChangeLog	2024-09-15 20:54:35.000000000 +0000
@@ -1,3 +1,10 @@
+Changes in squid-6.11 (15 Sep 2024)
+	- Fix Kerberos detection when cross-compiling
+	- Improve robustness of DNS code on reconfigure
+	- Prevent slow memory leak in TCP DNS queries
+	- Improve errors emitted when invalid ACLs are parsed
+	- Remove some unused code and obsolete compatiblity hacks
+
 Changes in squid-6.10 (10 Jun 2024)
 	- Bug 5378: type mismatch in libTrie
 	- Disable ESI in default build
diff -u -r -N squid-6.10/compat/assert.cc squid-6.11/compat/assert.cc
--- squid-6.10/compat/assert.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/assert.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/assert.h squid-6.11/compat/assert.h
--- squid-6.10/compat/assert.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/assert.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/cmsg.h squid-6.11/compat/cmsg.h
--- squid-6.10/compat/cmsg.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/cmsg.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/compat.cc squid-6.11/compat/compat.cc
--- squid-6.10/compat/compat.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/compat.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/compat.h squid-6.11/compat/compat.h
--- squid-6.10/compat/compat.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/compat.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -84,10 +84,6 @@
 
 #include "compat/assert.h"
 #include "compat/compat_shared.h"
-#include "compat/getaddrinfo.h"
-#include "compat/getnameinfo.h"
-#include "compat/inet_ntop.h"
-#include "compat/inet_pton.h"
 #include "compat/stdvarargs.h"
 
 /* cstdio has a bunch of problems with 64-bit definitions */
diff -u -r -N squid-6.10/compat/compat_shared.h squid-6.11/compat/compat_shared.h
--- squid-6.10/compat/compat_shared.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/compat_shared.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/cppunit.h squid-6.11/compat/cppunit.h
--- squid-6.10/compat/cppunit.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/cppunit.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/cpu.h squid-6.11/compat/cpu.h
--- squid-6.10/compat/cpu.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/cpu.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/debug.cc squid-6.11/compat/debug.cc
--- squid-6.10/compat/debug.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/debug.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/debug.h squid-6.11/compat/debug.h
--- squid-6.10/compat/debug.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/debug.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/eui64_aton.c squid-6.11/compat/eui64_aton.c
--- squid-6.10/compat/eui64_aton.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/eui64_aton.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/eui64_aton.h squid-6.11/compat/eui64_aton.h
--- squid-6.10/compat/eui64_aton.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/eui64_aton.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/fdsetsize.h squid-6.11/compat/fdsetsize.h
--- squid-6.10/compat/fdsetsize.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/fdsetsize.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/getaddrinfo.cc squid-6.11/compat/getaddrinfo.cc
--- squid-6.10/compat/getaddrinfo.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/getaddrinfo.cc	1970-01-01 00:00:00.000000000 +0000
@@ -1,335 +0,0 @@
-/*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
- *
- * Squid software is distributed under GPLv2+ license and includes
- * contributions from numerous individuals and organizations.
- * Please see the COPYING and CONTRIBUTORS files for details.
- */
-
-/*
- *  Shamelessly duplicated from the fetchmail public sources
- *  for use by the Squid Project under GNU Public License.
- *
- * Update/Maintenance History:
- *
- *    15-Aug-2007 : Copied from fetchmail 6.3.8
- *          - added protection around library headers
- *
- *    16-Aug-2007 : Altered configure checks
- *                  Un-hacked slightly to use system gethostbyname()
- *
- *    06-Oct-2007 : Various fixes to allow the build on MinGW
- *
- *    13-Jan-2015 : Various fixed for C++ and MinGW native build
- *
- *  Original License and code follows.
- */
-#include "squid.h"
-
-/*
- *  This file is part of libESMTP, a library for submission of RFC 2822
- *  formatted electronic mail messages using the SMTP protocol described
- *  in RFC 2821.
- *
- *  Copyright (C) 2001,2002  Brian Stafford  <brian@stafford.uklinux.net>
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Lesser General Public
- *  License as published by the Free Software Foundation; either
- *  version 2.1 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Lesser General Public License for more details.
- *
- *  You should have received a copy of the GNU Lesser General Public
- *  License along with this library; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- */
-
-/* An emulation of the RFC 2553 / Posix getaddrinfo resolver interface.
- */
-
-#if !HAVE_DECL_GETADDRINFO
-
-/* Need to turn off Posix features in glibc to build this */
-#undef _POSIX_C_SOURCE
-#undef _XOPEN_SOURCE
-
-#if HAVE_STRING_H
-#include <string.h>
-#endif
-#if HAVE_CTYPE_H
-#include <ctype.h>
-#endif
-#if HAVE_ERRNO_H
-#include <errno.h>
-#endif
-#if HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
-#if HAVE_NETINET_IN_H
-#include <netinet/in.h>
-#endif
-#if HAVE_ARPA_INET_H
-#include <arpa/inet.h>
-#endif
-#if HAVE_NETDB_H
-#include <netdb.h>
-#endif
-
-static struct addrinfo *
-dup_addrinfo (struct addrinfo *info, void *addr, size_t addrlen) {
-    struct addrinfo *ret;
-
-    ret = (struct addrinfo *)malloc(sizeof (struct addrinfo));
-    if (!ret)
-        return nullptr;
-    memcpy (ret, info, sizeof (struct addrinfo));
-    ret->ai_addr = (struct sockaddr*)malloc(addrlen);
-    if (!ret->ai_addr) {
-        free (ret);
-        return nullptr;
-    }
-    memcpy (ret->ai_addr, addr, addrlen);
-    ret->ai_addrlen = addrlen;
-    return ret;
-}
-
-int
-xgetaddrinfo (const char *nodename, const char *servname,
-              const struct addrinfo *hints, struct addrinfo **res)
-{
-    struct hostent *hp;
-    struct servent *servent;
-    const char *socktype;
-    int port;
-    struct addrinfo hint, result;
-    struct addrinfo *ai, *sai, *eai;
-    char **addrs;
-
-    if (!servname && !nodename)
-        return EAI_NONAME;
-
-    memset (&result, 0, sizeof result);
-
-    /* default for hints */
-    if (!hints) {
-        memset (&hint, 0, sizeof hint);
-        hint.ai_family = PF_UNSPEC;
-        hints = &hint;
-    }
-
-    if (!servname)
-        port = 0;
-    else {
-        /* check for tcp or udp sockets only */
-        if (hints->ai_socktype == SOCK_STREAM)
-            socktype = "tcp";
-        else if (hints->ai_socktype == SOCK_DGRAM)
-            socktype = "udp";
-        else
-            return EAI_SERVICE;
-        result.ai_socktype = hints->ai_socktype;
-
-        /* Note: maintain port in host byte order to make debugging easier */
-        if (isdigit (*servname))
-            port = strtol (servname, nullptr, 10);
-        else if ((servent = getservbyname (servname, socktype)))
-            port = ntohs (servent->s_port);
-        else
-            return EAI_NONAME;
-    }
-
-    /* if !nodename, refer to the local host for a client or any
-       for a server */
-    if (!nodename) {
-        struct sockaddr_in sin;
-
-        /* check protocol family is PF_UNSPEC or PF_INET - could try harder
-           for IPv6 but that's more code than I'm prepared to write */
-        if (hints->ai_family == PF_UNSPEC || hints->ai_family == PF_INET)
-            result.ai_family = AF_INET;
-        else
-            return EAI_FAMILY;
-
-        sin.sin_family = result.ai_family;
-        sin.sin_port = htons (port);
-        if (hints->ai_flags & AI_PASSIVE)
-            sin.sin_addr.s_addr = htonl (INADDR_ANY);
-        else
-            sin.sin_addr.s_addr = htonl (INADDR_LOOPBACK);
-        /* Duplicate result and addr and return */
-        *res = dup_addrinfo (&result, &sin, sizeof sin);
-        return (!*res) ? EAI_MEMORY : 0;
-    }
-
-    /* If AI_NUMERIC is specified, use inet_pton to translate numbers and
-       dots notation. */
-    if (hints->ai_flags & AI_NUMERICHOST) {
-        struct sockaddr_in sin;
-
-        /* check protocol family is PF_UNSPEC or PF_INET */
-        if (hints->ai_family == PF_UNSPEC || hints->ai_family == PF_INET)
-            result.ai_family = AF_INET;
-        else
-            return EAI_FAMILY;
-
-        sin.sin_family = result.ai_family;
-        sin.sin_port = htons (port);
-        if (inet_pton(result.ai_family, nodename, &sin.sin_addr) != 1)
-            return EAI_NONAME;
-        sin.sin_addr.s_addr = inet_addr (nodename);
-        /* Duplicate result and addr and return */
-        *res = dup_addrinfo (&result, &sin, sizeof sin);
-        return (!*res) ? EAI_MEMORY : 0;
-    }
-
-#if HAVE_H_ERRNO
-    h_errno = 0;
-#endif
-    errno = 0;
-    hp = gethostbyname(nodename);
-    if (!hp) {
-#ifdef EAI_SYSTEM
-        if (errno != 0) {
-            return EAI_SYSTEM;
-        }
-#endif
-        switch (h_errno) {
-        case HOST_NOT_FOUND:
-            return EAI_NODATA;
-        case NO_DATA:
-            return EAI_NODATA;
-#if defined(NO_ADDRESS) && NO_ADDRESS != NO_DATA
-        case NO_ADDRESS:
-            return EAI_NODATA;
-#endif
-        case NO_RECOVERY:
-            return EAI_FAIL;
-        case TRY_AGAIN:
-            return EAI_AGAIN;
-        default:
-            return EAI_FAIL;
-        }
-        return EAI_FAIL;
-    }
-
-    /* Check that the address family is acceptable.
-     */
-    switch (hp->h_addrtype) {
-    case AF_INET:
-        if (!(hints->ai_family == PF_UNSPEC || hints->ai_family == PF_INET))
-            return EAI_FAMILY;
-        break;
-    case AF_INET6:
-        if (!(hints->ai_family == PF_UNSPEC || hints->ai_family == PF_INET6))
-            return EAI_FAMILY;
-        break;
-    default:
-        return EAI_FAMILY;
-    }
-
-    /* For each element pointed to by hp, create an element in the
-       result linked list. */
-    sai = eai = nullptr;
-    for (addrs = hp->h_addr_list; *addrs; addrs++) {
-        struct sockaddr sa;
-        size_t addrlen;
-
-        if (hp->h_length < 1)
-            continue;
-        sa.sa_family = hp->h_addrtype;
-        switch (hp->h_addrtype) {
-        case AF_INET:
-            ((struct sockaddr_in *) &sa)->sin_port = htons (port);
-            memcpy (&((struct sockaddr_in *) &sa)->sin_addr,
-                    *addrs, hp->h_length);
-            addrlen = sizeof (struct sockaddr_in);
-            break;
-        case AF_INET6:
-#if SIN6_LEN
-            ((struct sockaddr_in6 *) &sa)->sin6_len = hp->h_length;
-#endif
-            ((struct sockaddr_in6 *) &sa)->sin6_port = htons (port);
-            memcpy (&((struct sockaddr_in6 *) &sa)->sin6_addr,
-                    *addrs, hp->h_length);
-            addrlen = sizeof (struct sockaddr_in6);
-            break;
-        default:
-            continue;
-        }
-
-        result.ai_family = hp->h_addrtype;
-        ai = dup_addrinfo (&result, &sa, addrlen);
-        if (!ai) {
-            xfreeaddrinfo (sai);
-            return EAI_MEMORY;
-        }
-        if (!sai)
-            sai = ai;
-        else
-            eai->ai_next = ai;
-        eai = ai;
-    }
-
-    if (!sai) {
-        return EAI_NODATA;
-    }
-
-    if (hints->ai_flags & AI_CANONNAME) {
-        sai->ai_canonname = (char *)malloc(strlen(hp->h_name) + 1);
-        if (!sai->ai_canonname) {
-            xfreeaddrinfo (sai);
-            return EAI_MEMORY;
-        }
-        strcpy (sai->ai_canonname, hp->h_name);
-    }
-
-    *res = sai;
-    return 0;
-}
-
-void
-xfreeaddrinfo (struct addrinfo *ai)
-{
-    struct addrinfo *next;
-
-    while (ai) {
-        next = ai->ai_next;
-        if (ai->ai_canonname)
-            free (ai->ai_canonname);
-        if (ai->ai_addr)
-            free (ai->ai_addr);
-        free (ai);
-        ai = next;
-    }
-}
-
-const char *
-xgai_strerror (int ecode)
-{
-    static const char *eai_descr[] = {
-        "no error",
-        "address family for nodename not supported",    /* EAI_ADDRFAMILY */
-        "temporary failure in name resolution",     /* EAI_AGAIN */
-        "invalid value for ai_flags",           /* EAI_BADFLAGS */
-        "non-recoverable failure in name resolution",   /* EAI_FAIL */
-        "ai_family not supported",          /* EAI_FAMILY */
-        "memory allocation failure",            /* EAI_MEMORY */
-        "no address associated with nodename",      /* EAI_NODATA */
-        "nodename nor servname provided, or not known", /* EAI_NONAME */
-        "servname not supported for ai_socktype",       /* EAI_SERVICE */
-        "ai_socktype not supported",            /* EAI_SOCKTYPE */
-        "system error returned in errno",           /* EAI_SYSTEM */
-        "argument buffer overflow",         /* EAI_OVERFLOW */
-    };
-
-    if (ecode < 0 || ecode > (int) (sizeof eai_descr/ sizeof eai_descr[0]))
-        return "unknown error";
-    return eai_descr[ecode];
-}
-
-#endif /* HAVE_DECL_GETADDRINFO */
-
diff -u -r -N squid-6.10/compat/getaddrinfo.h squid-6.11/compat/getaddrinfo.h
--- squid-6.10/compat/getaddrinfo.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/getaddrinfo.h	1970-01-01 00:00:00.000000000 +0000
@@ -1,85 +0,0 @@
-/*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
- *
- * Squid software is distributed under GPLv2+ license and includes
- * contributions from numerous individuals and organizations.
- * Please see the COPYING and CONTRIBUTORS files for details.
- */
-
-#ifndef SQUID_COMPAT_GETADDRINFO_H
-#define SQUID_COMPAT_GETADDRINFO_H
-
-/*
- *  Shamelessly duplicated from the fetchmail public sources
- *  for use by the Squid Project under GNU Public License.
- *
- * Update/Maintenance History:
- *
- *    15-Aug-2007 : Copied from fetchmail 6.3.8
- *          - added protection around library headers
- *
- *    16-Aug-2007 : Altered configure checks
- *                  Un-hacked slightly to use system gethostbyname()
- *
- *  Original License and code follows.
- */
-
-/*
- *  This file is part of libESMTP, a library for submission of RFC 2822
- *  formatted electronic mail messages using the SMTP protocol described
- *  in RFC 2821.
- *
- *  Copyright (C) 2001,2002  Brian Stafford  <brian@stafford.uklinux.net>
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Lesser General Public
- *  License as published by the Free Software Foundation; either
- *  version 2.1 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Lesser General Public License for more details.
- *
- *  You should have received a copy of the GNU Lesser General Public
- *  License along with this library; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- */
-
-/* Structure and prototypes taken from RFC 2553 */
-
-/* These functions are provided by the OS */
-#if !HAVE_DECL_GETADDRINFO
-
-#ifndef EAI_SYSTEM
-/* Not defined on mingw32. */
-#define EAI_SYSTEM     11  /* System error returned in `errno'.  */
-#endif
-#ifndef EAI_OVERFLOW
-/* Not defined on mingw32. */
-#define EAI_OVERFLOW   12 /* Argument buffer overflow.  */
-#endif
-
-#ifndef IN_EXPERIMENTAL
-#define IN_EXPERIMENTAL(a)  \
-     ((((long int) (a)) & 0xf0000000) == 0xf0000000)
-#endif
-
-/* RFC 2553 / Posix resolver */
-SQUIDCEXTERN int xgetaddrinfo (const char *nodename, const char *servname,
-                               const struct addrinfo *hints, struct addrinfo **res);
-#define getaddrinfo xgetaddrinfo
-
-/* Free addrinfo structure and associated storage */
-SQUIDCEXTERN void xfreeaddrinfo (struct addrinfo *ai);
-#define freeaddrinfo    xfreeaddrinfo
-
-/* Convert error return from getaddrinfo() to string */
-SQUIDCEXTERN const char *xgai_strerror (int code);
-#if !defined(gai_strerror)
-#define gai_strerror    xgai_strerror
-#endif
-
-#endif /* HAVE_DECL_GETADDRINFO */
-#endif /* SQUID_COMPAT_GETADDRINFO_H */
-
diff -u -r -N squid-6.10/compat/getnameinfo.cc squid-6.11/compat/getnameinfo.cc
--- squid-6.10/compat/getnameinfo.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/getnameinfo.cc	1970-01-01 00:00:00.000000000 +0000
@@ -1,392 +0,0 @@
-/*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
- *
- * Squid software is distributed under GPLv2+ license and includes
- * contributions from numerous individuals and organizations.
- * Please see the COPYING and CONTRIBUTORS files for details.
- */
-
-/*
- *  Shamelessly duplicated from the fetchmail public sources
- *  for use by the Squid Project under GNU Public License.
- *
- * Update/Maintenance History:
- *
- *    16-Aug-2007 : Copied from fetchmail 6.3.8
- *                      - added protection around library headers
- *                      - added use of alternative name xgetnameinfo
- *                        to split from any OS-provided.
- *
- *    06-Oct-2007 : Various fixes to allow the build on MinGW
- *                      - use srtncpy instead of strlcpy
- *                      - use xinet_ntop instead of inet_ntop
- *                      - use SQUIDHOSTNAMELEN instead of MAXHOSTNAMELEN
- *
- *    13-Jan-2015 : Various fixed for C++ and MinGW native build
- *
- *  Original License and code follows.
- */
-#include "squid.h"
-
-/*  KAME: getnameinfo.c,v 1.72 2005/01/13 04:12:03 itojun Exp   */
-
-/*
- * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the project nor the names of its contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- */
-
-/*
- * Issues to be discussed:
- * - RFC2553 says that we should raise error on short buffer.  X/Open says
- *   we need to truncate the result.  We obey RFC2553 (and X/Open should be
- *   modified).  ipngwg rough consensus seems to follow RFC2553.  RFC3493 says
- *   nothing about it, but defines a new error code EAI_OVERFLOW which seems
- *   to be intended the code for this case.
- * - What is "local" in NI_NOFQDN?  (see comments in the code)
- * - NI_NAMEREQD and NI_NUMERICHOST conflict with each other.
- * - (KAME extension) always attach textual scopeid (fe80::1%lo0), if
- *   sin6_scope_id is filled - standardization status?
- * - what should we do if we should do getservbyport("sctp")?
- */
-
-/*
- * Considerations about thread-safeness
- *   The code in this file is thread-safe, and so the thread-safeness of
- *   getnameinfo() depends on the property of backend functions.
- *     - getservbyport() is not thread safe for most systems we are targeting.
- *     - getipnodebyaddr() is thread safe.  However, many resolver libraries
- *       used in the function are not thread safe.
- *     - gethostbyaddr() is usually not thread safe.
- */
-
-#if !HAVE_DECL_GETNAMEINFO
-
-#if HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
-#if HAVE_NET_IF_H
-#include <net/if.h>
-#endif
-#if HAVE_NETINET_IN_H
-#include <netinet/in.h>
-#endif
-#if HAVE_ARPA_INET_H
-#include <arpa/inet.h>
-#endif
-#if HAVE_ARPA_NAMESER_H
-#include <arpa/nameser.h>
-#endif
-#if HAVE_NETDB_H
-#include <netdb.h>
-#endif
-#if HAVE_RESOLV_H
-#include <resolv.h>
-#endif
-#if HAVE_STRING_H
-#include <string.h>
-#endif
-#if HAVE_STDDEF_H
-#include <stddef.h>
-#endif
-#if HAVE_ERRNO_H
-#include <errno.h>
-#endif
-#if HAVE_INTTYPES_H
-#include <inttypes.h>
-#endif
-
-#if _SQUID_WINDOWS_
-#undef IN_ADDR
-#include <ws2tcpip.h>
-#endif
-
-static const struct afd {
-    int a_af;
-    int a_addrlen;
-    int a_socklen;
-    int a_off;
-    int a_portoff;
-} afdl [] = {
-#if INET6
-    {   PF_INET6, sizeof(struct in6_addr), sizeof(struct sockaddr_in6),
-        offsetof(struct sockaddr_in6, sin6_addr),
-        offsetof(struct sockaddr_in6, sin6_port)
-    },
-#endif
-    {   PF_INET, sizeof(struct in_addr), sizeof(struct sockaddr_in),
-        offsetof(struct sockaddr_in, sin_addr),
-        offsetof(struct sockaddr_in, sin_port)
-    },
-    {0, 0, 0, 0, 0},
-};
-
-#if INET6
-static int ip6_parsenumeric __P((const struct sockaddr *, const char *, char *,
-                                 size_t, int));
-static int ip6_sa2str __P((const struct sockaddr_in6 *, char *, size_t, int));
-#endif
-
-int
-xgetnameinfo(const struct sockaddr *sa, socklen_t salen, char *host, size_t hostlen, char *serv, size_t servlen, int flags)
-{
-    const struct afd *afd;
-    struct servent *sp;
-    struct hostent *hp;
-    unsigned short port;
-    int family, i;
-    const char *addr;
-    uint32_t v4a;
-    char numserv[512];
-
-    if (!sa)
-        return EAI_FAIL;
-
-#if HAVE_SA_LEN /*XXX*/
-    if (sa->sa_len != salen)
-        return EAI_FAIL;
-#endif
-
-    family = sa->sa_family;
-    for (i = 0; afdl[i].a_af; i++)
-        if (afdl[i].a_af == family) {
-            afd = &afdl[i];
-            goto found;
-        }
-    return EAI_FAMILY;
-
-found:
-    if (salen != afd->a_socklen)
-        return EAI_FAIL;
-
-    /* network byte order */
-    memcpy(&port, (const char *)sa + afd->a_portoff, sizeof(port));
-    addr = (const char *)sa + afd->a_off;
-
-    if (!serv || servlen == 0) {
-        /*
-         * do nothing in this case.
-         * in case you are wondering if "&&" is more correct than
-         * "||" here: RFC3493 says that !serv OR servlen == 0
-         * means that the caller does not want the result.
-         */
-    } else {
-        if (flags & NI_NUMERICSERV)
-            sp = nullptr;
-        else {
-            sp = getservbyport(port,
-                               (flags & NI_DGRAM) ? "udp" : "tcp");
-        }
-        if (sp) {
-            if (strlen(sp->s_name) + 1 > servlen)
-                return EAI_OVERFLOW;
-            xstrncpy(serv, sp->s_name, servlen);
-        } else {
-            snprintf(numserv, sizeof(numserv), "%u", ntohs(port));
-            if (strlen(numserv) + 1 > servlen)
-                return EAI_OVERFLOW;
-            xstrncpy(serv, numserv, servlen);
-        }
-    }
-
-    switch (sa->sa_family) {
-    case AF_INET:
-        v4a = (uint32_t)
-              ntohl(((const struct sockaddr_in *)sa)->sin_addr.s_addr);
-        if (IN_MULTICAST(v4a) || IN_EXPERIMENTAL(v4a))
-            flags |= NI_NUMERICHOST;
-        v4a >>= IN_CLASSA_NSHIFT;
-        if (v4a == 0)
-            flags |= NI_NUMERICHOST;
-        break;
-#if INET6
-    case AF_INET6: {
-        const struct sockaddr_in6 *sin6;
-        sin6 = (const struct sockaddr_in6 *)sa;
-        switch (sin6->sin6_addr.s6_addr[0]) {
-        case 0x00:
-            if (IN6_IS_ADDR_V4MAPPED(&sin6->sin6_addr))
-                ;
-            else if (IN6_IS_ADDR_LOOPBACK(&sin6->sin6_addr))
-                ;
-            else
-                flags |= NI_NUMERICHOST;
-            break;
-        default:
-            if (IN6_IS_ADDR_LINKLOCAL(&sin6->sin6_addr))
-                flags |= NI_NUMERICHOST;
-            else if (IN6_IS_ADDR_MULTICAST(&sin6->sin6_addr))
-                flags |= NI_NUMERICHOST;
-            break;
-        }
-    }
-    break;
-#endif
-    }
-    if (!host || hostlen == 0) {
-        /*
-         * do nothing in this case.
-         * in case you are wondering if "&&" is more correct than
-         * "||" here: RFC3493 says that !host or hostlen == 0
-         * means that the caller does not want the result.
-         */
-    } else if (flags & NI_NUMERICHOST) {
-        /* NUMERICHOST and NAMEREQD conflicts with each other */
-        if (flags & NI_NAMEREQD)
-            return EAI_NONAME;
-
-        goto numeric;
-    } else {
-#if USE_GETIPNODEBY
-        int h_error = 0;
-        hp = getipnodebyaddr(addr, afd->a_addrlen, afd->a_af, &h_error);
-#else
-        hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
-#endif
-
-        if (hp) {
-            if (strlen(hp->h_name) + 1 > hostlen) {
-#if USE_GETIPNODEBY
-                freehostent(hp);
-#endif
-                return EAI_OVERFLOW;
-            }
-            xstrncpy(host, hp->h_name, hostlen);
-#if USE_GETIPNODEBY
-            freehostent(hp);
-#endif
-        } else {
-            if (flags & NI_NAMEREQD)
-                return EAI_NONAME;
-
-numeric:
-            switch (afd->a_af) {
-#if INET6
-            case AF_INET6: {
-                int error;
-
-                if ((error = ip6_parsenumeric(sa, addr, host,
-                                              hostlen,
-                                              flags)) != 0)
-                    return(error);
-                break;
-            }
-#endif
-            default:
-                if (!inet_ntop(afd->a_af, addr, host, hostlen))
-                    return EAI_SYSTEM;
-                break;
-            }
-        }
-    }
-    return(0);
-}
-
-#if INET6
-static int
-ip6_parsenumeric(sa, addr, host, hostlen, flags)
-const struct sockaddr *sa;
-const char *addr;
-char *host;
-size_t hostlen;
-int flags;
-{
-    int numaddrlen;
-    char numaddr[512];
-
-    if (!inet_ntop(AF_INET6, addr, numaddr, sizeof(numaddr)))
-        return EAI_SYSTEM;
-
-    numaddrlen = strlen(numaddr);
-    if (numaddrlen + 1 > hostlen) /* don't forget terminator */
-        return EAI_OVERFLOW;
-    xstrncpy(host, numaddr, hostlen);
-
-    if (((const struct sockaddr_in6 *)sa)->sin6_scope_id) {
-        char zonebuf[SQUIDHOSTNAMELEN];
-        int zonelen;
-
-        zonelen = ip6_sa2str(
-                      (const struct sockaddr_in6 *)(const void *)sa,
-                      zonebuf, sizeof(zonebuf), flags);
-        if (zonelen < 0)
-            return EAI_OVERFLOW;
-        if (zonelen + 1 + numaddrlen + 1 > hostlen)
-            return EAI_OVERFLOW;
-
-        /* construct <numeric-addr><delim><zoneid> */
-        memcpy(host + numaddrlen + 1, zonebuf,
-               (size_t)zonelen);
-        host[numaddrlen] = SCOPE_DELIMITER;
-        host[numaddrlen + 1 + zonelen] = '\0';
-    }
-
-    return 0;
-}
-
-/* ARGSUSED */
-static int
-ip6_sa2str(sa6, buf, bufsiz, flags)
-const struct sockaddr_in6 *sa6;
-char *buf;
-size_t bufsiz;
-int flags;
-{
-    unsigned int ifindex;
-    const struct in6_addr *a6;
-    int n;
-
-    ifindex = (unsigned int)sa6->sin6_scope_id;
-    a6 = &sa6->sin6_addr;
-
-#if NI_NUMERICSCOPE
-    if ((flags & NI_NUMERICSCOPE) != 0) {
-        n = snprintf(buf, bufsiz, "%u", sa6->sin6_scope_id);
-        if (n < 0 || n >= bufsiz)
-            return -1;
-        else
-            return n;
-    }
-#endif
-
-    /* if_indextoname() does not take buffer size.  not a good api... */
-    if ((IN6_IS_ADDR_LINKLOCAL(a6) || IN6_IS_ADDR_MC_LINKLOCAL(a6) ||
-            IN6_IS_ADDR_MC_NODELOCAL(a6)) && bufsiz >= IF_NAMESIZE) {
-        char *p = if_indextoname(ifindex, buf);
-        if (p)
-            return (strlen(p));
-    }
-
-    /* last resort */
-    n = snprintf(buf, bufsiz, "%u", sa6->sin6_scope_id);
-    if (n < 0 || n >= bufsiz)
-        return -1;
-    else
-        return n;
-}
-#endif /* INET6 */
-#endif /* HAVE_DECL_GETNAMEINFO */
-
diff -u -r -N squid-6.10/compat/getnameinfo.h squid-6.11/compat/getnameinfo.h
--- squid-6.10/compat/getnameinfo.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/getnameinfo.h	1970-01-01 00:00:00.000000000 +0000
@@ -1,27 +0,0 @@
-/*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
- *
- * Squid software is distributed under GPLv2+ license and includes
- * contributions from numerous individuals and organizations.
- * Please see the COPYING and CONTRIBUTORS files for details.
- */
-
-#ifndef SQUID_COMPAT_GETNAMEINFO_H
-#define SQUID_COMPAT_GETNAMEINFO_H
-
-#if !HAVE_DECL_GETNAMEINFO
-
-// RFC 2553 / Posix resolver
-// Reconstructed from KAME getnameinfo.c
-SQUIDCEXTERN int xgetnameinfo(const struct sockaddr *sa,
-                              socklen_t salen,
-                              char *host,
-                              size_t hostlen,
-                              char *serv,
-                              size_t servlen,
-                              int flags );
-#define getnameinfo xgetnameinfo
-
-#endif /* HAVE_DECL_GETNAMEINFO */
-#endif /* SQUID_COMPAT_GETNAMEINFO_H */
-
diff -u -r -N squid-6.10/compat/inet_ntop.cc squid-6.11/compat/inet_ntop.cc
--- squid-6.10/compat/inet_ntop.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/inet_ntop.cc	1970-01-01 00:00:00.000000000 +0000
@@ -1,248 +0,0 @@
-/*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
- *
- * Squid software is distributed under GPLv2+ license and includes
- * contributions from numerous individuals and organizations.
- * Please see the COPYING and CONTRIBUTORS files for details.
- */
-
-/*
- *  Shamelessly duplicated from the bind9 public sources
- *  for use by the Squid Project under ISC written permission
- *  included "as found" below.
- *
- * Update/Maintenance History:
- *
- *    24-Sep-2007 : Copied from bind 9.3.3
- *          - Added protection around library headers
- *          - Altered configure checks
- *          - Un-hacked slightly to use system gethostbyname()
- *
- *    06-Oct-2007 : Various fixes to allow the build on MinGW
- *
- *    28-Oct-2007: drop some dead code. now tested working without.
- *
- *    04-Nov-2010: drop SPRINTF casting macro
- *
- *    13-Jan-2015 : Various fixed for C++ and MinGW native build
- *
- *  Original License and code follows.
- */
-
-#include "squid.h"
-
-#if !HAVE_DECL_INET_NTOP
-
-/*
- * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 1996-1999 by Internet Software Consortium.
- *
- * Permission to use, copy, modify, and distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
- * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
- * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
- * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- */
-
-#if defined(LIBC_SCCS) && !defined(lint)
-static const char rcsid[] = "inet_ntop.c,v 1.1.2.1.8.2 2005/11/03 23:08:40 marka Exp";
-#endif /* LIBC_SCCS and not lint */
-
-#if HAVE_SYS_PARAM_H
-#include <sys/param.h>
-#endif
-#if HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
-#if HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
-
-#if HAVE_NETINET_IN_H
-#include <netinet/in.h>
-#endif
-#if HAVE_ARPA_INET_H
-#include <arpa/inet.h>
-#endif
-#if HAVE_ARPA_NAMESER_H
-#include <arpa/nameser.h>
-#endif
-
-#if HAVE_ERRNO_H
-#include <errno.h>
-#endif
-#if HAVE_STRING_H
-#include <string.h>
-#endif
-
-#if ! defined(NS_INADDRSZ)
-#define NS_INADDRSZ      4
-#endif
-#if ! defined(NS_IN6ADDRSZ)
-#define NS_IN6ADDRSZ    16
-#endif
-#if ! defined(NS_INT16SZ)
-#define NS_INT16SZ      2
-#endif
-
-/*
- * WARNING: Don't even consider trying to compile this on a system where
- * sizeof(int) < 4.  sizeof(int) > 4 is fine; all the world's not a VAX.
- */
-
-static const char *inet_ntop4 (const u_char *src, char *dst, size_t size);
-static const char *inet_ntop6 (const u_char *src, char *dst, size_t size);
-
-/* char *
- * inet_ntop(af, src, dst, size)
- *  convert a network format address to presentation format.
- * return:
- *  pointer to presentation format address (`dst'), or nullptr (see errno).
- * author:
- *  Paul Vixie, 1996.
- */
-const char *
-xinet_ntop(int af, const void *src, char *dst, size_t size)
-{
-    switch (af) {
-    case AF_INET:
-        return (inet_ntop4((const u_char*)src, dst, size));
-    case AF_INET6:
-        return (inet_ntop6((const u_char*)src, dst, size));
-    default:
-        errno = EAFNOSUPPORT;
-        return nullptr;
-    }
-    /* NOTREACHED */
-}
-
-/* const char *
- * inet_ntop4(src, dst, size)
- *  format an IPv4 address
- * return:
- *  `dst' (as a const)
- * notes:
- *  (1) uses no statics
- *  (2) takes a u_char* not an in_addr as input
- * author:
- *  Paul Vixie, 1996.
- */
-static const char *
-inet_ntop4(const u_char *src, char *dst, size_t size)
-{
-    static const char fmt[] = "%u.%u.%u.%u";
-    char tmp[sizeof("255.255.255.255")+1];
-
-    if ((size_t)snprintf(tmp, min(sizeof(tmp),size), fmt, src[0], src[1], src[2], src[3]) >= size) {
-        errno = ENOSPC;
-        return nullptr;
-    }
-    strcpy(dst, tmp);
-    return (dst);
-}
-
-/* const char *
- * inet_ntop6(src, dst, size)
- *  convert IPv6 binary address into presentation (printable) format
- * author:
- *  Paul Vixie, 1996.
- */
-static const char *
-inet_ntop6(const u_char *src, char *dst, size_t size)
-{
-    /*
-     * Note that int32_t and int16_t need only be "at least" large enough
-     * to contain a value of the specified size.  On some systems, like
-     * Crays, there is no such thing as an integer variable with 16 bits.
-     * Keep this in mind if you think this function should have been coded
-     * to use pointer overlays.  All the world's not a VAX.
-     */
-    char tmp[sizeof "ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255"], *tp;
-    struct { int base, len; } best, cur;
-    u_int words[NS_IN6ADDRSZ / NS_INT16SZ];
-    int i;
-
-    /*
-     * Preprocess:
-     *  Copy the input (bytewise) array into a wordwise array.
-     *  Find the longest run of 0x00's in src[] for :: shorthanding.
-     */
-    memset(words, '\0', sizeof words);
-    for (i = 0; i < NS_IN6ADDRSZ; i++)
-        words[i / 2] |= (src[i] << ((1 - (i % 2)) << 3));
-    best.base = -1;
-    best.len = 0;
-    cur.base = -1;
-    cur.len = 0;
-    for (i = 0; i < (NS_IN6ADDRSZ / NS_INT16SZ); i++) {
-        if (words[i] == 0) {
-            if (cur.base == -1)
-                cur.base = i, cur.len = 1;
-            else
-                cur.len++;
-        } else {
-            if (cur.base != -1) {
-                if (best.base == -1 || cur.len > best.len)
-                    best = cur;
-                cur.base = -1;
-            }
-        }
-    }
-    if (cur.base != -1) {
-        if (best.base == -1 || cur.len > best.len)
-            best = cur;
-    }
-    if (best.base != -1 && best.len < 2)
-        best.base = -1;
-
-    /*
-     * Format the result.
-     */
-    tp = tmp;
-    for (i = 0; i < (NS_IN6ADDRSZ / NS_INT16SZ); i++) {
-        /* Are we inside the best run of 0x00's? */
-        if (best.base != -1 && i >= best.base &&
-                i < (best.base + best.len)) {
-            if (i == best.base)
-                *tp++ = ':';
-            continue;
-        }
-        /* Are we following an initial run of 0x00s or any real hex? */
-        if (i != 0)
-            *tp++ = ':';
-        /* Is this address an encapsulated IPv4? */
-        if (i == 6 && best.base == 0 && (best.len == 6 ||
-                                         (best.len == 7 && words[7] != 0x0001) ||
-                                         (best.len == 5 && words[5] == 0xffff))) {
-            if (!inet_ntop4(src+12, tp, sizeof tmp - (tp - tmp)))
-                return nullptr;
-            tp += strlen(tp);
-            break;
-        }
-        tp += snprintf(tp, (tmp + sizeof("ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255") - tp), "%x", words[i]);
-    }
-    /* Was it a trailing run of 0x00's? */
-    if (best.base != -1 && (best.base + best.len) ==
-            (NS_IN6ADDRSZ / NS_INT16SZ))
-        *tp++ = ':';
-    *tp++ = '\0';
-
-    /*
-     * Check for overflow, copy, and we're done.
-     */
-    if ((size_t)(tp - tmp) > size) {
-        errno = ENOSPC;
-        return nullptr;
-    }
-    strcpy(dst, tmp);
-    return (dst);
-}
-
-#endif /* HAVE_DECL_INET_NTOP */
-
diff -u -r -N squid-6.10/compat/inet_ntop.h squid-6.11/compat/inet_ntop.h
--- squid-6.10/compat/inet_ntop.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/inet_ntop.h	1970-01-01 00:00:00.000000000 +0000
@@ -1,30 +0,0 @@
-/*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
- *
- * Squid software is distributed under GPLv2+ license and includes
- * contributions from numerous individuals and organizations.
- * Please see the COPYING and CONTRIBUTORS files for details.
- */
-
-#ifndef SQUID_COMPAT_INET_NTOP_H
-#define SQUID_COMPAT_INET_NTOP_H
-
-/* Use the system provided version where possible */
-#if !HAVE_DECL_INET_NTOP
-
-/* char *
-* inet_ntop(af, src, dst, size)
-*      convert a network format address to presentation format.
-* return:
-*      pointer to presentation format address (`dst'), or NULL (see errno).
-* author:
-*      Paul Vixie, 1996.
-*/
-SQUIDCEXTERN const char * xinet_ntop(int af, const void *src, char *dst, size_t size);
-#ifndef inet_ntop
-#define inet_ntop xinet_ntop
-#endif
-
-#endif /* HAVE_DECL_INET_NTOP */
-#endif /* SQUID_COMPAT_INET_NTOP_H */
-
diff -u -r -N squid-6.10/compat/inet_pton.cc squid-6.11/compat/inet_pton.cc
--- squid-6.10/compat/inet_pton.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/inet_pton.cc	1970-01-01 00:00:00.000000000 +0000
@@ -1,273 +0,0 @@
-/*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
- *
- * Squid software is distributed under GPLv2+ license and includes
- * contributions from numerous individuals and organizations.
- * Please see the COPYING and CONTRIBUTORS files for details.
- */
-
-/*
- *  Shamelessly duplicated from the bind9 public sources
- *  for use by the Squid Project under ISC written permission
- *  included "as found" below.
- *
- * Update/Maintenance History:
- *
- *    24-Sep-2007 : Copied from bind 9.3.3
- *                      - Added protection around library headers
- *                      - Altered configure checks to import
- *
- *    06-Oct-2007 : Various fixes to allow the build on MinGW
- *
- *    28-Oct-2007: drop some dead code. now tested working without.
- *
- *    13-Jan-2015 : Various fixed for C++ and MinGW native build
- *
- *  Original License and code follows.
- */
-
-#include "squid.h"
-
-#if !HAVE_DECL_INET_PTON
-
-/*
- * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 1996,1999 by Internet Software Consortium.
- *
- * Permission to use, copy, modify, and distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
- * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
- * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
- * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- */
-
-#if defined(LIBC_SCCS) && !defined(lint)
-static const char rcsid[] = "inet_pton.c,v 1.2.206.2 2005/07/28 07:43:18 marka Exp";
-#endif /* LIBC_SCCS and not lint */
-
-#if HAVE_SYS_PARAM_H
-#include <sys/param.h>
-#endif
-#if HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
-#if HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
-#if HAVE_NETINET_IN_H
-#include <netinet/in.h>
-#endif
-#if HAVE_ARPA_INET_H
-#include <arpa/inet.h>
-#endif
-#if HAVE_ARPA_NAMESER_H
-#include <arpa/nameser.h>
-#endif
-#if HAVE_STRING_H
-#include <string.h>
-#endif
-#if HAVE_ERRNO_H
-#include <errno.h>
-#endif
-
-#if ! defined(NS_INADDRSZ)
-#define NS_INADDRSZ      4
-#endif
-#if ! defined(NS_IN6ADDRSZ)
-#define NS_IN6ADDRSZ    16
-#endif
-#if ! defined(NS_INT16SZ)
-#define NS_INT16SZ      2
-#endif
-
-/*
- * WARNING: Don't even consider trying to compile this on a system where
- * sizeof(int) < 4.  sizeof(int) > 4 is fine; all the world's not a VAX.
- */
-
-static int  inet_pton4 (const char *src, u_char *dst);
-static int  inet_pton6 (const char *src, u_char *dst);
-
-/* int
- * inet_pton(af, src, dst)
- *  convert from presentation format (which usually means ASCII printable)
- *  to network format (which is usually some kind of binary format).
- * return:
- *  1 if the address was valid for the specified address family
- *  0 if the address wasn't valid (`dst' is untouched in this case)
- *  -1 if some other error occurred (`dst' is untouched in this case, too)
- * author:
- *  Paul Vixie, 1996.
- */
-int
-xinet_pton(int af, const char *src, void *dst)
-{
-    switch (af) {
-    case AF_INET:
-        return (inet_pton4(src, (u_char*)dst));
-    case AF_INET6:
-        return (inet_pton6(src, (u_char*)dst));
-    default:
-        errno = EAFNOSUPPORT;
-        return (-1);
-    }
-    /* NOTREACHED */
-}
-
-/* int
- * inet_pton4(src, dst)
- *  like inet_aton() but without all the hexadecimal and shorthand.
- * return:
- *  1 if `src' is a valid dotted quad, else 0.
- * notice:
- *  does not touch `dst' unless it's returning 1.
- * author:
- *  Paul Vixie, 1996.
- */
-static int
-inet_pton4(const char *src, u_char *dst)
-{
-    static const char digits[] = "0123456789";
-    int saw_digit, octets, ch;
-    u_char tmp[NS_INADDRSZ], *tp;
-
-    saw_digit = 0;
-    octets = 0;
-    *(tp = tmp) = 0;
-    while ((ch = *src++) != '\0') {
-        const char *pch;
-
-        if ((pch = strchr(digits, ch))) {
-            u_int nw = *tp * 10 + (pch - digits);
-
-            if (saw_digit && *tp == 0)
-                return (0);
-            if (nw > 255)
-                return (0);
-            *tp = nw;
-            if (!saw_digit) {
-                if (++octets > 4)
-                    return (0);
-                saw_digit = 1;
-            }
-        } else if (ch == '.' && saw_digit) {
-            if (octets == 4)
-                return (0);
-            *++tp = 0;
-            saw_digit = 0;
-        } else
-            return (0);
-    }
-    if (octets < 4)
-        return (0);
-    memcpy(dst, tmp, NS_INADDRSZ);
-    return (1);
-}
-
-/* int
- * inet_pton6(src, dst)
- *  convert presentation level address to network order binary form.
- * return:
- *  1 if `src' is a valid [RFC1884 2.2] address, else 0.
- * notice:
- *  (1) does not touch `dst' unless it's returning 1.
- *  (2) :: in a full address is silently ignored.
- * credit:
- *  inspired by Mark Andrews.
- * author:
- *  Paul Vixie, 1996.
- */
-static int
-inet_pton6(const char *src, u_char *dst)
-{
-    static const char xdigits_l[] = "0123456789abcdef",
-                                    xdigits_u[] = "0123456789ABCDEF";
-    u_char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp;
-    const char *xdigits, *curtok;
-    int ch, seen_xdigits;
-    u_int val;
-
-    memset((tp = tmp), '\0', NS_IN6ADDRSZ);
-    endp = tp + NS_IN6ADDRSZ;
-    colonp = nullptr;
-    /* Leading :: requires some special handling. */
-    if (*src == ':')
-        if (*++src != ':')
-            return (0);
-    curtok = src;
-    seen_xdigits = 0;
-    val = 0;
-    while ((ch = *src++) != '\0') {
-        const char *pch;
-
-        if (!(pch = strchr((xdigits = xdigits_l), ch)))
-            pch = strchr((xdigits = xdigits_u), ch);
-        if (pch) {
-            val <<= 4;
-            val |= (pch - xdigits);
-            if (++seen_xdigits > 4)
-                return (0);
-            continue;
-        }
-        if (ch == ':') {
-            curtok = src;
-            if (!seen_xdigits) {
-                if (colonp)
-                    return (0);
-                colonp = tp;
-                continue;
-            } else if (*src == '\0') {
-                return (0);
-            }
-            if (tp + NS_INT16SZ > endp)
-                return (0);
-            *tp++ = (u_char) (val >> 8) & 0xff;
-            *tp++ = (u_char) val & 0xff;
-            seen_xdigits = 0;
-            val = 0;
-            continue;
-        }
-        if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) &&
-                inet_pton4(curtok, tp) > 0) {
-            tp += NS_INADDRSZ;
-            seen_xdigits = 0;
-            break;  /* '\0' was seen by inet_pton4(). */
-        }
-        return (0);
-    }
-    if (seen_xdigits) {
-        if (tp + NS_INT16SZ > endp)
-            return (0);
-        *tp++ = (u_char) (val >> 8) & 0xff;
-        *tp++ = (u_char) val & 0xff;
-    }
-    if (colonp) {
-        /*
-         * Since some memmove()'s erroneously fail to handle
-         * overlapping regions, we'll do the shift by hand.
-         */
-        const int n = tp - colonp;
-        int i;
-
-        if (tp == endp)
-            return (0);
-        for (i = 1; i <= n; i++) {
-            endp[- i] = colonp[n - i];
-            colonp[n - i] = 0;
-        }
-        tp = endp;
-    }
-    if (tp != endp)
-        return (0);
-    memcpy(dst, tmp, NS_IN6ADDRSZ);
-    return (1);
-}
-
-#endif /* HAVE_DECL_INET_PTON */
-
diff -u -r -N squid-6.10/compat/inet_pton.h squid-6.11/compat/inet_pton.h
--- squid-6.10/compat/inet_pton.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/inet_pton.h	1970-01-01 00:00:00.000000000 +0000
@@ -1,33 +0,0 @@
-/*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
- *
- * Squid software is distributed under GPLv2+ license and includes
- * contributions from numerous individuals and organizations.
- * Please see the COPYING and CONTRIBUTORS files for details.
- */
-
-#ifndef SQUID_COMPAT_INET_PTON_H
-#define SQUID_COMPAT_INET_PTON_H
-
-/* Use the system provided version where possible */
-#if !HAVE_DECL_INET_PTON
-
-/* int
-* inet_pton(af, src, dst)
-*      convert from presentation format (which usually means ASCII printable)
-*      to network format (which is usually some kind of binary format).
-* return:
-*      1 if the address was valid for the specified address family
-*      0 if the address wasn't valid (`dst' is untouched in this case)
-*      -1 if some other error occurred (`dst' is untouched in this case, too)
-* author:
-*      Paul Vixie, 1996.
-*/
-SQUIDCEXTERN int xinet_pton(int af, const char *src, void *dst);
-#ifndef inet_pton
-#define inet_pton xinet_pton
-#endif
-
-#endif /* HAVE_DECL_INET_PTON */
-#endif /* SQUID_COMPAT_INET_PTON_H */
-
diff -u -r -N squid-6.10/compat/initgroups.c squid-6.11/compat/initgroups.c
--- squid-6.10/compat/initgroups.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/initgroups.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/initgroups.h squid-6.11/compat/initgroups.h
--- squid-6.10/compat/initgroups.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/initgroups.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/krb5.h squid-6.11/compat/krb5.h
--- squid-6.10/compat/krb5.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/krb5.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/Makefile.am squid-6.11/compat/Makefile.am
--- squid-6.10/compat/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -29,14 +29,6 @@
 	eui64_aton.c \
 	eui64_aton.h \
 	fdsetsize.h \
-	getaddrinfo.cc \
-	getaddrinfo.h \
-	getnameinfo.cc \
-	getnameinfo.h \
-	inet_ntop.cc \
-	inet_ntop.h \
-	inet_pton.cc \
-	inet_pton.h \
 	initgroups.h \
 	krb5.h \
 	memrchr.cc \
@@ -53,7 +45,6 @@
 	os/mswindows.h \
 	os/netbsd.h \
 	os/openbsd.h \
-	os/opensolaris_10_netdb.h \
 	os/os2.h \
 	os/qnx.h \
 	os/sgi.h \
diff -u -r -N squid-6.10/compat/Makefile.in squid-6.11/compat/Makefile.in
--- squid-6.10/compat/Makefile.in	2024-06-08 14:46:35.000000000 +0000
+++ squid-6.11/compat/Makefile.in	2024-09-15 21:03:53.000000000 +0000
@@ -172,8 +172,7 @@
 LTLIBRARIES = $(noinst_LTLIBRARIES)
 libcompatsquid_la_DEPENDENCIES = $(LTLIBOBJS)
 am_libcompatsquid_la_OBJECTS = assert.lo compat.lo debug.lo \
-	eui64_aton.lo getaddrinfo.lo getnameinfo.lo inet_ntop.lo \
-	inet_pton.lo memrchr.lo mswindows.lo shm.lo statvfs.lo \
+	eui64_aton.lo memrchr.lo mswindows.lo shm.lo statvfs.lo \
 	strnrchr.lo strnstr.lo xalloc.lo xstrerror.lo xstring.lo \
 	xstrto.lo
 libcompatsquid_la_OBJECTS = $(am_libcompatsquid_la_OBJECTS)
@@ -208,9 +207,7 @@
 	$(DEPDIR)/strerror.Plo $(DEPDIR)/strtoll.Plo \
 	$(DEPDIR)/tempnam.Plo ./$(DEPDIR)/assert.Plo \
 	./$(DEPDIR)/compat.Plo ./$(DEPDIR)/debug.Plo \
-	./$(DEPDIR)/eui64_aton.Plo ./$(DEPDIR)/getaddrinfo.Plo \
-	./$(DEPDIR)/getnameinfo.Plo ./$(DEPDIR)/inet_ntop.Plo \
-	./$(DEPDIR)/inet_pton.Plo ./$(DEPDIR)/memrchr.Plo \
+	./$(DEPDIR)/eui64_aton.Plo ./$(DEPDIR)/memrchr.Plo \
 	./$(DEPDIR)/mswindows.Plo ./$(DEPDIR)/shm.Plo \
 	./$(DEPDIR)/statvfs.Plo ./$(DEPDIR)/strnrchr.Plo \
 	./$(DEPDIR)/strnstr.Plo ./$(DEPDIR)/testPreCompiler.Po \
@@ -778,14 +775,6 @@
 	eui64_aton.c \
 	eui64_aton.h \
 	fdsetsize.h \
-	getaddrinfo.cc \
-	getaddrinfo.h \
-	getnameinfo.cc \
-	getnameinfo.h \
-	inet_ntop.cc \
-	inet_ntop.h \
-	inet_pton.cc \
-	inet_pton.h \
 	initgroups.h \
 	krb5.h \
 	memrchr.cc \
@@ -802,7 +791,6 @@
 	os/mswindows.h \
 	os/netbsd.h \
 	os/openbsd.h \
-	os/opensolaris_10_netdb.h \
 	os/os2.h \
 	os/qnx.h \
 	os/sgi.h \
@@ -917,10 +905,6 @@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compat.Plo@am__quote@ # am--include-marker
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Plo@am__quote@ # am--include-marker
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eui64_aton.Plo@am__quote@ # am--include-marker
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getaddrinfo.Plo@am__quote@ # am--include-marker
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getnameinfo.Plo@am__quote@ # am--include-marker
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet_ntop.Plo@am__quote@ # am--include-marker
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet_pton.Plo@am__quote@ # am--include-marker
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memrchr.Plo@am__quote@ # am--include-marker
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mswindows.Plo@am__quote@ # am--include-marker
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shm.Plo@am__quote@ # am--include-marker
@@ -1302,10 +1286,6 @@
 	-rm -f ./$(DEPDIR)/compat.Plo
 	-rm -f ./$(DEPDIR)/debug.Plo
 	-rm -f ./$(DEPDIR)/eui64_aton.Plo
-	-rm -f ./$(DEPDIR)/getaddrinfo.Plo
-	-rm -f ./$(DEPDIR)/getnameinfo.Plo
-	-rm -f ./$(DEPDIR)/inet_ntop.Plo
-	-rm -f ./$(DEPDIR)/inet_pton.Plo
 	-rm -f ./$(DEPDIR)/memrchr.Plo
 	-rm -f ./$(DEPDIR)/mswindows.Plo
 	-rm -f ./$(DEPDIR)/shm.Plo
@@ -1371,10 +1351,6 @@
 	-rm -f ./$(DEPDIR)/compat.Plo
 	-rm -f ./$(DEPDIR)/debug.Plo
 	-rm -f ./$(DEPDIR)/eui64_aton.Plo
-	-rm -f ./$(DEPDIR)/getaddrinfo.Plo
-	-rm -f ./$(DEPDIR)/getnameinfo.Plo
-	-rm -f ./$(DEPDIR)/inet_ntop.Plo
-	-rm -f ./$(DEPDIR)/inet_pton.Plo
 	-rm -f ./$(DEPDIR)/memrchr.Plo
 	-rm -f ./$(DEPDIR)/mswindows.Plo
 	-rm -f ./$(DEPDIR)/shm.Plo
diff -u -r -N squid-6.10/compat/memrchr.cc squid-6.11/compat/memrchr.cc
--- squid-6.10/compat/memrchr.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/memrchr.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/memrchr.h squid-6.11/compat/memrchr.h
--- squid-6.10/compat/memrchr.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/memrchr.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/mswindows.cc squid-6.11/compat/mswindows.cc
--- squid-6.10/compat/mswindows.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/mswindows.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/openssl.h squid-6.11/compat/openssl.h
--- squid-6.10/compat/openssl.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/openssl.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/os/aix.h squid-6.11/compat/os/aix.h
--- squid-6.10/compat/os/aix.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/os/aix.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/os/android.h squid-6.11/compat/os/android.h
--- squid-6.10/compat/os/android.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/os/android.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/os/dragonfly.h squid-6.11/compat/os/dragonfly.h
--- squid-6.10/compat/os/dragonfly.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/os/dragonfly.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/os/freebsd.h squid-6.11/compat/os/freebsd.h
--- squid-6.10/compat/os/freebsd.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/os/freebsd.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/os/hpux.h squid-6.11/compat/os/hpux.h
--- squid-6.10/compat/os/hpux.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/os/hpux.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/os/linux.h squid-6.11/compat/os/linux.h
--- squid-6.10/compat/os/linux.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/os/linux.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/os/macosx.h squid-6.11/compat/os/macosx.h
--- squid-6.10/compat/os/macosx.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/os/macosx.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/os/mswindows.h squid-6.11/compat/os/mswindows.h
--- squid-6.10/compat/os/mswindows.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/os/mswindows.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -616,32 +616,6 @@
 }
 #define getsockopt(s,l,o,v,n) Squid::getsockopt(s,l,o,v,n)
 
-#if HAVE_DECL_INETNTOPA || HAVE_DECL_INET_NTOP
-inline char *
-inet_ntop(int af, const void *src, char *dst, size_t size)
-{
-#if HAVE_DECL_INETNTOPA
-    return (char*)InetNtopA(af, const_cast<void*>(src), dst, size);
-#else // HAVE_DECL_INET_NTOP
-    return ::inet_ntop(af, src, dst, size);
-#endif
-}
-#define inet_ntop(a,s,d,l) Squid::inet_ntop(a,s,d,l)
-#endif // let compat/inet_ntop.h deal with it
-
-#if HAVE_DECL_INETPTONA || HAVE_DECL_INET_PTON
-inline char *
-inet_pton(int af, const void *src, char *dst)
-{
-#if HAVE_DECL_INETPTONA
-    return (char*)InetPtonA(af, const_cast<void*>(src), dst);
-#else // HAVE_DECL_INET_PTON
-    return ::inet_pton(af, src, dst);
-#endif
-}
-#define inet_pton(a,s,d) Squid::inet_pton(a,s,d)
-#endif // let compat/inet_pton.h deal with it
-
 /* Simple ioctl() emulation */
 inline int
 ioctl(int s, int c, void * a)
diff -u -r -N squid-6.10/compat/os/netbsd.h squid-6.11/compat/os/netbsd.h
--- squid-6.10/compat/os/netbsd.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/os/netbsd.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/os/openbsd.h squid-6.11/compat/os/openbsd.h
--- squid-6.10/compat/os/openbsd.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/os/openbsd.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/os/opensolaris_10_netdb.h squid-6.11/compat/os/opensolaris_10_netdb.h
--- squid-6.10/compat/os/opensolaris_10_netdb.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/os/opensolaris_10_netdb.h	1970-01-01 00:00:00.000000000 +0000
@@ -1,488 +0,0 @@
-/*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
- *
- * Squid software is distributed under GPLv2+ license and includes
- * contributions from numerous individuals and organizations.
- * Please see the COPYING and CONTRIBUTORS files for details.
- */
-
-/*
- * Copied from OpenSolaris 10 public sources
- * http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/head/netdb.h
- */
-/*
- * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
- * Use is subject to license terms.
- */
-
-/*  Copyright (c) 1983, 1984, 1985, 1986, 1987, 1988, 1989 AT&T */
-/*    All Rights Reserved   */
-
-/*
- * BIND 4.9.3:
- *
- * Copyright (c) 1980, 1983, 1988, 1993
- *  The Regents of the University of California.  All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *  This product includes software developed by the University of
- *  California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- * -
- * Portions Copyright (c) 1993 by Digital Equipment Corporation.
- *
- * Permission to use, copy, modify, and distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies, and that
- * the name of Digital Equipment Corporation not be used in advertising or
- * publicity pertaining to distribution of the document or software without
- * specific, written prior permission.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
- * WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS.   IN NO EVENT SHALL DIGITAL EQUIPMENT
- * CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
- * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
- * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
- * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
- * SOFTWARE.
- * --Copyright--
- *
- * End BIND 4.9.3
- */
-
-/*
- * Structures returned by network data base library.
- * All addresses are supplied in host order, and
- * returned in network order (suitable for use in system calls).
- */
-
-#ifndef SQUID_COMPAT_OS_OPENSOLARIS_10_NETDB_H
-#define SQUID_COMPAT_OS_OPENSOLARIS_10_NETDB_H
-
-#include <sys/types.h>
-#include <netinet/in.h>
-#if !defined(_XPG4_2) || defined(_XPG6) || defined(__EXTENSIONS__)
-#include <sys/socket.h>
-#endif /* !defined(_XPG4_2) || defined(_XPG6) || defined(__EXTENSIONS__) */
-#include <sys/feature_tests.h>
-
-#ifdef  __cplusplus
-extern "C" {
-#endif
-
-#define _PATH_HEQUIV    "/etc/hosts.equiv"
-#define _PATH_HOSTS "/etc/hosts"
-#define _PATH_IPNODES   "/etc/inet/ipnodes"
-#define _PATH_IPSECALGS "/etc/inet/ipsecalgs"
-#define _PATH_NETMASKS  "/etc/netmasks"
-#define _PATH_NETWORKS  "/etc/networks"
-#define _PATH_PROTOCOLS "/etc/protocols"
-#define _PATH_SERVICES  "/etc/services"
-
-struct  hostent {
-    char    *h_name;    /* official name of host */
-    char    **h_aliases;    /* alias list */
-    int h_addrtype; /* host address type */
-    int h_length;   /* length of address */
-    char    **h_addr_list;  /* list of addresses from name server */
-#define h_addr  h_addr_list[0]  /* address, for backward compatibility */
-};
-
-/*
- * addrinfo introduced with IPv6 for Protocol-Independent Hostname
- * and Service Name Translation.
- */
-
-#if !defined(_XPG4_2) || defined(_XPG6) || defined(__EXTENSIONS__)
-struct addrinfo {
-    int ai_flags;       /* AI_PASSIVE, AI_CANONNAME, ... */
-    int ai_family;      /* PF_xxx */
-    int ai_socktype;    /* SOCK_xxx */
-    int ai_protocol;    /* 0 or IPPROTO_xxx for IPv4 and IPv6 */
-#ifdef __sparcv9
-    int _ai_pad;        /* for backwards compat with old size_t */
-#endif /* __sparcv9 */
-    socklen_t ai_addrlen;
-    char *ai_canonname; /* canonical name for hostname */
-    struct sockaddr *ai_addr;   /* binary address */
-    struct addrinfo *ai_next;   /* next structure in linked list */
-};
-
-/* addrinfo flags */
-#define AI_PASSIVE  0x0008  /* intended for bind() + listen() */
-#define AI_CANONNAME    0x0010  /* return canonical version of host */
-#define AI_NUMERICHOST  0x0020  /* use numeric node address string */
-#define AI_NUMERICSERV  0x0040  /* servname is assumed numeric */
-
-/* getipnodebyname() flags */
-#define AI_V4MAPPED 0x0001  /* IPv4 mapped addresses if no IPv6 */
-#define AI_ALL      0x0002  /* IPv6 and IPv4 mapped addresses */
-#define AI_ADDRCONFIG   0x0004  /* AAAA or A records only if IPv6/IPv4 cnfg'd */
-
-/*
- * These were defined in RFC 2553 but not SUSv3
- * or RFC 3493 which obsoleted 2553.
- */
-#if !defined(_XPG6) || defined(__EXTENSIONS__)
-#define AI_DEFAULT  (AI_V4MAPPED | AI_ADDRCONFIG)
-
-/* addrinfo errors */
-#define EAI_ADDRFAMILY  1   /* address family not supported */
-#define EAI_NODATA  7   /* no address */
-#endif /* !defined(_XPG6) || defined(__EXTENSIONS__) */
-#define EAI_AGAIN   2   /* DNS temporary failure */
-#define EAI_BADFLAGS    3   /* invalid ai_flags */
-#define EAI_FAIL    4   /* DNS non-recoverable failure */
-#define EAI_FAMILY  5   /* ai_family not supported */
-#define EAI_MEMORY  6   /* memory allocation failure */
-#define EAI_NONAME  8   /* host/servname not known */
-#define EAI_SERVICE 9   /* servname not supported for ai_socktype */
-#define EAI_SOCKTYPE    10  /* ai_socktype not supported */
-#define EAI_SYSTEM  11  /* system error in errno */
-#define EAI_OVERFLOW    12  /* argument buffer overflow */
-#define EAI_PROTOCOL    13
-#define EAI_MAX     14
-
-/* getnameinfo flags */
-#define NI_NOFQDN   0x0001
-#define NI_NUMERICHOST  0x0002  /* return numeric form of address */
-#define NI_NAMEREQD 0x0004  /* request DNS name */
-#define NI_NUMERICSERV  0x0008
-#define NI_DGRAM    0x0010
-
-#if !defined(_XPG6) || defined(__EXTENSIONS__)
-/* Not listed in any standards document */
-#define NI_WITHSCOPEID  0x0020
-#define NI_NUMERICSCOPE 0x0040
-
-/* getnameinfo max sizes as defined in RFC 2553 obsoleted in RFC 3493 */
-#define NI_MAXHOST  1025
-#define NI_MAXSERV  32
-#endif /* !defined(_XPG6) || defined(__EXTENSIONS__) */
-#endif /* !defined(_XPG4_2) || defined(_XPG6) || defined(__EXTENSIONS__) */
-
-/*
- * Scope delimit character
- */
-#define SCOPE_DELIMITER '%'
-
-/*
- * Algorithm entry for /etc/inet/ipsecalgs which defines IPsec protocols
- * and algorithms.
- */
-#if !defined(_XPG4_2) || defined(__EXTENSIONS__)
-typedef struct ipsecalgent {
-    char **a_names;     /* algorithm names */
-    int a_proto_num;    /* protocol number */
-    int a_alg_num;      /* algorithm number */
-    char *a_mech_name;  /* encryption framework mechanism name */
-    int *a_block_sizes; /* supported block sizes */
-    int *a_key_sizes;   /* supported key sizes */
-    int a_key_increment;    /* key size increment */
-    int *a_mech_params; /* mechanism specific parameters */
-    int a_alg_flags;    /* algorithm flags */
-} ipsecalgent_t;
-
-/* well-known IPsec protocol numbers */
-
-#define IPSEC_PROTO_AH      2
-#define IPSEC_PROTO_ESP     3
-#endif /* !defined(_XPG4_2) || defined(__EXTENSIONS__) */
-
-/*
- * Assumption here is that a network number
- * fits in 32 bits -- probably a poor one.
- */
-struct  netent {
-    char        *n_name;    /* official name of net */
-    char        **n_aliases;    /* alias list */
-    int     n_addrtype; /* net address type */
-    in_addr_t   n_net;      /* network # */
-};
-
-struct  protoent {
-    char    *p_name;    /* official protocol name */
-    char    **p_aliases;    /* alias list */
-    int p_proto;    /* protocol # */
-};
-
-struct  servent {
-    char    *s_name;    /* official service name */
-    char    **s_aliases;    /* alias list */
-    int s_port;     /* port # */
-    char    *s_proto;   /* protocol to use */
-};
-
-#ifdef  __STDC__
-#if !defined(_XPG4_2) || defined(__EXTENSIONS__)
-struct hostent  *gethostbyname_r
-(const char *, struct hostent *, char *, int, int *h_errnop);
-struct hostent  *gethostbyaddr_r
-(const char *, int, int, struct hostent *, char *, int, int *h_errnop);
-struct hostent  *getipnodebyname(const char *, int, int, int *);
-struct hostent  *getipnodebyaddr(const void *, size_t, int, int *);
-void        freehostent(struct hostent *);
-struct hostent  *gethostent_r(struct hostent *, char *, int, int *h_errnop);
-
-struct servent  *getservbyname_r
-(const char *name, const char *, struct servent *, char *, int);
-struct servent  *getservbyport_r
-(int port, const char *, struct servent *, char *, int);
-struct servent  *getservent_r(struct    servent *, char *, int);
-
-struct netent   *getnetbyname_r
-(const char *, struct netent *, char *, int);
-struct netent   *getnetbyaddr_r(long, int, struct netent *, char *, int);
-struct netent   *getnetent_r(struct netent *, char *, int);
-
-struct protoent *getprotobyname_r
-(const char *, struct protoent *, char *, int);
-struct protoent *getprotobynumber_r
-(int, struct protoent *, char *, int);
-struct protoent *getprotoent_r(struct protoent *, char *, int);
-
-int getnetgrent_r(char **, char **, char **, char *, int);
-int innetgr(const char *, const char *, const char *, const char *);
-#endif /* !defined(_XPG4_2) || defined(__EXTENSIONS__) */
-
-/* Old interfaces that return a pointer to a static area;  MT-unsafe */
-struct hostent  *gethostbyname(const char *);
-struct hostent  *gethostent(void);
-struct netent   *getnetbyaddr(in_addr_t, int);
-struct netent   *getnetbyname(const char *);
-struct netent   *getnetent(void);
-struct protoent *getprotobyname(const char *);
-struct protoent *getprotobynumber(int);
-struct protoent *getprotoent(void);
-struct servent  *getservbyname(const char *, const char *);
-struct servent  *getservbyport(int, const char *);
-struct servent  *getservent(void);
-
-/* gethostbyaddr() second argument is a size_t only in unix95/unix98 */
-#if !defined(_XPG4_2) || defined(_XPG6) || defined(__EXTENSIONS__)
-struct hostent  *gethostbyaddr(const void *, socklen_t, int);
-#else
-struct hostent  *gethostbyaddr(const void *, size_t, int);
-#endif /* !defined(_XPG4_2) || defined(_XPG6) || defined(__EXTENSIONS__) */
-
-#if !defined(_XPG4_2) || defined(__EXTENSIONS__)
-int endhostent(void);
-int endnetent(void);
-int endprotoent(void);
-int endservent(void);
-int sethostent(int);
-int setnetent(int);
-int setprotoent(int);
-int setservent(int);
-#else
-void endhostent(void);
-void endnetent(void);
-void endprotoent(void);
-void endservent(void);
-void sethostent(int);
-void setnetent(int);
-void setprotoent(int);
-void setservent(int);
-#endif /* !defined(_XPG4_2) || defined(__EXTENSIONS__) */
-
-#if !defined(_XPG4_2) || defined(_XPG6) || defined(__EXTENSIONS__)
-
-#ifdef  _XPG6
-#ifdef  __PRAGMA_REDEFINE_EXTNAME
-#pragma redefine_extname getaddrinfo __xnet_getaddrinfo
-#else   /* __PRAGMA_REDEFINE_EXTNAME */
-#define getaddrinfo __xnet_getaddrinfo
-#endif  /* __PRAGMA_REDEFINE_EXTNAME */
-#endif  /* _XPG6 */
-
-int     getaddrinfo(const char *_RESTRICT_KYWD1,
-                    const char *_RESTRICT_KYWD2,
-                    const struct addrinfo *_RESTRICT_KYWD3,
-                    struct addrinfo **_RESTRICT_KYWD4);
-void        freeaddrinfo(struct addrinfo *);
-const char  *gai_strerror(int);
-int     getnameinfo(const struct sockaddr *_RESTRICT_KYWD1,
-                    socklen_t, char *_RESTRICT_KYWD2, socklen_t,
-                    char *_RESTRICT_KYWD3, socklen_t, int);
-#endif /* !defined(_XPG4_2) || defined(_XPG6) || defined(__EXTENSIONS__) */
-
-#if !defined(_XPG4_2) || defined(__EXTENSIONS__)
-int getnetgrent(char **, char **, char **);
-int setnetgrent(const char *);
-int endnetgrent(void);
-int rcmd(char **, unsigned short,
-         const char *, const char *, const char *, int *);
-int rcmd_af(char **, unsigned short,
-            const char *, const char *, const char *, int *, int);
-int rresvport_af(int *, int);
-int rresvport_addr(int *, struct sockaddr_storage *);
-int rexec(char **, unsigned short,
-          const char *, const char *, const char *, int *);
-int rexec_af(char **, unsigned short,
-             const char *, const char *, const char *, int *, int);
-int rresvport(int *);
-int ruserok(const char *, int, const char *, const char *);
-/* BIND */
-struct hostent  *gethostbyname2(const char *, int);
-void        herror(const char *);
-const char  *hstrerror(int);
-/* End BIND */
-
-/* IPsec algorithm prototype definitions */
-struct ipsecalgent *getipsecalgbyname(const char *, int, int *);
-struct ipsecalgent *getipsecalgbynum(int, int, int *);
-int getipsecprotobyname(const char *doi_name);
-char *getipsecprotobynum(int doi_domain);
-void freeipsecalgent(struct ipsecalgent *ptr);
-/* END IPsec algorithm prototype definitions */
-
-#endif /* !defined(_XPG4_2) || defined(__EXTENSIONS__) */
-#else   /* __STDC__ */
-struct hostent  *gethostbyname_r();
-struct hostent  *gethostbyaddr_r();
-struct hostent  *getipnodebyname();
-struct hostent  *getipnodebyaddr();
-void         freehostent();
-struct hostent  *gethostent_r();
-struct servent  *getservbyname_r();
-struct servent  *getservbyport_r();
-struct servent  *getservent_r();
-struct netent   *getnetbyname_r();
-struct netent   *getnetbyaddr_r();
-struct netent   *getnetent_r();
-struct protoent *getprotobyname_r();
-struct protoent *getprotobynumber_r();
-struct protoent *getprotoent_r();
-int      getnetgrent_r();
-int      innetgr();
-
-/* Old interfaces that return a pointer to a static area;  MT-unsafe */
-struct hostent  *gethostbyname();
-struct hostent  *gethostbyaddr();
-struct hostent  *gethostent();
-struct netent   *getnetbyname();
-struct netent   *getnetbyaddr();
-struct netent   *getnetent();
-struct servent  *getservbyname();
-struct servent  *getservbyport();
-struct servent  *getservent();
-struct protoent *getprotobyname();
-struct protoent *getprotobynumber();
-struct protoent *getprotoent();
-int      getnetgrent();
-
-int sethostent();
-int endhostent();
-int setnetent();
-int endnetent();
-int setservent();
-int endservent();
-int setprotoent();
-int endprotoent();
-int setnetgrent();
-int endnetgrent();
-int rcmd();
-int rcmd_af();
-int rexec();
-int rexec_af();
-int rresvport();
-int rresvport_af();
-int rresvport_addr();
-int ruserok();
-/* BIND */
-struct hostent  *gethostbyname2();
-void        herror();
-char        *hstrerror();
-/* IPv6 prototype definitions */
-int     getaddrinfo();
-void        freeaddrinfo();
-const char  *gai_strerror();
-int     getnameinfo();
-/* END IPv6 prototype definitions */
-/* End BIND */
-
-#if !defined(_XPG4_2) || defined(__EXTENSIONS__)
-/* IPsec algorithm prototype definitions */
-struct ipsecalgent *getalgbyname();
-struct ipsecalgent *getalgbydoi();
-int getdoidomainbyname();
-const char *getdoidomainbynum();
-void freealgent();
-/* END IPsec algorithm prototype definitions */
-#endif /* !defined(_XPG4_2) || defined(__EXTENSIONS__) */
-
-#endif  /* __STDC__ */
-
-/*
- * Error return codes from gethostbyname() and gethostbyaddr()
- * (when using the resolver)
- */
-
-extern  int h_errno;
-
-#ifdef  _REENTRANT
-#ifdef  __STDC__
-extern int  *__h_errno(void);
-#else
-extern int  *__h_errno();
-#endif  /* __STDC__ */
-
-/* Only #define h_errno if there is no conflict with other use */
-#ifdef  H_ERRNO_IS_FUNCTION
-#define h_errno (*__h_errno())
-#endif  /* NO_H_ERRNO_DEFINE */
-#endif  /* _REENTRANT */
-
-/*
- * Error return codes from gethostbyname() and gethostbyaddr()
- * (left in extern int h_errno).
- */
-#define HOST_NOT_FOUND  1 /* Authoritative Answer Host not found */
-#define TRY_AGAIN   2 /* Non-Authoritive Host not found, or SERVERFAIL */
-#define NO_RECOVERY 3 /* Non recoverable errors, FORMERR, REFUSED, NOTIMP */
-#define NO_DATA     4 /* Valid name, no data record of requested type */
-
-#if !defined(_XPG4_2) || defined(__EXTENSIONS__)
-#define NO_ADDRESS  NO_DATA     /* no address, look for MX record */
-
-/* BIND */
-#define NETDB_INTERNAL  -1  /* see errno */
-#define NETDB_SUCCESS   0   /* no problem */
-/* End BIND */
-
-#define MAXHOSTNAMELEN  256
-
-#define MAXALIASES  35
-#define MAXADDRS    35
-#endif /* !defined(_XPG4_2) || defined(__EXTENSIONS__) */
-
-#ifdef  __cplusplus
-}
-#endif
-
-#endif /* SQUID_COMPAT_OS_OPENSOLARIS_10_NETDB_H */
-
diff -u -r -N squid-6.10/compat/os/os2.h squid-6.11/compat/os/os2.h
--- squid-6.10/compat/os/os2.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/os/os2.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/os/qnx.h squid-6.11/compat/os/qnx.h
--- squid-6.10/compat/os/qnx.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/os/qnx.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/os/sgi.h squid-6.11/compat/os/sgi.h
--- squid-6.10/compat/os/sgi.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/os/sgi.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/os/solaris.h squid-6.11/compat/os/solaris.h
--- squid-6.10/compat/os/solaris.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/os/solaris.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -77,14 +77,6 @@
 //#define s6_addr16  _S6_un._S6_u16
 #define s6_addr32  _S6_un._S6_u32
 
-/* Bug 3057: Solaris 9 defines struct addrinfo with size_t instead of socklen_t
- *           this causes binary incompatibility on 64-bit systems.
- *  Fix this by bundling a copy of the OpenSolaris 10 netdb.h to use instead.
- */
-#if defined(__sparcv9)
-#include "compat/os/opensolaris_10_netdb.h"
-#endif
-
 /* Solaris 10 lacks SUN_LEN */
 #if !defined(SUN_LEN)
 #define SUN_LEN(su) (sizeof(*(su)) - sizeof((su)->sun_path) + strlen((su)->sun_path))
diff -u -r -N squid-6.10/compat/os/sunos.h squid-6.11/compat/os/sunos.h
--- squid-6.10/compat/os/sunos.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/os/sunos.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/osdetect.h squid-6.11/compat/osdetect.h
--- squid-6.10/compat/osdetect.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/osdetect.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/psignal.c squid-6.11/compat/psignal.c
--- squid-6.10/compat/psignal.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/psignal.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/psignal.h squid-6.11/compat/psignal.h
--- squid-6.10/compat/psignal.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/psignal.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/shm.cc squid-6.11/compat/shm.cc
--- squid-6.10/compat/shm.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/shm.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/shm.h squid-6.11/compat/shm.h
--- squid-6.10/compat/shm.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/shm.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/statvfs.cc squid-6.11/compat/statvfs.cc
--- squid-6.10/compat/statvfs.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/statvfs.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/statvfs.h squid-6.11/compat/statvfs.h
--- squid-6.10/compat/statvfs.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/statvfs.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/stdio.h squid-6.11/compat/stdio.h
--- squid-6.10/compat/stdio.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/stdio.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/stdvarargs.h squid-6.11/compat/stdvarargs.h
--- squid-6.10/compat/stdvarargs.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/stdvarargs.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/strerror.c squid-6.11/compat/strerror.c
--- squid-6.10/compat/strerror.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/strerror.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/strnrchr.c squid-6.11/compat/strnrchr.c
--- squid-6.10/compat/strnrchr.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/strnrchr.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/strnrchr.h squid-6.11/compat/strnrchr.h
--- squid-6.10/compat/strnrchr.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/strnrchr.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/strnstr.cc squid-6.11/compat/strnstr.cc
--- squid-6.10/compat/strnstr.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/strnstr.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/strtoll.c squid-6.11/compat/strtoll.c
--- squid-6.10/compat/strtoll.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/strtoll.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/strtoll.h squid-6.11/compat/strtoll.h
--- squid-6.10/compat/strtoll.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/strtoll.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/tempnam.c squid-6.11/compat/tempnam.c
--- squid-6.10/compat/tempnam.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/tempnam.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/tempnam.h squid-6.11/compat/tempnam.h
--- squid-6.10/compat/tempnam.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/tempnam.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/testPreCompiler.cc squid-6.11/compat/testPreCompiler.cc
--- squid-6.10/compat/testPreCompiler.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/testPreCompiler.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/testPreCompiler.h squid-6.11/compat/testPreCompiler.h
--- squid-6.10/compat/testPreCompiler.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/testPreCompiler.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/types.h squid-6.11/compat/types.h
--- squid-6.10/compat/types.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/types.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/valgrind.h squid-6.11/compat/valgrind.h
--- squid-6.10/compat/valgrind.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/valgrind.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/xalloc.cc squid-6.11/compat/xalloc.cc
--- squid-6.10/compat/xalloc.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/xalloc.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/xalloc.h squid-6.11/compat/xalloc.h
--- squid-6.10/compat/xalloc.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/xalloc.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/xis.h squid-6.11/compat/xis.h
--- squid-6.10/compat/xis.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/xis.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/xstrerror.cc squid-6.11/compat/xstrerror.cc
--- squid-6.10/compat/xstrerror.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/xstrerror.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/xstrerror.h squid-6.11/compat/xstrerror.h
--- squid-6.10/compat/xstrerror.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/xstrerror.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/xstring.cc squid-6.11/compat/xstring.cc
--- squid-6.10/compat/xstring.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/xstring.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/xstring.h squid-6.11/compat/xstring.h
--- squid-6.10/compat/xstring.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/xstring.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/xstrto.cc squid-6.11/compat/xstrto.cc
--- squid-6.10/compat/xstrto.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/xstrto.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/compat/xstrto.h squid-6.11/compat/xstrto.h
--- squid-6.10/compat/xstrto.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/compat/xstrto.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/configure squid-6.11/configure
--- squid-6.10/configure	2024-06-08 14:46:42.000000000 +0000
+++ squid-6.11/configure	2024-09-15 21:03:59.000000000 +0000
@@ -1,7 +1,7 @@
 #! /bin/sh
 # From configure.ac Revision.
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.71 for Squid Web Proxy 6.10.
+# Generated by GNU Autoconf 2.71 for Squid Web Proxy 6.11.
 #
 # Report bugs to <https://bugs.squid-cache.org/>.
 #
@@ -626,8 +626,8 @@
 # Identity of this package.
 PACKAGE_NAME='Squid Web Proxy'
 PACKAGE_TARNAME='squid'
-PACKAGE_VERSION='6.10'
-PACKAGE_STRING='Squid Web Proxy 6.10'
+PACKAGE_VERSION='6.11'
+PACKAGE_STRING='Squid Web Proxy 6.11'
 PACKAGE_BUGREPORT='https://bugs.squid-cache.org/'
 PACKAGE_URL=''
 
@@ -1696,7 +1696,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures Squid Web Proxy 6.10 to adapt to many kinds of systems.
+\`configure' configures Squid Web Proxy 6.11 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1767,7 +1767,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Squid Web Proxy 6.10:";;
+     short | recursive ) echo "Configuration of Squid Web Proxy 6.11:";;
    esac
   cat <<\_ACEOF
 
@@ -2189,7 +2189,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Squid Web Proxy configure 6.10
+Squid Web Proxy configure 6.11
 generated by GNU Autoconf 2.71
 
 Copyright (C) 2021 Free Software Foundation, Inc.
@@ -3202,7 +3202,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Squid Web Proxy $as_me 6.10, which was
+It was created by Squid Web Proxy $as_me 6.11, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   $ $0$ac_configure_args_raw
@@ -4694,7 +4694,7 @@
 
 # Define the identity of the package.
  PACKAGE='squid'
- VERSION='6.10'
+ VERSION='6.11'
 
 
 printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -4940,7 +4940,7 @@
 
 
 
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -4949,7 +4949,7 @@
 
 
 
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -4960,7 +4960,7 @@
 
 
 
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -5001,7 +5001,7 @@
 
 
 
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -5051,7 +5051,7 @@
 #
 
 
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -5134,7 +5134,7 @@
 
 
 
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -5162,7 +5162,7 @@
 
 
 
-# Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+# Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -5177,7 +5177,7 @@
 
 
 
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -5186,7 +5186,7 @@
 
 
 
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -5197,7 +5197,7 @@
 
 
 
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -5265,7 +5265,7 @@
 # --------------------------------------------------------------
 # PKG_CHECK_MODULES
 
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -5274,7 +5274,7 @@
 
 
 
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -5303,7 +5303,7 @@
 
 
 
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -34651,11 +34651,7 @@
   printf %s "(cached) " >&6
 else $as_nop
 
-    if test "$cross_compiling" = yes
-then :
-  :
-else $as_nop
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
 #if USE_HEIMDAL_KRB5
@@ -34696,16 +34692,14 @@
 }
 
 _ACEOF
-if ac_fn_cxx_try_run "$LINENO"
+if ac_fn_cxx_try_link "$LINENO"
 then :
    squid_cv_working_gssapi=yes
 else $as_nop
    squid_cv_working_gssapi=no
 fi
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
-  conftest.$ac_objext conftest.beam conftest.$ac_ext
-fi
-
+rm -f core conftest.err conftest.$ac_objext conftest.beam \
+    conftest$ac_exeext conftest.$ac_ext
 fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $squid_cv_working_gssapi" >&5
 printf "%s\n" "$squid_cv_working_gssapi" >&6; }
@@ -34852,11 +34846,7 @@
 done
 
     CPPFLAGS="-I${srcdir:-.} $CPPFLAGS"
-    if test "$cross_compiling" = yes
-then :
-  :
-else $as_nop
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
 #include "compat/krb5.h"
@@ -34871,16 +34861,14 @@
 }
 
 _ACEOF
-if ac_fn_cxx_try_run "$LINENO"
+if ac_fn_cxx_try_link "$LINENO"
 then :
    squid_cv_working_krb5=yes
 else $as_nop
    squid_cv_working_krb5=no
 fi
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
-  conftest.$ac_objext conftest.beam conftest.$ac_ext
-fi
-
+rm -f core conftest.err conftest.$ac_objext conftest.beam \
+    conftest$ac_exeext conftest.$ac_ext
 fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $squid_cv_working_krb5" >&5
 printf "%s\n" "$squid_cv_working_krb5" >&6; }
@@ -36410,11 +36398,7 @@
   printf %s "(cached) " >&6
 else $as_nop
 
-    if test "$cross_compiling" = yes
-then :
-  :
-else $as_nop
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
 #if USE_HEIMDAL_KRB5
@@ -36455,16 +36439,14 @@
 }
 
 _ACEOF
-if ac_fn_cxx_try_run "$LINENO"
+if ac_fn_cxx_try_link "$LINENO"
 then :
    squid_cv_working_gssapi=yes
 else $as_nop
    squid_cv_working_gssapi=no
 fi
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
-  conftest.$ac_objext conftest.beam conftest.$ac_ext
-fi
-
+rm -f core conftest.err conftest.$ac_objext conftest.beam \
+    conftest$ac_exeext conftest.$ac_ext
 fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $squid_cv_working_gssapi" >&5
 printf "%s\n" "$squid_cv_working_gssapi" >&6; }
@@ -36611,11 +36593,7 @@
 done
 
     CPPFLAGS="-I${srcdir:-.} $CPPFLAGS"
-    if test "$cross_compiling" = yes
-then :
-  :
-else $as_nop
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
 #include "compat/krb5.h"
@@ -36630,16 +36608,14 @@
 }
 
 _ACEOF
-if ac_fn_cxx_try_run "$LINENO"
+if ac_fn_cxx_try_link "$LINENO"
 then :
    squid_cv_working_krb5=yes
 else $as_nop
    squid_cv_working_krb5=no
 fi
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
-  conftest.$ac_objext conftest.beam conftest.$ac_ext
-fi
-
+rm -f core conftest.err conftest.$ac_objext conftest.beam \
+    conftest$ac_exeext conftest.$ac_ext
 fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $squid_cv_working_krb5" >&5
 printf "%s\n" "$squid_cv_working_krb5" >&6; }
@@ -38423,14 +38399,7 @@
 done
 
     CPPFLAGS="-I${srcdir:-.} $CPPFLAGS"
-    if test "$cross_compiling" = yes
-then :
-  { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "cannot run test program while cross compiling
-See \`config.log' for more details" "$LINENO" 5; }
-else $as_nop
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
 #include <krb5.h>
@@ -38445,19 +38414,12 @@
 }
 
 _ACEOF
-if ac_fn_cxx_try_run "$LINENO"
+if ac_fn_cxx_try_link "$LINENO"
 then :
    squid_cv_broken_heimdal_krb5_h=no
 else $as_nop
 
-    if test "$cross_compiling" = yes
-then :
-  { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "cannot run test program while cross compiling
-See \`config.log' for more details" "$LINENO" 5; }
-else $as_nop
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
 #define HAVE_BROKEN_HEIMDAL_KRB5_H  1
@@ -38473,22 +38435,18 @@
 }
 
 _ACEOF
-if ac_fn_cxx_try_run "$LINENO"
+if ac_fn_cxx_try_link "$LINENO"
 then :
    squid_cv_broken_heimdal_krb5_h=yes
 else $as_nop
    squid_cv_broken_heimdal_krb5_h=no
 fi
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
-  conftest.$ac_objext conftest.beam conftest.$ac_ext
-fi
-
+rm -f core conftest.err conftest.$ac_objext conftest.beam \
+    conftest$ac_exeext conftest.$ac_ext
 
 fi
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
-  conftest.$ac_objext conftest.beam conftest.$ac_ext
-fi
-
+rm -f core conftest.err conftest.$ac_objext conftest.beam \
+    conftest$ac_exeext conftest.$ac_ext
 
 # rollback state, key is squid_krb5_heimdal_test
 CFLAGS="${squid_krb5_heimdal_test_CFLAGS}"
@@ -39536,11 +39494,7 @@
   printf %s "(cached) " >&6
 else $as_nop
 
-    if test "$cross_compiling" = yes
-then :
-  :
-else $as_nop
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
 #if USE_HEIMDAL_KRB5
@@ -39581,16 +39535,14 @@
 }
 
 _ACEOF
-if ac_fn_cxx_try_run "$LINENO"
+if ac_fn_cxx_try_link "$LINENO"
 then :
    squid_cv_working_gssapi=yes
 else $as_nop
    squid_cv_working_gssapi=no
 fi
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
-  conftest.$ac_objext conftest.beam conftest.$ac_ext
-fi
-
+rm -f core conftest.err conftest.$ac_objext conftest.beam \
+    conftest$ac_exeext conftest.$ac_ext
 fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $squid_cv_working_gssapi" >&5
 printf "%s\n" "$squid_cv_working_gssapi" >&6; }
@@ -39737,11 +39689,7 @@
 done
 
     CPPFLAGS="-I${srcdir:-.} $CPPFLAGS"
-    if test "$cross_compiling" = yes
-then :
-  :
-else $as_nop
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
 #include "compat/krb5.h"
@@ -39756,16 +39704,14 @@
 }
 
 _ACEOF
-if ac_fn_cxx_try_run "$LINENO"
+if ac_fn_cxx_try_link "$LINENO"
 then :
    squid_cv_working_krb5=yes
 else $as_nop
    squid_cv_working_krb5=no
 fi
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
-  conftest.$ac_objext conftest.beam conftest.$ac_ext
-fi
-
+rm -f core conftest.err conftest.$ac_objext conftest.beam \
+    conftest$ac_exeext conftest.$ac_ext
 fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $squid_cv_working_krb5" >&5
 printf "%s\n" "$squid_cv_working_krb5" >&6; }
@@ -40134,11 +40080,7 @@
   printf %s "(cached) " >&6
 else $as_nop
 
-    if test "$cross_compiling" = yes
-then :
-  :
-else $as_nop
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
 #if USE_HEIMDAL_KRB5
@@ -40179,16 +40121,14 @@
 }
 
 _ACEOF
-if ac_fn_cxx_try_run "$LINENO"
+if ac_fn_cxx_try_link "$LINENO"
 then :
    squid_cv_working_gssapi=yes
 else $as_nop
    squid_cv_working_gssapi=no
 fi
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
-  conftest.$ac_objext conftest.beam conftest.$ac_ext
-fi
-
+rm -f core conftest.err conftest.$ac_objext conftest.beam \
+    conftest$ac_exeext conftest.$ac_ext
 fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $squid_cv_working_gssapi" >&5
 printf "%s\n" "$squid_cv_working_gssapi" >&6; }
@@ -40335,11 +40275,7 @@
 done
 
     CPPFLAGS="-I${srcdir:-.} $CPPFLAGS"
-    if test "$cross_compiling" = yes
-then :
-  :
-else $as_nop
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
 #include "compat/krb5.h"
@@ -40354,16 +40290,14 @@
 }
 
 _ACEOF
-if ac_fn_cxx_try_run "$LINENO"
+if ac_fn_cxx_try_link "$LINENO"
 then :
    squid_cv_working_krb5=yes
 else $as_nop
    squid_cv_working_krb5=no
 fi
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
-  conftest.$ac_objext conftest.beam conftest.$ac_ext
-fi
-
+rm -f core conftest.err conftest.$ac_objext conftest.beam \
+    conftest$ac_exeext conftest.$ac_ext
 fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $squid_cv_working_krb5" >&5
 printf "%s\n" "$squid_cv_working_krb5" >&6; }
@@ -43783,7 +43717,7 @@
 
 fi
 
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -43879,7 +43813,7 @@
     if test -d "$srcdir/src/auth/basic/DB"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -43933,7 +43867,7 @@
     if test -d "$srcdir/src/auth/basic/LDAP"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -43988,7 +43922,7 @@
     if test -d "$srcdir/src/auth/basic/NCSA"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -44086,7 +44020,7 @@
     if test -d "$srcdir/src/auth/basic/NIS"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -44154,7 +44088,7 @@
     if test -d "$srcdir/src/auth/basic/PAM"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -44284,7 +44218,7 @@
     if test -d "$srcdir/src/auth/basic/POP3"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -44338,7 +44272,7 @@
     if test -d "$srcdir/src/auth/basic/RADIUS"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -44381,7 +44315,7 @@
     if test -d "$srcdir/src/auth/basic/SASL"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -44560,7 +44494,7 @@
     if test -d "$srcdir/src/auth/basic/SMB"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -44659,7 +44593,7 @@
     if test -d "$srcdir/src/auth/basic/SMB_LM"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -44726,7 +44660,7 @@
     if test -d "$srcdir/src/auth/basic/SSPI"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -44782,7 +44716,7 @@
     if test -d "$srcdir/src/auth/basic/fake"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -44825,7 +44759,7 @@
     if test -d "$srcdir/src/auth/basic/getpwnam"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -44987,7 +44921,7 @@
 
 fi
 
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -45083,7 +45017,7 @@
     if test -d "$srcdir/src/auth/digest/eDirectory"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -45138,7 +45072,7 @@
     if test -d "$srcdir/src/auth/digest/file"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -45181,7 +45115,7 @@
     if test -d "$srcdir/src/auth/digest/LDAP"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -45263,7 +45197,7 @@
 
 fi
 
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -45359,7 +45293,7 @@
     if test -d "$srcdir/src/auth/negotiate/SSPI"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -45417,7 +45351,7 @@
     if test -d "$srcdir/src/auth/negotiate/kerberos"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -45463,7 +45397,7 @@
     if test -d "$srcdir/src/auth/negotiate/wrapper"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -45532,7 +45466,7 @@
 
 fi
 
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -45627,7 +45561,7 @@
     if test -d "$srcdir/src/auth/ntlm/fake"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -45670,7 +45604,7 @@
     if test -d "$srcdir/src/auth/ntlm/SMB_LM"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -45740,7 +45674,7 @@
     if test -d "$srcdir/src/auth/ntlm/SSPI"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -45945,7 +45879,7 @@
 
 fi
 
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -46038,7 +45972,7 @@
     if test -d "$srcdir/src/log/DB"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -46092,7 +46026,7 @@
     if test -d "$srcdir/src/log/file"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -46148,7 +46082,7 @@
 
 fi
 
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -46241,7 +46175,7 @@
     if test -d "$srcdir/src/acl/external/AD_group"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -46306,7 +46240,7 @@
     if test -d "$srcdir/src/acl/external/LDAP_group"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -46361,7 +46295,7 @@
     if test -d "$srcdir/src/acl/external/LM_group"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -46416,7 +46350,7 @@
     if test -d "$srcdir/src/acl/external/delayer"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -46466,7 +46400,7 @@
     if test -d "$srcdir/src/acl/external/SQL_session"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -46516,7 +46450,7 @@
     if test -d "$srcdir/src/acl/external/eDirectory_userip"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -46571,7 +46505,7 @@
     if test -d "$srcdir/src/acl/external/file_userip"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -46623,7 +46557,7 @@
     if test -d "$srcdir/src/acl/external/kerberos_ldap_group"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -46846,7 +46780,7 @@
     if test -d "$srcdir/src/acl/external/kerberos_sid_group"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -46947,7 +46881,7 @@
     if test -d "$srcdir/src/acl/external/session"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -47224,7 +47158,7 @@
     if test -d "$srcdir/src/acl/external/time_quota"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -47459,7 +47393,7 @@
     if test -d "$srcdir/src/acl/external/unix_group"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -47511,7 +47445,7 @@
     if test -d "$srcdir/src/acl/external/wbinfo_group"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -47628,7 +47562,7 @@
 
 fi
 
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -47721,7 +47655,7 @@
     if test -d "$srcdir/src/http/url_rewriters/fake"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -47764,7 +47698,7 @@
     if test -d "$srcdir/src/http/url_rewriters/LFS"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -47826,7 +47760,7 @@
 
 fi
 
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -47919,7 +47853,7 @@
     if test -d "$srcdir/src/security/cert_validators/fake"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -47985,7 +47919,7 @@
 
 fi
 
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -48078,7 +48012,7 @@
     if test -d "$srcdir/src/security/cert_generators/file"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -48173,7 +48107,7 @@
 
 fi
 
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -48266,7 +48200,7 @@
     if test -d "$srcdir/src/store/id_rewriters/file"
 then :
 
-            ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+            ## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -53528,224 +53462,6 @@
 fi
 
 
-ac_fn_check_decl "$LINENO" "getaddrinfo" "ac_cv_have_decl_getaddrinfo" "
-/*
- * BSD requires sys/types.h, sys/socket.h, netinet/in.h, netdb.h, arpa/inet.h
- * Linux requires sys/types.h, sys/socket.h, arpa/inet.h
- * Windows requires sys/socket.h, winsock2.h, ws2tcpip.h
- */
-#if HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
-#if HAVE_NETINET_IN_H
-#include <netinet/in.h>
-#endif
-#if HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
-#if HAVE_NETDB_H
-#include <netdb.h>
-#endif
-#if HAVE_ARPA_INET_H
-#include <arpa/inet.h>
-#endif
-#if HAVE_WINSOCK2_H
-#include <winsock2.h>
-#endif
-#if HAVE_WS2TCPIP_H
-#include <ws2tcpip.h>
-#endif
-
-" "$ac_cxx_undeclared_builtin_options" "CXXFLAGS"
-if test "x$ac_cv_have_decl_getaddrinfo" = xyes
-then :
-  ac_have_decl=1
-else $as_nop
-  ac_have_decl=0
-fi
-printf "%s\n" "#define HAVE_DECL_GETADDRINFO $ac_have_decl" >>confdefs.h
-ac_fn_check_decl "$LINENO" "getnameinfo" "ac_cv_have_decl_getnameinfo" "
-/*
- * BSD requires sys/types.h, sys/socket.h, netinet/in.h, netdb.h, arpa/inet.h
- * Linux requires sys/types.h, sys/socket.h, arpa/inet.h
- * Windows requires sys/socket.h, winsock2.h, ws2tcpip.h
- */
-#if HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
-#if HAVE_NETINET_IN_H
-#include <netinet/in.h>
-#endif
-#if HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
-#if HAVE_NETDB_H
-#include <netdb.h>
-#endif
-#if HAVE_ARPA_INET_H
-#include <arpa/inet.h>
-#endif
-#if HAVE_WINSOCK2_H
-#include <winsock2.h>
-#endif
-#if HAVE_WS2TCPIP_H
-#include <ws2tcpip.h>
-#endif
-
-" "$ac_cxx_undeclared_builtin_options" "CXXFLAGS"
-if test "x$ac_cv_have_decl_getnameinfo" = xyes
-then :
-  ac_have_decl=1
-else $as_nop
-  ac_have_decl=0
-fi
-printf "%s\n" "#define HAVE_DECL_GETNAMEINFO $ac_have_decl" >>confdefs.h
-ac_fn_check_decl "$LINENO" "inet_ntop" "ac_cv_have_decl_inet_ntop" "
-/*
- * BSD requires sys/types.h, sys/socket.h, netinet/in.h, netdb.h, arpa/inet.h
- * Linux requires sys/types.h, sys/socket.h, arpa/inet.h
- * Windows requires sys/socket.h, winsock2.h, ws2tcpip.h
- */
-#if HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
-#if HAVE_NETINET_IN_H
-#include <netinet/in.h>
-#endif
-#if HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
-#if HAVE_NETDB_H
-#include <netdb.h>
-#endif
-#if HAVE_ARPA_INET_H
-#include <arpa/inet.h>
-#endif
-#if HAVE_WINSOCK2_H
-#include <winsock2.h>
-#endif
-#if HAVE_WS2TCPIP_H
-#include <ws2tcpip.h>
-#endif
-
-" "$ac_cxx_undeclared_builtin_options" "CXXFLAGS"
-if test "x$ac_cv_have_decl_inet_ntop" = xyes
-then :
-  ac_have_decl=1
-else $as_nop
-  ac_have_decl=0
-fi
-printf "%s\n" "#define HAVE_DECL_INET_NTOP $ac_have_decl" >>confdefs.h
-ac_fn_check_decl "$LINENO" "inet_pton" "ac_cv_have_decl_inet_pton" "
-/*
- * BSD requires sys/types.h, sys/socket.h, netinet/in.h, netdb.h, arpa/inet.h
- * Linux requires sys/types.h, sys/socket.h, arpa/inet.h
- * Windows requires sys/socket.h, winsock2.h, ws2tcpip.h
- */
-#if HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
-#if HAVE_NETINET_IN_H
-#include <netinet/in.h>
-#endif
-#if HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
-#if HAVE_NETDB_H
-#include <netdb.h>
-#endif
-#if HAVE_ARPA_INET_H
-#include <arpa/inet.h>
-#endif
-#if HAVE_WINSOCK2_H
-#include <winsock2.h>
-#endif
-#if HAVE_WS2TCPIP_H
-#include <ws2tcpip.h>
-#endif
-
-" "$ac_cxx_undeclared_builtin_options" "CXXFLAGS"
-if test "x$ac_cv_have_decl_inet_pton" = xyes
-then :
-  ac_have_decl=1
-else $as_nop
-  ac_have_decl=0
-fi
-printf "%s\n" "#define HAVE_DECL_INET_PTON $ac_have_decl" >>confdefs.h
-ac_fn_check_decl "$LINENO" "InetNtopA" "ac_cv_have_decl_InetNtopA" "
-/*
- * BSD requires sys/types.h, sys/socket.h, netinet/in.h, netdb.h, arpa/inet.h
- * Linux requires sys/types.h, sys/socket.h, arpa/inet.h
- * Windows requires sys/socket.h, winsock2.h, ws2tcpip.h
- */
-#if HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
-#if HAVE_NETINET_IN_H
-#include <netinet/in.h>
-#endif
-#if HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
-#if HAVE_NETDB_H
-#include <netdb.h>
-#endif
-#if HAVE_ARPA_INET_H
-#include <arpa/inet.h>
-#endif
-#if HAVE_WINSOCK2_H
-#include <winsock2.h>
-#endif
-#if HAVE_WS2TCPIP_H
-#include <ws2tcpip.h>
-#endif
-
-" "$ac_cxx_undeclared_builtin_options" "CXXFLAGS"
-if test "x$ac_cv_have_decl_InetNtopA" = xyes
-then :
-  ac_have_decl=1
-else $as_nop
-  ac_have_decl=0
-fi
-printf "%s\n" "#define HAVE_DECL_INETNTOPA $ac_have_decl" >>confdefs.h
-ac_fn_check_decl "$LINENO" "InetPtonA" "ac_cv_have_decl_InetPtonA" "
-/*
- * BSD requires sys/types.h, sys/socket.h, netinet/in.h, netdb.h, arpa/inet.h
- * Linux requires sys/types.h, sys/socket.h, arpa/inet.h
- * Windows requires sys/socket.h, winsock2.h, ws2tcpip.h
- */
-#if HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
-#if HAVE_NETINET_IN_H
-#include <netinet/in.h>
-#endif
-#if HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
-#if HAVE_NETDB_H
-#include <netdb.h>
-#endif
-#if HAVE_ARPA_INET_H
-#include <arpa/inet.h>
-#endif
-#if HAVE_WINSOCK2_H
-#include <winsock2.h>
-#endif
-#if HAVE_WS2TCPIP_H
-#include <ws2tcpip.h>
-#endif
-
-" "$ac_cxx_undeclared_builtin_options" "CXXFLAGS"
-if test "x$ac_cv_have_decl_InetPtonA" = xyes
-then :
-  ac_have_decl=1
-else $as_nop
-  ac_have_decl=0
-fi
-printf "%s\n" "#define HAVE_DECL_INETPTONA $ac_have_decl" >>confdefs.h
-
-
 # Magic which checks whether we are forcing a type of comm loop we
 # are actually going to (ab)use.
 # Mostly ripped from squid-commloops, thanks to adrian and benno
@@ -56837,7 +56553,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Squid Web Proxy $as_me 6.10, which was
+This file was extended by Squid Web Proxy $as_me 6.11, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -56905,7 +56621,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config='$ac_cs_config_escaped'
 ac_cs_version="\\
-Squid Web Proxy config.status 6.10
+Squid Web Proxy config.status 6.11
 configured by $0, generated by GNU Autoconf 2.71,
   with options \\"\$ac_cs_config\\"
 
diff -u -r -N squid-6.10/configure.ac squid-6.11/configure.ac
--- squid-6.10/configure.ac	2024-06-08 14:46:42.000000000 +0000
+++ squid-6.11/configure.ac	2024-09-15 21:03:59.000000000 +0000
@@ -1,11 +1,11 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-AC_INIT([Squid Web Proxy],[6.10],[https://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[6.11],[https://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
@@ -2714,35 +2714,6 @@
 	tempnam \
 )
 
-AC_CHECK_DECLS([getaddrinfo,getnameinfo,inet_ntop,inet_pton,InetNtopA,InetPtonA],,,[
-/*
- * BSD requires sys/types.h, sys/socket.h, netinet/in.h, netdb.h, arpa/inet.h
- * Linux requires sys/types.h, sys/socket.h, arpa/inet.h
- * Windows requires sys/socket.h, winsock2.h, ws2tcpip.h
- */
-#if HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
-#if HAVE_NETINET_IN_H
-#include <netinet/in.h>
-#endif
-#if HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
-#if HAVE_NETDB_H
-#include <netdb.h>
-#endif
-#if HAVE_ARPA_INET_H
-#include <arpa/inet.h>
-#endif
-#if HAVE_WINSOCK2_H
-#include <winsock2.h>
-#endif
-#if HAVE_WS2TCPIP_H
-#include <ws2tcpip.h>
-#endif
-])
-
 # Magic which checks whether we are forcing a type of comm loop we
 # are actually going to (ab)use.
 # Mostly ripped from squid-commloops, thanks to adrian and benno
diff -u -r -N squid-6.10/contrib/Makefile.am squid-6.11/contrib/Makefile.am
--- squid-6.10/contrib/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/contrib/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/contrib/solaris/solaris-krb5-include.patch squid-6.11/contrib/solaris/solaris-krb5-include.patch
--- squid-6.10/contrib/solaris/solaris-krb5-include.patch	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/contrib/solaris/solaris-krb5-include.patch	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/contrib/url-normalizer.pl squid-6.11/contrib/url-normalizer.pl
--- squid-6.10/contrib/url-normalizer.pl	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/contrib/url-normalizer.pl	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/usr/local/bin/perl -Tw
 #
-# * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+# * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 # *
 # * Squid software is distributed under GPLv2+ license and includes
 # * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/contrib/user-agents.pl squid-6.11/contrib/user-agents.pl
--- squid-6.10/contrib/user-agents.pl	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/contrib/user-agents.pl	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-# * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+# * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 # *
 # * Squid software is distributed under GPLv2+ license and includes
 # * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/CONTRIBUTORS squid-6.11/CONTRIBUTORS
--- squid-6.10/CONTRIBUTORS	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/CONTRIBUTORS	2024-09-15 20:54:35.000000000 +0000
@@ -23,6 +23,7 @@
     Alexander Lukyanov <lav@yar.ru>
     Alexandre Chappaz <alexandrechappaz@gmail.com>
     Alexandre SIMON <alexandre.simon@ciril.fr>
+    Alexey <bigalex934@gmail.com>
     Alexey Veselovsky <alexey.veselovsky@eykontech.com>
     Alexis Robert <alexis.robert@gmail.com>
     Alin Nastac <mrness@gentoo.org>
@@ -76,6 +77,7 @@
     Bernard <fli4l.charrier@free.fr>
     Bertrand Jacquin <beber@meleeweb.net>
     Bill Welliver
+    bkuhls <bkuhls@users.noreply.github.com>
     Bojan Smojver <bojan@rexursive.com>
     Brad Smith <brad@comstyle.com>
     Bratislav <batailic@gmail.com>
@@ -214,6 +216,7 @@
     Hasso Tepper <hasso@estpak.ee>
     Heinrich Schuchardt <xypron.glpk@gmx.de>
     helix84 <helix84@centrum.sk>
+    Helmut Grohne <helmut@subdivi.de>
     Henrik Nordstrom <henrik@henriknordstrom.net>
     Henrik Nordstrom <hno@squid-cache.org>
     Hide Nagaoka <hide@cc.meisei-u.ac.jp>
@@ -370,6 +373,7 @@
     Niall Doherty <ndoherty@eei.ericsson.se>
     Nick Rogers <ncrogers@gmail.com>
     Nick Wellnhofer <wellnhofer@aevum.de>
+    Nicolai Moore <niconorsk@gmail.com>
     Nikita <32056979+Roo4L@users.noreply.github.com>
     Nikolai Gorchilov <niki@x3me.net>
     noloader <noloader@gmail.com>
@@ -494,6 +498,7 @@
     The Squid Software Foundation
     Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
     Thomas Hozza <thozza@redhat.com>
+    Thomas Leroy <32497783+p4zuu@users.noreply.github.com>
     Thomas Ristic <thr@bootet.net>
     Thomas Weber <x@4t2.com>
     Thomas Zajic <zlatko-github@zlatk0.net>
diff -u -r -N squid-6.10/CREDITS squid-6.11/CREDITS
--- squid-6.10/CREDITS	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/CREDITS	2024-09-15 20:54:35.000000000 +0000
@@ -134,74 +134,6 @@
 
 ==============================================================================
 
-compat/os/opensolaris_10_netdb.h:
-
-/*
- * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
- * Use is subject to license terms.
- */
-
-/*      Copyright (c) 1983, 1984, 1985, 1986, 1987, 1988, 1989 AT&T     */
-/*        All Rights Reserved   */
-
-/*
- * BIND 4.9.3:
- *
- * Copyright (c) 1980, 1983, 1988, 1993
- *      The Regents of the University of California.  All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by the University of
- *      California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- * -
- * Portions Copyright (c) 1993 by Digital Equipment Corporation.
- *
- * Permission to use, copy, modify, and distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies, and that
- * the name of Digital Equipment Corporation not be used in advertising or
- * publicity pertaining to distribution of the document or software without
- * specific, written prior permission.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
- * WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS.   IN NO EVENT SHALL DIGITAL EQUIPMENT
- * CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
- * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
- * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
- * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
- * SOFTWARE.
- * --Copyright--
- *
- * End BIND 4.9.3
- */
-
-==============================================================================
-
 compat/eui64_aton.h:
 
 /*      $NetBSD: eui64.h,v 1.1 2005/07/11 15:35:25 kiyohara Exp $       */
diff -u -r -N squid-6.10/doc/debug-messages.dox squid-6.11/doc/debug-messages.dox
--- squid-6.10/doc/debug-messages.dox	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/doc/debug-messages.dox	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/doc/debug-sections.txt squid-6.11/doc/debug-sections.txt
--- squid-6.10/doc/debug-sections.txt	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/doc/debug-sections.txt	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/doc/Makefile.am squid-6.11/doc/Makefile.am
--- squid-6.10/doc/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/doc/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/doc/manuals/language.am squid-6.11/doc/manuals/language.am
--- squid-6.10/doc/manuals/language.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/doc/manuals/language.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 ##
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/doc/manuals/Makefile.am squid-6.11/doc/manuals/Makefile.am
--- squid-6.10/doc/manuals/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/doc/manuals/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/doc/manuals/Substitute.am squid-6.11/doc/manuals/Substitute.am
--- squid-6.10/doc/manuals/Substitute.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/doc/manuals/Substitute.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/doc/release-notes/Makefile.am squid-6.11/doc/release-notes/Makefile.am
--- squid-6.10/doc/release-notes/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/doc/release-notes/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/doc/release-notes/release-6.html squid-6.11/doc/release-notes/release-6.html
--- squid-6.10/doc/release-notes/release-6.html	2024-06-08 14:51:53.000000000 +0000
+++ squid-6.11/doc/release-notes/release-6.html	2024-09-15 21:09:09.000000000 +0000
@@ -3,10 +3,10 @@
 <HEAD>
  <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.83">
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
- <TITLE>Squid 6.10 release notes</TITLE>
+ <TITLE>Squid 6.11 release notes</TITLE>
 </HEAD>
 <BODY>
-<H1>Squid 6.10 release notes</H1>
+<H1>Squid 6.11 release notes</H1>
 
 <H2>Squid Developers</H2>
 <P>
@@ -59,7 +59,7 @@
 <HR>
 <H2><A NAME="s1">1.</A> <A HREF="#toc1">Notice</A></H2>
 
-<P>The Squid Team are pleased to announce the release of Squid-6.10 for testing.</P>
+<P>The Squid Team are pleased to announce the release of Squid-6.11 for testing.</P>
 <P>This new release is available for download from 
 <A HREF="http://www.squid-cache.org/Versions/v6/">http://www.squid-cache.org/Versions/v6/</A> or the
 <A HREF="http://www.squid-cache.org/Download/http-mirrors.html">mirrors</A>.</P>
@@ -516,7 +516,7 @@
 
 <H2><A NAME="s6">6.</A> <A HREF="#toc6">Copyright</A></H2>
 
-<P>Copyright (C) 1996-2023 The Squid Software Foundation and contributors</P>
+<P>Copyright (C) 1996-2024 The Squid Software Foundation and contributors</P>
 <P>Squid software is distributed under GPLv2+ license and includes
 contributions from numerous individuals and organizations.
 Please see the COPYING and CONTRIBUTORS files for details.</P>
diff -u -r -N squid-6.10/errors/af/ERR_ACCESS_DENIED squid-6.11/errors/af/ERR_ACCESS_DENIED
--- squid-6.10/errors/af/ERR_ACCESS_DENIED	2024-06-08 14:47:32.000000000 +0000
+++ squid-6.11/errors/af/ERR_ACCESS_DENIED	2024-09-15 21:04:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/af/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/af/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/af/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:47:32.000000000 +0000
+++ squid-6.11/errors/af/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:04:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_AGENT_CONFIGURE squid-6.11/errors/af/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/af/ERR_AGENT_CONFIGURE	2024-06-08 14:47:32.000000000 +0000
+++ squid-6.11/errors/af/ERR_AGENT_CONFIGURE	2024-09-15 21:04:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Webblaaier se opstelling</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/af/ERR_AGENT_WPAD squid-6.11/errors/af/ERR_AGENT_WPAD
--- squid-6.10/errors/af/ERR_AGENT_WPAD	2024-06-08 14:47:32.000000000 +0000
+++ squid-6.11/errors/af/ERR_AGENT_WPAD	2024-09-15 21:04:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Webblaaier se opstelling</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/af/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/af/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/af/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:47:32.000000000 +0000
+++ squid-6.11/errors/af/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:04:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Toegang tot kasgeheue geweier.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/af/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/af/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:47:32.000000000 +0000
+++ squid-6.11/errors/af/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:04:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Toegang tot kasbestuur geweier.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_CANNOT_FORWARD squid-6.11/errors/af/ERR_CANNOT_FORWARD
--- squid-6.10/errors/af/ERR_CANNOT_FORWARD	2024-06-08 14:47:32.000000000 +0000
+++ squid-6.11/errors/af/ERR_CANNOT_FORWARD	2024-09-15 21:04:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_CONFLICT_HOST squid-6.11/errors/af/ERR_CONFLICT_HOST
--- squid-6.10/errors/af/ERR_CONFLICT_HOST	2024-06-08 14:47:33.000000000 +0000
+++ squid-6.11/errors/af/ERR_CONFLICT_HOST	2024-09-15 21:04:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_CONNECT_FAIL squid-6.11/errors/af/ERR_CONNECT_FAIL
--- squid-6.10/errors/af/ERR_CONNECT_FAIL	2024-06-08 14:47:33.000000000 +0000
+++ squid-6.11/errors/af/ERR_CONNECT_FAIL	2024-09-15 21:04:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_DIR_LISTING squid-6.11/errors/af/ERR_DIR_LISTING
--- squid-6.10/errors/af/ERR_DIR_LISTING	2024-06-08 14:47:33.000000000 +0000
+++ squid-6.11/errors/af/ERR_DIR_LISTING	2024-09-15 21:04:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Gids: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/af/ERR_DNS_FAIL squid-6.11/errors/af/ERR_DNS_FAIL
--- squid-6.10/errors/af/ERR_DNS_FAIL	2024-06-08 14:47:33.000000000 +0000
+++ squid-6.11/errors/af/ERR_DNS_FAIL	2024-09-15 21:04:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_ESI squid-6.11/errors/af/ERR_ESI
--- squid-6.10/errors/af/ERR_ESI	2024-06-08 14:47:33.000000000 +0000
+++ squid-6.11/errors/af/ERR_ESI	2024-09-15 21:04:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_FORWARDING_DENIED squid-6.11/errors/af/ERR_FORWARDING_DENIED
--- squid-6.10/errors/af/ERR_FORWARDING_DENIED	2024-06-08 14:47:33.000000000 +0000
+++ squid-6.11/errors/af/ERR_FORWARDING_DENIED	2024-09-15 21:04:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_FTP_DISABLED squid-6.11/errors/af/ERR_FTP_DISABLED
--- squid-6.10/errors/af/ERR_FTP_DISABLED	2024-06-08 14:47:33.000000000 +0000
+++ squid-6.11/errors/af/ERR_FTP_DISABLED	2024-09-15 21:04:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_FTP_FAILURE squid-6.11/errors/af/ERR_FTP_FAILURE
--- squid-6.10/errors/af/ERR_FTP_FAILURE	2024-06-08 14:47:34.000000000 +0000
+++ squid-6.11/errors/af/ERR_FTP_FAILURE	2024-09-15 21:04:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_FTP_FORBIDDEN squid-6.11/errors/af/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/af/ERR_FTP_FORBIDDEN	2024-06-08 14:47:34.000000000 +0000
+++ squid-6.11/errors/af/ERR_FTP_FORBIDDEN	2024-09-15 21:04:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_FTP_NOT_FOUND squid-6.11/errors/af/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/af/ERR_FTP_NOT_FOUND	2024-06-08 14:47:34.000000000 +0000
+++ squid-6.11/errors/af/ERR_FTP_NOT_FOUND	2024-09-15 21:04:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_FTP_PUT_CREATED squid-6.11/errors/af/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/af/ERR_FTP_PUT_CREATED	2024-06-08 14:47:34.000000000 +0000
+++ squid-6.11/errors/af/ERR_FTP_PUT_CREATED	2024-09-15 21:04:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT suksesvol.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_FTP_PUT_ERROR squid-6.11/errors/af/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/af/ERR_FTP_PUT_ERROR	2024-06-08 14:47:34.000000000 +0000
+++ squid-6.11/errors/af/ERR_FTP_PUT_ERROR	2024-09-15 21:04:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Oplaai na FTP het misluk</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_FTP_PUT_MODIFIED squid-6.11/errors/af/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/af/ERR_FTP_PUT_MODIFIED	2024-06-08 14:47:34.000000000 +0000
+++ squid-6.11/errors/af/ERR_FTP_PUT_MODIFIED	2024-09-15 21:04:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT suksesvol.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_FTP_UNAVAILABLE squid-6.11/errors/af/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/af/ERR_FTP_UNAVAILABLE	2024-06-08 14:47:34.000000000 +0000
+++ squid-6.11/errors/af/ERR_FTP_UNAVAILABLE	2024-09-15 21:04:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_GATEWAY_FAILURE squid-6.11/errors/af/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/af/ERR_GATEWAY_FAILURE	2024-06-08 14:47:34.000000000 +0000
+++ squid-6.11/errors/af/ERR_GATEWAY_FAILURE	2024-09-15 21:04:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_ICAP_FAILURE squid-6.11/errors/af/ERR_ICAP_FAILURE
--- squid-6.10/errors/af/ERR_ICAP_FAILURE	2024-06-08 14:47:35.000000000 +0000
+++ squid-6.11/errors/af/ERR_ICAP_FAILURE	2024-09-15 21:04:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_INVALID_REQ squid-6.11/errors/af/ERR_INVALID_REQ
--- squid-6.10/errors/af/ERR_INVALID_REQ	2024-06-08 14:47:35.000000000 +0000
+++ squid-6.11/errors/af/ERR_INVALID_REQ	2024-09-15 21:04:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_INVALID_RESP squid-6.11/errors/af/ERR_INVALID_RESP
--- squid-6.10/errors/af/ERR_INVALID_RESP	2024-06-08 14:47:35.000000000 +0000
+++ squid-6.11/errors/af/ERR_INVALID_RESP	2024-09-15 21:04:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_INVALID_URL squid-6.11/errors/af/ERR_INVALID_URL
--- squid-6.10/errors/af/ERR_INVALID_URL	2024-06-08 14:47:35.000000000 +0000
+++ squid-6.11/errors/af/ERR_INVALID_URL	2024-09-15 21:04:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_LIFETIME_EXP squid-6.11/errors/af/ERR_LIFETIME_EXP
--- squid-6.10/errors/af/ERR_LIFETIME_EXP	2024-06-08 14:47:35.000000000 +0000
+++ squid-6.11/errors/af/ERR_LIFETIME_EXP	2024-09-15 21:04:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_NO_RELAY squid-6.11/errors/af/ERR_NO_RELAY
--- squid-6.10/errors/af/ERR_NO_RELAY	2024-06-08 14:47:35.000000000 +0000
+++ squid-6.11/errors/af/ERR_NO_RELAY	2024-09-15 21:04:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/af/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/af/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:47:35.000000000 +0000
+++ squid-6.11/errors/af/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:04:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_PRECONDITION_FAILED squid-6.11/errors/af/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/af/ERR_PRECONDITION_FAILED	2024-06-08 14:47:36.000000000 +0000
+++ squid-6.11/errors/af/ERR_PRECONDITION_FAILED	2024-09-15 21:04:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/af/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/af/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:47:36.000000000 +0000
+++ squid-6.11/errors/af/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:04:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_READ_ERROR squid-6.11/errors/af/ERR_READ_ERROR
--- squid-6.10/errors/af/ERR_READ_ERROR	2024-06-08 14:47:36.000000000 +0000
+++ squid-6.11/errors/af/ERR_READ_ERROR	2024-09-15 21:04:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_READ_TIMEOUT squid-6.11/errors/af/ERR_READ_TIMEOUT
--- squid-6.10/errors/af/ERR_READ_TIMEOUT	2024-06-08 14:47:36.000000000 +0000
+++ squid-6.11/errors/af/ERR_READ_TIMEOUT	2024-09-15 21:04:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/af/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/af/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:47:36.000000000 +0000
+++ squid-6.11/errors/af/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:04:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_SHUTTING_DOWN squid-6.11/errors/af/ERR_SHUTTING_DOWN
--- squid-6.10/errors/af/ERR_SHUTTING_DOWN	2024-06-08 14:47:36.000000000 +0000
+++ squid-6.11/errors/af/ERR_SHUTTING_DOWN	2024-09-15 21:04:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_SOCKET_FAILURE squid-6.11/errors/af/ERR_SOCKET_FAILURE
--- squid-6.10/errors/af/ERR_SOCKET_FAILURE	2024-06-08 14:47:36.000000000 +0000
+++ squid-6.11/errors/af/ERR_SOCKET_FAILURE	2024-09-15 21:04:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_TOO_BIG squid-6.11/errors/af/ERR_TOO_BIG
--- squid-6.10/errors/af/ERR_TOO_BIG	2024-06-08 14:47:36.000000000 +0000
+++ squid-6.11/errors/af/ERR_TOO_BIG	2024-09-15 21:04:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_UNSUP_HTTPVERSION squid-6.11/errors/af/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/af/ERR_UNSUP_HTTPVERSION	2024-06-08 14:47:37.000000000 +0000
+++ squid-6.11/errors/af/ERR_UNSUP_HTTPVERSION	2024-09-15 21:04:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_UNSUP_REQ squid-6.11/errors/af/ERR_UNSUP_REQ
--- squid-6.10/errors/af/ERR_UNSUP_REQ	2024-06-08 14:47:37.000000000 +0000
+++ squid-6.11/errors/af/ERR_UNSUP_REQ	2024-09-15 21:04:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_URN_RESOLVE squid-6.11/errors/af/ERR_URN_RESOLVE
--- squid-6.10/errors/af/ERR_URN_RESOLVE	2024-06-08 14:47:37.000000000 +0000
+++ squid-6.11/errors/af/ERR_URN_RESOLVE	2024-09-15 21:04:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URN kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_WRITE_ERROR squid-6.11/errors/af/ERR_WRITE_ERROR
--- squid-6.10/errors/af/ERR_WRITE_ERROR	2024-06-08 14:47:37.000000000 +0000
+++ squid-6.11/errors/af/ERR_WRITE_ERROR	2024-09-15 21:04:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/af/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/af/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/af/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:47:37.000000000 +0000
+++ squid-6.11/errors/af/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:04:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/aliases squid-6.11/errors/aliases
--- squid-6.10/errors/aliases	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/aliases	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/errors/alias-link.sh squid-6.11/errors/alias-link.sh
--- squid-6.10/errors/alias-link.sh	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/alias-link.sh	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/errors/alias-upgrade squid-6.11/errors/alias-upgrade
--- squid-6.10/errors/alias-upgrade	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/alias-upgrade	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/errors/ar/ERR_ACCESS_DENIED squid-6.11/errors/ar/ERR_ACCESS_DENIED
--- squid-6.10/errors/ar/ERR_ACCESS_DENIED	2024-06-08 14:47:37.000000000 +0000
+++ squid-6.11/errors/ar/ERR_ACCESS_DENIED	2024-09-15 21:04:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ar/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/ar/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/ar/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:47:37.000000000 +0000
+++ squid-6.11/errors/ar/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:04:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_AGENT_CONFIGURE squid-6.11/errors/ar/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/ar/ERR_AGENT_CONFIGURE	2024-06-08 14:47:38.000000000 +0000
+++ squid-6.11/errors/ar/ERR_AGENT_CONFIGURE	2024-09-15 21:04:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ar/ERR_AGENT_WPAD squid-6.11/errors/ar/ERR_AGENT_WPAD
--- squid-6.10/errors/ar/ERR_AGENT_WPAD	2024-06-08 14:47:38.000000000 +0000
+++ squid-6.11/errors/ar/ERR_AGENT_WPAD	2024-09-15 21:04:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ar/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/ar/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/ar/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:47:38.000000000 +0000
+++ squid-6.11/errors/ar/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:04:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/ar/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/ar/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:47:38.000000000 +0000
+++ squid-6.11/errors/ar/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:04:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Manager Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_CANNOT_FORWARD squid-6.11/errors/ar/ERR_CANNOT_FORWARD
--- squid-6.10/errors/ar/ERR_CANNOT_FORWARD	2024-06-08 14:47:38.000000000 +0000
+++ squid-6.11/errors/ar/ERR_CANNOT_FORWARD	2024-09-15 21:04:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_CONFLICT_HOST squid-6.11/errors/ar/ERR_CONFLICT_HOST
--- squid-6.10/errors/ar/ERR_CONFLICT_HOST	2024-06-08 14:47:38.000000000 +0000
+++ squid-6.11/errors/ar/ERR_CONFLICT_HOST	2024-09-15 21:04:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_CONNECT_FAIL squid-6.11/errors/ar/ERR_CONNECT_FAIL
--- squid-6.10/errors/ar/ERR_CONNECT_FAIL	2024-06-08 14:47:38.000000000 +0000
+++ squid-6.11/errors/ar/ERR_CONNECT_FAIL	2024-09-15 21:04:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_DIR_LISTING squid-6.11/errors/ar/ERR_DIR_LISTING
--- squid-6.10/errors/ar/ERR_DIR_LISTING	2024-06-08 14:47:38.000000000 +0000
+++ squid-6.11/errors/ar/ERR_DIR_LISTING	2024-09-15 21:04:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ar/ERR_DNS_FAIL squid-6.11/errors/ar/ERR_DNS_FAIL
--- squid-6.10/errors/ar/ERR_DNS_FAIL	2024-06-08 14:47:39.000000000 +0000
+++ squid-6.11/errors/ar/ERR_DNS_FAIL	2024-09-15 21:04:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_ESI squid-6.11/errors/ar/ERR_ESI
--- squid-6.10/errors/ar/ERR_ESI	2024-06-08 14:47:39.000000000 +0000
+++ squid-6.11/errors/ar/ERR_ESI	2024-09-15 21:04:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_FORWARDING_DENIED squid-6.11/errors/ar/ERR_FORWARDING_DENIED
--- squid-6.10/errors/ar/ERR_FORWARDING_DENIED	2024-06-08 14:47:39.000000000 +0000
+++ squid-6.11/errors/ar/ERR_FORWARDING_DENIED	2024-09-15 21:04:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_FTP_DISABLED squid-6.11/errors/ar/ERR_FTP_DISABLED
--- squid-6.10/errors/ar/ERR_FTP_DISABLED	2024-06-08 14:47:39.000000000 +0000
+++ squid-6.11/errors/ar/ERR_FTP_DISABLED	2024-09-15 21:04:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_FTP_FAILURE squid-6.11/errors/ar/ERR_FTP_FAILURE
--- squid-6.10/errors/ar/ERR_FTP_FAILURE	2024-06-08 14:47:39.000000000 +0000
+++ squid-6.11/errors/ar/ERR_FTP_FAILURE	2024-09-15 21:04:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_FTP_FORBIDDEN squid-6.11/errors/ar/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/ar/ERR_FTP_FORBIDDEN	2024-06-08 14:47:39.000000000 +0000
+++ squid-6.11/errors/ar/ERR_FTP_FORBIDDEN	2024-09-15 21:04:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_FTP_NOT_FOUND squid-6.11/errors/ar/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/ar/ERR_FTP_NOT_FOUND	2024-06-08 14:47:39.000000000 +0000
+++ squid-6.11/errors/ar/ERR_FTP_NOT_FOUND	2024-09-15 21:04:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_FTP_PUT_CREATED squid-6.11/errors/ar/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/ar/ERR_FTP_PUT_CREATED	2024-06-08 14:47:40.000000000 +0000
+++ squid-6.11/errors/ar/ERR_FTP_PUT_CREATED	2024-09-15 21:04:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_FTP_PUT_ERROR squid-6.11/errors/ar/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/ar/ERR_FTP_PUT_ERROR	2024-06-08 14:47:40.000000000 +0000
+++ squid-6.11/errors/ar/ERR_FTP_PUT_ERROR	2024-09-15 21:04:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: FTP upload failed</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_FTP_PUT_MODIFIED squid-6.11/errors/ar/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/ar/ERR_FTP_PUT_MODIFIED	2024-06-08 14:47:40.000000000 +0000
+++ squid-6.11/errors/ar/ERR_FTP_PUT_MODIFIED	2024-09-15 21:04:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_FTP_UNAVAILABLE squid-6.11/errors/ar/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/ar/ERR_FTP_UNAVAILABLE	2024-06-08 14:47:40.000000000 +0000
+++ squid-6.11/errors/ar/ERR_FTP_UNAVAILABLE	2024-09-15 21:04:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_GATEWAY_FAILURE squid-6.11/errors/ar/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/ar/ERR_GATEWAY_FAILURE	2024-06-08 14:47:40.000000000 +0000
+++ squid-6.11/errors/ar/ERR_GATEWAY_FAILURE	2024-09-15 21:04:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_ICAP_FAILURE squid-6.11/errors/ar/ERR_ICAP_FAILURE
--- squid-6.10/errors/ar/ERR_ICAP_FAILURE	2024-06-08 14:47:40.000000000 +0000
+++ squid-6.11/errors/ar/ERR_ICAP_FAILURE	2024-09-15 21:04:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_INVALID_REQ squid-6.11/errors/ar/ERR_INVALID_REQ
--- squid-6.10/errors/ar/ERR_INVALID_REQ	2024-06-08 14:47:40.000000000 +0000
+++ squid-6.11/errors/ar/ERR_INVALID_REQ	2024-09-15 21:04:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_INVALID_RESP squid-6.11/errors/ar/ERR_INVALID_RESP
--- squid-6.10/errors/ar/ERR_INVALID_RESP	2024-06-08 14:47:40.000000000 +0000
+++ squid-6.11/errors/ar/ERR_INVALID_RESP	2024-09-15 21:05:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_INVALID_URL squid-6.11/errors/ar/ERR_INVALID_URL
--- squid-6.10/errors/ar/ERR_INVALID_URL	2024-06-08 14:47:41.000000000 +0000
+++ squid-6.11/errors/ar/ERR_INVALID_URL	2024-09-15 21:05:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_LIFETIME_EXP squid-6.11/errors/ar/ERR_LIFETIME_EXP
--- squid-6.10/errors/ar/ERR_LIFETIME_EXP	2024-06-08 14:47:41.000000000 +0000
+++ squid-6.11/errors/ar/ERR_LIFETIME_EXP	2024-09-15 21:05:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_NO_RELAY squid-6.11/errors/ar/ERR_NO_RELAY
--- squid-6.10/errors/ar/ERR_NO_RELAY	2024-06-08 14:47:41.000000000 +0000
+++ squid-6.11/errors/ar/ERR_NO_RELAY	2024-09-15 21:05:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/ar/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/ar/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:47:41.000000000 +0000
+++ squid-6.11/errors/ar/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:05:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_PRECONDITION_FAILED squid-6.11/errors/ar/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/ar/ERR_PRECONDITION_FAILED	2024-06-08 14:47:41.000000000 +0000
+++ squid-6.11/errors/ar/ERR_PRECONDITION_FAILED	2024-09-15 21:05:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/ar/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/ar/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:47:41.000000000 +0000
+++ squid-6.11/errors/ar/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:05:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_READ_ERROR squid-6.11/errors/ar/ERR_READ_ERROR
--- squid-6.10/errors/ar/ERR_READ_ERROR	2024-06-08 14:47:41.000000000 +0000
+++ squid-6.11/errors/ar/ERR_READ_ERROR	2024-09-15 21:05:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_READ_TIMEOUT squid-6.11/errors/ar/ERR_READ_TIMEOUT
--- squid-6.10/errors/ar/ERR_READ_TIMEOUT	2024-06-08 14:47:42.000000000 +0000
+++ squid-6.11/errors/ar/ERR_READ_TIMEOUT	2024-09-15 21:05:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/ar/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/ar/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:47:42.000000000 +0000
+++ squid-6.11/errors/ar/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:05:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_SHUTTING_DOWN squid-6.11/errors/ar/ERR_SHUTTING_DOWN
--- squid-6.10/errors/ar/ERR_SHUTTING_DOWN	2024-06-08 14:47:42.000000000 +0000
+++ squid-6.11/errors/ar/ERR_SHUTTING_DOWN	2024-09-15 21:05:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_SOCKET_FAILURE squid-6.11/errors/ar/ERR_SOCKET_FAILURE
--- squid-6.10/errors/ar/ERR_SOCKET_FAILURE	2024-06-08 14:47:42.000000000 +0000
+++ squid-6.11/errors/ar/ERR_SOCKET_FAILURE	2024-09-15 21:05:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_TOO_BIG squid-6.11/errors/ar/ERR_TOO_BIG
--- squid-6.10/errors/ar/ERR_TOO_BIG	2024-06-08 14:47:42.000000000 +0000
+++ squid-6.11/errors/ar/ERR_TOO_BIG	2024-09-15 21:05:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_UNSUP_HTTPVERSION squid-6.11/errors/ar/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/ar/ERR_UNSUP_HTTPVERSION	2024-06-08 14:47:42.000000000 +0000
+++ squid-6.11/errors/ar/ERR_UNSUP_HTTPVERSION	2024-09-15 21:05:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_UNSUP_REQ squid-6.11/errors/ar/ERR_UNSUP_REQ
--- squid-6.10/errors/ar/ERR_UNSUP_REQ	2024-06-08 14:47:42.000000000 +0000
+++ squid-6.11/errors/ar/ERR_UNSUP_REQ	2024-09-15 21:05:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_URN_RESOLVE squid-6.11/errors/ar/ERR_URN_RESOLVE
--- squid-6.10/errors/ar/ERR_URN_RESOLVE	2024-06-08 14:47:42.000000000 +0000
+++ squid-6.11/errors/ar/ERR_URN_RESOLVE	2024-09-15 21:05:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_WRITE_ERROR squid-6.11/errors/ar/ERR_WRITE_ERROR
--- squid-6.10/errors/ar/ERR_WRITE_ERROR	2024-06-08 14:47:43.000000000 +0000
+++ squid-6.11/errors/ar/ERR_WRITE_ERROR	2024-09-15 21:05:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ar/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/ar/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/ar/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:47:43.000000000 +0000
+++ squid-6.11/errors/ar/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:05:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_ACCESS_DENIED squid-6.11/errors/az/ERR_ACCESS_DENIED
--- squid-6.10/errors/az/ERR_ACCESS_DENIED	2024-06-08 14:47:43.000000000 +0000
+++ squid-6.11/errors/az/ERR_ACCESS_DENIED	2024-09-15 21:05:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/az/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/az/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/az/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:47:43.000000000 +0000
+++ squid-6.11/errors/az/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:05:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_AGENT_CONFIGURE squid-6.11/errors/az/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/az/ERR_AGENT_CONFIGURE	2024-06-08 14:47:43.000000000 +0000
+++ squid-6.11/errors/az/ERR_AGENT_CONFIGURE	2024-09-15 21:05:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/az/ERR_AGENT_WPAD squid-6.11/errors/az/ERR_AGENT_WPAD
--- squid-6.10/errors/az/ERR_AGENT_WPAD	2024-06-08 14:47:43.000000000 +0000
+++ squid-6.11/errors/az/ERR_AGENT_WPAD	2024-09-15 21:05:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/az/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/az/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/az/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:47:43.000000000 +0000
+++ squid-6.11/errors/az/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:05:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Keşdən istifadə qadağandır</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/az/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/az/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:47:44.000000000 +0000
+++ squid-6.11/errors/az/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:05:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Keş idarəetməsinə giriş qadağandır</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_CANNOT_FORWARD squid-6.11/errors/az/ERR_CANNOT_FORWARD
--- squid-6.10/errors/az/ERR_CANNOT_FORWARD	2024-06-08 14:47:44.000000000 +0000
+++ squid-6.11/errors/az/ERR_CANNOT_FORWARD	2024-09-15 21:05:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_CONFLICT_HOST squid-6.11/errors/az/ERR_CONFLICT_HOST
--- squid-6.10/errors/az/ERR_CONFLICT_HOST	2024-06-08 14:47:44.000000000 +0000
+++ squid-6.11/errors/az/ERR_CONFLICT_HOST	2024-09-15 21:05:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_CONNECT_FAIL squid-6.11/errors/az/ERR_CONNECT_FAIL
--- squid-6.10/errors/az/ERR_CONNECT_FAIL	2024-06-08 14:47:44.000000000 +0000
+++ squid-6.11/errors/az/ERR_CONNECT_FAIL	2024-09-15 21:05:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_DIR_LISTING squid-6.11/errors/az/ERR_DIR_LISTING
--- squid-6.10/errors/az/ERR_DIR_LISTING	2024-06-08 14:47:44.000000000 +0000
+++ squid-6.11/errors/az/ERR_DIR_LISTING	2024-09-15 21:05:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/az/ERR_DNS_FAIL squid-6.11/errors/az/ERR_DNS_FAIL
--- squid-6.10/errors/az/ERR_DNS_FAIL	2024-06-08 14:47:44.000000000 +0000
+++ squid-6.11/errors/az/ERR_DNS_FAIL	2024-09-15 21:05:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_ESI squid-6.11/errors/az/ERR_ESI
--- squid-6.10/errors/az/ERR_ESI	2024-06-08 14:47:44.000000000 +0000
+++ squid-6.11/errors/az/ERR_ESI	2024-09-15 21:05:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_FORWARDING_DENIED squid-6.11/errors/az/ERR_FORWARDING_DENIED
--- squid-6.10/errors/az/ERR_FORWARDING_DENIED	2024-06-08 14:47:44.000000000 +0000
+++ squid-6.11/errors/az/ERR_FORWARDING_DENIED	2024-09-15 21:05:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_FTP_DISABLED squid-6.11/errors/az/ERR_FTP_DISABLED
--- squid-6.10/errors/az/ERR_FTP_DISABLED	2024-06-08 14:47:45.000000000 +0000
+++ squid-6.11/errors/az/ERR_FTP_DISABLED	2024-09-15 21:05:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_FTP_FAILURE squid-6.11/errors/az/ERR_FTP_FAILURE
--- squid-6.10/errors/az/ERR_FTP_FAILURE	2024-06-08 14:47:45.000000000 +0000
+++ squid-6.11/errors/az/ERR_FTP_FAILURE	2024-09-15 21:05:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_FTP_FORBIDDEN squid-6.11/errors/az/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/az/ERR_FTP_FORBIDDEN	2024-06-08 14:47:45.000000000 +0000
+++ squid-6.11/errors/az/ERR_FTP_FORBIDDEN	2024-09-15 21:05:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_FTP_NOT_FOUND squid-6.11/errors/az/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/az/ERR_FTP_NOT_FOUND	2024-06-08 14:47:45.000000000 +0000
+++ squid-6.11/errors/az/ERR_FTP_NOT_FOUND	2024-09-15 21:05:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_FTP_PUT_CREATED squid-6.11/errors/az/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/az/ERR_FTP_PUT_CREATED	2024-06-08 14:47:45.000000000 +0000
+++ squid-6.11/errors/az/ERR_FTP_PUT_CREATED	2024-09-15 21:05:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_FTP_PUT_ERROR squid-6.11/errors/az/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/az/ERR_FTP_PUT_ERROR	2024-06-08 14:47:45.000000000 +0000
+++ squid-6.11/errors/az/ERR_FTP_PUT_ERROR	2024-09-15 21:05:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: FTP yükləmə uğursuzluqla başa çatdı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_FTP_PUT_MODIFIED squid-6.11/errors/az/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/az/ERR_FTP_PUT_MODIFIED	2024-06-08 14:47:45.000000000 +0000
+++ squid-6.11/errors/az/ERR_FTP_PUT_MODIFIED	2024-09-15 21:05:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_FTP_UNAVAILABLE squid-6.11/errors/az/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/az/ERR_FTP_UNAVAILABLE	2024-06-08 14:47:46.000000000 +0000
+++ squid-6.11/errors/az/ERR_FTP_UNAVAILABLE	2024-09-15 21:05:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_GATEWAY_FAILURE squid-6.11/errors/az/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/az/ERR_GATEWAY_FAILURE	2024-06-08 14:47:46.000000000 +0000
+++ squid-6.11/errors/az/ERR_GATEWAY_FAILURE	2024-09-15 21:05:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_ICAP_FAILURE squid-6.11/errors/az/ERR_ICAP_FAILURE
--- squid-6.10/errors/az/ERR_ICAP_FAILURE	2024-06-08 14:47:46.000000000 +0000
+++ squid-6.11/errors/az/ERR_ICAP_FAILURE	2024-09-15 21:05:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_INVALID_REQ squid-6.11/errors/az/ERR_INVALID_REQ
--- squid-6.10/errors/az/ERR_INVALID_REQ	2024-06-08 14:47:46.000000000 +0000
+++ squid-6.11/errors/az/ERR_INVALID_REQ	2024-09-15 21:05:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_INVALID_RESP squid-6.11/errors/az/ERR_INVALID_RESP
--- squid-6.10/errors/az/ERR_INVALID_RESP	2024-06-08 14:47:46.000000000 +0000
+++ squid-6.11/errors/az/ERR_INVALID_RESP	2024-09-15 21:05:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_INVALID_URL squid-6.11/errors/az/ERR_INVALID_URL
--- squid-6.10/errors/az/ERR_INVALID_URL	2024-06-08 14:47:46.000000000 +0000
+++ squid-6.11/errors/az/ERR_INVALID_URL	2024-09-15 21:05:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_LIFETIME_EXP squid-6.11/errors/az/ERR_LIFETIME_EXP
--- squid-6.10/errors/az/ERR_LIFETIME_EXP	2024-06-08 14:47:46.000000000 +0000
+++ squid-6.11/errors/az/ERR_LIFETIME_EXP	2024-09-15 21:05:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_NO_RELAY squid-6.11/errors/az/ERR_NO_RELAY
--- squid-6.10/errors/az/ERR_NO_RELAY	2024-06-08 14:47:46.000000000 +0000
+++ squid-6.11/errors/az/ERR_NO_RELAY	2024-09-15 21:05:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/az/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/az/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:47:47.000000000 +0000
+++ squid-6.11/errors/az/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:05:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_PRECONDITION_FAILED squid-6.11/errors/az/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/az/ERR_PRECONDITION_FAILED	2024-06-08 14:47:47.000000000 +0000
+++ squid-6.11/errors/az/ERR_PRECONDITION_FAILED	2024-09-15 21:05:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/az/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/az/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:47:47.000000000 +0000
+++ squid-6.11/errors/az/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:05:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_READ_ERROR squid-6.11/errors/az/ERR_READ_ERROR
--- squid-6.10/errors/az/ERR_READ_ERROR	2024-06-08 14:47:47.000000000 +0000
+++ squid-6.11/errors/az/ERR_READ_ERROR	2024-09-15 21:05:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_READ_TIMEOUT squid-6.11/errors/az/ERR_READ_TIMEOUT
--- squid-6.10/errors/az/ERR_READ_TIMEOUT	2024-06-08 14:47:47.000000000 +0000
+++ squid-6.11/errors/az/ERR_READ_TIMEOUT	2024-09-15 21:05:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/az/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/az/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:47:47.000000000 +0000
+++ squid-6.11/errors/az/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:05:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_SHUTTING_DOWN squid-6.11/errors/az/ERR_SHUTTING_DOWN
--- squid-6.10/errors/az/ERR_SHUTTING_DOWN	2024-06-08 14:47:47.000000000 +0000
+++ squid-6.11/errors/az/ERR_SHUTTING_DOWN	2024-09-15 21:05:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_SOCKET_FAILURE squid-6.11/errors/az/ERR_SOCKET_FAILURE
--- squid-6.10/errors/az/ERR_SOCKET_FAILURE	2024-06-08 14:47:48.000000000 +0000
+++ squid-6.11/errors/az/ERR_SOCKET_FAILURE	2024-09-15 21:05:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_TOO_BIG squid-6.11/errors/az/ERR_TOO_BIG
--- squid-6.10/errors/az/ERR_TOO_BIG	2024-06-08 14:47:48.000000000 +0000
+++ squid-6.11/errors/az/ERR_TOO_BIG	2024-09-15 21:05:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_UNSUP_HTTPVERSION squid-6.11/errors/az/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/az/ERR_UNSUP_HTTPVERSION	2024-06-08 14:47:48.000000000 +0000
+++ squid-6.11/errors/az/ERR_UNSUP_HTTPVERSION	2024-09-15 21:05:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_UNSUP_REQ squid-6.11/errors/az/ERR_UNSUP_REQ
--- squid-6.10/errors/az/ERR_UNSUP_REQ	2024-06-08 14:47:48.000000000 +0000
+++ squid-6.11/errors/az/ERR_UNSUP_REQ	2024-09-15 21:05:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_URN_RESOLVE squid-6.11/errors/az/ERR_URN_RESOLVE
--- squid-6.10/errors/az/ERR_URN_RESOLVE	2024-06-08 14:47:48.000000000 +0000
+++ squid-6.11/errors/az/ERR_URN_RESOLVE	2024-09-15 21:05:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_WRITE_ERROR squid-6.11/errors/az/ERR_WRITE_ERROR
--- squid-6.10/errors/az/ERR_WRITE_ERROR	2024-06-08 14:47:48.000000000 +0000
+++ squid-6.11/errors/az/ERR_WRITE_ERROR	2024-09-15 21:05:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/az/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/az/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/az/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:47:48.000000000 +0000
+++ squid-6.11/errors/az/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:05:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_ACCESS_DENIED squid-6.11/errors/bg/ERR_ACCESS_DENIED
--- squid-6.10/errors/bg/ERR_ACCESS_DENIED	2024-06-08 14:47:48.000000000 +0000
+++ squid-6.11/errors/bg/ERR_ACCESS_DENIED	2024-09-15 21:05:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/bg/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/bg/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/bg/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:47:49.000000000 +0000
+++ squid-6.11/errors/bg/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:05:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_AGENT_CONFIGURE squid-6.11/errors/bg/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/bg/ERR_AGENT_CONFIGURE	2024-06-08 14:47:49.000000000 +0000
+++ squid-6.11/errors/bg/ERR_AGENT_CONFIGURE	2024-09-15 21:05:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/bg/ERR_AGENT_WPAD squid-6.11/errors/bg/ERR_AGENT_WPAD
--- squid-6.10/errors/bg/ERR_AGENT_WPAD	2024-06-08 14:47:49.000000000 +0000
+++ squid-6.11/errors/bg/ERR_AGENT_WPAD	2024-09-15 21:05:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/bg/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/bg/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/bg/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:47:49.000000000 +0000
+++ squid-6.11/errors/bg/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:05:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Отказан достъп до кешираните данни.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/bg/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/bg/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:47:49.000000000 +0000
+++ squid-6.11/errors/bg/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:05:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Отказан достъп до кеш мениджъра.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_CANNOT_FORWARD squid-6.11/errors/bg/ERR_CANNOT_FORWARD
--- squid-6.10/errors/bg/ERR_CANNOT_FORWARD	2024-06-08 14:47:49.000000000 +0000
+++ squid-6.11/errors/bg/ERR_CANNOT_FORWARD	2024-09-15 21:05:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_CONFLICT_HOST squid-6.11/errors/bg/ERR_CONFLICT_HOST
--- squid-6.10/errors/bg/ERR_CONFLICT_HOST	2024-06-08 14:47:49.000000000 +0000
+++ squid-6.11/errors/bg/ERR_CONFLICT_HOST	2024-09-15 21:05:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_CONNECT_FAIL squid-6.11/errors/bg/ERR_CONNECT_FAIL
--- squid-6.10/errors/bg/ERR_CONNECT_FAIL	2024-06-08 14:47:50.000000000 +0000
+++ squid-6.11/errors/bg/ERR_CONNECT_FAIL	2024-09-15 21:05:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_DIR_LISTING squid-6.11/errors/bg/ERR_DIR_LISTING
--- squid-6.10/errors/bg/ERR_DIR_LISTING	2024-06-08 14:47:50.000000000 +0000
+++ squid-6.11/errors/bg/ERR_DIR_LISTING	2024-09-15 21:05:09.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>директория: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/bg/ERR_DNS_FAIL squid-6.11/errors/bg/ERR_DNS_FAIL
--- squid-6.10/errors/bg/ERR_DNS_FAIL	2024-06-08 14:47:50.000000000 +0000
+++ squid-6.11/errors/bg/ERR_DNS_FAIL	2024-09-15 21:05:09.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_ESI squid-6.11/errors/bg/ERR_ESI
--- squid-6.10/errors/bg/ERR_ESI	2024-06-08 14:47:50.000000000 +0000
+++ squid-6.11/errors/bg/ERR_ESI	2024-09-15 21:05:09.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_FORWARDING_DENIED squid-6.11/errors/bg/ERR_FORWARDING_DENIED
--- squid-6.10/errors/bg/ERR_FORWARDING_DENIED	2024-06-08 14:47:50.000000000 +0000
+++ squid-6.11/errors/bg/ERR_FORWARDING_DENIED	2024-09-15 21:05:09.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_FTP_DISABLED squid-6.11/errors/bg/ERR_FTP_DISABLED
--- squid-6.10/errors/bg/ERR_FTP_DISABLED	2024-06-08 14:47:50.000000000 +0000
+++ squid-6.11/errors/bg/ERR_FTP_DISABLED	2024-09-15 21:05:09.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_FTP_FAILURE squid-6.11/errors/bg/ERR_FTP_FAILURE
--- squid-6.10/errors/bg/ERR_FTP_FAILURE	2024-06-08 14:47:50.000000000 +0000
+++ squid-6.11/errors/bg/ERR_FTP_FAILURE	2024-09-15 21:05:09.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_FTP_FORBIDDEN squid-6.11/errors/bg/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/bg/ERR_FTP_FORBIDDEN	2024-06-08 14:47:50.000000000 +0000
+++ squid-6.11/errors/bg/ERR_FTP_FORBIDDEN	2024-09-15 21:05:09.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_FTP_NOT_FOUND squid-6.11/errors/bg/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/bg/ERR_FTP_NOT_FOUND	2024-06-08 14:47:51.000000000 +0000
+++ squid-6.11/errors/bg/ERR_FTP_NOT_FOUND	2024-09-15 21:05:10.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_FTP_PUT_CREATED squid-6.11/errors/bg/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/bg/ERR_FTP_PUT_CREATED	2024-06-08 14:47:51.000000000 +0000
+++ squid-6.11/errors/bg/ERR_FTP_PUT_CREATED	2024-09-15 21:05:10.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_FTP_PUT_ERROR squid-6.11/errors/bg/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/bg/ERR_FTP_PUT_ERROR	2024-06-08 14:47:51.000000000 +0000
+++ squid-6.11/errors/bg/ERR_FTP_PUT_ERROR	2024-09-15 21:05:10.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Неуспешен опит за качване на файл.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_FTP_PUT_MODIFIED squid-6.11/errors/bg/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/bg/ERR_FTP_PUT_MODIFIED	2024-06-08 14:47:51.000000000 +0000
+++ squid-6.11/errors/bg/ERR_FTP_PUT_MODIFIED	2024-09-15 21:05:10.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_FTP_UNAVAILABLE squid-6.11/errors/bg/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/bg/ERR_FTP_UNAVAILABLE	2024-06-08 14:47:51.000000000 +0000
+++ squid-6.11/errors/bg/ERR_FTP_UNAVAILABLE	2024-09-15 21:05:10.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_GATEWAY_FAILURE squid-6.11/errors/bg/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/bg/ERR_GATEWAY_FAILURE	2024-06-08 14:47:51.000000000 +0000
+++ squid-6.11/errors/bg/ERR_GATEWAY_FAILURE	2024-09-15 21:05:10.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_ICAP_FAILURE squid-6.11/errors/bg/ERR_ICAP_FAILURE
--- squid-6.10/errors/bg/ERR_ICAP_FAILURE	2024-06-08 14:47:51.000000000 +0000
+++ squid-6.11/errors/bg/ERR_ICAP_FAILURE	2024-09-15 21:05:10.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_INVALID_REQ squid-6.11/errors/bg/ERR_INVALID_REQ
--- squid-6.10/errors/bg/ERR_INVALID_REQ	2024-06-08 14:47:51.000000000 +0000
+++ squid-6.11/errors/bg/ERR_INVALID_REQ	2024-09-15 21:05:10.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_INVALID_RESP squid-6.11/errors/bg/ERR_INVALID_RESP
--- squid-6.10/errors/bg/ERR_INVALID_RESP	2024-06-08 14:47:52.000000000 +0000
+++ squid-6.11/errors/bg/ERR_INVALID_RESP	2024-09-15 21:05:11.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_INVALID_URL squid-6.11/errors/bg/ERR_INVALID_URL
--- squid-6.10/errors/bg/ERR_INVALID_URL	2024-06-08 14:47:52.000000000 +0000
+++ squid-6.11/errors/bg/ERR_INVALID_URL	2024-09-15 21:05:11.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_LIFETIME_EXP squid-6.11/errors/bg/ERR_LIFETIME_EXP
--- squid-6.10/errors/bg/ERR_LIFETIME_EXP	2024-06-08 14:47:52.000000000 +0000
+++ squid-6.11/errors/bg/ERR_LIFETIME_EXP	2024-09-15 21:05:11.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_NO_RELAY squid-6.11/errors/bg/ERR_NO_RELAY
--- squid-6.10/errors/bg/ERR_NO_RELAY	2024-06-08 14:47:52.000000000 +0000
+++ squid-6.11/errors/bg/ERR_NO_RELAY	2024-09-15 21:05:11.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/bg/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/bg/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:47:52.000000000 +0000
+++ squid-6.11/errors/bg/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:05:11.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_PRECONDITION_FAILED squid-6.11/errors/bg/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/bg/ERR_PRECONDITION_FAILED	2024-06-08 14:47:52.000000000 +0000
+++ squid-6.11/errors/bg/ERR_PRECONDITION_FAILED	2024-09-15 21:05:11.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/bg/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/bg/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:47:52.000000000 +0000
+++ squid-6.11/errors/bg/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:05:11.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_READ_ERROR squid-6.11/errors/bg/ERR_READ_ERROR
--- squid-6.10/errors/bg/ERR_READ_ERROR	2024-06-08 14:47:53.000000000 +0000
+++ squid-6.11/errors/bg/ERR_READ_ERROR	2024-09-15 21:05:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_READ_TIMEOUT squid-6.11/errors/bg/ERR_READ_TIMEOUT
--- squid-6.10/errors/bg/ERR_READ_TIMEOUT	2024-06-08 14:47:53.000000000 +0000
+++ squid-6.11/errors/bg/ERR_READ_TIMEOUT	2024-09-15 21:05:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/bg/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/bg/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:47:53.000000000 +0000
+++ squid-6.11/errors/bg/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:05:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_SHUTTING_DOWN squid-6.11/errors/bg/ERR_SHUTTING_DOWN
--- squid-6.10/errors/bg/ERR_SHUTTING_DOWN	2024-06-08 14:47:53.000000000 +0000
+++ squid-6.11/errors/bg/ERR_SHUTTING_DOWN	2024-09-15 21:05:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_SOCKET_FAILURE squid-6.11/errors/bg/ERR_SOCKET_FAILURE
--- squid-6.10/errors/bg/ERR_SOCKET_FAILURE	2024-06-08 14:47:53.000000000 +0000
+++ squid-6.11/errors/bg/ERR_SOCKET_FAILURE	2024-09-15 21:05:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_TOO_BIG squid-6.11/errors/bg/ERR_TOO_BIG
--- squid-6.10/errors/bg/ERR_TOO_BIG	2024-06-08 14:47:53.000000000 +0000
+++ squid-6.11/errors/bg/ERR_TOO_BIG	2024-09-15 21:05:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_UNSUP_HTTPVERSION squid-6.11/errors/bg/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/bg/ERR_UNSUP_HTTPVERSION	2024-06-08 14:47:53.000000000 +0000
+++ squid-6.11/errors/bg/ERR_UNSUP_HTTPVERSION	2024-09-15 21:05:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_UNSUP_REQ squid-6.11/errors/bg/ERR_UNSUP_REQ
--- squid-6.10/errors/bg/ERR_UNSUP_REQ	2024-06-08 14:47:53.000000000 +0000
+++ squid-6.11/errors/bg/ERR_UNSUP_REQ	2024-09-15 21:05:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_URN_RESOLVE squid-6.11/errors/bg/ERR_URN_RESOLVE
--- squid-6.10/errors/bg/ERR_URN_RESOLVE	2024-06-08 14:47:54.000000000 +0000
+++ squid-6.11/errors/bg/ERR_URN_RESOLVE	2024-09-15 21:05:13.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница не може да бъде изтеглена</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_WRITE_ERROR squid-6.11/errors/bg/ERR_WRITE_ERROR
--- squid-6.10/errors/bg/ERR_WRITE_ERROR	2024-06-08 14:47:54.000000000 +0000
+++ squid-6.11/errors/bg/ERR_WRITE_ERROR	2024-09-15 21:05:13.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/bg/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/bg/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/bg/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:47:54.000000000 +0000
+++ squid-6.11/errors/bg/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:05:13.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_ACCESS_DENIED squid-6.11/errors/ca/ERR_ACCESS_DENIED
--- squid-6.10/errors/ca/ERR_ACCESS_DENIED	2024-06-08 14:47:54.000000000 +0000
+++ squid-6.11/errors/ca/ERR_ACCESS_DENIED	2024-09-15 21:05:13.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ca/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/ca/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/ca/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:47:54.000000000 +0000
+++ squid-6.11/errors/ca/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:05:13.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_AGENT_CONFIGURE squid-6.11/errors/ca/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/ca/ERR_AGENT_CONFIGURE	2024-06-08 14:47:54.000000000 +0000
+++ squid-6.11/errors/ca/ERR_AGENT_CONFIGURE	2024-09-15 21:05:13.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ca/ERR_AGENT_WPAD squid-6.11/errors/ca/ERR_AGENT_WPAD
--- squid-6.10/errors/ca/ERR_AGENT_WPAD	2024-06-08 14:47:54.000000000 +0000
+++ squid-6.11/errors/ca/ERR_AGENT_WPAD	2024-09-15 21:05:13.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ca/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/ca/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/ca/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:47:55.000000000 +0000
+++ squid-6.11/errors/ca/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:05:13.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Acc&eacute;s denegat a la cache</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/ca/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/ca/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:47:55.000000000 +0000
+++ squid-6.11/errors/ca/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:05:14.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Acc&eacute;s denegat a l'administraci&oacute; de la cache</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_CANNOT_FORWARD squid-6.11/errors/ca/ERR_CANNOT_FORWARD
--- squid-6.10/errors/ca/ERR_CANNOT_FORWARD	2024-06-08 14:47:55.000000000 +0000
+++ squid-6.11/errors/ca/ERR_CANNOT_FORWARD	2024-09-15 21:05:14.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_CONFLICT_HOST squid-6.11/errors/ca/ERR_CONFLICT_HOST
--- squid-6.10/errors/ca/ERR_CONFLICT_HOST	2024-06-08 14:47:55.000000000 +0000
+++ squid-6.11/errors/ca/ERR_CONFLICT_HOST	2024-09-15 21:05:14.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_CONNECT_FAIL squid-6.11/errors/ca/ERR_CONNECT_FAIL
--- squid-6.10/errors/ca/ERR_CONNECT_FAIL	2024-06-08 14:47:55.000000000 +0000
+++ squid-6.11/errors/ca/ERR_CONNECT_FAIL	2024-09-15 21:05:14.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_DIR_LISTING squid-6.11/errors/ca/ERR_DIR_LISTING
--- squid-6.10/errors/ca/ERR_DIR_LISTING	2024-06-08 14:47:55.000000000 +0000
+++ squid-6.11/errors/ca/ERR_DIR_LISTING	2024-09-15 21:05:14.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ca/ERR_DNS_FAIL squid-6.11/errors/ca/ERR_DNS_FAIL
--- squid-6.10/errors/ca/ERR_DNS_FAIL	2024-06-08 14:47:55.000000000 +0000
+++ squid-6.11/errors/ca/ERR_DNS_FAIL	2024-09-15 21:05:14.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_ESI squid-6.11/errors/ca/ERR_ESI
--- squid-6.10/errors/ca/ERR_ESI	2024-06-08 14:47:55.000000000 +0000
+++ squid-6.11/errors/ca/ERR_ESI	2024-09-15 21:05:14.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_FORWARDING_DENIED squid-6.11/errors/ca/ERR_FORWARDING_DENIED
--- squid-6.10/errors/ca/ERR_FORWARDING_DENIED	2024-06-08 14:47:56.000000000 +0000
+++ squid-6.11/errors/ca/ERR_FORWARDING_DENIED	2024-09-15 21:05:15.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_FTP_DISABLED squid-6.11/errors/ca/ERR_FTP_DISABLED
--- squid-6.10/errors/ca/ERR_FTP_DISABLED	2024-06-08 14:47:56.000000000 +0000
+++ squid-6.11/errors/ca/ERR_FTP_DISABLED	2024-09-15 21:05:15.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_FTP_FAILURE squid-6.11/errors/ca/ERR_FTP_FAILURE
--- squid-6.10/errors/ca/ERR_FTP_FAILURE	2024-06-08 14:47:56.000000000 +0000
+++ squid-6.11/errors/ca/ERR_FTP_FAILURE	2024-09-15 21:05:15.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_FTP_FORBIDDEN squid-6.11/errors/ca/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/ca/ERR_FTP_FORBIDDEN	2024-06-08 14:47:56.000000000 +0000
+++ squid-6.11/errors/ca/ERR_FTP_FORBIDDEN	2024-09-15 21:05:15.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_FTP_NOT_FOUND squid-6.11/errors/ca/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/ca/ERR_FTP_NOT_FOUND	2024-06-08 14:47:56.000000000 +0000
+++ squid-6.11/errors/ca/ERR_FTP_NOT_FOUND	2024-09-15 21:05:15.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_FTP_PUT_CREATED squid-6.11/errors/ca/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/ca/ERR_FTP_PUT_CREATED	2024-06-08 14:47:56.000000000 +0000
+++ squid-6.11/errors/ca/ERR_FTP_PUT_CREATED	2024-09-15 21:05:15.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_FTP_PUT_ERROR squid-6.11/errors/ca/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/ca/ERR_FTP_PUT_ERROR	2024-06-08 14:47:56.000000000 +0000
+++ squid-6.11/errors/ca/ERR_FTP_PUT_ERROR	2024-09-15 21:05:15.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: FTP upload failed</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_FTP_PUT_MODIFIED squid-6.11/errors/ca/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/ca/ERR_FTP_PUT_MODIFIED	2024-06-08 14:47:57.000000000 +0000
+++ squid-6.11/errors/ca/ERR_FTP_PUT_MODIFIED	2024-09-15 21:05:15.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_FTP_UNAVAILABLE squid-6.11/errors/ca/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/ca/ERR_FTP_UNAVAILABLE	2024-06-08 14:47:57.000000000 +0000
+++ squid-6.11/errors/ca/ERR_FTP_UNAVAILABLE	2024-09-15 21:05:16.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_GATEWAY_FAILURE squid-6.11/errors/ca/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/ca/ERR_GATEWAY_FAILURE	2024-06-08 14:47:57.000000000 +0000
+++ squid-6.11/errors/ca/ERR_GATEWAY_FAILURE	2024-09-15 21:05:16.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_ICAP_FAILURE squid-6.11/errors/ca/ERR_ICAP_FAILURE
--- squid-6.10/errors/ca/ERR_ICAP_FAILURE	2024-06-08 14:47:57.000000000 +0000
+++ squid-6.11/errors/ca/ERR_ICAP_FAILURE	2024-09-15 21:05:16.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_INVALID_REQ squid-6.11/errors/ca/ERR_INVALID_REQ
--- squid-6.10/errors/ca/ERR_INVALID_REQ	2024-06-08 14:47:57.000000000 +0000
+++ squid-6.11/errors/ca/ERR_INVALID_REQ	2024-09-15 21:05:16.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_INVALID_RESP squid-6.11/errors/ca/ERR_INVALID_RESP
--- squid-6.10/errors/ca/ERR_INVALID_RESP	2024-06-08 14:47:57.000000000 +0000
+++ squid-6.11/errors/ca/ERR_INVALID_RESP	2024-09-15 21:05:16.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_INVALID_URL squid-6.11/errors/ca/ERR_INVALID_URL
--- squid-6.10/errors/ca/ERR_INVALID_URL	2024-06-08 14:47:57.000000000 +0000
+++ squid-6.11/errors/ca/ERR_INVALID_URL	2024-09-15 21:05:16.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_LIFETIME_EXP squid-6.11/errors/ca/ERR_LIFETIME_EXP
--- squid-6.10/errors/ca/ERR_LIFETIME_EXP	2024-06-08 14:47:57.000000000 +0000
+++ squid-6.11/errors/ca/ERR_LIFETIME_EXP	2024-09-15 21:05:16.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_NO_RELAY squid-6.11/errors/ca/ERR_NO_RELAY
--- squid-6.10/errors/ca/ERR_NO_RELAY	2024-06-08 14:47:58.000000000 +0000
+++ squid-6.11/errors/ca/ERR_NO_RELAY	2024-09-15 21:05:16.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/ca/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/ca/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:47:58.000000000 +0000
+++ squid-6.11/errors/ca/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:05:17.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_PRECONDITION_FAILED squid-6.11/errors/ca/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/ca/ERR_PRECONDITION_FAILED	2024-06-08 14:47:58.000000000 +0000
+++ squid-6.11/errors/ca/ERR_PRECONDITION_FAILED	2024-09-15 21:05:17.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/ca/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/ca/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:47:58.000000000 +0000
+++ squid-6.11/errors/ca/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:05:17.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_READ_ERROR squid-6.11/errors/ca/ERR_READ_ERROR
--- squid-6.10/errors/ca/ERR_READ_ERROR	2024-06-08 14:47:58.000000000 +0000
+++ squid-6.11/errors/ca/ERR_READ_ERROR	2024-09-15 21:05:17.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_READ_TIMEOUT squid-6.11/errors/ca/ERR_READ_TIMEOUT
--- squid-6.10/errors/ca/ERR_READ_TIMEOUT	2024-06-08 14:47:58.000000000 +0000
+++ squid-6.11/errors/ca/ERR_READ_TIMEOUT	2024-09-15 21:05:17.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/ca/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/ca/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:47:58.000000000 +0000
+++ squid-6.11/errors/ca/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:05:17.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_SHUTTING_DOWN squid-6.11/errors/ca/ERR_SHUTTING_DOWN
--- squid-6.10/errors/ca/ERR_SHUTTING_DOWN	2024-06-08 14:47:59.000000000 +0000
+++ squid-6.11/errors/ca/ERR_SHUTTING_DOWN	2024-09-15 21:05:17.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_SOCKET_FAILURE squid-6.11/errors/ca/ERR_SOCKET_FAILURE
--- squid-6.10/errors/ca/ERR_SOCKET_FAILURE	2024-06-08 14:47:59.000000000 +0000
+++ squid-6.11/errors/ca/ERR_SOCKET_FAILURE	2024-09-15 21:05:18.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_TOO_BIG squid-6.11/errors/ca/ERR_TOO_BIG
--- squid-6.10/errors/ca/ERR_TOO_BIG	2024-06-08 14:47:59.000000000 +0000
+++ squid-6.11/errors/ca/ERR_TOO_BIG	2024-09-15 21:05:18.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_UNSUP_HTTPVERSION squid-6.11/errors/ca/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/ca/ERR_UNSUP_HTTPVERSION	2024-06-08 14:47:59.000000000 +0000
+++ squid-6.11/errors/ca/ERR_UNSUP_HTTPVERSION	2024-09-15 21:05:18.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_UNSUP_REQ squid-6.11/errors/ca/ERR_UNSUP_REQ
--- squid-6.10/errors/ca/ERR_UNSUP_REQ	2024-06-08 14:47:59.000000000 +0000
+++ squid-6.11/errors/ca/ERR_UNSUP_REQ	2024-09-15 21:05:18.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_URN_RESOLVE squid-6.11/errors/ca/ERR_URN_RESOLVE
--- squid-6.10/errors/ca/ERR_URN_RESOLVE	2024-06-08 14:47:59.000000000 +0000
+++ squid-6.11/errors/ca/ERR_URN_RESOLVE	2024-09-15 21:05:18.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_WRITE_ERROR squid-6.11/errors/ca/ERR_WRITE_ERROR
--- squid-6.10/errors/ca/ERR_WRITE_ERROR	2024-06-08 14:47:59.000000000 +0000
+++ squid-6.11/errors/ca/ERR_WRITE_ERROR	2024-09-15 21:05:18.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ca/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/ca/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/ca/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:48:00.000000000 +0000
+++ squid-6.11/errors/ca/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:05:18.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/COPYRIGHT squid-6.11/errors/COPYRIGHT
--- squid-6.10/errors/COPYRIGHT	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/COPYRIGHT	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 ==============================================================================
 
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/errors/cs/ERR_ACCESS_DENIED squid-6.11/errors/cs/ERR_ACCESS_DENIED
--- squid-6.10/errors/cs/ERR_ACCESS_DENIED	2024-06-08 14:48:00.000000000 +0000
+++ squid-6.11/errors/cs/ERR_ACCESS_DENIED	2024-09-15 21:05:18.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/cs/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/cs/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/cs/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:48:00.000000000 +0000
+++ squid-6.11/errors/cs/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:05:19.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_AGENT_CONFIGURE squid-6.11/errors/cs/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/cs/ERR_AGENT_CONFIGURE	2024-06-08 14:48:00.000000000 +0000
+++ squid-6.11/errors/cs/ERR_AGENT_CONFIGURE	2024-09-15 21:05:19.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/cs/ERR_AGENT_WPAD squid-6.11/errors/cs/ERR_AGENT_WPAD
--- squid-6.10/errors/cs/ERR_AGENT_WPAD	2024-06-08 14:48:00.000000000 +0000
+++ squid-6.11/errors/cs/ERR_AGENT_WPAD	2024-09-15 21:05:19.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/cs/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/cs/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/cs/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:48:00.000000000 +0000
+++ squid-6.11/errors/cs/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:05:19.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Přístup k cache odepřen</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/cs/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/cs/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:48:00.000000000 +0000
+++ squid-6.11/errors/cs/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:05:19.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Přístup ke správci cache odepřen</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_CANNOT_FORWARD squid-6.11/errors/cs/ERR_CANNOT_FORWARD
--- squid-6.10/errors/cs/ERR_CANNOT_FORWARD	2024-06-08 14:48:00.000000000 +0000
+++ squid-6.11/errors/cs/ERR_CANNOT_FORWARD	2024-09-15 21:05:19.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_CONFLICT_HOST squid-6.11/errors/cs/ERR_CONFLICT_HOST
--- squid-6.10/errors/cs/ERR_CONFLICT_HOST	2024-06-08 14:48:01.000000000 +0000
+++ squid-6.11/errors/cs/ERR_CONFLICT_HOST	2024-09-15 21:05:19.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_CONNECT_FAIL squid-6.11/errors/cs/ERR_CONNECT_FAIL
--- squid-6.10/errors/cs/ERR_CONNECT_FAIL	2024-06-08 14:48:01.000000000 +0000
+++ squid-6.11/errors/cs/ERR_CONNECT_FAIL	2024-09-15 21:05:19.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_DIR_LISTING squid-6.11/errors/cs/ERR_DIR_LISTING
--- squid-6.10/errors/cs/ERR_DIR_LISTING	2024-06-08 14:48:01.000000000 +0000
+++ squid-6.11/errors/cs/ERR_DIR_LISTING	2024-09-15 21:05:20.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Adresář: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/cs/ERR_DNS_FAIL squid-6.11/errors/cs/ERR_DNS_FAIL
--- squid-6.10/errors/cs/ERR_DNS_FAIL	2024-06-08 14:48:01.000000000 +0000
+++ squid-6.11/errors/cs/ERR_DNS_FAIL	2024-09-15 21:05:20.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_ESI squid-6.11/errors/cs/ERR_ESI
--- squid-6.10/errors/cs/ERR_ESI	2024-06-08 14:48:01.000000000 +0000
+++ squid-6.11/errors/cs/ERR_ESI	2024-09-15 21:05:20.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_FORWARDING_DENIED squid-6.11/errors/cs/ERR_FORWARDING_DENIED
--- squid-6.10/errors/cs/ERR_FORWARDING_DENIED	2024-06-08 14:48:01.000000000 +0000
+++ squid-6.11/errors/cs/ERR_FORWARDING_DENIED	2024-09-15 21:05:20.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_FTP_DISABLED squid-6.11/errors/cs/ERR_FTP_DISABLED
--- squid-6.10/errors/cs/ERR_FTP_DISABLED	2024-06-08 14:48:01.000000000 +0000
+++ squid-6.11/errors/cs/ERR_FTP_DISABLED	2024-09-15 21:05:20.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_FTP_FAILURE squid-6.11/errors/cs/ERR_FTP_FAILURE
--- squid-6.10/errors/cs/ERR_FTP_FAILURE	2024-06-08 14:48:02.000000000 +0000
+++ squid-6.11/errors/cs/ERR_FTP_FAILURE	2024-09-15 21:05:20.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_FTP_FORBIDDEN squid-6.11/errors/cs/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/cs/ERR_FTP_FORBIDDEN	2024-06-08 14:48:02.000000000 +0000
+++ squid-6.11/errors/cs/ERR_FTP_FORBIDDEN	2024-09-15 21:05:20.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_FTP_NOT_FOUND squid-6.11/errors/cs/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/cs/ERR_FTP_NOT_FOUND	2024-06-08 14:48:02.000000000 +0000
+++ squid-6.11/errors/cs/ERR_FTP_NOT_FOUND	2024-09-15 21:05:21.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_FTP_PUT_CREATED squid-6.11/errors/cs/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/cs/ERR_FTP_PUT_CREATED	2024-06-08 14:48:02.000000000 +0000
+++ squid-6.11/errors/cs/ERR_FTP_PUT_CREATED	2024-09-15 21:05:21.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_FTP_PUT_ERROR squid-6.11/errors/cs/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/cs/ERR_FTP_PUT_ERROR	2024-06-08 14:48:02.000000000 +0000
+++ squid-6.11/errors/cs/ERR_FTP_PUT_ERROR	2024-09-15 21:05:21.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Selhalo nahrávání na FTP</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_FTP_PUT_MODIFIED squid-6.11/errors/cs/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/cs/ERR_FTP_PUT_MODIFIED	2024-06-08 14:48:02.000000000 +0000
+++ squid-6.11/errors/cs/ERR_FTP_PUT_MODIFIED	2024-09-15 21:05:21.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_FTP_UNAVAILABLE squid-6.11/errors/cs/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/cs/ERR_FTP_UNAVAILABLE	2024-06-08 14:48:02.000000000 +0000
+++ squid-6.11/errors/cs/ERR_FTP_UNAVAILABLE	2024-09-15 21:05:21.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_GATEWAY_FAILURE squid-6.11/errors/cs/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/cs/ERR_GATEWAY_FAILURE	2024-06-08 14:48:02.000000000 +0000
+++ squid-6.11/errors/cs/ERR_GATEWAY_FAILURE	2024-09-15 21:05:21.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_ICAP_FAILURE squid-6.11/errors/cs/ERR_ICAP_FAILURE
--- squid-6.10/errors/cs/ERR_ICAP_FAILURE	2024-06-08 14:48:03.000000000 +0000
+++ squid-6.11/errors/cs/ERR_ICAP_FAILURE	2024-09-15 21:05:21.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_INVALID_REQ squid-6.11/errors/cs/ERR_INVALID_REQ
--- squid-6.10/errors/cs/ERR_INVALID_REQ	2024-06-08 14:48:03.000000000 +0000
+++ squid-6.11/errors/cs/ERR_INVALID_REQ	2024-09-15 21:05:21.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_INVALID_RESP squid-6.11/errors/cs/ERR_INVALID_RESP
--- squid-6.10/errors/cs/ERR_INVALID_RESP	2024-06-08 14:48:03.000000000 +0000
+++ squid-6.11/errors/cs/ERR_INVALID_RESP	2024-09-15 21:05:22.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_INVALID_URL squid-6.11/errors/cs/ERR_INVALID_URL
--- squid-6.10/errors/cs/ERR_INVALID_URL	2024-06-08 14:48:03.000000000 +0000
+++ squid-6.11/errors/cs/ERR_INVALID_URL	2024-09-15 21:05:22.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_LIFETIME_EXP squid-6.11/errors/cs/ERR_LIFETIME_EXP
--- squid-6.10/errors/cs/ERR_LIFETIME_EXP	2024-06-08 14:48:03.000000000 +0000
+++ squid-6.11/errors/cs/ERR_LIFETIME_EXP	2024-09-15 21:05:22.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_NO_RELAY squid-6.11/errors/cs/ERR_NO_RELAY
--- squid-6.10/errors/cs/ERR_NO_RELAY	2024-06-08 14:48:03.000000000 +0000
+++ squid-6.11/errors/cs/ERR_NO_RELAY	2024-09-15 21:05:22.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/cs/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/cs/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:48:03.000000000 +0000
+++ squid-6.11/errors/cs/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:05:22.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_PRECONDITION_FAILED squid-6.11/errors/cs/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/cs/ERR_PRECONDITION_FAILED	2024-06-08 14:48:03.000000000 +0000
+++ squid-6.11/errors/cs/ERR_PRECONDITION_FAILED	2024-09-15 21:05:22.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/cs/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/cs/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:48:04.000000000 +0000
+++ squid-6.11/errors/cs/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:05:22.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_READ_ERROR squid-6.11/errors/cs/ERR_READ_ERROR
--- squid-6.10/errors/cs/ERR_READ_ERROR	2024-06-08 14:48:04.000000000 +0000
+++ squid-6.11/errors/cs/ERR_READ_ERROR	2024-09-15 21:05:22.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_READ_TIMEOUT squid-6.11/errors/cs/ERR_READ_TIMEOUT
--- squid-6.10/errors/cs/ERR_READ_TIMEOUT	2024-06-08 14:48:04.000000000 +0000
+++ squid-6.11/errors/cs/ERR_READ_TIMEOUT	2024-09-15 21:05:23.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/cs/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/cs/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:48:04.000000000 +0000
+++ squid-6.11/errors/cs/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:05:23.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_SHUTTING_DOWN squid-6.11/errors/cs/ERR_SHUTTING_DOWN
--- squid-6.10/errors/cs/ERR_SHUTTING_DOWN	2024-06-08 14:48:04.000000000 +0000
+++ squid-6.11/errors/cs/ERR_SHUTTING_DOWN	2024-09-15 21:05:23.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_SOCKET_FAILURE squid-6.11/errors/cs/ERR_SOCKET_FAILURE
--- squid-6.10/errors/cs/ERR_SOCKET_FAILURE	2024-06-08 14:48:04.000000000 +0000
+++ squid-6.11/errors/cs/ERR_SOCKET_FAILURE	2024-09-15 21:05:23.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_TOO_BIG squid-6.11/errors/cs/ERR_TOO_BIG
--- squid-6.10/errors/cs/ERR_TOO_BIG	2024-06-08 14:48:04.000000000 +0000
+++ squid-6.11/errors/cs/ERR_TOO_BIG	2024-09-15 21:05:23.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_UNSUP_HTTPVERSION squid-6.11/errors/cs/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/cs/ERR_UNSUP_HTTPVERSION	2024-06-08 14:48:05.000000000 +0000
+++ squid-6.11/errors/cs/ERR_UNSUP_HTTPVERSION	2024-09-15 21:05:23.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_UNSUP_REQ squid-6.11/errors/cs/ERR_UNSUP_REQ
--- squid-6.10/errors/cs/ERR_UNSUP_REQ	2024-06-08 14:48:05.000000000 +0000
+++ squid-6.11/errors/cs/ERR_UNSUP_REQ	2024-09-15 21:05:23.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_URN_RESOLVE squid-6.11/errors/cs/ERR_URN_RESOLVE
--- squid-6.10/errors/cs/ERR_URN_RESOLVE	2024-06-08 14:48:05.000000000 +0000
+++ squid-6.11/errors/cs/ERR_URN_RESOLVE	2024-09-15 21:05:24.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_WRITE_ERROR squid-6.11/errors/cs/ERR_WRITE_ERROR
--- squid-6.10/errors/cs/ERR_WRITE_ERROR	2024-06-08 14:48:05.000000000 +0000
+++ squid-6.11/errors/cs/ERR_WRITE_ERROR	2024-09-15 21:05:24.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/cs/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/cs/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/cs/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:48:05.000000000 +0000
+++ squid-6.11/errors/cs/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:05:24.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_ACCESS_DENIED squid-6.11/errors/da/ERR_ACCESS_DENIED
--- squid-6.10/errors/da/ERR_ACCESS_DENIED	2024-06-08 14:48:05.000000000 +0000
+++ squid-6.11/errors/da/ERR_ACCESS_DENIED	2024-09-15 21:05:24.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/da/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/da/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/da/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:48:05.000000000 +0000
+++ squid-6.11/errors/da/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:05:24.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_AGENT_CONFIGURE squid-6.11/errors/da/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/da/ERR_AGENT_CONFIGURE	2024-06-08 14:48:06.000000000 +0000
+++ squid-6.11/errors/da/ERR_AGENT_CONFIGURE	2024-09-15 21:05:24.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/da/ERR_AGENT_WPAD squid-6.11/errors/da/ERR_AGENT_WPAD
--- squid-6.10/errors/da/ERR_AGENT_WPAD	2024-06-08 14:48:06.000000000 +0000
+++ squid-6.11/errors/da/ERR_AGENT_WPAD	2024-09-15 21:05:24.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/da/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/da/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/da/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:48:06.000000000 +0000
+++ squid-6.11/errors/da/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:05:24.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Cache Adgang N&aelig;gtet</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/da/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/da/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:48:06.000000000 +0000
+++ squid-6.11/errors/da/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:05:25.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Cache Administrator Adgang N&aelig;gtet</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_CANNOT_FORWARD squid-6.11/errors/da/ERR_CANNOT_FORWARD
--- squid-6.10/errors/da/ERR_CANNOT_FORWARD	2024-06-08 14:48:06.000000000 +0000
+++ squid-6.11/errors/da/ERR_CANNOT_FORWARD	2024-09-15 21:05:25.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_CONFLICT_HOST squid-6.11/errors/da/ERR_CONFLICT_HOST
--- squid-6.10/errors/da/ERR_CONFLICT_HOST	2024-06-08 14:48:06.000000000 +0000
+++ squid-6.11/errors/da/ERR_CONFLICT_HOST	2024-09-15 21:05:25.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_CONNECT_FAIL squid-6.11/errors/da/ERR_CONNECT_FAIL
--- squid-6.10/errors/da/ERR_CONNECT_FAIL	2024-06-08 14:48:06.000000000 +0000
+++ squid-6.11/errors/da/ERR_CONNECT_FAIL	2024-09-15 21:05:25.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_DIR_LISTING squid-6.11/errors/da/ERR_DIR_LISTING
--- squid-6.10/errors/da/ERR_DIR_LISTING	2024-06-08 14:48:06.000000000 +0000
+++ squid-6.11/errors/da/ERR_DIR_LISTING	2024-09-15 21:05:25.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/da/ERR_DNS_FAIL squid-6.11/errors/da/ERR_DNS_FAIL
--- squid-6.10/errors/da/ERR_DNS_FAIL	2024-06-08 14:48:07.000000000 +0000
+++ squid-6.11/errors/da/ERR_DNS_FAIL	2024-09-15 21:05:25.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_ESI squid-6.11/errors/da/ERR_ESI
--- squid-6.10/errors/da/ERR_ESI	2024-06-08 14:48:07.000000000 +0000
+++ squid-6.11/errors/da/ERR_ESI	2024-09-15 21:05:25.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_FORWARDING_DENIED squid-6.11/errors/da/ERR_FORWARDING_DENIED
--- squid-6.10/errors/da/ERR_FORWARDING_DENIED	2024-06-08 14:48:07.000000000 +0000
+++ squid-6.11/errors/da/ERR_FORWARDING_DENIED	2024-09-15 21:05:26.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_FTP_DISABLED squid-6.11/errors/da/ERR_FTP_DISABLED
--- squid-6.10/errors/da/ERR_FTP_DISABLED	2024-06-08 14:48:07.000000000 +0000
+++ squid-6.11/errors/da/ERR_FTP_DISABLED	2024-09-15 21:05:26.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_FTP_FAILURE squid-6.11/errors/da/ERR_FTP_FAILURE
--- squid-6.10/errors/da/ERR_FTP_FAILURE	2024-06-08 14:48:07.000000000 +0000
+++ squid-6.11/errors/da/ERR_FTP_FAILURE	2024-09-15 21:05:26.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_FTP_FORBIDDEN squid-6.11/errors/da/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/da/ERR_FTP_FORBIDDEN	2024-06-08 14:48:07.000000000 +0000
+++ squid-6.11/errors/da/ERR_FTP_FORBIDDEN	2024-09-15 21:05:26.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_FTP_NOT_FOUND squid-6.11/errors/da/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/da/ERR_FTP_NOT_FOUND	2024-06-08 14:48:07.000000000 +0000
+++ squid-6.11/errors/da/ERR_FTP_NOT_FOUND	2024-09-15 21:05:26.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_FTP_PUT_CREATED squid-6.11/errors/da/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/da/ERR_FTP_PUT_CREATED	2024-06-08 14:48:07.000000000 +0000
+++ squid-6.11/errors/da/ERR_FTP_PUT_CREATED	2024-09-15 21:05:26.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_FTP_PUT_ERROR squid-6.11/errors/da/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/da/ERR_FTP_PUT_ERROR	2024-06-08 14:48:08.000000000 +0000
+++ squid-6.11/errors/da/ERR_FTP_PUT_ERROR	2024-09-15 21:05:26.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: FTP upload failed</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_FTP_PUT_MODIFIED squid-6.11/errors/da/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/da/ERR_FTP_PUT_MODIFIED	2024-06-08 14:48:08.000000000 +0000
+++ squid-6.11/errors/da/ERR_FTP_PUT_MODIFIED	2024-09-15 21:05:26.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_FTP_UNAVAILABLE squid-6.11/errors/da/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/da/ERR_FTP_UNAVAILABLE	2024-06-08 14:48:08.000000000 +0000
+++ squid-6.11/errors/da/ERR_FTP_UNAVAILABLE	2024-09-15 21:05:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_GATEWAY_FAILURE squid-6.11/errors/da/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/da/ERR_GATEWAY_FAILURE	2024-06-08 14:48:08.000000000 +0000
+++ squid-6.11/errors/da/ERR_GATEWAY_FAILURE	2024-09-15 21:05:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_ICAP_FAILURE squid-6.11/errors/da/ERR_ICAP_FAILURE
--- squid-6.10/errors/da/ERR_ICAP_FAILURE	2024-06-08 14:48:08.000000000 +0000
+++ squid-6.11/errors/da/ERR_ICAP_FAILURE	2024-09-15 21:05:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_INVALID_REQ squid-6.11/errors/da/ERR_INVALID_REQ
--- squid-6.10/errors/da/ERR_INVALID_REQ	2024-06-08 14:48:08.000000000 +0000
+++ squid-6.11/errors/da/ERR_INVALID_REQ	2024-09-15 21:05:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_INVALID_RESP squid-6.11/errors/da/ERR_INVALID_RESP
--- squid-6.10/errors/da/ERR_INVALID_RESP	2024-06-08 14:48:08.000000000 +0000
+++ squid-6.11/errors/da/ERR_INVALID_RESP	2024-09-15 21:05:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_INVALID_URL squid-6.11/errors/da/ERR_INVALID_URL
--- squid-6.10/errors/da/ERR_INVALID_URL	2024-06-08 14:48:09.000000000 +0000
+++ squid-6.11/errors/da/ERR_INVALID_URL	2024-09-15 21:05:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_LIFETIME_EXP squid-6.11/errors/da/ERR_LIFETIME_EXP
--- squid-6.10/errors/da/ERR_LIFETIME_EXP	2024-06-08 14:48:09.000000000 +0000
+++ squid-6.11/errors/da/ERR_LIFETIME_EXP	2024-09-15 21:05:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_NO_RELAY squid-6.11/errors/da/ERR_NO_RELAY
--- squid-6.10/errors/da/ERR_NO_RELAY	2024-06-08 14:48:09.000000000 +0000
+++ squid-6.11/errors/da/ERR_NO_RELAY	2024-09-15 21:05:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/da/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/da/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:48:09.000000000 +0000
+++ squid-6.11/errors/da/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:05:28.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_PRECONDITION_FAILED squid-6.11/errors/da/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/da/ERR_PRECONDITION_FAILED	2024-06-08 14:48:09.000000000 +0000
+++ squid-6.11/errors/da/ERR_PRECONDITION_FAILED	2024-09-15 21:05:28.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/da/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/da/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:48:09.000000000 +0000
+++ squid-6.11/errors/da/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:05:28.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_READ_ERROR squid-6.11/errors/da/ERR_READ_ERROR
--- squid-6.10/errors/da/ERR_READ_ERROR	2024-06-08 14:48:09.000000000 +0000
+++ squid-6.11/errors/da/ERR_READ_ERROR	2024-09-15 21:05:28.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_READ_TIMEOUT squid-6.11/errors/da/ERR_READ_TIMEOUT
--- squid-6.10/errors/da/ERR_READ_TIMEOUT	2024-06-08 14:48:09.000000000 +0000
+++ squid-6.11/errors/da/ERR_READ_TIMEOUT	2024-09-15 21:05:28.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/da/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/da/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:48:10.000000000 +0000
+++ squid-6.11/errors/da/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:05:28.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_SHUTTING_DOWN squid-6.11/errors/da/ERR_SHUTTING_DOWN
--- squid-6.10/errors/da/ERR_SHUTTING_DOWN	2024-06-08 14:48:10.000000000 +0000
+++ squid-6.11/errors/da/ERR_SHUTTING_DOWN	2024-09-15 21:05:28.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_SOCKET_FAILURE squid-6.11/errors/da/ERR_SOCKET_FAILURE
--- squid-6.10/errors/da/ERR_SOCKET_FAILURE	2024-06-08 14:48:10.000000000 +0000
+++ squid-6.11/errors/da/ERR_SOCKET_FAILURE	2024-09-15 21:05:29.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_TOO_BIG squid-6.11/errors/da/ERR_TOO_BIG
--- squid-6.10/errors/da/ERR_TOO_BIG	2024-06-08 14:48:10.000000000 +0000
+++ squid-6.11/errors/da/ERR_TOO_BIG	2024-09-15 21:05:29.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_UNSUP_HTTPVERSION squid-6.11/errors/da/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/da/ERR_UNSUP_HTTPVERSION	2024-06-08 14:48:10.000000000 +0000
+++ squid-6.11/errors/da/ERR_UNSUP_HTTPVERSION	2024-09-15 21:05:29.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_UNSUP_REQ squid-6.11/errors/da/ERR_UNSUP_REQ
--- squid-6.10/errors/da/ERR_UNSUP_REQ	2024-06-08 14:48:10.000000000 +0000
+++ squid-6.11/errors/da/ERR_UNSUP_REQ	2024-09-15 21:05:29.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_URN_RESOLVE squid-6.11/errors/da/ERR_URN_RESOLVE
--- squid-6.10/errors/da/ERR_URN_RESOLVE	2024-06-08 14:48:10.000000000 +0000
+++ squid-6.11/errors/da/ERR_URN_RESOLVE	2024-09-15 21:05:29.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_WRITE_ERROR squid-6.11/errors/da/ERR_WRITE_ERROR
--- squid-6.10/errors/da/ERR_WRITE_ERROR	2024-06-08 14:48:11.000000000 +0000
+++ squid-6.11/errors/da/ERR_WRITE_ERROR	2024-09-15 21:05:29.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/da/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/da/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/da/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:48:11.000000000 +0000
+++ squid-6.11/errors/da/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:05:29.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_ACCESS_DENIED squid-6.11/errors/de/ERR_ACCESS_DENIED
--- squid-6.10/errors/de/ERR_ACCESS_DENIED	2024-06-08 14:48:11.000000000 +0000
+++ squid-6.11/errors/de/ERR_ACCESS_DENIED	2024-09-15 21:05:29.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/de/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/de/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/de/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:48:11.000000000 +0000
+++ squid-6.11/errors/de/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:05:30.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_AGENT_CONFIGURE squid-6.11/errors/de/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/de/ERR_AGENT_CONFIGURE	2024-06-08 14:48:11.000000000 +0000
+++ squid-6.11/errors/de/ERR_AGENT_CONFIGURE	2024-09-15 21:05:30.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Webbrowserkonfiguration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/de/ERR_AGENT_WPAD squid-6.11/errors/de/ERR_AGENT_WPAD
--- squid-6.10/errors/de/ERR_AGENT_WPAD	2024-06-08 14:48:11.000000000 +0000
+++ squid-6.11/errors/de/ERR_AGENT_WPAD	2024-09-15 21:05:30.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Webbrowserkonfiguration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/de/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/de/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/de/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:48:11.000000000 +0000
+++ squid-6.11/errors/de/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:05:30.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Cache Zugriff verweigert</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/de/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/de/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:48:11.000000000 +0000
+++ squid-6.11/errors/de/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:05:30.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Cache Manager Zugriff verweigert</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_CANNOT_FORWARD squid-6.11/errors/de/ERR_CANNOT_FORWARD
--- squid-6.10/errors/de/ERR_CANNOT_FORWARD	2024-06-08 14:48:12.000000000 +0000
+++ squid-6.11/errors/de/ERR_CANNOT_FORWARD	2024-09-15 21:05:30.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_CONFLICT_HOST squid-6.11/errors/de/ERR_CONFLICT_HOST
--- squid-6.10/errors/de/ERR_CONFLICT_HOST	2024-06-08 14:48:12.000000000 +0000
+++ squid-6.11/errors/de/ERR_CONFLICT_HOST	2024-09-15 21:05:30.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_CONNECT_FAIL squid-6.11/errors/de/ERR_CONNECT_FAIL
--- squid-6.10/errors/de/ERR_CONNECT_FAIL	2024-06-08 14:48:12.000000000 +0000
+++ squid-6.11/errors/de/ERR_CONNECT_FAIL	2024-09-15 21:05:31.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_DIR_LISTING squid-6.11/errors/de/ERR_DIR_LISTING
--- squid-6.10/errors/de/ERR_DIR_LISTING	2024-06-08 14:48:12.000000000 +0000
+++ squid-6.11/errors/de/ERR_DIR_LISTING	2024-09-15 21:05:31.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Verzeichnis: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/de/ERR_DNS_FAIL squid-6.11/errors/de/ERR_DNS_FAIL
--- squid-6.10/errors/de/ERR_DNS_FAIL	2024-06-08 14:48:12.000000000 +0000
+++ squid-6.11/errors/de/ERR_DNS_FAIL	2024-09-15 21:05:31.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_ESI squid-6.11/errors/de/ERR_ESI
--- squid-6.10/errors/de/ERR_ESI	2024-06-08 14:48:12.000000000 +0000
+++ squid-6.11/errors/de/ERR_ESI	2024-09-15 21:05:31.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_FORWARDING_DENIED squid-6.11/errors/de/ERR_FORWARDING_DENIED
--- squid-6.10/errors/de/ERR_FORWARDING_DENIED	2024-06-08 14:48:12.000000000 +0000
+++ squid-6.11/errors/de/ERR_FORWARDING_DENIED	2024-09-15 21:05:31.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_FTP_DISABLED squid-6.11/errors/de/ERR_FTP_DISABLED
--- squid-6.10/errors/de/ERR_FTP_DISABLED	2024-06-08 14:48:13.000000000 +0000
+++ squid-6.11/errors/de/ERR_FTP_DISABLED	2024-09-15 21:05:31.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_FTP_FAILURE squid-6.11/errors/de/ERR_FTP_FAILURE
--- squid-6.10/errors/de/ERR_FTP_FAILURE	2024-06-08 14:48:13.000000000 +0000
+++ squid-6.11/errors/de/ERR_FTP_FAILURE	2024-09-15 21:05:31.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_FTP_FORBIDDEN squid-6.11/errors/de/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/de/ERR_FTP_FORBIDDEN	2024-06-08 14:48:13.000000000 +0000
+++ squid-6.11/errors/de/ERR_FTP_FORBIDDEN	2024-09-15 21:05:31.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_FTP_NOT_FOUND squid-6.11/errors/de/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/de/ERR_FTP_NOT_FOUND	2024-06-08 14:48:13.000000000 +0000
+++ squid-6.11/errors/de/ERR_FTP_NOT_FOUND	2024-09-15 21:05:32.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_FTP_PUT_CREATED squid-6.11/errors/de/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/de/ERR_FTP_PUT_CREATED	2024-06-08 14:48:13.000000000 +0000
+++ squid-6.11/errors/de/ERR_FTP_PUT_CREATED	2024-09-15 21:05:32.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Erfolgreich.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_FTP_PUT_ERROR squid-6.11/errors/de/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/de/ERR_FTP_PUT_ERROR	2024-06-08 14:48:13.000000000 +0000
+++ squid-6.11/errors/de/ERR_FTP_PUT_ERROR	2024-09-15 21:05:32.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: FTP Upload fehlgeschlagen</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_FTP_PUT_MODIFIED squid-6.11/errors/de/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/de/ERR_FTP_PUT_MODIFIED	2024-06-08 14:48:13.000000000 +0000
+++ squid-6.11/errors/de/ERR_FTP_PUT_MODIFIED	2024-09-15 21:05:32.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Erfolgreich.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_FTP_UNAVAILABLE squid-6.11/errors/de/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/de/ERR_FTP_UNAVAILABLE	2024-06-08 14:48:14.000000000 +0000
+++ squid-6.11/errors/de/ERR_FTP_UNAVAILABLE	2024-09-15 21:05:32.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_GATEWAY_FAILURE squid-6.11/errors/de/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/de/ERR_GATEWAY_FAILURE	2024-06-08 14:48:14.000000000 +0000
+++ squid-6.11/errors/de/ERR_GATEWAY_FAILURE	2024-09-15 21:05:32.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_ICAP_FAILURE squid-6.11/errors/de/ERR_ICAP_FAILURE
--- squid-6.10/errors/de/ERR_ICAP_FAILURE	2024-06-08 14:48:14.000000000 +0000
+++ squid-6.11/errors/de/ERR_ICAP_FAILURE	2024-09-15 21:05:32.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_INVALID_REQ squid-6.11/errors/de/ERR_INVALID_REQ
--- squid-6.10/errors/de/ERR_INVALID_REQ	2024-06-08 14:48:14.000000000 +0000
+++ squid-6.11/errors/de/ERR_INVALID_REQ	2024-09-15 21:05:32.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_INVALID_RESP squid-6.11/errors/de/ERR_INVALID_RESP
--- squid-6.10/errors/de/ERR_INVALID_RESP	2024-06-08 14:48:14.000000000 +0000
+++ squid-6.11/errors/de/ERR_INVALID_RESP	2024-09-15 21:05:33.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_INVALID_URL squid-6.11/errors/de/ERR_INVALID_URL
--- squid-6.10/errors/de/ERR_INVALID_URL	2024-06-08 14:48:14.000000000 +0000
+++ squid-6.11/errors/de/ERR_INVALID_URL	2024-09-15 21:05:33.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_LIFETIME_EXP squid-6.11/errors/de/ERR_LIFETIME_EXP
--- squid-6.10/errors/de/ERR_LIFETIME_EXP	2024-06-08 14:48:14.000000000 +0000
+++ squid-6.11/errors/de/ERR_LIFETIME_EXP	2024-09-15 21:05:33.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_NO_RELAY squid-6.11/errors/de/ERR_NO_RELAY
--- squid-6.10/errors/de/ERR_NO_RELAY	2024-06-08 14:48:14.000000000 +0000
+++ squid-6.11/errors/de/ERR_NO_RELAY	2024-09-15 21:05:33.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/de/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/de/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:48:15.000000000 +0000
+++ squid-6.11/errors/de/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:05:33.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_PRECONDITION_FAILED squid-6.11/errors/de/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/de/ERR_PRECONDITION_FAILED	2024-06-08 14:48:15.000000000 +0000
+++ squid-6.11/errors/de/ERR_PRECONDITION_FAILED	2024-09-15 21:05:33.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/de/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/de/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:48:15.000000000 +0000
+++ squid-6.11/errors/de/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:05:33.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_READ_ERROR squid-6.11/errors/de/ERR_READ_ERROR
--- squid-6.10/errors/de/ERR_READ_ERROR	2024-06-08 14:48:15.000000000 +0000
+++ squid-6.11/errors/de/ERR_READ_ERROR	2024-09-15 21:05:34.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_READ_TIMEOUT squid-6.11/errors/de/ERR_READ_TIMEOUT
--- squid-6.10/errors/de/ERR_READ_TIMEOUT	2024-06-08 14:48:15.000000000 +0000
+++ squid-6.11/errors/de/ERR_READ_TIMEOUT	2024-09-15 21:05:34.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/de/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/de/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:48:15.000000000 +0000
+++ squid-6.11/errors/de/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:05:34.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_SHUTTING_DOWN squid-6.11/errors/de/ERR_SHUTTING_DOWN
--- squid-6.10/errors/de/ERR_SHUTTING_DOWN	2024-06-08 14:48:15.000000000 +0000
+++ squid-6.11/errors/de/ERR_SHUTTING_DOWN	2024-09-15 21:05:34.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_SOCKET_FAILURE squid-6.11/errors/de/ERR_SOCKET_FAILURE
--- squid-6.10/errors/de/ERR_SOCKET_FAILURE	2024-06-08 14:48:15.000000000 +0000
+++ squid-6.11/errors/de/ERR_SOCKET_FAILURE	2024-09-15 21:05:34.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_TOO_BIG squid-6.11/errors/de/ERR_TOO_BIG
--- squid-6.10/errors/de/ERR_TOO_BIG	2024-06-08 14:48:16.000000000 +0000
+++ squid-6.11/errors/de/ERR_TOO_BIG	2024-09-15 21:05:34.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_UNSUP_HTTPVERSION squid-6.11/errors/de/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/de/ERR_UNSUP_HTTPVERSION	2024-06-08 14:48:16.000000000 +0000
+++ squid-6.11/errors/de/ERR_UNSUP_HTTPVERSION	2024-09-15 21:05:34.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_UNSUP_REQ squid-6.11/errors/de/ERR_UNSUP_REQ
--- squid-6.10/errors/de/ERR_UNSUP_REQ	2024-06-08 14:48:16.000000000 +0000
+++ squid-6.11/errors/de/ERR_UNSUP_REQ	2024-09-15 21:05:34.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_URN_RESOLVE squid-6.11/errors/de/ERR_URN_RESOLVE
--- squid-6.10/errors/de/ERR_URN_RESOLVE	2024-06-08 14:48:16.000000000 +0000
+++ squid-6.11/errors/de/ERR_URN_RESOLVE	2024-09-15 21:05:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Der angeforderte URN konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_WRITE_ERROR squid-6.11/errors/de/ERR_WRITE_ERROR
--- squid-6.10/errors/de/ERR_WRITE_ERROR	2024-06-08 14:48:16.000000000 +0000
+++ squid-6.11/errors/de/ERR_WRITE_ERROR	2024-09-15 21:05:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/de/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/de/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/de/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:48:16.000000000 +0000
+++ squid-6.11/errors/de/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:05:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_ACCESS_DENIED squid-6.11/errors/el/ERR_ACCESS_DENIED
--- squid-6.10/errors/el/ERR_ACCESS_DENIED	2024-06-08 14:48:16.000000000 +0000
+++ squid-6.11/errors/el/ERR_ACCESS_DENIED	2024-09-15 21:05:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/el/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/el/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/el/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:48:17.000000000 +0000
+++ squid-6.11/errors/el/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:05:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_AGENT_CONFIGURE squid-6.11/errors/el/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/el/ERR_AGENT_CONFIGURE	2024-06-08 14:48:17.000000000 +0000
+++ squid-6.11/errors/el/ERR_AGENT_CONFIGURE	2024-09-15 21:05:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/el/ERR_AGENT_WPAD squid-6.11/errors/el/ERR_AGENT_WPAD
--- squid-6.10/errors/el/ERR_AGENT_WPAD	2024-06-08 14:48:17.000000000 +0000
+++ squid-6.11/errors/el/ERR_AGENT_WPAD	2024-09-15 21:05:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/el/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/el/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/el/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:48:17.000000000 +0000
+++ squid-6.11/errors/el/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:05:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Απαγορεύεται η Πρόσβαση στο Μεσολαβητή</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/el/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/el/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:48:17.000000000 +0000
+++ squid-6.11/errors/el/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:05:36.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Manager Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_CANNOT_FORWARD squid-6.11/errors/el/ERR_CANNOT_FORWARD
--- squid-6.10/errors/el/ERR_CANNOT_FORWARD	2024-06-08 14:48:17.000000000 +0000
+++ squid-6.11/errors/el/ERR_CANNOT_FORWARD	2024-09-15 21:05:36.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_CONFLICT_HOST squid-6.11/errors/el/ERR_CONFLICT_HOST
--- squid-6.10/errors/el/ERR_CONFLICT_HOST	2024-06-08 14:48:17.000000000 +0000
+++ squid-6.11/errors/el/ERR_CONFLICT_HOST	2024-09-15 21:05:36.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_CONNECT_FAIL squid-6.11/errors/el/ERR_CONNECT_FAIL
--- squid-6.10/errors/el/ERR_CONNECT_FAIL	2024-06-08 14:48:17.000000000 +0000
+++ squid-6.11/errors/el/ERR_CONNECT_FAIL	2024-09-15 21:05:36.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_DIR_LISTING squid-6.11/errors/el/ERR_DIR_LISTING
--- squid-6.10/errors/el/ERR_DIR_LISTING	2024-06-08 14:48:18.000000000 +0000
+++ squid-6.11/errors/el/ERR_DIR_LISTING	2024-09-15 21:05:36.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/el/ERR_DNS_FAIL squid-6.11/errors/el/ERR_DNS_FAIL
--- squid-6.10/errors/el/ERR_DNS_FAIL	2024-06-08 14:48:18.000000000 +0000
+++ squid-6.11/errors/el/ERR_DNS_FAIL	2024-09-15 21:05:36.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_ESI squid-6.11/errors/el/ERR_ESI
--- squid-6.10/errors/el/ERR_ESI	2024-06-08 14:48:18.000000000 +0000
+++ squid-6.11/errors/el/ERR_ESI	2024-09-15 21:05:36.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_FORWARDING_DENIED squid-6.11/errors/el/ERR_FORWARDING_DENIED
--- squid-6.10/errors/el/ERR_FORWARDING_DENIED	2024-06-08 14:48:18.000000000 +0000
+++ squid-6.11/errors/el/ERR_FORWARDING_DENIED	2024-09-15 21:05:37.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_FTP_DISABLED squid-6.11/errors/el/ERR_FTP_DISABLED
--- squid-6.10/errors/el/ERR_FTP_DISABLED	2024-06-08 14:48:18.000000000 +0000
+++ squid-6.11/errors/el/ERR_FTP_DISABLED	2024-09-15 21:05:37.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_FTP_FAILURE squid-6.11/errors/el/ERR_FTP_FAILURE
--- squid-6.10/errors/el/ERR_FTP_FAILURE	2024-06-08 14:48:18.000000000 +0000
+++ squid-6.11/errors/el/ERR_FTP_FAILURE	2024-09-15 21:05:37.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_FTP_FORBIDDEN squid-6.11/errors/el/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/el/ERR_FTP_FORBIDDEN	2024-06-08 14:48:18.000000000 +0000
+++ squid-6.11/errors/el/ERR_FTP_FORBIDDEN	2024-09-15 21:05:37.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_FTP_NOT_FOUND squid-6.11/errors/el/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/el/ERR_FTP_NOT_FOUND	2024-06-08 14:48:19.000000000 +0000
+++ squid-6.11/errors/el/ERR_FTP_NOT_FOUND	2024-09-15 21:05:37.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_FTP_PUT_CREATED squid-6.11/errors/el/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/el/ERR_FTP_PUT_CREATED	2024-06-08 14:48:19.000000000 +0000
+++ squid-6.11/errors/el/ERR_FTP_PUT_CREATED	2024-09-15 21:05:37.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_FTP_PUT_ERROR squid-6.11/errors/el/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/el/ERR_FTP_PUT_ERROR	2024-06-08 14:48:19.000000000 +0000
+++ squid-6.11/errors/el/ERR_FTP_PUT_ERROR	2024-09-15 21:05:37.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Η μεταφόρτωση FTP απέτυχε</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_FTP_PUT_MODIFIED squid-6.11/errors/el/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/el/ERR_FTP_PUT_MODIFIED	2024-06-08 14:48:19.000000000 +0000
+++ squid-6.11/errors/el/ERR_FTP_PUT_MODIFIED	2024-09-15 21:05:37.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_FTP_UNAVAILABLE squid-6.11/errors/el/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/el/ERR_FTP_UNAVAILABLE	2024-06-08 14:48:19.000000000 +0000
+++ squid-6.11/errors/el/ERR_FTP_UNAVAILABLE	2024-09-15 21:05:38.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_GATEWAY_FAILURE squid-6.11/errors/el/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/el/ERR_GATEWAY_FAILURE	2024-06-08 14:48:19.000000000 +0000
+++ squid-6.11/errors/el/ERR_GATEWAY_FAILURE	2024-09-15 21:05:38.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_ICAP_FAILURE squid-6.11/errors/el/ERR_ICAP_FAILURE
--- squid-6.10/errors/el/ERR_ICAP_FAILURE	2024-06-08 14:48:19.000000000 +0000
+++ squid-6.11/errors/el/ERR_ICAP_FAILURE	2024-09-15 21:05:38.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_INVALID_REQ squid-6.11/errors/el/ERR_INVALID_REQ
--- squid-6.10/errors/el/ERR_INVALID_REQ	2024-06-08 14:48:19.000000000 +0000
+++ squid-6.11/errors/el/ERR_INVALID_REQ	2024-09-15 21:05:38.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_INVALID_RESP squid-6.11/errors/el/ERR_INVALID_RESP
--- squid-6.10/errors/el/ERR_INVALID_RESP	2024-06-08 14:48:20.000000000 +0000
+++ squid-6.11/errors/el/ERR_INVALID_RESP	2024-09-15 21:05:38.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_INVALID_URL squid-6.11/errors/el/ERR_INVALID_URL
--- squid-6.10/errors/el/ERR_INVALID_URL	2024-06-08 14:48:20.000000000 +0000
+++ squid-6.11/errors/el/ERR_INVALID_URL	2024-09-15 21:05:38.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_LIFETIME_EXP squid-6.11/errors/el/ERR_LIFETIME_EXP
--- squid-6.10/errors/el/ERR_LIFETIME_EXP	2024-06-08 14:48:20.000000000 +0000
+++ squid-6.11/errors/el/ERR_LIFETIME_EXP	2024-09-15 21:05:38.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_NO_RELAY squid-6.11/errors/el/ERR_NO_RELAY
--- squid-6.10/errors/el/ERR_NO_RELAY	2024-06-08 14:48:20.000000000 +0000
+++ squid-6.11/errors/el/ERR_NO_RELAY	2024-09-15 21:05:38.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/el/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/el/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:48:20.000000000 +0000
+++ squid-6.11/errors/el/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:05:39.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_PRECONDITION_FAILED squid-6.11/errors/el/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/el/ERR_PRECONDITION_FAILED	2024-06-08 14:48:20.000000000 +0000
+++ squid-6.11/errors/el/ERR_PRECONDITION_FAILED	2024-09-15 21:05:39.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/el/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/el/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:48:20.000000000 +0000
+++ squid-6.11/errors/el/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:05:39.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_READ_ERROR squid-6.11/errors/el/ERR_READ_ERROR
--- squid-6.10/errors/el/ERR_READ_ERROR	2024-06-08 14:48:21.000000000 +0000
+++ squid-6.11/errors/el/ERR_READ_ERROR	2024-09-15 21:05:39.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_READ_TIMEOUT squid-6.11/errors/el/ERR_READ_TIMEOUT
--- squid-6.10/errors/el/ERR_READ_TIMEOUT	2024-06-08 14:48:21.000000000 +0000
+++ squid-6.11/errors/el/ERR_READ_TIMEOUT	2024-09-15 21:05:39.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/el/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/el/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:48:21.000000000 +0000
+++ squid-6.11/errors/el/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:05:39.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_SHUTTING_DOWN squid-6.11/errors/el/ERR_SHUTTING_DOWN
--- squid-6.10/errors/el/ERR_SHUTTING_DOWN	2024-06-08 14:48:21.000000000 +0000
+++ squid-6.11/errors/el/ERR_SHUTTING_DOWN	2024-09-15 21:05:39.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_SOCKET_FAILURE squid-6.11/errors/el/ERR_SOCKET_FAILURE
--- squid-6.10/errors/el/ERR_SOCKET_FAILURE	2024-06-08 14:48:21.000000000 +0000
+++ squid-6.11/errors/el/ERR_SOCKET_FAILURE	2024-09-15 21:05:40.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_TOO_BIG squid-6.11/errors/el/ERR_TOO_BIG
--- squid-6.10/errors/el/ERR_TOO_BIG	2024-06-08 14:48:21.000000000 +0000
+++ squid-6.11/errors/el/ERR_TOO_BIG	2024-09-15 21:05:40.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_UNSUP_HTTPVERSION squid-6.11/errors/el/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/el/ERR_UNSUP_HTTPVERSION	2024-06-08 14:48:21.000000000 +0000
+++ squid-6.11/errors/el/ERR_UNSUP_HTTPVERSION	2024-09-15 21:05:40.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_UNSUP_REQ squid-6.11/errors/el/ERR_UNSUP_REQ
--- squid-6.10/errors/el/ERR_UNSUP_REQ	2024-06-08 14:48:21.000000000 +0000
+++ squid-6.11/errors/el/ERR_UNSUP_REQ	2024-09-15 21:05:40.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_URN_RESOLVE squid-6.11/errors/el/ERR_URN_RESOLVE
--- squid-6.10/errors/el/ERR_URN_RESOLVE	2024-06-08 14:48:22.000000000 +0000
+++ squid-6.11/errors/el/ERR_URN_RESOLVE	2024-09-15 21:05:40.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_WRITE_ERROR squid-6.11/errors/el/ERR_WRITE_ERROR
--- squid-6.10/errors/el/ERR_WRITE_ERROR	2024-06-08 14:48:22.000000000 +0000
+++ squid-6.11/errors/el/ERR_WRITE_ERROR	2024-09-15 21:05:40.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/el/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/el/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/el/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:48:22.000000000 +0000
+++ squid-6.11/errors/el/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:05:40.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_ACCESS_DENIED squid-6.11/errors/en/ERR_ACCESS_DENIED
--- squid-6.10/errors/en/ERR_ACCESS_DENIED	2024-06-08 14:48:22.000000000 +0000
+++ squid-6.11/errors/en/ERR_ACCESS_DENIED	2024-09-15 21:05:40.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/en/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/en/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/en/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:48:22.000000000 +0000
+++ squid-6.11/errors/en/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:05:41.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_AGENT_CONFIGURE squid-6.11/errors/en/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/en/ERR_AGENT_CONFIGURE	2024-06-08 14:48:22.000000000 +0000
+++ squid-6.11/errors/en/ERR_AGENT_CONFIGURE	2024-09-15 21:05:41.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/en/ERR_AGENT_WPAD squid-6.11/errors/en/ERR_AGENT_WPAD
--- squid-6.10/errors/en/ERR_AGENT_WPAD	2024-06-08 14:48:22.000000000 +0000
+++ squid-6.11/errors/en/ERR_AGENT_WPAD	2024-09-15 21:05:41.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/en/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/en/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/en/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:48:23.000000000 +0000
+++ squid-6.11/errors/en/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:05:41.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/en/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/en/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:48:23.000000000 +0000
+++ squid-6.11/errors/en/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:05:41.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Manager Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_CANNOT_FORWARD squid-6.11/errors/en/ERR_CANNOT_FORWARD
--- squid-6.10/errors/en/ERR_CANNOT_FORWARD	2024-06-08 14:48:23.000000000 +0000
+++ squid-6.11/errors/en/ERR_CANNOT_FORWARD	2024-09-15 21:05:41.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_CONFLICT_HOST squid-6.11/errors/en/ERR_CONFLICT_HOST
--- squid-6.10/errors/en/ERR_CONFLICT_HOST	2024-06-08 14:48:23.000000000 +0000
+++ squid-6.11/errors/en/ERR_CONFLICT_HOST	2024-09-15 21:05:41.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_CONNECT_FAIL squid-6.11/errors/en/ERR_CONNECT_FAIL
--- squid-6.10/errors/en/ERR_CONNECT_FAIL	2024-06-08 14:48:23.000000000 +0000
+++ squid-6.11/errors/en/ERR_CONNECT_FAIL	2024-09-15 21:05:42.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_DIR_LISTING squid-6.11/errors/en/ERR_DIR_LISTING
--- squid-6.10/errors/en/ERR_DIR_LISTING	2024-06-08 14:48:23.000000000 +0000
+++ squid-6.11/errors/en/ERR_DIR_LISTING	2024-09-15 21:05:42.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/en/ERR_DNS_FAIL squid-6.11/errors/en/ERR_DNS_FAIL
--- squid-6.10/errors/en/ERR_DNS_FAIL	2024-06-08 14:48:23.000000000 +0000
+++ squid-6.11/errors/en/ERR_DNS_FAIL	2024-09-15 21:05:42.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_ESI squid-6.11/errors/en/ERR_ESI
--- squid-6.10/errors/en/ERR_ESI	2024-06-08 14:48:23.000000000 +0000
+++ squid-6.11/errors/en/ERR_ESI	2024-09-15 21:05:42.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_FORWARDING_DENIED squid-6.11/errors/en/ERR_FORWARDING_DENIED
--- squid-6.10/errors/en/ERR_FORWARDING_DENIED	2024-06-08 14:48:24.000000000 +0000
+++ squid-6.11/errors/en/ERR_FORWARDING_DENIED	2024-09-15 21:05:42.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_FTP_DISABLED squid-6.11/errors/en/ERR_FTP_DISABLED
--- squid-6.10/errors/en/ERR_FTP_DISABLED	2024-06-08 14:48:24.000000000 +0000
+++ squid-6.11/errors/en/ERR_FTP_DISABLED	2024-09-15 21:05:42.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_FTP_FAILURE squid-6.11/errors/en/ERR_FTP_FAILURE
--- squid-6.10/errors/en/ERR_FTP_FAILURE	2024-06-08 14:48:24.000000000 +0000
+++ squid-6.11/errors/en/ERR_FTP_FAILURE	2024-09-15 21:05:42.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_FTP_FORBIDDEN squid-6.11/errors/en/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/en/ERR_FTP_FORBIDDEN	2024-06-08 14:48:24.000000000 +0000
+++ squid-6.11/errors/en/ERR_FTP_FORBIDDEN	2024-09-15 21:05:42.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_FTP_NOT_FOUND squid-6.11/errors/en/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/en/ERR_FTP_NOT_FOUND	2024-06-08 14:48:24.000000000 +0000
+++ squid-6.11/errors/en/ERR_FTP_NOT_FOUND	2024-09-15 21:05:43.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_FTP_PUT_CREATED squid-6.11/errors/en/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/en/ERR_FTP_PUT_CREATED	2024-06-08 14:48:24.000000000 +0000
+++ squid-6.11/errors/en/ERR_FTP_PUT_CREATED	2024-09-15 21:05:43.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_FTP_PUT_ERROR squid-6.11/errors/en/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/en/ERR_FTP_PUT_ERROR	2024-06-08 14:48:24.000000000 +0000
+++ squid-6.11/errors/en/ERR_FTP_PUT_ERROR	2024-09-15 21:05:43.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: FTP upload failed</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_FTP_PUT_MODIFIED squid-6.11/errors/en/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/en/ERR_FTP_PUT_MODIFIED	2024-06-08 14:48:25.000000000 +0000
+++ squid-6.11/errors/en/ERR_FTP_PUT_MODIFIED	2024-09-15 21:05:43.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_FTP_UNAVAILABLE squid-6.11/errors/en/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/en/ERR_FTP_UNAVAILABLE	2024-06-08 14:48:25.000000000 +0000
+++ squid-6.11/errors/en/ERR_FTP_UNAVAILABLE	2024-09-15 21:05:43.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_GATEWAY_FAILURE squid-6.11/errors/en/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/en/ERR_GATEWAY_FAILURE	2024-06-08 14:48:25.000000000 +0000
+++ squid-6.11/errors/en/ERR_GATEWAY_FAILURE	2024-09-15 21:05:43.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_ICAP_FAILURE squid-6.11/errors/en/ERR_ICAP_FAILURE
--- squid-6.10/errors/en/ERR_ICAP_FAILURE	2024-06-08 14:48:25.000000000 +0000
+++ squid-6.11/errors/en/ERR_ICAP_FAILURE	2024-09-15 21:05:43.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_INVALID_REQ squid-6.11/errors/en/ERR_INVALID_REQ
--- squid-6.10/errors/en/ERR_INVALID_REQ	2024-06-08 14:48:25.000000000 +0000
+++ squid-6.11/errors/en/ERR_INVALID_REQ	2024-09-15 21:05:44.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_INVALID_RESP squid-6.11/errors/en/ERR_INVALID_RESP
--- squid-6.10/errors/en/ERR_INVALID_RESP	2024-06-08 14:48:25.000000000 +0000
+++ squid-6.11/errors/en/ERR_INVALID_RESP	2024-09-15 21:05:44.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_INVALID_URL squid-6.11/errors/en/ERR_INVALID_URL
--- squid-6.10/errors/en/ERR_INVALID_URL	2024-06-08 14:48:25.000000000 +0000
+++ squid-6.11/errors/en/ERR_INVALID_URL	2024-09-15 21:05:44.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_LIFETIME_EXP squid-6.11/errors/en/ERR_LIFETIME_EXP
--- squid-6.10/errors/en/ERR_LIFETIME_EXP	2024-06-08 14:48:25.000000000 +0000
+++ squid-6.11/errors/en/ERR_LIFETIME_EXP	2024-09-15 21:05:44.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_NO_RELAY squid-6.11/errors/en/ERR_NO_RELAY
--- squid-6.10/errors/en/ERR_NO_RELAY	2024-06-08 14:48:26.000000000 +0000
+++ squid-6.11/errors/en/ERR_NO_RELAY	2024-09-15 21:05:44.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/en/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/en/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:48:26.000000000 +0000
+++ squid-6.11/errors/en/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:05:44.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_PRECONDITION_FAILED squid-6.11/errors/en/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/en/ERR_PRECONDITION_FAILED	2024-06-08 14:48:26.000000000 +0000
+++ squid-6.11/errors/en/ERR_PRECONDITION_FAILED	2024-09-15 21:05:44.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/en/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/en/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:48:26.000000000 +0000
+++ squid-6.11/errors/en/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:05:44.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_READ_ERROR squid-6.11/errors/en/ERR_READ_ERROR
--- squid-6.10/errors/en/ERR_READ_ERROR	2024-06-08 14:48:26.000000000 +0000
+++ squid-6.11/errors/en/ERR_READ_ERROR	2024-09-15 21:05:45.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_READ_TIMEOUT squid-6.11/errors/en/ERR_READ_TIMEOUT
--- squid-6.10/errors/en/ERR_READ_TIMEOUT	2024-06-08 14:48:26.000000000 +0000
+++ squid-6.11/errors/en/ERR_READ_TIMEOUT	2024-09-15 21:05:45.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/en/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/en/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:48:26.000000000 +0000
+++ squid-6.11/errors/en/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:05:45.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_SHUTTING_DOWN squid-6.11/errors/en/ERR_SHUTTING_DOWN
--- squid-6.10/errors/en/ERR_SHUTTING_DOWN	2024-06-08 14:48:27.000000000 +0000
+++ squid-6.11/errors/en/ERR_SHUTTING_DOWN	2024-09-15 21:05:45.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_SOCKET_FAILURE squid-6.11/errors/en/ERR_SOCKET_FAILURE
--- squid-6.10/errors/en/ERR_SOCKET_FAILURE	2024-06-08 14:48:27.000000000 +0000
+++ squid-6.11/errors/en/ERR_SOCKET_FAILURE	2024-09-15 21:05:45.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_TOO_BIG squid-6.11/errors/en/ERR_TOO_BIG
--- squid-6.10/errors/en/ERR_TOO_BIG	2024-06-08 14:48:27.000000000 +0000
+++ squid-6.11/errors/en/ERR_TOO_BIG	2024-09-15 21:05:45.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_UNSUP_HTTPVERSION squid-6.11/errors/en/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/en/ERR_UNSUP_HTTPVERSION	2024-06-08 14:48:27.000000000 +0000
+++ squid-6.11/errors/en/ERR_UNSUP_HTTPVERSION	2024-09-15 21:05:45.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_UNSUP_REQ squid-6.11/errors/en/ERR_UNSUP_REQ
--- squid-6.10/errors/en/ERR_UNSUP_REQ	2024-06-08 14:48:27.000000000 +0000
+++ squid-6.11/errors/en/ERR_UNSUP_REQ	2024-09-15 21:05:45.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_URN_RESOLVE squid-6.11/errors/en/ERR_URN_RESOLVE
--- squid-6.10/errors/en/ERR_URN_RESOLVE	2024-06-08 14:48:27.000000000 +0000
+++ squid-6.11/errors/en/ERR_URN_RESOLVE	2024-09-15 21:05:46.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_WRITE_ERROR squid-6.11/errors/en/ERR_WRITE_ERROR
--- squid-6.10/errors/en/ERR_WRITE_ERROR	2024-06-08 14:48:27.000000000 +0000
+++ squid-6.11/errors/en/ERR_WRITE_ERROR	2024-09-15 21:05:46.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/en/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/en/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/en/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:48:27.000000000 +0000
+++ squid-6.11/errors/en/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:05:46.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/errorpage.css squid-6.11/errors/errorpage.css
--- squid-6.10/errors/errorpage.css	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/errorpage.css	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/errors/es/ERR_ACCESS_DENIED squid-6.11/errors/es/ERR_ACCESS_DENIED
--- squid-6.10/errors/es/ERR_ACCESS_DENIED	2024-06-08 14:48:33.000000000 +0000
+++ squid-6.11/errors/es/ERR_ACCESS_DENIED	2024-09-15 21:05:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/es/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/es/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/es/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:48:33.000000000 +0000
+++ squid-6.11/errors/es/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:05:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_AGENT_CONFIGURE squid-6.11/errors/es/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/es/ERR_AGENT_CONFIGURE	2024-06-08 14:48:33.000000000 +0000
+++ squid-6.11/errors/es/ERR_AGENT_CONFIGURE	2024-09-15 21:05:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Configuración del Navegador de Internet</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/es/ERR_AGENT_WPAD squid-6.11/errors/es/ERR_AGENT_WPAD
--- squid-6.10/errors/es/ERR_AGENT_WPAD	2024-06-08 14:48:34.000000000 +0000
+++ squid-6.11/errors/es/ERR_AGENT_WPAD	2024-09-15 21:05:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Configuración del Navegador de Internet</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/es/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/es/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/es/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:48:34.000000000 +0000
+++ squid-6.11/errors/es/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:05:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Acceso Denegado a la Caché</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/es/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/es/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:48:34.000000000 +0000
+++ squid-6.11/errors/es/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:05:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Acceso Denegado al Cach&eacute; Manager</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_CANNOT_FORWARD squid-6.11/errors/es/ERR_CANNOT_FORWARD
--- squid-6.10/errors/es/ERR_CANNOT_FORWARD	2024-06-08 14:48:34.000000000 +0000
+++ squid-6.11/errors/es/ERR_CANNOT_FORWARD	2024-09-15 21:05:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_CONFLICT_HOST squid-6.11/errors/es/ERR_CONFLICT_HOST
--- squid-6.10/errors/es/ERR_CONFLICT_HOST	2024-06-08 14:48:34.000000000 +0000
+++ squid-6.11/errors/es/ERR_CONFLICT_HOST	2024-09-15 21:05:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_CONNECT_FAIL squid-6.11/errors/es/ERR_CONNECT_FAIL
--- squid-6.10/errors/es/ERR_CONNECT_FAIL	2024-06-08 14:48:34.000000000 +0000
+++ squid-6.11/errors/es/ERR_CONNECT_FAIL	2024-09-15 21:05:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_DIR_LISTING squid-6.11/errors/es/ERR_DIR_LISTING
--- squid-6.10/errors/es/ERR_DIR_LISTING	2024-06-08 14:48:34.000000000 +0000
+++ squid-6.11/errors/es/ERR_DIR_LISTING	2024-09-15 21:05:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directorio: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/es/ERR_DNS_FAIL squid-6.11/errors/es/ERR_DNS_FAIL
--- squid-6.10/errors/es/ERR_DNS_FAIL	2024-06-08 14:48:35.000000000 +0000
+++ squid-6.11/errors/es/ERR_DNS_FAIL	2024-09-15 21:05:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_ESI squid-6.11/errors/es/ERR_ESI
--- squid-6.10/errors/es/ERR_ESI	2024-06-08 14:48:35.000000000 +0000
+++ squid-6.11/errors/es/ERR_ESI	2024-09-15 21:05:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_FORWARDING_DENIED squid-6.11/errors/es/ERR_FORWARDING_DENIED
--- squid-6.10/errors/es/ERR_FORWARDING_DENIED	2024-06-08 14:48:35.000000000 +0000
+++ squid-6.11/errors/es/ERR_FORWARDING_DENIED	2024-09-15 21:05:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_FTP_DISABLED squid-6.11/errors/es/ERR_FTP_DISABLED
--- squid-6.10/errors/es/ERR_FTP_DISABLED	2024-06-08 14:48:35.000000000 +0000
+++ squid-6.11/errors/es/ERR_FTP_DISABLED	2024-09-15 21:05:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_FTP_FAILURE squid-6.11/errors/es/ERR_FTP_FAILURE
--- squid-6.10/errors/es/ERR_FTP_FAILURE	2024-06-08 14:48:35.000000000 +0000
+++ squid-6.11/errors/es/ERR_FTP_FAILURE	2024-09-15 21:05:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_FTP_FORBIDDEN squid-6.11/errors/es/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/es/ERR_FTP_FORBIDDEN	2024-06-08 14:48:35.000000000 +0000
+++ squid-6.11/errors/es/ERR_FTP_FORBIDDEN	2024-09-15 21:05:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_FTP_NOT_FOUND squid-6.11/errors/es/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/es/ERR_FTP_NOT_FOUND	2024-06-08 14:48:35.000000000 +0000
+++ squid-6.11/errors/es/ERR_FTP_NOT_FOUND	2024-09-15 21:05:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_FTP_PUT_CREATED squid-6.11/errors/es/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/es/ERR_FTP_PUT_CREATED	2024-06-08 14:48:35.000000000 +0000
+++ squid-6.11/errors/es/ERR_FTP_PUT_CREATED	2024-09-15 21:05:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>PUT FTP realizado con éxito</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_FTP_PUT_ERROR squid-6.11/errors/es/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/es/ERR_FTP_PUT_ERROR	2024-06-08 14:48:36.000000000 +0000
+++ squid-6.11/errors/es/ERR_FTP_PUT_ERROR	2024-09-15 21:05:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: falla en envio FTP</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_FTP_PUT_MODIFIED squid-6.11/errors/es/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/es/ERR_FTP_PUT_MODIFIED	2024-06-08 14:48:36.000000000 +0000
+++ squid-6.11/errors/es/ERR_FTP_PUT_MODIFIED	2024-09-15 21:05:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>PUT FTP realizado con éxito</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_FTP_UNAVAILABLE squid-6.11/errors/es/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/es/ERR_FTP_UNAVAILABLE	2024-06-08 14:48:36.000000000 +0000
+++ squid-6.11/errors/es/ERR_FTP_UNAVAILABLE	2024-09-15 21:05:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_GATEWAY_FAILURE squid-6.11/errors/es/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/es/ERR_GATEWAY_FAILURE	2024-06-08 14:48:36.000000000 +0000
+++ squid-6.11/errors/es/ERR_GATEWAY_FAILURE	2024-09-15 21:05:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_ICAP_FAILURE squid-6.11/errors/es/ERR_ICAP_FAILURE
--- squid-6.10/errors/es/ERR_ICAP_FAILURE	2024-06-08 14:48:36.000000000 +0000
+++ squid-6.11/errors/es/ERR_ICAP_FAILURE	2024-09-15 21:05:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_INVALID_REQ squid-6.11/errors/es/ERR_INVALID_REQ
--- squid-6.10/errors/es/ERR_INVALID_REQ	2024-06-08 14:48:36.000000000 +0000
+++ squid-6.11/errors/es/ERR_INVALID_REQ	2024-09-15 21:05:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_INVALID_RESP squid-6.11/errors/es/ERR_INVALID_RESP
--- squid-6.10/errors/es/ERR_INVALID_RESP	2024-06-08 14:48:36.000000000 +0000
+++ squid-6.11/errors/es/ERR_INVALID_RESP	2024-09-15 21:05:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_INVALID_URL squid-6.11/errors/es/ERR_INVALID_URL
--- squid-6.10/errors/es/ERR_INVALID_URL	2024-06-08 14:48:37.000000000 +0000
+++ squid-6.11/errors/es/ERR_INVALID_URL	2024-09-15 21:05:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_LIFETIME_EXP squid-6.11/errors/es/ERR_LIFETIME_EXP
--- squid-6.10/errors/es/ERR_LIFETIME_EXP	2024-06-08 14:48:37.000000000 +0000
+++ squid-6.11/errors/es/ERR_LIFETIME_EXP	2024-09-15 21:05:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_NO_RELAY squid-6.11/errors/es/ERR_NO_RELAY
--- squid-6.10/errors/es/ERR_NO_RELAY	2024-06-08 14:48:37.000000000 +0000
+++ squid-6.11/errors/es/ERR_NO_RELAY	2024-09-15 21:05:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/es/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/es/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:48:37.000000000 +0000
+++ squid-6.11/errors/es/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:05:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_PRECONDITION_FAILED squid-6.11/errors/es/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/es/ERR_PRECONDITION_FAILED	2024-06-08 14:48:37.000000000 +0000
+++ squid-6.11/errors/es/ERR_PRECONDITION_FAILED	2024-09-15 21:05:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/es/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/es/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:48:37.000000000 +0000
+++ squid-6.11/errors/es/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:05:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_READ_ERROR squid-6.11/errors/es/ERR_READ_ERROR
--- squid-6.10/errors/es/ERR_READ_ERROR	2024-06-08 14:48:37.000000000 +0000
+++ squid-6.11/errors/es/ERR_READ_ERROR	2024-09-15 21:05:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_READ_TIMEOUT squid-6.11/errors/es/ERR_READ_TIMEOUT
--- squid-6.10/errors/es/ERR_READ_TIMEOUT	2024-06-08 14:48:37.000000000 +0000
+++ squid-6.11/errors/es/ERR_READ_TIMEOUT	2024-09-15 21:05:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/es/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/es/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:48:38.000000000 +0000
+++ squid-6.11/errors/es/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:05:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_SHUTTING_DOWN squid-6.11/errors/es/ERR_SHUTTING_DOWN
--- squid-6.10/errors/es/ERR_SHUTTING_DOWN	2024-06-08 14:48:38.000000000 +0000
+++ squid-6.11/errors/es/ERR_SHUTTING_DOWN	2024-09-15 21:05:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_SOCKET_FAILURE squid-6.11/errors/es/ERR_SOCKET_FAILURE
--- squid-6.10/errors/es/ERR_SOCKET_FAILURE	2024-06-08 14:48:38.000000000 +0000
+++ squid-6.11/errors/es/ERR_SOCKET_FAILURE	2024-09-15 21:05:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_TOO_BIG squid-6.11/errors/es/ERR_TOO_BIG
--- squid-6.10/errors/es/ERR_TOO_BIG	2024-06-08 14:48:38.000000000 +0000
+++ squid-6.11/errors/es/ERR_TOO_BIG	2024-09-15 21:05:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_UNSUP_HTTPVERSION squid-6.11/errors/es/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/es/ERR_UNSUP_HTTPVERSION	2024-06-08 14:48:38.000000000 +0000
+++ squid-6.11/errors/es/ERR_UNSUP_HTTPVERSION	2024-09-15 21:05:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_UNSUP_REQ squid-6.11/errors/es/ERR_UNSUP_REQ
--- squid-6.10/errors/es/ERR_UNSUP_REQ	2024-06-08 14:48:38.000000000 +0000
+++ squid-6.11/errors/es/ERR_UNSUP_REQ	2024-09-15 21:05:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_URN_RESOLVE squid-6.11/errors/es/ERR_URN_RESOLVE
--- squid-6.10/errors/es/ERR_URN_RESOLVE	2024-06-08 14:48:38.000000000 +0000
+++ squid-6.11/errors/es/ERR_URN_RESOLVE	2024-09-15 21:05:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: La URN requerida no pudo ser obtenida.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_WRITE_ERROR squid-6.11/errors/es/ERR_WRITE_ERROR
--- squid-6.10/errors/es/ERR_WRITE_ERROR	2024-06-08 14:48:39.000000000 +0000
+++ squid-6.11/errors/es/ERR_WRITE_ERROR	2024-09-15 21:05:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/es/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/es/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:48:39.000000000 +0000
+++ squid-6.11/errors/es/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:05:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_ACCESS_DENIED squid-6.11/errors/es-mx/ERR_ACCESS_DENIED
--- squid-6.10/errors/es-mx/ERR_ACCESS_DENIED	2024-06-08 14:48:28.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_ACCESS_DENIED	2024-09-15 21:05:46.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/es-mx/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/es-mx/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/es-mx/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:48:28.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:05:46.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_AGENT_CONFIGURE squid-6.11/errors/es-mx/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/es-mx/ERR_AGENT_CONFIGURE	2024-06-08 14:48:28.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_AGENT_CONFIGURE	2024-09-15 21:05:46.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Configuración del Navegador de Internet</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/es-mx/ERR_AGENT_WPAD squid-6.11/errors/es-mx/ERR_AGENT_WPAD
--- squid-6.10/errors/es-mx/ERR_AGENT_WPAD	2024-06-08 14:48:28.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_AGENT_WPAD	2024-09-15 21:05:46.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Configuración del Navegador de Internet</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/es-mx/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/es-mx/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/es-mx/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:48:28.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:05:47.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Acceso Denegado al Caché</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/es-mx/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/es-mx/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:48:28.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:05:47.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Acceso Denegado al Administrador del Caché</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_CANNOT_FORWARD squid-6.11/errors/es-mx/ERR_CANNOT_FORWARD
--- squid-6.10/errors/es-mx/ERR_CANNOT_FORWARD	2024-06-08 14:48:28.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_CANNOT_FORWARD	2024-09-15 21:05:47.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_CONFLICT_HOST squid-6.11/errors/es-mx/ERR_CONFLICT_HOST
--- squid-6.10/errors/es-mx/ERR_CONFLICT_HOST	2024-06-08 14:48:29.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_CONFLICT_HOST	2024-09-15 21:05:47.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_CONNECT_FAIL squid-6.11/errors/es-mx/ERR_CONNECT_FAIL
--- squid-6.10/errors/es-mx/ERR_CONNECT_FAIL	2024-06-08 14:48:29.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_CONNECT_FAIL	2024-09-15 21:05:47.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_DIR_LISTING squid-6.11/errors/es-mx/ERR_DIR_LISTING
--- squid-6.10/errors/es-mx/ERR_DIR_LISTING	2024-06-08 14:48:29.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_DIR_LISTING	2024-09-15 21:05:47.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directorio: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/es-mx/ERR_DNS_FAIL squid-6.11/errors/es-mx/ERR_DNS_FAIL
--- squid-6.10/errors/es-mx/ERR_DNS_FAIL	2024-06-08 14:48:29.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_DNS_FAIL	2024-09-15 21:05:47.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_ESI squid-6.11/errors/es-mx/ERR_ESI
--- squid-6.10/errors/es-mx/ERR_ESI	2024-06-08 14:48:29.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_ESI	2024-09-15 21:05:47.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_FORWARDING_DENIED squid-6.11/errors/es-mx/ERR_FORWARDING_DENIED
--- squid-6.10/errors/es-mx/ERR_FORWARDING_DENIED	2024-06-08 14:48:29.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_FORWARDING_DENIED	2024-09-15 21:05:48.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_FTP_DISABLED squid-6.11/errors/es-mx/ERR_FTP_DISABLED
--- squid-6.10/errors/es-mx/ERR_FTP_DISABLED	2024-06-08 14:48:29.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_FTP_DISABLED	2024-09-15 21:05:48.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_FTP_FAILURE squid-6.11/errors/es-mx/ERR_FTP_FAILURE
--- squid-6.10/errors/es-mx/ERR_FTP_FAILURE	2024-06-08 14:48:29.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_FTP_FAILURE	2024-09-15 21:05:48.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_FTP_FORBIDDEN squid-6.11/errors/es-mx/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/es-mx/ERR_FTP_FORBIDDEN	2024-06-08 14:48:30.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_FTP_FORBIDDEN	2024-09-15 21:05:48.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_FTP_NOT_FOUND squid-6.11/errors/es-mx/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/es-mx/ERR_FTP_NOT_FOUND	2024-06-08 14:48:30.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_FTP_NOT_FOUND	2024-09-15 21:05:48.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_FTP_PUT_CREATED squid-6.11/errors/es-mx/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/es-mx/ERR_FTP_PUT_CREATED	2024-06-08 14:48:30.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_FTP_PUT_CREATED	2024-09-15 21:05:48.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT realizado con éxito</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_FTP_PUT_ERROR squid-6.11/errors/es-mx/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/es-mx/ERR_FTP_PUT_ERROR	2024-06-08 14:48:30.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_FTP_PUT_ERROR	2024-09-15 21:05:48.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: fallo al cargar FTP</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_FTP_PUT_MODIFIED squid-6.11/errors/es-mx/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/es-mx/ERR_FTP_PUT_MODIFIED	2024-06-08 14:48:30.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_FTP_PUT_MODIFIED	2024-09-15 21:05:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT realizado con éxito</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_FTP_UNAVAILABLE squid-6.11/errors/es-mx/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/es-mx/ERR_FTP_UNAVAILABLE	2024-06-08 14:48:30.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_FTP_UNAVAILABLE	2024-09-15 21:05:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_GATEWAY_FAILURE squid-6.11/errors/es-mx/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/es-mx/ERR_GATEWAY_FAILURE	2024-06-08 14:48:30.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_GATEWAY_FAILURE	2024-09-15 21:05:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_ICAP_FAILURE squid-6.11/errors/es-mx/ERR_ICAP_FAILURE
--- squid-6.10/errors/es-mx/ERR_ICAP_FAILURE	2024-06-08 14:48:31.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_ICAP_FAILURE	2024-09-15 21:05:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_INVALID_REQ squid-6.11/errors/es-mx/ERR_INVALID_REQ
--- squid-6.10/errors/es-mx/ERR_INVALID_REQ	2024-06-08 14:48:31.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_INVALID_REQ	2024-09-15 21:05:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_INVALID_RESP squid-6.11/errors/es-mx/ERR_INVALID_RESP
--- squid-6.10/errors/es-mx/ERR_INVALID_RESP	2024-06-08 14:48:31.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_INVALID_RESP	2024-09-15 21:05:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_INVALID_URL squid-6.11/errors/es-mx/ERR_INVALID_URL
--- squid-6.10/errors/es-mx/ERR_INVALID_URL	2024-06-08 14:48:31.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_INVALID_URL	2024-09-15 21:05:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_LIFETIME_EXP squid-6.11/errors/es-mx/ERR_LIFETIME_EXP
--- squid-6.10/errors/es-mx/ERR_LIFETIME_EXP	2024-06-08 14:48:31.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_LIFETIME_EXP	2024-09-15 21:05:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_NO_RELAY squid-6.11/errors/es-mx/ERR_NO_RELAY
--- squid-6.10/errors/es-mx/ERR_NO_RELAY	2024-06-08 14:48:31.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_NO_RELAY	2024-09-15 21:05:50.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/es-mx/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/es-mx/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:48:31.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:05:50.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_PRECONDITION_FAILED squid-6.11/errors/es-mx/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/es-mx/ERR_PRECONDITION_FAILED	2024-06-08 14:48:31.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_PRECONDITION_FAILED	2024-09-15 21:05:50.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/es-mx/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/es-mx/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:48:32.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:05:50.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_READ_ERROR squid-6.11/errors/es-mx/ERR_READ_ERROR
--- squid-6.10/errors/es-mx/ERR_READ_ERROR	2024-06-08 14:48:32.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_READ_ERROR	2024-09-15 21:05:50.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_READ_TIMEOUT squid-6.11/errors/es-mx/ERR_READ_TIMEOUT
--- squid-6.10/errors/es-mx/ERR_READ_TIMEOUT	2024-06-08 14:48:32.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_READ_TIMEOUT	2024-09-15 21:05:50.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/es-mx/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/es-mx/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:48:32.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:05:50.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_SHUTTING_DOWN squid-6.11/errors/es-mx/ERR_SHUTTING_DOWN
--- squid-6.10/errors/es-mx/ERR_SHUTTING_DOWN	2024-06-08 14:48:32.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_SHUTTING_DOWN	2024-09-15 21:05:50.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_SOCKET_FAILURE squid-6.11/errors/es-mx/ERR_SOCKET_FAILURE
--- squid-6.10/errors/es-mx/ERR_SOCKET_FAILURE	2024-06-08 14:48:32.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_SOCKET_FAILURE	2024-09-15 21:05:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_TOO_BIG squid-6.11/errors/es-mx/ERR_TOO_BIG
--- squid-6.10/errors/es-mx/ERR_TOO_BIG	2024-06-08 14:48:32.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_TOO_BIG	2024-09-15 21:05:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_UNSUP_HTTPVERSION squid-6.11/errors/es-mx/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/es-mx/ERR_UNSUP_HTTPVERSION	2024-06-08 14:48:33.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_UNSUP_HTTPVERSION	2024-09-15 21:05:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_UNSUP_REQ squid-6.11/errors/es-mx/ERR_UNSUP_REQ
--- squid-6.10/errors/es-mx/ERR_UNSUP_REQ	2024-06-08 14:48:33.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_UNSUP_REQ	2024-09-15 21:05:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_URN_RESOLVE squid-6.11/errors/es-mx/ERR_URN_RESOLVE
--- squid-6.10/errors/es-mx/ERR_URN_RESOLVE	2024-06-08 14:48:33.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_URN_RESOLVE	2024-09-15 21:05:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: La URN requerida no pudo ser obtenida.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_WRITE_ERROR squid-6.11/errors/es-mx/ERR_WRITE_ERROR
--- squid-6.10/errors/es-mx/ERR_WRITE_ERROR	2024-06-08 14:48:33.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_WRITE_ERROR	2024-09-15 21:05:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/es-mx/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/es-mx/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/es-mx/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:48:33.000000000 +0000
+++ squid-6.11/errors/es-mx/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:05:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido obetener</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_ACCESS_DENIED squid-6.11/errors/et/ERR_ACCESS_DENIED
--- squid-6.10/errors/et/ERR_ACCESS_DENIED	2024-06-08 14:48:39.000000000 +0000
+++ squid-6.11/errors/et/ERR_ACCESS_DENIED	2024-09-15 21:05:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/et/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/et/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/et/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:48:39.000000000 +0000
+++ squid-6.11/errors/et/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:05:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_AGENT_CONFIGURE squid-6.11/errors/et/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/et/ERR_AGENT_CONFIGURE	2024-06-08 14:48:39.000000000 +0000
+++ squid-6.11/errors/et/ERR_AGENT_CONFIGURE	2024-09-15 21:05:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/et/ERR_AGENT_WPAD squid-6.11/errors/et/ERR_AGENT_WPAD
--- squid-6.10/errors/et/ERR_AGENT_WPAD	2024-06-08 14:48:39.000000000 +0000
+++ squid-6.11/errors/et/ERR_AGENT_WPAD	2024-09-15 21:05:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/et/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/et/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/et/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:48:39.000000000 +0000
+++ squid-6.11/errors/et/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:05:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: Vahemälu serveri kasutamine blokeeritud</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/et/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/et/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:48:39.000000000 +0000
+++ squid-6.11/errors/et/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:05:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: Vahemälu serveri haldaja kasutamine blokeeritud</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_CANNOT_FORWARD squid-6.11/errors/et/ERR_CANNOT_FORWARD
--- squid-6.10/errors/et/ERR_CANNOT_FORWARD	2024-06-08 14:48:40.000000000 +0000
+++ squid-6.11/errors/et/ERR_CANNOT_FORWARD	2024-09-15 21:05:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_CONFLICT_HOST squid-6.11/errors/et/ERR_CONFLICT_HOST
--- squid-6.10/errors/et/ERR_CONFLICT_HOST	2024-06-08 14:48:40.000000000 +0000
+++ squid-6.11/errors/et/ERR_CONFLICT_HOST	2024-09-15 21:05:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_CONNECT_FAIL squid-6.11/errors/et/ERR_CONNECT_FAIL
--- squid-6.10/errors/et/ERR_CONNECT_FAIL	2024-06-08 14:48:40.000000000 +0000
+++ squid-6.11/errors/et/ERR_CONNECT_FAIL	2024-09-15 21:05:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_DIR_LISTING squid-6.11/errors/et/ERR_DIR_LISTING
--- squid-6.10/errors/et/ERR_DIR_LISTING	2024-06-08 14:48:40.000000000 +0000
+++ squid-6.11/errors/et/ERR_DIR_LISTING	2024-09-15 21:05:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/et/ERR_DNS_FAIL squid-6.11/errors/et/ERR_DNS_FAIL
--- squid-6.10/errors/et/ERR_DNS_FAIL	2024-06-08 14:48:40.000000000 +0000
+++ squid-6.11/errors/et/ERR_DNS_FAIL	2024-09-15 21:05:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_ESI squid-6.11/errors/et/ERR_ESI
--- squid-6.10/errors/et/ERR_ESI	2024-06-08 14:48:40.000000000 +0000
+++ squid-6.11/errors/et/ERR_ESI	2024-09-15 21:05:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_FORWARDING_DENIED squid-6.11/errors/et/ERR_FORWARDING_DENIED
--- squid-6.10/errors/et/ERR_FORWARDING_DENIED	2024-06-08 14:48:40.000000000 +0000
+++ squid-6.11/errors/et/ERR_FORWARDING_DENIED	2024-09-15 21:05:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_FTP_DISABLED squid-6.11/errors/et/ERR_FTP_DISABLED
--- squid-6.10/errors/et/ERR_FTP_DISABLED	2024-06-08 14:48:41.000000000 +0000
+++ squid-6.11/errors/et/ERR_FTP_DISABLED	2024-09-15 21:05:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_FTP_FAILURE squid-6.11/errors/et/ERR_FTP_FAILURE
--- squid-6.10/errors/et/ERR_FTP_FAILURE	2024-06-08 14:48:41.000000000 +0000
+++ squid-6.11/errors/et/ERR_FTP_FAILURE	2024-09-15 21:05:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_FTP_FORBIDDEN squid-6.11/errors/et/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/et/ERR_FTP_FORBIDDEN	2024-06-08 14:48:41.000000000 +0000
+++ squid-6.11/errors/et/ERR_FTP_FORBIDDEN	2024-09-15 21:05:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_FTP_NOT_FOUND squid-6.11/errors/et/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/et/ERR_FTP_NOT_FOUND	2024-06-08 14:48:41.000000000 +0000
+++ squid-6.11/errors/et/ERR_FTP_NOT_FOUND	2024-09-15 21:05:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_FTP_PUT_CREATED squid-6.11/errors/et/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/et/ERR_FTP_PUT_CREATED	2024-06-08 14:48:41.000000000 +0000
+++ squid-6.11/errors/et/ERR_FTP_PUT_CREATED	2024-09-15 21:05:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_FTP_PUT_ERROR squid-6.11/errors/et/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/et/ERR_FTP_PUT_ERROR	2024-06-08 14:48:41.000000000 +0000
+++ squid-6.11/errors/et/ERR_FTP_PUT_ERROR	2024-09-15 21:05:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: FTP PUT eba&otilde;nnestus</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_FTP_PUT_MODIFIED squid-6.11/errors/et/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/et/ERR_FTP_PUT_MODIFIED	2024-06-08 14:48:41.000000000 +0000
+++ squid-6.11/errors/et/ERR_FTP_PUT_MODIFIED	2024-09-15 21:06:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_FTP_UNAVAILABLE squid-6.11/errors/et/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/et/ERR_FTP_UNAVAILABLE	2024-06-08 14:48:41.000000000 +0000
+++ squid-6.11/errors/et/ERR_FTP_UNAVAILABLE	2024-09-15 21:06:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_GATEWAY_FAILURE squid-6.11/errors/et/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/et/ERR_GATEWAY_FAILURE	2024-06-08 14:48:42.000000000 +0000
+++ squid-6.11/errors/et/ERR_GATEWAY_FAILURE	2024-09-15 21:06:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_ICAP_FAILURE squid-6.11/errors/et/ERR_ICAP_FAILURE
--- squid-6.10/errors/et/ERR_ICAP_FAILURE	2024-06-08 14:48:42.000000000 +0000
+++ squid-6.11/errors/et/ERR_ICAP_FAILURE	2024-09-15 21:06:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_INVALID_REQ squid-6.11/errors/et/ERR_INVALID_REQ
--- squid-6.10/errors/et/ERR_INVALID_REQ	2024-06-08 14:48:42.000000000 +0000
+++ squid-6.11/errors/et/ERR_INVALID_REQ	2024-09-15 21:06:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_INVALID_RESP squid-6.11/errors/et/ERR_INVALID_RESP
--- squid-6.10/errors/et/ERR_INVALID_RESP	2024-06-08 14:48:42.000000000 +0000
+++ squid-6.11/errors/et/ERR_INVALID_RESP	2024-09-15 21:06:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_INVALID_URL squid-6.11/errors/et/ERR_INVALID_URL
--- squid-6.10/errors/et/ERR_INVALID_URL	2024-06-08 14:48:42.000000000 +0000
+++ squid-6.11/errors/et/ERR_INVALID_URL	2024-09-15 21:06:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_LIFETIME_EXP squid-6.11/errors/et/ERR_LIFETIME_EXP
--- squid-6.10/errors/et/ERR_LIFETIME_EXP	2024-06-08 14:48:42.000000000 +0000
+++ squid-6.11/errors/et/ERR_LIFETIME_EXP	2024-09-15 21:06:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_NO_RELAY squid-6.11/errors/et/ERR_NO_RELAY
--- squid-6.10/errors/et/ERR_NO_RELAY	2024-06-08 14:48:42.000000000 +0000
+++ squid-6.11/errors/et/ERR_NO_RELAY	2024-09-15 21:06:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/et/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/et/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:48:42.000000000 +0000
+++ squid-6.11/errors/et/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:06:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_PRECONDITION_FAILED squid-6.11/errors/et/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/et/ERR_PRECONDITION_FAILED	2024-06-08 14:48:43.000000000 +0000
+++ squid-6.11/errors/et/ERR_PRECONDITION_FAILED	2024-09-15 21:06:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/et/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/et/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:48:43.000000000 +0000
+++ squid-6.11/errors/et/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:06:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_READ_ERROR squid-6.11/errors/et/ERR_READ_ERROR
--- squid-6.10/errors/et/ERR_READ_ERROR	2024-06-08 14:48:43.000000000 +0000
+++ squid-6.11/errors/et/ERR_READ_ERROR	2024-09-15 21:06:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_READ_TIMEOUT squid-6.11/errors/et/ERR_READ_TIMEOUT
--- squid-6.10/errors/et/ERR_READ_TIMEOUT	2024-06-08 14:48:43.000000000 +0000
+++ squid-6.11/errors/et/ERR_READ_TIMEOUT	2024-09-15 21:06:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/et/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/et/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:48:43.000000000 +0000
+++ squid-6.11/errors/et/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:06:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_SHUTTING_DOWN squid-6.11/errors/et/ERR_SHUTTING_DOWN
--- squid-6.10/errors/et/ERR_SHUTTING_DOWN	2024-06-08 14:48:43.000000000 +0000
+++ squid-6.11/errors/et/ERR_SHUTTING_DOWN	2024-09-15 21:06:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_SOCKET_FAILURE squid-6.11/errors/et/ERR_SOCKET_FAILURE
--- squid-6.10/errors/et/ERR_SOCKET_FAILURE	2024-06-08 14:48:43.000000000 +0000
+++ squid-6.11/errors/et/ERR_SOCKET_FAILURE	2024-09-15 21:06:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_TOO_BIG squid-6.11/errors/et/ERR_TOO_BIG
--- squid-6.10/errors/et/ERR_TOO_BIG	2024-06-08 14:48:44.000000000 +0000
+++ squid-6.11/errors/et/ERR_TOO_BIG	2024-09-15 21:06:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_UNSUP_HTTPVERSION squid-6.11/errors/et/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/et/ERR_UNSUP_HTTPVERSION	2024-06-08 14:48:44.000000000 +0000
+++ squid-6.11/errors/et/ERR_UNSUP_HTTPVERSION	2024-09-15 21:06:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_UNSUP_REQ squid-6.11/errors/et/ERR_UNSUP_REQ
--- squid-6.10/errors/et/ERR_UNSUP_REQ	2024-06-08 14:48:44.000000000 +0000
+++ squid-6.11/errors/et/ERR_UNSUP_REQ	2024-09-15 21:06:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_URN_RESOLVE squid-6.11/errors/et/ERR_URN_RESOLVE
--- squid-6.10/errors/et/ERR_URN_RESOLVE	2024-06-08 14:48:44.000000000 +0000
+++ squid-6.11/errors/et/ERR_URN_RESOLVE	2024-09-15 21:06:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_WRITE_ERROR squid-6.11/errors/et/ERR_WRITE_ERROR
--- squid-6.10/errors/et/ERR_WRITE_ERROR	2024-06-08 14:48:44.000000000 +0000
+++ squid-6.11/errors/et/ERR_WRITE_ERROR	2024-09-15 21:06:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/et/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/et/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/et/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:48:44.000000000 +0000
+++ squid-6.11/errors/et/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:06:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_ACCESS_DENIED squid-6.11/errors/fa/ERR_ACCESS_DENIED
--- squid-6.10/errors/fa/ERR_ACCESS_DENIED	2024-06-08 14:48:44.000000000 +0000
+++ squid-6.11/errors/fa/ERR_ACCESS_DENIED	2024-09-15 21:06:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/fa/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/fa/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/fa/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:48:45.000000000 +0000
+++ squid-6.11/errors/fa/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:06:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_AGENT_CONFIGURE squid-6.11/errors/fa/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/fa/ERR_AGENT_CONFIGURE	2024-06-08 14:48:45.000000000 +0000
+++ squid-6.11/errors/fa/ERR_AGENT_CONFIGURE	2024-09-15 21:06:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/fa/ERR_AGENT_WPAD squid-6.11/errors/fa/ERR_AGENT_WPAD
--- squid-6.10/errors/fa/ERR_AGENT_WPAD	2024-06-08 14:48:45.000000000 +0000
+++ squid-6.11/errors/fa/ERR_AGENT_WPAD	2024-09-15 21:06:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/fa/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/fa/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/fa/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:48:45.000000000 +0000
+++ squid-6.11/errors/fa/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:06:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: رد شدن دسترسی به نهانگاه</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/fa/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/fa/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:48:45.000000000 +0000
+++ squid-6.11/errors/fa/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:06:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: رد شدن دسترسی برای مدیریت نهانگاه</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_CANNOT_FORWARD squid-6.11/errors/fa/ERR_CANNOT_FORWARD
--- squid-6.10/errors/fa/ERR_CANNOT_FORWARD	2024-06-08 14:48:45.000000000 +0000
+++ squid-6.11/errors/fa/ERR_CANNOT_FORWARD	2024-09-15 21:06:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_CONFLICT_HOST squid-6.11/errors/fa/ERR_CONFLICT_HOST
--- squid-6.10/errors/fa/ERR_CONFLICT_HOST	2024-06-08 14:48:45.000000000 +0000
+++ squid-6.11/errors/fa/ERR_CONFLICT_HOST	2024-09-15 21:06:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_CONNECT_FAIL squid-6.11/errors/fa/ERR_CONNECT_FAIL
--- squid-6.10/errors/fa/ERR_CONNECT_FAIL	2024-06-08 14:48:45.000000000 +0000
+++ squid-6.11/errors/fa/ERR_CONNECT_FAIL	2024-09-15 21:06:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_DIR_LISTING squid-6.11/errors/fa/ERR_DIR_LISTING
--- squid-6.10/errors/fa/ERR_DIR_LISTING	2024-06-08 14:48:46.000000000 +0000
+++ squid-6.11/errors/fa/ERR_DIR_LISTING	2024-09-15 21:06:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>مسیر : U%</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/fa/ERR_DNS_FAIL squid-6.11/errors/fa/ERR_DNS_FAIL
--- squid-6.10/errors/fa/ERR_DNS_FAIL	2024-06-08 14:48:46.000000000 +0000
+++ squid-6.11/errors/fa/ERR_DNS_FAIL	2024-09-15 21:06:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_ESI squid-6.11/errors/fa/ERR_ESI
--- squid-6.10/errors/fa/ERR_ESI	2024-06-08 14:48:46.000000000 +0000
+++ squid-6.11/errors/fa/ERR_ESI	2024-09-15 21:06:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_FORWARDING_DENIED squid-6.11/errors/fa/ERR_FORWARDING_DENIED
--- squid-6.10/errors/fa/ERR_FORWARDING_DENIED	2024-06-08 14:48:46.000000000 +0000
+++ squid-6.11/errors/fa/ERR_FORWARDING_DENIED	2024-09-15 21:06:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_FTP_DISABLED squid-6.11/errors/fa/ERR_FTP_DISABLED
--- squid-6.10/errors/fa/ERR_FTP_DISABLED	2024-06-08 14:48:46.000000000 +0000
+++ squid-6.11/errors/fa/ERR_FTP_DISABLED	2024-09-15 21:06:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_FTP_FAILURE squid-6.11/errors/fa/ERR_FTP_FAILURE
--- squid-6.10/errors/fa/ERR_FTP_FAILURE	2024-06-08 14:48:46.000000000 +0000
+++ squid-6.11/errors/fa/ERR_FTP_FAILURE	2024-09-15 21:06:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_FTP_FORBIDDEN squid-6.11/errors/fa/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/fa/ERR_FTP_FORBIDDEN	2024-06-08 14:48:46.000000000 +0000
+++ squid-6.11/errors/fa/ERR_FTP_FORBIDDEN	2024-09-15 21:06:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_FTP_NOT_FOUND squid-6.11/errors/fa/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/fa/ERR_FTP_NOT_FOUND	2024-06-08 14:48:47.000000000 +0000
+++ squid-6.11/errors/fa/ERR_FTP_NOT_FOUND	2024-09-15 21:06:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_FTP_PUT_CREATED squid-6.11/errors/fa/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/fa/ERR_FTP_PUT_CREATED	2024-06-08 14:48:47.000000000 +0000
+++ squid-6.11/errors/fa/ERR_FTP_PUT_CREATED	2024-09-15 21:06:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_FTP_PUT_ERROR squid-6.11/errors/fa/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/fa/ERR_FTP_PUT_ERROR	2024-06-08 14:48:47.000000000 +0000
+++ squid-6.11/errors/fa/ERR_FTP_PUT_ERROR	2024-09-15 21:06:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: بارگذاری روی FTP با موفقیت همراه نبود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_FTP_PUT_MODIFIED squid-6.11/errors/fa/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/fa/ERR_FTP_PUT_MODIFIED	2024-06-08 14:48:47.000000000 +0000
+++ squid-6.11/errors/fa/ERR_FTP_PUT_MODIFIED	2024-09-15 21:06:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_FTP_UNAVAILABLE squid-6.11/errors/fa/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/fa/ERR_FTP_UNAVAILABLE	2024-06-08 14:48:47.000000000 +0000
+++ squid-6.11/errors/fa/ERR_FTP_UNAVAILABLE	2024-09-15 21:06:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_GATEWAY_FAILURE squid-6.11/errors/fa/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/fa/ERR_GATEWAY_FAILURE	2024-06-08 14:48:47.000000000 +0000
+++ squid-6.11/errors/fa/ERR_GATEWAY_FAILURE	2024-09-15 21:06:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_ICAP_FAILURE squid-6.11/errors/fa/ERR_ICAP_FAILURE
--- squid-6.10/errors/fa/ERR_ICAP_FAILURE	2024-06-08 14:48:47.000000000 +0000
+++ squid-6.11/errors/fa/ERR_ICAP_FAILURE	2024-09-15 21:06:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_INVALID_REQ squid-6.11/errors/fa/ERR_INVALID_REQ
--- squid-6.10/errors/fa/ERR_INVALID_REQ	2024-06-08 14:48:47.000000000 +0000
+++ squid-6.11/errors/fa/ERR_INVALID_REQ	2024-09-15 21:06:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_INVALID_RESP squid-6.11/errors/fa/ERR_INVALID_RESP
--- squid-6.10/errors/fa/ERR_INVALID_RESP	2024-06-08 14:48:48.000000000 +0000
+++ squid-6.11/errors/fa/ERR_INVALID_RESP	2024-09-15 21:06:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_INVALID_URL squid-6.11/errors/fa/ERR_INVALID_URL
--- squid-6.10/errors/fa/ERR_INVALID_URL	2024-06-08 14:48:48.000000000 +0000
+++ squid-6.11/errors/fa/ERR_INVALID_URL	2024-09-15 21:06:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_LIFETIME_EXP squid-6.11/errors/fa/ERR_LIFETIME_EXP
--- squid-6.10/errors/fa/ERR_LIFETIME_EXP	2024-06-08 14:48:48.000000000 +0000
+++ squid-6.11/errors/fa/ERR_LIFETIME_EXP	2024-09-15 21:06:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_NO_RELAY squid-6.11/errors/fa/ERR_NO_RELAY
--- squid-6.10/errors/fa/ERR_NO_RELAY	2024-06-08 14:48:48.000000000 +0000
+++ squid-6.11/errors/fa/ERR_NO_RELAY	2024-09-15 21:06:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/fa/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/fa/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:48:48.000000000 +0000
+++ squid-6.11/errors/fa/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:06:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_PRECONDITION_FAILED squid-6.11/errors/fa/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/fa/ERR_PRECONDITION_FAILED	2024-06-08 14:48:48.000000000 +0000
+++ squid-6.11/errors/fa/ERR_PRECONDITION_FAILED	2024-09-15 21:06:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/fa/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/fa/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:48:48.000000000 +0000
+++ squid-6.11/errors/fa/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:06:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_READ_ERROR squid-6.11/errors/fa/ERR_READ_ERROR
--- squid-6.10/errors/fa/ERR_READ_ERROR	2024-06-08 14:48:49.000000000 +0000
+++ squid-6.11/errors/fa/ERR_READ_ERROR	2024-09-15 21:06:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_READ_TIMEOUT squid-6.11/errors/fa/ERR_READ_TIMEOUT
--- squid-6.10/errors/fa/ERR_READ_TIMEOUT	2024-06-08 14:48:49.000000000 +0000
+++ squid-6.11/errors/fa/ERR_READ_TIMEOUT	2024-09-15 21:06:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/fa/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/fa/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:48:49.000000000 +0000
+++ squid-6.11/errors/fa/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:06:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_SHUTTING_DOWN squid-6.11/errors/fa/ERR_SHUTTING_DOWN
--- squid-6.10/errors/fa/ERR_SHUTTING_DOWN	2024-06-08 14:48:49.000000000 +0000
+++ squid-6.11/errors/fa/ERR_SHUTTING_DOWN	2024-09-15 21:06:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_SOCKET_FAILURE squid-6.11/errors/fa/ERR_SOCKET_FAILURE
--- squid-6.10/errors/fa/ERR_SOCKET_FAILURE	2024-06-08 14:48:49.000000000 +0000
+++ squid-6.11/errors/fa/ERR_SOCKET_FAILURE	2024-09-15 21:06:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_TOO_BIG squid-6.11/errors/fa/ERR_TOO_BIG
--- squid-6.10/errors/fa/ERR_TOO_BIG	2024-06-08 14:48:49.000000000 +0000
+++ squid-6.11/errors/fa/ERR_TOO_BIG	2024-09-15 21:06:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_UNSUP_HTTPVERSION squid-6.11/errors/fa/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/fa/ERR_UNSUP_HTTPVERSION	2024-06-08 14:48:49.000000000 +0000
+++ squid-6.11/errors/fa/ERR_UNSUP_HTTPVERSION	2024-09-15 21:06:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_UNSUP_REQ squid-6.11/errors/fa/ERR_UNSUP_REQ
--- squid-6.10/errors/fa/ERR_UNSUP_REQ	2024-06-08 14:48:49.000000000 +0000
+++ squid-6.11/errors/fa/ERR_UNSUP_REQ	2024-09-15 21:06:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_URN_RESOLVE squid-6.11/errors/fa/ERR_URN_RESOLVE
--- squid-6.10/errors/fa/ERR_URN_RESOLVE	2024-06-08 14:48:50.000000000 +0000
+++ squid-6.11/errors/fa/ERR_URN_RESOLVE	2024-09-15 21:06:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_WRITE_ERROR squid-6.11/errors/fa/ERR_WRITE_ERROR
--- squid-6.10/errors/fa/ERR_WRITE_ERROR	2024-06-08 14:48:50.000000000 +0000
+++ squid-6.11/errors/fa/ERR_WRITE_ERROR	2024-09-15 21:06:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fa/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/fa/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/fa/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:48:50.000000000 +0000
+++ squid-6.11/errors/fa/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:06:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_ACCESS_DENIED squid-6.11/errors/fi/ERR_ACCESS_DENIED
--- squid-6.10/errors/fi/ERR_ACCESS_DENIED	2024-06-08 14:48:50.000000000 +0000
+++ squid-6.11/errors/fi/ERR_ACCESS_DENIED	2024-09-15 21:06:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/fi/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/fi/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/fi/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:48:50.000000000 +0000
+++ squid-6.11/errors/fi/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:06:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_AGENT_CONFIGURE squid-6.11/errors/fi/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/fi/ERR_AGENT_CONFIGURE	2024-06-08 14:48:50.000000000 +0000
+++ squid-6.11/errors/fi/ERR_AGENT_CONFIGURE	2024-09-15 21:06:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/fi/ERR_AGENT_WPAD squid-6.11/errors/fi/ERR_AGENT_WPAD
--- squid-6.10/errors/fi/ERR_AGENT_WPAD	2024-06-08 14:48:50.000000000 +0000
+++ squid-6.11/errors/fi/ERR_AGENT_WPAD	2024-09-15 21:06:09.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/fi/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/fi/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/fi/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:48:51.000000000 +0000
+++ squid-6.11/errors/fi/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:06:09.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pääsy välityspalvelimeen evätty</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/fi/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/fi/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:48:51.000000000 +0000
+++ squid-6.11/errors/fi/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:06:09.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pääsy välityspalvelimen hallintaan evätty</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_CANNOT_FORWARD squid-6.11/errors/fi/ERR_CANNOT_FORWARD
--- squid-6.10/errors/fi/ERR_CANNOT_FORWARD	2024-06-08 14:48:51.000000000 +0000
+++ squid-6.11/errors/fi/ERR_CANNOT_FORWARD	2024-09-15 21:06:09.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_CONFLICT_HOST squid-6.11/errors/fi/ERR_CONFLICT_HOST
--- squid-6.10/errors/fi/ERR_CONFLICT_HOST	2024-06-08 14:48:51.000000000 +0000
+++ squid-6.11/errors/fi/ERR_CONFLICT_HOST	2024-09-15 21:06:09.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_CONNECT_FAIL squid-6.11/errors/fi/ERR_CONNECT_FAIL
--- squid-6.10/errors/fi/ERR_CONNECT_FAIL	2024-06-08 14:48:51.000000000 +0000
+++ squid-6.11/errors/fi/ERR_CONNECT_FAIL	2024-09-15 21:06:09.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_DIR_LISTING squid-6.11/errors/fi/ERR_DIR_LISTING
--- squid-6.10/errors/fi/ERR_DIR_LISTING	2024-06-08 14:48:51.000000000 +0000
+++ squid-6.11/errors/fi/ERR_DIR_LISTING	2024-09-15 21:06:09.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/fi/ERR_DNS_FAIL squid-6.11/errors/fi/ERR_DNS_FAIL
--- squid-6.10/errors/fi/ERR_DNS_FAIL	2024-06-08 14:48:51.000000000 +0000
+++ squid-6.11/errors/fi/ERR_DNS_FAIL	2024-09-15 21:06:09.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_ESI squid-6.11/errors/fi/ERR_ESI
--- squid-6.10/errors/fi/ERR_ESI	2024-06-08 14:48:51.000000000 +0000
+++ squid-6.11/errors/fi/ERR_ESI	2024-09-15 21:06:10.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_FORWARDING_DENIED squid-6.11/errors/fi/ERR_FORWARDING_DENIED
--- squid-6.10/errors/fi/ERR_FORWARDING_DENIED	2024-06-08 14:48:52.000000000 +0000
+++ squid-6.11/errors/fi/ERR_FORWARDING_DENIED	2024-09-15 21:06:10.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_FTP_DISABLED squid-6.11/errors/fi/ERR_FTP_DISABLED
--- squid-6.10/errors/fi/ERR_FTP_DISABLED	2024-06-08 14:48:52.000000000 +0000
+++ squid-6.11/errors/fi/ERR_FTP_DISABLED	2024-09-15 21:06:10.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_FTP_FAILURE squid-6.11/errors/fi/ERR_FTP_FAILURE
--- squid-6.10/errors/fi/ERR_FTP_FAILURE	2024-06-08 14:48:52.000000000 +0000
+++ squid-6.11/errors/fi/ERR_FTP_FAILURE	2024-09-15 21:06:10.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_FTP_FORBIDDEN squid-6.11/errors/fi/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/fi/ERR_FTP_FORBIDDEN	2024-06-08 14:48:52.000000000 +0000
+++ squid-6.11/errors/fi/ERR_FTP_FORBIDDEN	2024-09-15 21:06:10.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_FTP_NOT_FOUND squid-6.11/errors/fi/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/fi/ERR_FTP_NOT_FOUND	2024-06-08 14:48:52.000000000 +0000
+++ squid-6.11/errors/fi/ERR_FTP_NOT_FOUND	2024-09-15 21:06:10.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_FTP_PUT_CREATED squid-6.11/errors/fi/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/fi/ERR_FTP_PUT_CREATED	2024-06-08 14:48:52.000000000 +0000
+++ squid-6.11/errors/fi/ERR_FTP_PUT_CREATED	2024-09-15 21:06:10.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_FTP_PUT_ERROR squid-6.11/errors/fi/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/fi/ERR_FTP_PUT_ERROR	2024-06-08 14:48:52.000000000 +0000
+++ squid-6.11/errors/fi/ERR_FTP_PUT_ERROR	2024-09-15 21:06:11.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: FTP lähetys epäonnistui</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_FTP_PUT_MODIFIED squid-6.11/errors/fi/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/fi/ERR_FTP_PUT_MODIFIED	2024-06-08 14:48:53.000000000 +0000
+++ squid-6.11/errors/fi/ERR_FTP_PUT_MODIFIED	2024-09-15 21:06:11.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_FTP_UNAVAILABLE squid-6.11/errors/fi/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/fi/ERR_FTP_UNAVAILABLE	2024-06-08 14:48:53.000000000 +0000
+++ squid-6.11/errors/fi/ERR_FTP_UNAVAILABLE	2024-09-15 21:06:11.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_GATEWAY_FAILURE squid-6.11/errors/fi/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/fi/ERR_GATEWAY_FAILURE	2024-06-08 14:48:53.000000000 +0000
+++ squid-6.11/errors/fi/ERR_GATEWAY_FAILURE	2024-09-15 21:06:11.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_ICAP_FAILURE squid-6.11/errors/fi/ERR_ICAP_FAILURE
--- squid-6.10/errors/fi/ERR_ICAP_FAILURE	2024-06-08 14:48:53.000000000 +0000
+++ squid-6.11/errors/fi/ERR_ICAP_FAILURE	2024-09-15 21:06:11.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_INVALID_REQ squid-6.11/errors/fi/ERR_INVALID_REQ
--- squid-6.10/errors/fi/ERR_INVALID_REQ	2024-06-08 14:48:53.000000000 +0000
+++ squid-6.11/errors/fi/ERR_INVALID_REQ	2024-09-15 21:06:11.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_INVALID_RESP squid-6.11/errors/fi/ERR_INVALID_RESP
--- squid-6.10/errors/fi/ERR_INVALID_RESP	2024-06-08 14:48:53.000000000 +0000
+++ squid-6.11/errors/fi/ERR_INVALID_RESP	2024-09-15 21:06:11.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_INVALID_URL squid-6.11/errors/fi/ERR_INVALID_URL
--- squid-6.10/errors/fi/ERR_INVALID_URL	2024-06-08 14:48:53.000000000 +0000
+++ squid-6.11/errors/fi/ERR_INVALID_URL	2024-09-15 21:06:11.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_LIFETIME_EXP squid-6.11/errors/fi/ERR_LIFETIME_EXP
--- squid-6.10/errors/fi/ERR_LIFETIME_EXP	2024-06-08 14:48:53.000000000 +0000
+++ squid-6.11/errors/fi/ERR_LIFETIME_EXP	2024-09-15 21:06:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_NO_RELAY squid-6.11/errors/fi/ERR_NO_RELAY
--- squid-6.10/errors/fi/ERR_NO_RELAY	2024-06-08 14:48:54.000000000 +0000
+++ squid-6.11/errors/fi/ERR_NO_RELAY	2024-09-15 21:06:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/fi/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/fi/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:48:54.000000000 +0000
+++ squid-6.11/errors/fi/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:06:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_PRECONDITION_FAILED squid-6.11/errors/fi/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/fi/ERR_PRECONDITION_FAILED	2024-06-08 14:48:54.000000000 +0000
+++ squid-6.11/errors/fi/ERR_PRECONDITION_FAILED	2024-09-15 21:06:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/fi/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/fi/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:48:54.000000000 +0000
+++ squid-6.11/errors/fi/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:06:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_READ_ERROR squid-6.11/errors/fi/ERR_READ_ERROR
--- squid-6.10/errors/fi/ERR_READ_ERROR	2024-06-08 14:48:54.000000000 +0000
+++ squid-6.11/errors/fi/ERR_READ_ERROR	2024-09-15 21:06:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_READ_TIMEOUT squid-6.11/errors/fi/ERR_READ_TIMEOUT
--- squid-6.10/errors/fi/ERR_READ_TIMEOUT	2024-06-08 14:48:54.000000000 +0000
+++ squid-6.11/errors/fi/ERR_READ_TIMEOUT	2024-09-15 21:06:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/fi/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/fi/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:48:54.000000000 +0000
+++ squid-6.11/errors/fi/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:06:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_SHUTTING_DOWN squid-6.11/errors/fi/ERR_SHUTTING_DOWN
--- squid-6.10/errors/fi/ERR_SHUTTING_DOWN	2024-06-08 14:48:55.000000000 +0000
+++ squid-6.11/errors/fi/ERR_SHUTTING_DOWN	2024-09-15 21:06:13.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_SOCKET_FAILURE squid-6.11/errors/fi/ERR_SOCKET_FAILURE
--- squid-6.10/errors/fi/ERR_SOCKET_FAILURE	2024-06-08 14:48:55.000000000 +0000
+++ squid-6.11/errors/fi/ERR_SOCKET_FAILURE	2024-09-15 21:06:13.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_TOO_BIG squid-6.11/errors/fi/ERR_TOO_BIG
--- squid-6.10/errors/fi/ERR_TOO_BIG	2024-06-08 14:48:55.000000000 +0000
+++ squid-6.11/errors/fi/ERR_TOO_BIG	2024-09-15 21:06:13.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_UNSUP_HTTPVERSION squid-6.11/errors/fi/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/fi/ERR_UNSUP_HTTPVERSION	2024-06-08 14:48:55.000000000 +0000
+++ squid-6.11/errors/fi/ERR_UNSUP_HTTPVERSION	2024-09-15 21:06:13.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_UNSUP_REQ squid-6.11/errors/fi/ERR_UNSUP_REQ
--- squid-6.10/errors/fi/ERR_UNSUP_REQ	2024-06-08 14:48:55.000000000 +0000
+++ squid-6.11/errors/fi/ERR_UNSUP_REQ	2024-09-15 21:06:13.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_URN_RESOLVE squid-6.11/errors/fi/ERR_URN_RESOLVE
--- squid-6.10/errors/fi/ERR_URN_RESOLVE	2024-06-08 14:48:55.000000000 +0000
+++ squid-6.11/errors/fi/ERR_URN_RESOLVE	2024-09-15 21:06:13.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_WRITE_ERROR squid-6.11/errors/fi/ERR_WRITE_ERROR
--- squid-6.10/errors/fi/ERR_WRITE_ERROR	2024-06-08 14:48:55.000000000 +0000
+++ squid-6.11/errors/fi/ERR_WRITE_ERROR	2024-09-15 21:06:13.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fi/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/fi/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/fi/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:48:55.000000000 +0000
+++ squid-6.11/errors/fi/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:06:14.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_ACCESS_DENIED squid-6.11/errors/fr/ERR_ACCESS_DENIED
--- squid-6.10/errors/fr/ERR_ACCESS_DENIED	2024-06-08 14:48:56.000000000 +0000
+++ squid-6.11/errors/fr/ERR_ACCESS_DENIED	2024-09-15 21:06:14.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/fr/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/fr/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/fr/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:48:56.000000000 +0000
+++ squid-6.11/errors/fr/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:06:14.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_AGENT_CONFIGURE squid-6.11/errors/fr/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/fr/ERR_AGENT_CONFIGURE	2024-06-08 14:48:56.000000000 +0000
+++ squid-6.11/errors/fr/ERR_AGENT_CONFIGURE	2024-09-15 21:06:14.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Configuration du navigateur Web</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/fr/ERR_AGENT_WPAD squid-6.11/errors/fr/ERR_AGENT_WPAD
--- squid-6.10/errors/fr/ERR_AGENT_WPAD	2024-06-08 14:48:56.000000000 +0000
+++ squid-6.11/errors/fr/ERR_AGENT_WPAD	2024-09-15 21:06:14.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Configuration du navigateur Web</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/fr/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/fr/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/fr/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:48:56.000000000 +0000
+++ squid-6.11/errors/fr/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:06:14.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : accès au Cache Interdit</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/fr/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/fr/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:48:56.000000000 +0000
+++ squid-6.11/errors/fr/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:06:14.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : accès au Gestionnaire de Cache Interdit</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_CANNOT_FORWARD squid-6.11/errors/fr/ERR_CANNOT_FORWARD
--- squid-6.10/errors/fr/ERR_CANNOT_FORWARD	2024-06-08 14:48:56.000000000 +0000
+++ squid-6.11/errors/fr/ERR_CANNOT_FORWARD	2024-09-15 21:06:14.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_CONFLICT_HOST squid-6.11/errors/fr/ERR_CONFLICT_HOST
--- squid-6.10/errors/fr/ERR_CONFLICT_HOST	2024-06-08 14:48:57.000000000 +0000
+++ squid-6.11/errors/fr/ERR_CONFLICT_HOST	2024-09-15 21:06:15.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_CONNECT_FAIL squid-6.11/errors/fr/ERR_CONNECT_FAIL
--- squid-6.10/errors/fr/ERR_CONNECT_FAIL	2024-06-08 14:48:57.000000000 +0000
+++ squid-6.11/errors/fr/ERR_CONNECT_FAIL	2024-09-15 21:06:15.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_DIR_LISTING squid-6.11/errors/fr/ERR_DIR_LISTING
--- squid-6.10/errors/fr/ERR_DIR_LISTING	2024-06-08 14:48:57.000000000 +0000
+++ squid-6.11/errors/fr/ERR_DIR_LISTING	2024-09-15 21:06:15.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Répertoire : %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/fr/ERR_DNS_FAIL squid-6.11/errors/fr/ERR_DNS_FAIL
--- squid-6.10/errors/fr/ERR_DNS_FAIL	2024-06-08 14:48:57.000000000 +0000
+++ squid-6.11/errors/fr/ERR_DNS_FAIL	2024-09-15 21:06:15.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_ESI squid-6.11/errors/fr/ERR_ESI
--- squid-6.10/errors/fr/ERR_ESI	2024-06-08 14:48:57.000000000 +0000
+++ squid-6.11/errors/fr/ERR_ESI	2024-09-15 21:06:15.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_FORWARDING_DENIED squid-6.11/errors/fr/ERR_FORWARDING_DENIED
--- squid-6.10/errors/fr/ERR_FORWARDING_DENIED	2024-06-08 14:48:57.000000000 +0000
+++ squid-6.11/errors/fr/ERR_FORWARDING_DENIED	2024-09-15 21:06:15.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_FTP_DISABLED squid-6.11/errors/fr/ERR_FTP_DISABLED
--- squid-6.10/errors/fr/ERR_FTP_DISABLED	2024-06-08 14:48:57.000000000 +0000
+++ squid-6.11/errors/fr/ERR_FTP_DISABLED	2024-09-15 21:06:15.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_FTP_FAILURE squid-6.11/errors/fr/ERR_FTP_FAILURE
--- squid-6.10/errors/fr/ERR_FTP_FAILURE	2024-06-08 14:48:57.000000000 +0000
+++ squid-6.11/errors/fr/ERR_FTP_FAILURE	2024-09-15 21:06:16.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_FTP_FORBIDDEN squid-6.11/errors/fr/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/fr/ERR_FTP_FORBIDDEN	2024-06-08 14:48:58.000000000 +0000
+++ squid-6.11/errors/fr/ERR_FTP_FORBIDDEN	2024-09-15 21:06:16.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_FTP_NOT_FOUND squid-6.11/errors/fr/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/fr/ERR_FTP_NOT_FOUND	2024-06-08 14:48:58.000000000 +0000
+++ squid-6.11/errors/fr/ERR_FTP_NOT_FOUND	2024-09-15 21:06:16.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_FTP_PUT_CREATED squid-6.11/errors/fr/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/fr/ERR_FTP_PUT_CREATED	2024-06-08 14:48:58.000000000 +0000
+++ squid-6.11/errors/fr/ERR_FTP_PUT_CREATED	2024-09-15 21:06:16.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP avec PUT, l'envoi du fichier a réussi.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_FTP_PUT_ERROR squid-6.11/errors/fr/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/fr/ERR_FTP_PUT_ERROR	2024-06-08 14:48:58.000000000 +0000
+++ squid-6.11/errors/fr/ERR_FTP_PUT_ERROR	2024-09-15 21:06:16.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : envoi FTP défectueux</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_FTP_PUT_MODIFIED squid-6.11/errors/fr/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/fr/ERR_FTP_PUT_MODIFIED	2024-06-08 14:48:58.000000000 +0000
+++ squid-6.11/errors/fr/ERR_FTP_PUT_MODIFIED	2024-09-15 21:06:16.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP avec PUT, l'envoi du fichier a réussi.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_FTP_UNAVAILABLE squid-6.11/errors/fr/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/fr/ERR_FTP_UNAVAILABLE	2024-06-08 14:48:58.000000000 +0000
+++ squid-6.11/errors/fr/ERR_FTP_UNAVAILABLE	2024-09-15 21:06:16.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_GATEWAY_FAILURE squid-6.11/errors/fr/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/fr/ERR_GATEWAY_FAILURE	2024-06-08 14:48:59.000000000 +0000
+++ squid-6.11/errors/fr/ERR_GATEWAY_FAILURE	2024-09-15 21:06:16.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_ICAP_FAILURE squid-6.11/errors/fr/ERR_ICAP_FAILURE
--- squid-6.10/errors/fr/ERR_ICAP_FAILURE	2024-06-08 14:48:59.000000000 +0000
+++ squid-6.11/errors/fr/ERR_ICAP_FAILURE	2024-09-15 21:06:17.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_INVALID_REQ squid-6.11/errors/fr/ERR_INVALID_REQ
--- squid-6.10/errors/fr/ERR_INVALID_REQ	2024-06-08 14:48:59.000000000 +0000
+++ squid-6.11/errors/fr/ERR_INVALID_REQ	2024-09-15 21:06:17.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_INVALID_RESP squid-6.11/errors/fr/ERR_INVALID_RESP
--- squid-6.10/errors/fr/ERR_INVALID_RESP	2024-06-08 14:48:59.000000000 +0000
+++ squid-6.11/errors/fr/ERR_INVALID_RESP	2024-09-15 21:06:17.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_INVALID_URL squid-6.11/errors/fr/ERR_INVALID_URL
--- squid-6.10/errors/fr/ERR_INVALID_URL	2024-06-08 14:48:59.000000000 +0000
+++ squid-6.11/errors/fr/ERR_INVALID_URL	2024-09-15 21:06:17.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_LIFETIME_EXP squid-6.11/errors/fr/ERR_LIFETIME_EXP
--- squid-6.10/errors/fr/ERR_LIFETIME_EXP	2024-06-08 14:48:59.000000000 +0000
+++ squid-6.11/errors/fr/ERR_LIFETIME_EXP	2024-09-15 21:06:17.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_NO_RELAY squid-6.11/errors/fr/ERR_NO_RELAY
--- squid-6.10/errors/fr/ERR_NO_RELAY	2024-06-08 14:48:59.000000000 +0000
+++ squid-6.11/errors/fr/ERR_NO_RELAY	2024-09-15 21:06:17.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/fr/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/fr/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:48:59.000000000 +0000
+++ squid-6.11/errors/fr/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:06:17.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_PRECONDITION_FAILED squid-6.11/errors/fr/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/fr/ERR_PRECONDITION_FAILED	2024-06-08 14:49:00.000000000 +0000
+++ squid-6.11/errors/fr/ERR_PRECONDITION_FAILED	2024-09-15 21:06:17.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/fr/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/fr/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:49:00.000000000 +0000
+++ squid-6.11/errors/fr/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:06:18.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_READ_ERROR squid-6.11/errors/fr/ERR_READ_ERROR
--- squid-6.10/errors/fr/ERR_READ_ERROR	2024-06-08 14:49:00.000000000 +0000
+++ squid-6.11/errors/fr/ERR_READ_ERROR	2024-09-15 21:06:18.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_READ_TIMEOUT squid-6.11/errors/fr/ERR_READ_TIMEOUT
--- squid-6.10/errors/fr/ERR_READ_TIMEOUT	2024-06-08 14:49:00.000000000 +0000
+++ squid-6.11/errors/fr/ERR_READ_TIMEOUT	2024-09-15 21:06:18.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/fr/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/fr/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:49:00.000000000 +0000
+++ squid-6.11/errors/fr/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:06:18.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_SHUTTING_DOWN squid-6.11/errors/fr/ERR_SHUTTING_DOWN
--- squid-6.10/errors/fr/ERR_SHUTTING_DOWN	2024-06-08 14:49:00.000000000 +0000
+++ squid-6.11/errors/fr/ERR_SHUTTING_DOWN	2024-09-15 21:06:18.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_SOCKET_FAILURE squid-6.11/errors/fr/ERR_SOCKET_FAILURE
--- squid-6.10/errors/fr/ERR_SOCKET_FAILURE	2024-06-08 14:49:00.000000000 +0000
+++ squid-6.11/errors/fr/ERR_SOCKET_FAILURE	2024-09-15 21:06:18.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_TOO_BIG squid-6.11/errors/fr/ERR_TOO_BIG
--- squid-6.10/errors/fr/ERR_TOO_BIG	2024-06-08 14:49:01.000000000 +0000
+++ squid-6.11/errors/fr/ERR_TOO_BIG	2024-09-15 21:06:18.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_UNSUP_HTTPVERSION squid-6.11/errors/fr/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/fr/ERR_UNSUP_HTTPVERSION	2024-06-08 14:49:01.000000000 +0000
+++ squid-6.11/errors/fr/ERR_UNSUP_HTTPVERSION	2024-09-15 21:06:19.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_UNSUP_REQ squid-6.11/errors/fr/ERR_UNSUP_REQ
--- squid-6.10/errors/fr/ERR_UNSUP_REQ	2024-06-08 14:49:01.000000000 +0000
+++ squid-6.11/errors/fr/ERR_UNSUP_REQ	2024-09-15 21:06:19.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_URN_RESOLVE squid-6.11/errors/fr/ERR_URN_RESOLVE
--- squid-6.10/errors/fr/ERR_URN_RESOLVE	2024-06-08 14:49:01.000000000 +0000
+++ squid-6.11/errors/fr/ERR_URN_RESOLVE	2024-09-15 21:06:19.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URN demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_WRITE_ERROR squid-6.11/errors/fr/ERR_WRITE_ERROR
--- squid-6.10/errors/fr/ERR_WRITE_ERROR	2024-06-08 14:49:01.000000000 +0000
+++ squid-6.11/errors/fr/ERR_WRITE_ERROR	2024-09-15 21:06:19.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/fr/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/fr/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/fr/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:49:01.000000000 +0000
+++ squid-6.11/errors/fr/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:06:19.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_ACCESS_DENIED squid-6.11/errors/he/ERR_ACCESS_DENIED
--- squid-6.10/errors/he/ERR_ACCESS_DENIED	2024-06-08 14:49:01.000000000 +0000
+++ squid-6.11/errors/he/ERR_ACCESS_DENIED	2024-09-15 21:06:19.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/he/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/he/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/he/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:49:02.000000000 +0000
+++ squid-6.11/errors/he/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:06:19.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_AGENT_CONFIGURE squid-6.11/errors/he/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/he/ERR_AGENT_CONFIGURE	2024-06-08 14:49:02.000000000 +0000
+++ squid-6.11/errors/he/ERR_AGENT_CONFIGURE	2024-09-15 21:06:19.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>הגדרת דפדפן האינטרנט</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/he/ERR_AGENT_WPAD squid-6.11/errors/he/ERR_AGENT_WPAD
--- squid-6.10/errors/he/ERR_AGENT_WPAD	2024-06-08 14:49:02.000000000 +0000
+++ squid-6.11/errors/he/ERR_AGENT_WPAD	2024-09-15 21:06:20.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>הגדרת דפדפן האינטרנט</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/he/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/he/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/he/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:49:02.000000000 +0000
+++ squid-6.11/errors/he/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:06:20.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: גישה לשרת נדחית</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/he/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/he/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:49:02.000000000 +0000
+++ squid-6.11/errors/he/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:06:20.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: גישת מנהל לשרת נדחית</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_CANNOT_FORWARD squid-6.11/errors/he/ERR_CANNOT_FORWARD
--- squid-6.10/errors/he/ERR_CANNOT_FORWARD	2024-06-08 14:49:02.000000000 +0000
+++ squid-6.11/errors/he/ERR_CANNOT_FORWARD	2024-09-15 21:06:20.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_CONFLICT_HOST squid-6.11/errors/he/ERR_CONFLICT_HOST
--- squid-6.10/errors/he/ERR_CONFLICT_HOST	2024-06-08 14:49:02.000000000 +0000
+++ squid-6.11/errors/he/ERR_CONFLICT_HOST	2024-09-15 21:06:20.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_CONNECT_FAIL squid-6.11/errors/he/ERR_CONNECT_FAIL
--- squid-6.10/errors/he/ERR_CONNECT_FAIL	2024-06-08 14:49:02.000000000 +0000
+++ squid-6.11/errors/he/ERR_CONNECT_FAIL	2024-09-15 21:06:20.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_DIR_LISTING squid-6.11/errors/he/ERR_DIR_LISTING
--- squid-6.10/errors/he/ERR_DIR_LISTING	2024-06-08 14:49:03.000000000 +0000
+++ squid-6.11/errors/he/ERR_DIR_LISTING	2024-09-15 21:06:20.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>תיקייה: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/he/ERR_DNS_FAIL squid-6.11/errors/he/ERR_DNS_FAIL
--- squid-6.10/errors/he/ERR_DNS_FAIL	2024-06-08 14:49:03.000000000 +0000
+++ squid-6.11/errors/he/ERR_DNS_FAIL	2024-09-15 21:06:20.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_ESI squid-6.11/errors/he/ERR_ESI
--- squid-6.10/errors/he/ERR_ESI	2024-06-08 14:49:03.000000000 +0000
+++ squid-6.11/errors/he/ERR_ESI	2024-09-15 21:06:21.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_FORWARDING_DENIED squid-6.11/errors/he/ERR_FORWARDING_DENIED
--- squid-6.10/errors/he/ERR_FORWARDING_DENIED	2024-06-08 14:49:03.000000000 +0000
+++ squid-6.11/errors/he/ERR_FORWARDING_DENIED	2024-09-15 21:06:21.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_FTP_DISABLED squid-6.11/errors/he/ERR_FTP_DISABLED
--- squid-6.10/errors/he/ERR_FTP_DISABLED	2024-06-08 14:49:03.000000000 +0000
+++ squid-6.11/errors/he/ERR_FTP_DISABLED	2024-09-15 21:06:21.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_FTP_FAILURE squid-6.11/errors/he/ERR_FTP_FAILURE
--- squid-6.10/errors/he/ERR_FTP_FAILURE	2024-06-08 14:49:03.000000000 +0000
+++ squid-6.11/errors/he/ERR_FTP_FAILURE	2024-09-15 21:06:21.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_FTP_FORBIDDEN squid-6.11/errors/he/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/he/ERR_FTP_FORBIDDEN	2024-06-08 14:49:03.000000000 +0000
+++ squid-6.11/errors/he/ERR_FTP_FORBIDDEN	2024-09-15 21:06:21.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_FTP_NOT_FOUND squid-6.11/errors/he/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/he/ERR_FTP_NOT_FOUND	2024-06-08 14:49:04.000000000 +0000
+++ squid-6.11/errors/he/ERR_FTP_NOT_FOUND	2024-09-15 21:06:21.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_FTP_PUT_CREATED squid-6.11/errors/he/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/he/ERR_FTP_PUT_CREATED	2024-06-08 14:49:04.000000000 +0000
+++ squid-6.11/errors/he/ERR_FTP_PUT_CREATED	2024-09-15 21:06:21.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_FTP_PUT_ERROR squid-6.11/errors/he/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/he/ERR_FTP_PUT_ERROR	2024-06-08 14:49:04.000000000 +0000
+++ squid-6.11/errors/he/ERR_FTP_PUT_ERROR	2024-09-15 21:06:22.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: העלאת קובץ ל-FTP נכשלה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_FTP_PUT_MODIFIED squid-6.11/errors/he/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/he/ERR_FTP_PUT_MODIFIED	2024-06-08 14:49:04.000000000 +0000
+++ squid-6.11/errors/he/ERR_FTP_PUT_MODIFIED	2024-09-15 21:06:22.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_FTP_UNAVAILABLE squid-6.11/errors/he/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/he/ERR_FTP_UNAVAILABLE	2024-06-08 14:49:04.000000000 +0000
+++ squid-6.11/errors/he/ERR_FTP_UNAVAILABLE	2024-09-15 21:06:22.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_GATEWAY_FAILURE squid-6.11/errors/he/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/he/ERR_GATEWAY_FAILURE	2024-06-08 14:49:04.000000000 +0000
+++ squid-6.11/errors/he/ERR_GATEWAY_FAILURE	2024-09-15 21:06:22.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_ICAP_FAILURE squid-6.11/errors/he/ERR_ICAP_FAILURE
--- squid-6.10/errors/he/ERR_ICAP_FAILURE	2024-06-08 14:49:04.000000000 +0000
+++ squid-6.11/errors/he/ERR_ICAP_FAILURE	2024-09-15 21:06:22.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_INVALID_REQ squid-6.11/errors/he/ERR_INVALID_REQ
--- squid-6.10/errors/he/ERR_INVALID_REQ	2024-06-08 14:49:04.000000000 +0000
+++ squid-6.11/errors/he/ERR_INVALID_REQ	2024-09-15 21:06:22.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_INVALID_RESP squid-6.11/errors/he/ERR_INVALID_RESP
--- squid-6.10/errors/he/ERR_INVALID_RESP	2024-06-08 14:49:05.000000000 +0000
+++ squid-6.11/errors/he/ERR_INVALID_RESP	2024-09-15 21:06:22.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_INVALID_URL squid-6.11/errors/he/ERR_INVALID_URL
--- squid-6.10/errors/he/ERR_INVALID_URL	2024-06-08 14:49:05.000000000 +0000
+++ squid-6.11/errors/he/ERR_INVALID_URL	2024-09-15 21:06:22.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_LIFETIME_EXP squid-6.11/errors/he/ERR_LIFETIME_EXP
--- squid-6.10/errors/he/ERR_LIFETIME_EXP	2024-06-08 14:49:05.000000000 +0000
+++ squid-6.11/errors/he/ERR_LIFETIME_EXP	2024-09-15 21:06:23.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_NO_RELAY squid-6.11/errors/he/ERR_NO_RELAY
--- squid-6.10/errors/he/ERR_NO_RELAY	2024-06-08 14:49:05.000000000 +0000
+++ squid-6.11/errors/he/ERR_NO_RELAY	2024-09-15 21:06:23.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/he/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/he/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:49:05.000000000 +0000
+++ squid-6.11/errors/he/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:06:23.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_PRECONDITION_FAILED squid-6.11/errors/he/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/he/ERR_PRECONDITION_FAILED	2024-06-08 14:49:05.000000000 +0000
+++ squid-6.11/errors/he/ERR_PRECONDITION_FAILED	2024-09-15 21:06:23.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/he/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/he/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:49:05.000000000 +0000
+++ squid-6.11/errors/he/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:06:23.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_READ_ERROR squid-6.11/errors/he/ERR_READ_ERROR
--- squid-6.10/errors/he/ERR_READ_ERROR	2024-06-08 14:49:06.000000000 +0000
+++ squid-6.11/errors/he/ERR_READ_ERROR	2024-09-15 21:06:23.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_READ_TIMEOUT squid-6.11/errors/he/ERR_READ_TIMEOUT
--- squid-6.10/errors/he/ERR_READ_TIMEOUT	2024-06-08 14:49:06.000000000 +0000
+++ squid-6.11/errors/he/ERR_READ_TIMEOUT	2024-09-15 21:06:23.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/he/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/he/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:49:06.000000000 +0000
+++ squid-6.11/errors/he/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:06:23.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_SHUTTING_DOWN squid-6.11/errors/he/ERR_SHUTTING_DOWN
--- squid-6.10/errors/he/ERR_SHUTTING_DOWN	2024-06-08 14:49:06.000000000 +0000
+++ squid-6.11/errors/he/ERR_SHUTTING_DOWN	2024-09-15 21:06:24.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_SOCKET_FAILURE squid-6.11/errors/he/ERR_SOCKET_FAILURE
--- squid-6.10/errors/he/ERR_SOCKET_FAILURE	2024-06-08 14:49:06.000000000 +0000
+++ squid-6.11/errors/he/ERR_SOCKET_FAILURE	2024-09-15 21:06:24.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_TOO_BIG squid-6.11/errors/he/ERR_TOO_BIG
--- squid-6.10/errors/he/ERR_TOO_BIG	2024-06-08 14:49:06.000000000 +0000
+++ squid-6.11/errors/he/ERR_TOO_BIG	2024-09-15 21:06:24.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_UNSUP_HTTPVERSION squid-6.11/errors/he/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/he/ERR_UNSUP_HTTPVERSION	2024-06-08 14:49:06.000000000 +0000
+++ squid-6.11/errors/he/ERR_UNSUP_HTTPVERSION	2024-09-15 21:06:24.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_UNSUP_REQ squid-6.11/errors/he/ERR_UNSUP_REQ
--- squid-6.10/errors/he/ERR_UNSUP_REQ	2024-06-08 14:49:06.000000000 +0000
+++ squid-6.11/errors/he/ERR_UNSUP_REQ	2024-09-15 21:06:24.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_URN_RESOLVE squid-6.11/errors/he/ERR_URN_RESOLVE
--- squid-6.10/errors/he/ERR_URN_RESOLVE	2024-06-08 14:49:07.000000000 +0000
+++ squid-6.11/errors/he/ERR_URN_RESOLVE	2024-09-15 21:06:24.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_WRITE_ERROR squid-6.11/errors/he/ERR_WRITE_ERROR
--- squid-6.10/errors/he/ERR_WRITE_ERROR	2024-06-08 14:49:07.000000000 +0000
+++ squid-6.11/errors/he/ERR_WRITE_ERROR	2024-09-15 21:06:24.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/he/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/he/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/he/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:49:07.000000000 +0000
+++ squid-6.11/errors/he/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:06:25.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_ACCESS_DENIED squid-6.11/errors/hu/ERR_ACCESS_DENIED
--- squid-6.10/errors/hu/ERR_ACCESS_DENIED	2024-06-08 14:49:07.000000000 +0000
+++ squid-6.11/errors/hu/ERR_ACCESS_DENIED	2024-09-15 21:06:25.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/hu/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/hu/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/hu/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:49:07.000000000 +0000
+++ squid-6.11/errors/hu/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:06:25.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_AGENT_CONFIGURE squid-6.11/errors/hu/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/hu/ERR_AGENT_CONFIGURE	2024-06-08 14:49:07.000000000 +0000
+++ squid-6.11/errors/hu/ERR_AGENT_CONFIGURE	2024-09-15 21:06:25.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>A böngésző konfigurálása</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/hu/ERR_AGENT_WPAD squid-6.11/errors/hu/ERR_AGENT_WPAD
--- squid-6.10/errors/hu/ERR_AGENT_WPAD	2024-06-08 14:49:07.000000000 +0000
+++ squid-6.11/errors/hu/ERR_AGENT_WPAD	2024-09-15 21:06:25.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>A böngésző konfigurálása</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/hu/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/hu/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/hu/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:49:07.000000000 +0000
+++ squid-6.11/errors/hu/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:06:25.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Nincs jogosultsága a proxyszerver eléréséhez</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/hu/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/hu/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:49:08.000000000 +0000
+++ squid-6.11/errors/hu/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:06:25.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Adminisztrátori hozzáférés megtagadva</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_CANNOT_FORWARD squid-6.11/errors/hu/ERR_CANNOT_FORWARD
--- squid-6.10/errors/hu/ERR_CANNOT_FORWARD	2024-06-08 14:49:08.000000000 +0000
+++ squid-6.11/errors/hu/ERR_CANNOT_FORWARD	2024-09-15 21:06:25.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_CONFLICT_HOST squid-6.11/errors/hu/ERR_CONFLICT_HOST
--- squid-6.10/errors/hu/ERR_CONFLICT_HOST	2024-06-08 14:49:08.000000000 +0000
+++ squid-6.11/errors/hu/ERR_CONFLICT_HOST	2024-09-15 21:06:26.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_CONNECT_FAIL squid-6.11/errors/hu/ERR_CONNECT_FAIL
--- squid-6.10/errors/hu/ERR_CONNECT_FAIL	2024-06-08 14:49:08.000000000 +0000
+++ squid-6.11/errors/hu/ERR_CONNECT_FAIL	2024-09-15 21:06:26.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_DIR_LISTING squid-6.11/errors/hu/ERR_DIR_LISTING
--- squid-6.10/errors/hu/ERR_DIR_LISTING	2024-06-08 14:49:08.000000000 +0000
+++ squid-6.11/errors/hu/ERR_DIR_LISTING	2024-09-15 21:06:26.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Könyvtár: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/hu/ERR_DNS_FAIL squid-6.11/errors/hu/ERR_DNS_FAIL
--- squid-6.10/errors/hu/ERR_DNS_FAIL	2024-06-08 14:49:08.000000000 +0000
+++ squid-6.11/errors/hu/ERR_DNS_FAIL	2024-09-15 21:06:26.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_ESI squid-6.11/errors/hu/ERR_ESI
--- squid-6.10/errors/hu/ERR_ESI	2024-06-08 14:49:08.000000000 +0000
+++ squid-6.11/errors/hu/ERR_ESI	2024-09-15 21:06:26.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_FORWARDING_DENIED squid-6.11/errors/hu/ERR_FORWARDING_DENIED
--- squid-6.10/errors/hu/ERR_FORWARDING_DENIED	2024-06-08 14:49:09.000000000 +0000
+++ squid-6.11/errors/hu/ERR_FORWARDING_DENIED	2024-09-15 21:06:26.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_FTP_DISABLED squid-6.11/errors/hu/ERR_FTP_DISABLED
--- squid-6.10/errors/hu/ERR_FTP_DISABLED	2024-06-08 14:49:09.000000000 +0000
+++ squid-6.11/errors/hu/ERR_FTP_DISABLED	2024-09-15 21:06:26.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_FTP_FAILURE squid-6.11/errors/hu/ERR_FTP_FAILURE
--- squid-6.10/errors/hu/ERR_FTP_FAILURE	2024-06-08 14:49:09.000000000 +0000
+++ squid-6.11/errors/hu/ERR_FTP_FAILURE	2024-09-15 21:06:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_FTP_FORBIDDEN squid-6.11/errors/hu/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/hu/ERR_FTP_FORBIDDEN	2024-06-08 14:49:09.000000000 +0000
+++ squid-6.11/errors/hu/ERR_FTP_FORBIDDEN	2024-09-15 21:06:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_FTP_NOT_FOUND squid-6.11/errors/hu/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/hu/ERR_FTP_NOT_FOUND	2024-06-08 14:49:09.000000000 +0000
+++ squid-6.11/errors/hu/ERR_FTP_NOT_FOUND	2024-09-15 21:06:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_FTP_PUT_CREATED squid-6.11/errors/hu/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/hu/ERR_FTP_PUT_CREATED	2024-06-08 14:49:09.000000000 +0000
+++ squid-6.11/errors/hu/ERR_FTP_PUT_CREATED	2024-09-15 21:06:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Sikeres PUT művelet</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_FTP_PUT_ERROR squid-6.11/errors/hu/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/hu/ERR_FTP_PUT_ERROR	2024-06-08 14:49:09.000000000 +0000
+++ squid-6.11/errors/hu/ERR_FTP_PUT_ERROR	2024-09-15 21:06:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Sikertelen feltöltés</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_FTP_PUT_MODIFIED squid-6.11/errors/hu/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/hu/ERR_FTP_PUT_MODIFIED	2024-06-08 14:49:10.000000000 +0000
+++ squid-6.11/errors/hu/ERR_FTP_PUT_MODIFIED	2024-09-15 21:06:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Sikeres PUT művelet</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_FTP_UNAVAILABLE squid-6.11/errors/hu/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/hu/ERR_FTP_UNAVAILABLE	2024-06-08 14:49:10.000000000 +0000
+++ squid-6.11/errors/hu/ERR_FTP_UNAVAILABLE	2024-09-15 21:06:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_GATEWAY_FAILURE squid-6.11/errors/hu/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/hu/ERR_GATEWAY_FAILURE	2024-06-08 14:49:10.000000000 +0000
+++ squid-6.11/errors/hu/ERR_GATEWAY_FAILURE	2024-09-15 21:06:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_ICAP_FAILURE squid-6.11/errors/hu/ERR_ICAP_FAILURE
--- squid-6.10/errors/hu/ERR_ICAP_FAILURE	2024-06-08 14:49:10.000000000 +0000
+++ squid-6.11/errors/hu/ERR_ICAP_FAILURE	2024-09-15 21:06:28.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_INVALID_REQ squid-6.11/errors/hu/ERR_INVALID_REQ
--- squid-6.10/errors/hu/ERR_INVALID_REQ	2024-06-08 14:49:10.000000000 +0000
+++ squid-6.11/errors/hu/ERR_INVALID_REQ	2024-09-15 21:06:28.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_INVALID_RESP squid-6.11/errors/hu/ERR_INVALID_RESP
--- squid-6.10/errors/hu/ERR_INVALID_RESP	2024-06-08 14:49:10.000000000 +0000
+++ squid-6.11/errors/hu/ERR_INVALID_RESP	2024-09-15 21:06:28.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_INVALID_URL squid-6.11/errors/hu/ERR_INVALID_URL
--- squid-6.10/errors/hu/ERR_INVALID_URL	2024-06-08 14:49:10.000000000 +0000
+++ squid-6.11/errors/hu/ERR_INVALID_URL	2024-09-15 21:06:28.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_LIFETIME_EXP squid-6.11/errors/hu/ERR_LIFETIME_EXP
--- squid-6.10/errors/hu/ERR_LIFETIME_EXP	2024-06-08 14:49:10.000000000 +0000
+++ squid-6.11/errors/hu/ERR_LIFETIME_EXP	2024-09-15 21:06:28.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_NO_RELAY squid-6.11/errors/hu/ERR_NO_RELAY
--- squid-6.10/errors/hu/ERR_NO_RELAY	2024-06-08 14:49:11.000000000 +0000
+++ squid-6.11/errors/hu/ERR_NO_RELAY	2024-09-15 21:06:28.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/hu/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/hu/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:49:11.000000000 +0000
+++ squid-6.11/errors/hu/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:06:28.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_PRECONDITION_FAILED squid-6.11/errors/hu/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/hu/ERR_PRECONDITION_FAILED	2024-06-08 14:49:11.000000000 +0000
+++ squid-6.11/errors/hu/ERR_PRECONDITION_FAILED	2024-09-15 21:06:29.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/hu/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/hu/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:49:11.000000000 +0000
+++ squid-6.11/errors/hu/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:06:29.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_READ_ERROR squid-6.11/errors/hu/ERR_READ_ERROR
--- squid-6.10/errors/hu/ERR_READ_ERROR	2024-06-08 14:49:11.000000000 +0000
+++ squid-6.11/errors/hu/ERR_READ_ERROR	2024-09-15 21:06:29.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_READ_TIMEOUT squid-6.11/errors/hu/ERR_READ_TIMEOUT
--- squid-6.10/errors/hu/ERR_READ_TIMEOUT	2024-06-08 14:49:11.000000000 +0000
+++ squid-6.11/errors/hu/ERR_READ_TIMEOUT	2024-09-15 21:06:29.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/hu/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/hu/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:49:11.000000000 +0000
+++ squid-6.11/errors/hu/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:06:29.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_SHUTTING_DOWN squid-6.11/errors/hu/ERR_SHUTTING_DOWN
--- squid-6.10/errors/hu/ERR_SHUTTING_DOWN	2024-06-08 14:49:12.000000000 +0000
+++ squid-6.11/errors/hu/ERR_SHUTTING_DOWN	2024-09-15 21:06:29.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_SOCKET_FAILURE squid-6.11/errors/hu/ERR_SOCKET_FAILURE
--- squid-6.10/errors/hu/ERR_SOCKET_FAILURE	2024-06-08 14:49:12.000000000 +0000
+++ squid-6.11/errors/hu/ERR_SOCKET_FAILURE	2024-09-15 21:06:29.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_TOO_BIG squid-6.11/errors/hu/ERR_TOO_BIG
--- squid-6.10/errors/hu/ERR_TOO_BIG	2024-06-08 14:49:12.000000000 +0000
+++ squid-6.11/errors/hu/ERR_TOO_BIG	2024-09-15 21:06:29.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_UNSUP_HTTPVERSION squid-6.11/errors/hu/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/hu/ERR_UNSUP_HTTPVERSION	2024-06-08 14:49:12.000000000 +0000
+++ squid-6.11/errors/hu/ERR_UNSUP_HTTPVERSION	2024-09-15 21:06:30.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_UNSUP_REQ squid-6.11/errors/hu/ERR_UNSUP_REQ
--- squid-6.10/errors/hu/ERR_UNSUP_REQ	2024-06-08 14:49:12.000000000 +0000
+++ squid-6.11/errors/hu/ERR_UNSUP_REQ	2024-09-15 21:06:30.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_URN_RESOLVE squid-6.11/errors/hu/ERR_URN_RESOLVE
--- squid-6.10/errors/hu/ERR_URN_RESOLVE	2024-06-08 14:49:12.000000000 +0000
+++ squid-6.11/errors/hu/ERR_URN_RESOLVE	2024-09-15 21:06:30.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: A kért URN nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_WRITE_ERROR squid-6.11/errors/hu/ERR_WRITE_ERROR
--- squid-6.10/errors/hu/ERR_WRITE_ERROR	2024-06-08 14:49:12.000000000 +0000
+++ squid-6.11/errors/hu/ERR_WRITE_ERROR	2024-09-15 21:06:30.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hu/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/hu/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/hu/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:49:12.000000000 +0000
+++ squid-6.11/errors/hu/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:06:30.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_ACCESS_DENIED squid-6.11/errors/hy/ERR_ACCESS_DENIED
--- squid-6.10/errors/hy/ERR_ACCESS_DENIED	2024-06-08 14:49:13.000000000 +0000
+++ squid-6.11/errors/hy/ERR_ACCESS_DENIED	2024-09-15 21:06:30.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/hy/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/hy/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/hy/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:49:13.000000000 +0000
+++ squid-6.11/errors/hy/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:06:30.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_AGENT_CONFIGURE squid-6.11/errors/hy/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/hy/ERR_AGENT_CONFIGURE	2024-06-08 14:49:13.000000000 +0000
+++ squid-6.11/errors/hy/ERR_AGENT_CONFIGURE	2024-09-15 21:06:31.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Վեբ բրաուզերի կարգաբերումներ</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/hy/ERR_AGENT_WPAD squid-6.11/errors/hy/ERR_AGENT_WPAD
--- squid-6.10/errors/hy/ERR_AGENT_WPAD	2024-06-08 14:49:13.000000000 +0000
+++ squid-6.11/errors/hy/ERR_AGENT_WPAD	2024-09-15 21:06:31.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Վեբ բրաուզերի կարգաբերումներ</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/hy/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/hy/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/hy/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:49:13.000000000 +0000
+++ squid-6.11/errors/hy/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:06:31.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Մուտքը քեշին արգելված է</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/hy/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/hy/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:49:13.000000000 +0000
+++ squid-6.11/errors/hy/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:06:31.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Քեշի կառավառման մուտքն արգելված է</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_CANNOT_FORWARD squid-6.11/errors/hy/ERR_CANNOT_FORWARD
--- squid-6.10/errors/hy/ERR_CANNOT_FORWARD	2024-06-08 14:49:13.000000000 +0000
+++ squid-6.11/errors/hy/ERR_CANNOT_FORWARD	2024-09-15 21:06:31.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_CONFLICT_HOST squid-6.11/errors/hy/ERR_CONFLICT_HOST
--- squid-6.10/errors/hy/ERR_CONFLICT_HOST	2024-06-08 14:49:14.000000000 +0000
+++ squid-6.11/errors/hy/ERR_CONFLICT_HOST	2024-09-15 21:06:31.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_CONNECT_FAIL squid-6.11/errors/hy/ERR_CONNECT_FAIL
--- squid-6.10/errors/hy/ERR_CONNECT_FAIL	2024-06-08 14:49:14.000000000 +0000
+++ squid-6.11/errors/hy/ERR_CONNECT_FAIL	2024-09-15 21:06:31.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_DIR_LISTING squid-6.11/errors/hy/ERR_DIR_LISTING
--- squid-6.10/errors/hy/ERR_DIR_LISTING	2024-06-08 14:49:14.000000000 +0000
+++ squid-6.11/errors/hy/ERR_DIR_LISTING	2024-09-15 21:06:31.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Դիրեկտորիա: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/hy/ERR_DNS_FAIL squid-6.11/errors/hy/ERR_DNS_FAIL
--- squid-6.10/errors/hy/ERR_DNS_FAIL	2024-06-08 14:49:14.000000000 +0000
+++ squid-6.11/errors/hy/ERR_DNS_FAIL	2024-09-15 21:06:32.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_ESI squid-6.11/errors/hy/ERR_ESI
--- squid-6.10/errors/hy/ERR_ESI	2024-06-08 14:49:14.000000000 +0000
+++ squid-6.11/errors/hy/ERR_ESI	2024-09-15 21:06:32.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_FORWARDING_DENIED squid-6.11/errors/hy/ERR_FORWARDING_DENIED
--- squid-6.10/errors/hy/ERR_FORWARDING_DENIED	2024-06-08 14:49:14.000000000 +0000
+++ squid-6.11/errors/hy/ERR_FORWARDING_DENIED	2024-09-15 21:06:32.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_FTP_DISABLED squid-6.11/errors/hy/ERR_FTP_DISABLED
--- squid-6.10/errors/hy/ERR_FTP_DISABLED	2024-06-08 14:49:14.000000000 +0000
+++ squid-6.11/errors/hy/ERR_FTP_DISABLED	2024-09-15 21:06:32.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_FTP_FAILURE squid-6.11/errors/hy/ERR_FTP_FAILURE
--- squid-6.10/errors/hy/ERR_FTP_FAILURE	2024-06-08 14:49:15.000000000 +0000
+++ squid-6.11/errors/hy/ERR_FTP_FAILURE	2024-09-15 21:06:32.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_FTP_FORBIDDEN squid-6.11/errors/hy/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/hy/ERR_FTP_FORBIDDEN	2024-06-08 14:49:15.000000000 +0000
+++ squid-6.11/errors/hy/ERR_FTP_FORBIDDEN	2024-09-15 21:06:32.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_FTP_NOT_FOUND squid-6.11/errors/hy/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/hy/ERR_FTP_NOT_FOUND	2024-06-08 14:49:15.000000000 +0000
+++ squid-6.11/errors/hy/ERR_FTP_NOT_FOUND	2024-09-15 21:06:32.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_FTP_PUT_CREATED squid-6.11/errors/hy/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/hy/ERR_FTP_PUT_CREATED	2024-06-08 14:49:15.000000000 +0000
+++ squid-6.11/errors/hy/ERR_FTP_PUT_CREATED	2024-09-15 21:06:33.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Գործողությունը հաջողվեց: Ֆայլը ստեղծված է</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_FTP_PUT_ERROR squid-6.11/errors/hy/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/hy/ERR_FTP_PUT_ERROR	2024-06-08 14:49:15.000000000 +0000
+++ squid-6.11/errors/hy/ERR_FTP_PUT_ERROR	2024-09-15 21:06:33.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ; FTP upload գործողությունը խափանվեց</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_FTP_PUT_MODIFIED squid-6.11/errors/hy/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/hy/ERR_FTP_PUT_MODIFIED	2024-06-08 14:49:15.000000000 +0000
+++ squid-6.11/errors/hy/ERR_FTP_PUT_MODIFIED	2024-09-15 21:06:33.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Գործողությունը հաջողվեց: Ֆայլը ստեղծված է</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_FTP_UNAVAILABLE squid-6.11/errors/hy/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/hy/ERR_FTP_UNAVAILABLE	2024-06-08 14:49:15.000000000 +0000
+++ squid-6.11/errors/hy/ERR_FTP_UNAVAILABLE	2024-09-15 21:06:33.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_GATEWAY_FAILURE squid-6.11/errors/hy/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/hy/ERR_GATEWAY_FAILURE	2024-06-08 14:49:15.000000000 +0000
+++ squid-6.11/errors/hy/ERR_GATEWAY_FAILURE	2024-09-15 21:06:33.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_ICAP_FAILURE squid-6.11/errors/hy/ERR_ICAP_FAILURE
--- squid-6.10/errors/hy/ERR_ICAP_FAILURE	2024-06-08 14:49:16.000000000 +0000
+++ squid-6.11/errors/hy/ERR_ICAP_FAILURE	2024-09-15 21:06:33.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_INVALID_REQ squid-6.11/errors/hy/ERR_INVALID_REQ
--- squid-6.10/errors/hy/ERR_INVALID_REQ	2024-06-08 14:49:16.000000000 +0000
+++ squid-6.11/errors/hy/ERR_INVALID_REQ	2024-09-15 21:06:33.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_INVALID_RESP squid-6.11/errors/hy/ERR_INVALID_RESP
--- squid-6.10/errors/hy/ERR_INVALID_RESP	2024-06-08 14:49:16.000000000 +0000
+++ squid-6.11/errors/hy/ERR_INVALID_RESP	2024-09-15 21:06:33.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_INVALID_URL squid-6.11/errors/hy/ERR_INVALID_URL
--- squid-6.10/errors/hy/ERR_INVALID_URL	2024-06-08 14:49:16.000000000 +0000
+++ squid-6.11/errors/hy/ERR_INVALID_URL	2024-09-15 21:06:34.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_LIFETIME_EXP squid-6.11/errors/hy/ERR_LIFETIME_EXP
--- squid-6.10/errors/hy/ERR_LIFETIME_EXP	2024-06-08 14:49:16.000000000 +0000
+++ squid-6.11/errors/hy/ERR_LIFETIME_EXP	2024-09-15 21:06:34.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_NO_RELAY squid-6.11/errors/hy/ERR_NO_RELAY
--- squid-6.10/errors/hy/ERR_NO_RELAY	2024-06-08 14:49:16.000000000 +0000
+++ squid-6.11/errors/hy/ERR_NO_RELAY	2024-09-15 21:06:34.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/hy/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/hy/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:49:16.000000000 +0000
+++ squid-6.11/errors/hy/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:06:34.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_PRECONDITION_FAILED squid-6.11/errors/hy/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/hy/ERR_PRECONDITION_FAILED	2024-06-08 14:49:17.000000000 +0000
+++ squid-6.11/errors/hy/ERR_PRECONDITION_FAILED	2024-09-15 21:06:34.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/hy/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/hy/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:49:17.000000000 +0000
+++ squid-6.11/errors/hy/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:06:34.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_READ_ERROR squid-6.11/errors/hy/ERR_READ_ERROR
--- squid-6.10/errors/hy/ERR_READ_ERROR	2024-06-08 14:49:17.000000000 +0000
+++ squid-6.11/errors/hy/ERR_READ_ERROR	2024-09-15 21:06:34.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_READ_TIMEOUT squid-6.11/errors/hy/ERR_READ_TIMEOUT
--- squid-6.10/errors/hy/ERR_READ_TIMEOUT	2024-06-08 14:49:17.000000000 +0000
+++ squid-6.11/errors/hy/ERR_READ_TIMEOUT	2024-09-15 21:06:34.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/hy/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/hy/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:49:17.000000000 +0000
+++ squid-6.11/errors/hy/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:06:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_SHUTTING_DOWN squid-6.11/errors/hy/ERR_SHUTTING_DOWN
--- squid-6.10/errors/hy/ERR_SHUTTING_DOWN	2024-06-08 14:49:17.000000000 +0000
+++ squid-6.11/errors/hy/ERR_SHUTTING_DOWN	2024-09-15 21:06:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_SOCKET_FAILURE squid-6.11/errors/hy/ERR_SOCKET_FAILURE
--- squid-6.10/errors/hy/ERR_SOCKET_FAILURE	2024-06-08 14:49:17.000000000 +0000
+++ squid-6.11/errors/hy/ERR_SOCKET_FAILURE	2024-09-15 21:06:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_TOO_BIG squid-6.11/errors/hy/ERR_TOO_BIG
--- squid-6.10/errors/hy/ERR_TOO_BIG	2024-06-08 14:49:17.000000000 +0000
+++ squid-6.11/errors/hy/ERR_TOO_BIG	2024-09-15 21:06:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_UNSUP_HTTPVERSION squid-6.11/errors/hy/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/hy/ERR_UNSUP_HTTPVERSION	2024-06-08 14:49:18.000000000 +0000
+++ squid-6.11/errors/hy/ERR_UNSUP_HTTPVERSION	2024-09-15 21:06:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_UNSUP_REQ squid-6.11/errors/hy/ERR_UNSUP_REQ
--- squid-6.10/errors/hy/ERR_UNSUP_REQ	2024-06-08 14:49:18.000000000 +0000
+++ squid-6.11/errors/hy/ERR_UNSUP_REQ	2024-09-15 21:06:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_URN_RESOLVE squid-6.11/errors/hy/ERR_URN_RESOLVE
--- squid-6.10/errors/hy/ERR_URN_RESOLVE	2024-06-08 14:49:18.000000000 +0000
+++ squid-6.11/errors/hy/ERR_URN_RESOLVE	2024-09-15 21:06:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_WRITE_ERROR squid-6.11/errors/hy/ERR_WRITE_ERROR
--- squid-6.10/errors/hy/ERR_WRITE_ERROR	2024-06-08 14:49:18.000000000 +0000
+++ squid-6.11/errors/hy/ERR_WRITE_ERROR	2024-09-15 21:06:36.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/hy/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/hy/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/hy/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:49:18.000000000 +0000
+++ squid-6.11/errors/hy/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:06:36.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_ACCESS_DENIED squid-6.11/errors/id/ERR_ACCESS_DENIED
--- squid-6.10/errors/id/ERR_ACCESS_DENIED	2024-06-08 14:49:18.000000000 +0000
+++ squid-6.11/errors/id/ERR_ACCESS_DENIED	2024-09-15 21:06:36.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/id/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/id/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/id/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:49:18.000000000 +0000
+++ squid-6.11/errors/id/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:06:36.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_AGENT_CONFIGURE squid-6.11/errors/id/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/id/ERR_AGENT_CONFIGURE	2024-06-08 14:49:19.000000000 +0000
+++ squid-6.11/errors/id/ERR_AGENT_CONFIGURE	2024-09-15 21:06:36.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/id/ERR_AGENT_WPAD squid-6.11/errors/id/ERR_AGENT_WPAD
--- squid-6.10/errors/id/ERR_AGENT_WPAD	2024-06-08 14:49:19.000000000 +0000
+++ squid-6.11/errors/id/ERR_AGENT_WPAD	2024-09-15 21:06:36.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/id/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/id/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/id/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:49:19.000000000 +0000
+++ squid-6.11/errors/id/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:06:36.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/id/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/id/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:49:19.000000000 +0000
+++ squid-6.11/errors/id/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:06:36.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Manager Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_CANNOT_FORWARD squid-6.11/errors/id/ERR_CANNOT_FORWARD
--- squid-6.10/errors/id/ERR_CANNOT_FORWARD	2024-06-08 14:49:19.000000000 +0000
+++ squid-6.11/errors/id/ERR_CANNOT_FORWARD	2024-09-15 21:06:37.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_CONFLICT_HOST squid-6.11/errors/id/ERR_CONFLICT_HOST
--- squid-6.10/errors/id/ERR_CONFLICT_HOST	2024-06-08 14:49:19.000000000 +0000
+++ squid-6.11/errors/id/ERR_CONFLICT_HOST	2024-09-15 21:06:37.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_CONNECT_FAIL squid-6.11/errors/id/ERR_CONNECT_FAIL
--- squid-6.10/errors/id/ERR_CONNECT_FAIL	2024-06-08 14:49:19.000000000 +0000
+++ squid-6.11/errors/id/ERR_CONNECT_FAIL	2024-09-15 21:06:37.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_DIR_LISTING squid-6.11/errors/id/ERR_DIR_LISTING
--- squid-6.10/errors/id/ERR_DIR_LISTING	2024-06-08 14:49:19.000000000 +0000
+++ squid-6.11/errors/id/ERR_DIR_LISTING	2024-09-15 21:06:37.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/id/ERR_DNS_FAIL squid-6.11/errors/id/ERR_DNS_FAIL
--- squid-6.10/errors/id/ERR_DNS_FAIL	2024-06-08 14:49:20.000000000 +0000
+++ squid-6.11/errors/id/ERR_DNS_FAIL	2024-09-15 21:06:37.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_ESI squid-6.11/errors/id/ERR_ESI
--- squid-6.10/errors/id/ERR_ESI	2024-06-08 14:49:20.000000000 +0000
+++ squid-6.11/errors/id/ERR_ESI	2024-09-15 21:06:37.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_FORWARDING_DENIED squid-6.11/errors/id/ERR_FORWARDING_DENIED
--- squid-6.10/errors/id/ERR_FORWARDING_DENIED	2024-06-08 14:49:20.000000000 +0000
+++ squid-6.11/errors/id/ERR_FORWARDING_DENIED	2024-09-15 21:06:37.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_FTP_DISABLED squid-6.11/errors/id/ERR_FTP_DISABLED
--- squid-6.10/errors/id/ERR_FTP_DISABLED	2024-06-08 14:49:20.000000000 +0000
+++ squid-6.11/errors/id/ERR_FTP_DISABLED	2024-09-15 21:06:38.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_FTP_FAILURE squid-6.11/errors/id/ERR_FTP_FAILURE
--- squid-6.10/errors/id/ERR_FTP_FAILURE	2024-06-08 14:49:20.000000000 +0000
+++ squid-6.11/errors/id/ERR_FTP_FAILURE	2024-09-15 21:06:38.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_FTP_FORBIDDEN squid-6.11/errors/id/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/id/ERR_FTP_FORBIDDEN	2024-06-08 14:49:20.000000000 +0000
+++ squid-6.11/errors/id/ERR_FTP_FORBIDDEN	2024-09-15 21:06:38.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_FTP_NOT_FOUND squid-6.11/errors/id/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/id/ERR_FTP_NOT_FOUND	2024-06-08 14:49:20.000000000 +0000
+++ squid-6.11/errors/id/ERR_FTP_NOT_FOUND	2024-09-15 21:06:38.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_FTP_PUT_CREATED squid-6.11/errors/id/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/id/ERR_FTP_PUT_CREATED	2024-06-08 14:49:21.000000000 +0000
+++ squid-6.11/errors/id/ERR_FTP_PUT_CREATED	2024-09-15 21:06:38.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_FTP_PUT_ERROR squid-6.11/errors/id/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/id/ERR_FTP_PUT_ERROR	2024-06-08 14:49:21.000000000 +0000
+++ squid-6.11/errors/id/ERR_FTP_PUT_ERROR	2024-09-15 21:06:38.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: FTP upload failed</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_FTP_PUT_MODIFIED squid-6.11/errors/id/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/id/ERR_FTP_PUT_MODIFIED	2024-06-08 14:49:21.000000000 +0000
+++ squid-6.11/errors/id/ERR_FTP_PUT_MODIFIED	2024-09-15 21:06:38.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_FTP_UNAVAILABLE squid-6.11/errors/id/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/id/ERR_FTP_UNAVAILABLE	2024-06-08 14:49:21.000000000 +0000
+++ squid-6.11/errors/id/ERR_FTP_UNAVAILABLE	2024-09-15 21:06:38.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_GATEWAY_FAILURE squid-6.11/errors/id/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/id/ERR_GATEWAY_FAILURE	2024-06-08 14:49:21.000000000 +0000
+++ squid-6.11/errors/id/ERR_GATEWAY_FAILURE	2024-09-15 21:06:39.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_ICAP_FAILURE squid-6.11/errors/id/ERR_ICAP_FAILURE
--- squid-6.10/errors/id/ERR_ICAP_FAILURE	2024-06-08 14:49:21.000000000 +0000
+++ squid-6.11/errors/id/ERR_ICAP_FAILURE	2024-09-15 21:06:39.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_INVALID_REQ squid-6.11/errors/id/ERR_INVALID_REQ
--- squid-6.10/errors/id/ERR_INVALID_REQ	2024-06-08 14:49:21.000000000 +0000
+++ squid-6.11/errors/id/ERR_INVALID_REQ	2024-09-15 21:06:39.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_INVALID_RESP squid-6.11/errors/id/ERR_INVALID_RESP
--- squid-6.10/errors/id/ERR_INVALID_RESP	2024-06-08 14:49:21.000000000 +0000
+++ squid-6.11/errors/id/ERR_INVALID_RESP	2024-09-15 21:06:39.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_INVALID_URL squid-6.11/errors/id/ERR_INVALID_URL
--- squid-6.10/errors/id/ERR_INVALID_URL	2024-06-08 14:49:22.000000000 +0000
+++ squid-6.11/errors/id/ERR_INVALID_URL	2024-09-15 21:06:39.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_LIFETIME_EXP squid-6.11/errors/id/ERR_LIFETIME_EXP
--- squid-6.10/errors/id/ERR_LIFETIME_EXP	2024-06-08 14:49:22.000000000 +0000
+++ squid-6.11/errors/id/ERR_LIFETIME_EXP	2024-09-15 21:06:39.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_NO_RELAY squid-6.11/errors/id/ERR_NO_RELAY
--- squid-6.10/errors/id/ERR_NO_RELAY	2024-06-08 14:49:22.000000000 +0000
+++ squid-6.11/errors/id/ERR_NO_RELAY	2024-09-15 21:06:39.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/id/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/id/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:49:22.000000000 +0000
+++ squid-6.11/errors/id/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:06:39.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_PRECONDITION_FAILED squid-6.11/errors/id/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/id/ERR_PRECONDITION_FAILED	2024-06-08 14:49:22.000000000 +0000
+++ squid-6.11/errors/id/ERR_PRECONDITION_FAILED	2024-09-15 21:06:40.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/id/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/id/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:49:22.000000000 +0000
+++ squid-6.11/errors/id/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:06:40.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_READ_ERROR squid-6.11/errors/id/ERR_READ_ERROR
--- squid-6.10/errors/id/ERR_READ_ERROR	2024-06-08 14:49:22.000000000 +0000
+++ squid-6.11/errors/id/ERR_READ_ERROR	2024-09-15 21:06:40.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_READ_TIMEOUT squid-6.11/errors/id/ERR_READ_TIMEOUT
--- squid-6.10/errors/id/ERR_READ_TIMEOUT	2024-06-08 14:49:23.000000000 +0000
+++ squid-6.11/errors/id/ERR_READ_TIMEOUT	2024-09-15 21:06:40.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/id/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/id/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:49:23.000000000 +0000
+++ squid-6.11/errors/id/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:06:40.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_SHUTTING_DOWN squid-6.11/errors/id/ERR_SHUTTING_DOWN
--- squid-6.10/errors/id/ERR_SHUTTING_DOWN	2024-06-08 14:49:23.000000000 +0000
+++ squid-6.11/errors/id/ERR_SHUTTING_DOWN	2024-09-15 21:06:40.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_SOCKET_FAILURE squid-6.11/errors/id/ERR_SOCKET_FAILURE
--- squid-6.10/errors/id/ERR_SOCKET_FAILURE	2024-06-08 14:49:23.000000000 +0000
+++ squid-6.11/errors/id/ERR_SOCKET_FAILURE	2024-09-15 21:06:40.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_TOO_BIG squid-6.11/errors/id/ERR_TOO_BIG
--- squid-6.10/errors/id/ERR_TOO_BIG	2024-06-08 14:49:23.000000000 +0000
+++ squid-6.11/errors/id/ERR_TOO_BIG	2024-09-15 21:06:41.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_UNSUP_HTTPVERSION squid-6.11/errors/id/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/id/ERR_UNSUP_HTTPVERSION	2024-06-08 14:49:23.000000000 +0000
+++ squid-6.11/errors/id/ERR_UNSUP_HTTPVERSION	2024-09-15 21:06:41.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_UNSUP_REQ squid-6.11/errors/id/ERR_UNSUP_REQ
--- squid-6.10/errors/id/ERR_UNSUP_REQ	2024-06-08 14:49:23.000000000 +0000
+++ squid-6.11/errors/id/ERR_UNSUP_REQ	2024-09-15 21:06:41.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_URN_RESOLVE squid-6.11/errors/id/ERR_URN_RESOLVE
--- squid-6.10/errors/id/ERR_URN_RESOLVE	2024-06-08 14:49:23.000000000 +0000
+++ squid-6.11/errors/id/ERR_URN_RESOLVE	2024-09-15 21:06:41.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_WRITE_ERROR squid-6.11/errors/id/ERR_WRITE_ERROR
--- squid-6.10/errors/id/ERR_WRITE_ERROR	2024-06-08 14:49:24.000000000 +0000
+++ squid-6.11/errors/id/ERR_WRITE_ERROR	2024-09-15 21:06:41.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/id/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/id/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/id/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:49:24.000000000 +0000
+++ squid-6.11/errors/id/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:06:41.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_ACCESS_DENIED squid-6.11/errors/it/ERR_ACCESS_DENIED
--- squid-6.10/errors/it/ERR_ACCESS_DENIED	2024-06-08 14:49:24.000000000 +0000
+++ squid-6.11/errors/it/ERR_ACCESS_DENIED	2024-09-15 21:06:41.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/it/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/it/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/it/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:49:24.000000000 +0000
+++ squid-6.11/errors/it/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:06:41.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_AGENT_CONFIGURE squid-6.11/errors/it/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/it/ERR_AGENT_CONFIGURE	2024-06-08 14:49:24.000000000 +0000
+++ squid-6.11/errors/it/ERR_AGENT_CONFIGURE	2024-09-15 21:06:42.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Configurazione del browser</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/it/ERR_AGENT_WPAD squid-6.11/errors/it/ERR_AGENT_WPAD
--- squid-6.10/errors/it/ERR_AGENT_WPAD	2024-06-08 14:49:24.000000000 +0000
+++ squid-6.11/errors/it/ERR_AGENT_WPAD	2024-09-15 21:06:42.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Configurazione del browser</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/it/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/it/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/it/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:49:24.000000000 +0000
+++ squid-6.11/errors/it/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:06:42.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: accesso alla cache negato</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/it/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/it/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:49:25.000000000 +0000
+++ squid-6.11/errors/it/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:06:42.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: accesso al Cache Manager negato</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_CANNOT_FORWARD squid-6.11/errors/it/ERR_CANNOT_FORWARD
--- squid-6.10/errors/it/ERR_CANNOT_FORWARD	2024-06-08 14:49:25.000000000 +0000
+++ squid-6.11/errors/it/ERR_CANNOT_FORWARD	2024-09-15 21:06:42.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_CONFLICT_HOST squid-6.11/errors/it/ERR_CONFLICT_HOST
--- squid-6.10/errors/it/ERR_CONFLICT_HOST	2024-06-08 14:49:25.000000000 +0000
+++ squid-6.11/errors/it/ERR_CONFLICT_HOST	2024-09-15 21:06:42.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_CONNECT_FAIL squid-6.11/errors/it/ERR_CONNECT_FAIL
--- squid-6.10/errors/it/ERR_CONNECT_FAIL	2024-06-08 14:49:25.000000000 +0000
+++ squid-6.11/errors/it/ERR_CONNECT_FAIL	2024-09-15 21:06:42.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_DIR_LISTING squid-6.11/errors/it/ERR_DIR_LISTING
--- squid-6.10/errors/it/ERR_DIR_LISTING	2024-06-08 14:49:25.000000000 +0000
+++ squid-6.11/errors/it/ERR_DIR_LISTING	2024-09-15 21:06:43.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/it/ERR_DNS_FAIL squid-6.11/errors/it/ERR_DNS_FAIL
--- squid-6.10/errors/it/ERR_DNS_FAIL	2024-06-08 14:49:25.000000000 +0000
+++ squid-6.11/errors/it/ERR_DNS_FAIL	2024-09-15 21:06:43.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_ESI squid-6.11/errors/it/ERR_ESI
--- squid-6.10/errors/it/ERR_ESI	2024-06-08 14:49:25.000000000 +0000
+++ squid-6.11/errors/it/ERR_ESI	2024-09-15 21:06:43.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_FORWARDING_DENIED squid-6.11/errors/it/ERR_FORWARDING_DENIED
--- squid-6.10/errors/it/ERR_FORWARDING_DENIED	2024-06-08 14:49:25.000000000 +0000
+++ squid-6.11/errors/it/ERR_FORWARDING_DENIED	2024-09-15 21:06:43.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_FTP_DISABLED squid-6.11/errors/it/ERR_FTP_DISABLED
--- squid-6.10/errors/it/ERR_FTP_DISABLED	2024-06-08 14:49:26.000000000 +0000
+++ squid-6.11/errors/it/ERR_FTP_DISABLED	2024-09-15 21:06:43.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_FTP_FAILURE squid-6.11/errors/it/ERR_FTP_FAILURE
--- squid-6.10/errors/it/ERR_FTP_FAILURE	2024-06-08 14:49:26.000000000 +0000
+++ squid-6.11/errors/it/ERR_FTP_FAILURE	2024-09-15 21:06:43.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_FTP_FORBIDDEN squid-6.11/errors/it/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/it/ERR_FTP_FORBIDDEN	2024-06-08 14:49:26.000000000 +0000
+++ squid-6.11/errors/it/ERR_FTP_FORBIDDEN	2024-09-15 21:06:43.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_FTP_NOT_FOUND squid-6.11/errors/it/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/it/ERR_FTP_NOT_FOUND	2024-06-08 14:49:26.000000000 +0000
+++ squid-6.11/errors/it/ERR_FTP_NOT_FOUND	2024-09-15 21:06:43.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_FTP_PUT_CREATED squid-6.11/errors/it/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/it/ERR_FTP_PUT_CREATED	2024-06-08 14:49:26.000000000 +0000
+++ squid-6.11/errors/it/ERR_FTP_PUT_CREATED	2024-09-15 21:06:44.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Comando FTP PUT eseguito correttamente.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_FTP_PUT_ERROR squid-6.11/errors/it/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/it/ERR_FTP_PUT_ERROR	2024-06-08 14:49:26.000000000 +0000
+++ squid-6.11/errors/it/ERR_FTP_PUT_ERROR	2024-09-15 21:06:44.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: l'invio del file via FTP non è riuscito</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_FTP_PUT_MODIFIED squid-6.11/errors/it/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/it/ERR_FTP_PUT_MODIFIED	2024-06-08 14:49:26.000000000 +0000
+++ squid-6.11/errors/it/ERR_FTP_PUT_MODIFIED	2024-09-15 21:06:44.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Comando FTP PUT eseguito correttamente.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_FTP_UNAVAILABLE squid-6.11/errors/it/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/it/ERR_FTP_UNAVAILABLE	2024-06-08 14:49:27.000000000 +0000
+++ squid-6.11/errors/it/ERR_FTP_UNAVAILABLE	2024-09-15 21:06:44.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_GATEWAY_FAILURE squid-6.11/errors/it/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/it/ERR_GATEWAY_FAILURE	2024-06-08 14:49:27.000000000 +0000
+++ squid-6.11/errors/it/ERR_GATEWAY_FAILURE	2024-09-15 21:06:44.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_ICAP_FAILURE squid-6.11/errors/it/ERR_ICAP_FAILURE
--- squid-6.10/errors/it/ERR_ICAP_FAILURE	2024-06-08 14:49:27.000000000 +0000
+++ squid-6.11/errors/it/ERR_ICAP_FAILURE	2024-09-15 21:06:44.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_INVALID_REQ squid-6.11/errors/it/ERR_INVALID_REQ
--- squid-6.10/errors/it/ERR_INVALID_REQ	2024-06-08 14:49:27.000000000 +0000
+++ squid-6.11/errors/it/ERR_INVALID_REQ	2024-09-15 21:06:44.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_INVALID_RESP squid-6.11/errors/it/ERR_INVALID_RESP
--- squid-6.10/errors/it/ERR_INVALID_RESP	2024-06-08 14:49:27.000000000 +0000
+++ squid-6.11/errors/it/ERR_INVALID_RESP	2024-09-15 21:06:45.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_INVALID_URL squid-6.11/errors/it/ERR_INVALID_URL
--- squid-6.10/errors/it/ERR_INVALID_URL	2024-06-08 14:49:27.000000000 +0000
+++ squid-6.11/errors/it/ERR_INVALID_URL	2024-09-15 21:06:45.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_LIFETIME_EXP squid-6.11/errors/it/ERR_LIFETIME_EXP
--- squid-6.10/errors/it/ERR_LIFETIME_EXP	2024-06-08 14:49:27.000000000 +0000
+++ squid-6.11/errors/it/ERR_LIFETIME_EXP	2024-09-15 21:06:45.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_NO_RELAY squid-6.11/errors/it/ERR_NO_RELAY
--- squid-6.10/errors/it/ERR_NO_RELAY	2024-06-08 14:49:27.000000000 +0000
+++ squid-6.11/errors/it/ERR_NO_RELAY	2024-09-15 21:06:45.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/it/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/it/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:49:28.000000000 +0000
+++ squid-6.11/errors/it/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:06:45.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_PRECONDITION_FAILED squid-6.11/errors/it/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/it/ERR_PRECONDITION_FAILED	2024-06-08 14:49:28.000000000 +0000
+++ squid-6.11/errors/it/ERR_PRECONDITION_FAILED	2024-09-15 21:06:45.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/it/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/it/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:49:28.000000000 +0000
+++ squid-6.11/errors/it/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:06:45.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_READ_ERROR squid-6.11/errors/it/ERR_READ_ERROR
--- squid-6.10/errors/it/ERR_READ_ERROR	2024-06-08 14:49:28.000000000 +0000
+++ squid-6.11/errors/it/ERR_READ_ERROR	2024-09-15 21:06:45.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_READ_TIMEOUT squid-6.11/errors/it/ERR_READ_TIMEOUT
--- squid-6.10/errors/it/ERR_READ_TIMEOUT	2024-06-08 14:49:28.000000000 +0000
+++ squid-6.11/errors/it/ERR_READ_TIMEOUT	2024-09-15 21:06:46.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/it/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/it/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:49:28.000000000 +0000
+++ squid-6.11/errors/it/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:06:46.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_SHUTTING_DOWN squid-6.11/errors/it/ERR_SHUTTING_DOWN
--- squid-6.10/errors/it/ERR_SHUTTING_DOWN	2024-06-08 14:49:28.000000000 +0000
+++ squid-6.11/errors/it/ERR_SHUTTING_DOWN	2024-09-15 21:06:46.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_SOCKET_FAILURE squid-6.11/errors/it/ERR_SOCKET_FAILURE
--- squid-6.10/errors/it/ERR_SOCKET_FAILURE	2024-06-08 14:49:29.000000000 +0000
+++ squid-6.11/errors/it/ERR_SOCKET_FAILURE	2024-09-15 21:06:46.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_TOO_BIG squid-6.11/errors/it/ERR_TOO_BIG
--- squid-6.10/errors/it/ERR_TOO_BIG	2024-06-08 14:49:29.000000000 +0000
+++ squid-6.11/errors/it/ERR_TOO_BIG	2024-09-15 21:06:46.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_UNSUP_HTTPVERSION squid-6.11/errors/it/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/it/ERR_UNSUP_HTTPVERSION	2024-06-08 14:49:29.000000000 +0000
+++ squid-6.11/errors/it/ERR_UNSUP_HTTPVERSION	2024-09-15 21:06:46.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_UNSUP_REQ squid-6.11/errors/it/ERR_UNSUP_REQ
--- squid-6.10/errors/it/ERR_UNSUP_REQ	2024-06-08 14:49:29.000000000 +0000
+++ squid-6.11/errors/it/ERR_UNSUP_REQ	2024-09-15 21:06:46.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_URN_RESOLVE squid-6.11/errors/it/ERR_URN_RESOLVE
--- squid-6.10/errors/it/ERR_URN_RESOLVE	2024-06-08 14:49:29.000000000 +0000
+++ squid-6.11/errors/it/ERR_URN_RESOLVE	2024-09-15 21:06:47.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URN richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_WRITE_ERROR squid-6.11/errors/it/ERR_WRITE_ERROR
--- squid-6.10/errors/it/ERR_WRITE_ERROR	2024-06-08 14:49:29.000000000 +0000
+++ squid-6.11/errors/it/ERR_WRITE_ERROR	2024-09-15 21:06:47.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/it/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/it/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/it/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:49:29.000000000 +0000
+++ squid-6.11/errors/it/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:06:47.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_ACCESS_DENIED squid-6.11/errors/ja/ERR_ACCESS_DENIED
--- squid-6.10/errors/ja/ERR_ACCESS_DENIED	2024-06-08 14:49:30.000000000 +0000
+++ squid-6.11/errors/ja/ERR_ACCESS_DENIED	2024-09-15 21:06:47.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ja/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/ja/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/ja/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:49:30.000000000 +0000
+++ squid-6.11/errors/ja/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:06:47.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_AGENT_CONFIGURE squid-6.11/errors/ja/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/ja/ERR_AGENT_CONFIGURE	2024-06-08 14:49:30.000000000 +0000
+++ squid-6.11/errors/ja/ERR_AGENT_CONFIGURE	2024-09-15 21:06:47.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Webブラウザの設定</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ja/ERR_AGENT_WPAD squid-6.11/errors/ja/ERR_AGENT_WPAD
--- squid-6.10/errors/ja/ERR_AGENT_WPAD	2024-06-08 14:49:30.000000000 +0000
+++ squid-6.11/errors/ja/ERR_AGENT_WPAD	2024-09-15 21:06:47.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Webブラウザの設定</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ja/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/ja/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/ja/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:49:30.000000000 +0000
+++ squid-6.11/errors/ja/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:06:47.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: キャッシュへのアクセスを拒否されました。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/ja/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/ja/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:49:30.000000000 +0000
+++ squid-6.11/errors/ja/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:06:48.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: キャッシュマネージャへのアクセスを拒否されました。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_CANNOT_FORWARD squid-6.11/errors/ja/ERR_CANNOT_FORWARD
--- squid-6.10/errors/ja/ERR_CANNOT_FORWARD	2024-06-08 14:49:30.000000000 +0000
+++ squid-6.11/errors/ja/ERR_CANNOT_FORWARD	2024-09-15 21:06:48.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_CONFLICT_HOST squid-6.11/errors/ja/ERR_CONFLICT_HOST
--- squid-6.10/errors/ja/ERR_CONFLICT_HOST	2024-06-08 14:49:30.000000000 +0000
+++ squid-6.11/errors/ja/ERR_CONFLICT_HOST	2024-09-15 21:06:48.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_CONNECT_FAIL squid-6.11/errors/ja/ERR_CONNECT_FAIL
--- squid-6.10/errors/ja/ERR_CONNECT_FAIL	2024-06-08 14:49:31.000000000 +0000
+++ squid-6.11/errors/ja/ERR_CONNECT_FAIL	2024-09-15 21:06:48.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_DIR_LISTING squid-6.11/errors/ja/ERR_DIR_LISTING
--- squid-6.10/errors/ja/ERR_DIR_LISTING	2024-06-08 14:49:31.000000000 +0000
+++ squid-6.11/errors/ja/ERR_DIR_LISTING	2024-09-15 21:06:48.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ディレクトリ: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ja/ERR_DNS_FAIL squid-6.11/errors/ja/ERR_DNS_FAIL
--- squid-6.10/errors/ja/ERR_DNS_FAIL	2024-06-08 14:49:31.000000000 +0000
+++ squid-6.11/errors/ja/ERR_DNS_FAIL	2024-09-15 21:06:48.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_ESI squid-6.11/errors/ja/ERR_ESI
--- squid-6.10/errors/ja/ERR_ESI	2024-06-08 14:49:31.000000000 +0000
+++ squid-6.11/errors/ja/ERR_ESI	2024-09-15 21:06:48.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_FORWARDING_DENIED squid-6.11/errors/ja/ERR_FORWARDING_DENIED
--- squid-6.10/errors/ja/ERR_FORWARDING_DENIED	2024-06-08 14:49:31.000000000 +0000
+++ squid-6.11/errors/ja/ERR_FORWARDING_DENIED	2024-09-15 21:06:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_FTP_DISABLED squid-6.11/errors/ja/ERR_FTP_DISABLED
--- squid-6.10/errors/ja/ERR_FTP_DISABLED	2024-06-08 14:49:31.000000000 +0000
+++ squid-6.11/errors/ja/ERR_FTP_DISABLED	2024-09-15 21:06:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_FTP_FAILURE squid-6.11/errors/ja/ERR_FTP_FAILURE
--- squid-6.10/errors/ja/ERR_FTP_FAILURE	2024-06-08 14:49:31.000000000 +0000
+++ squid-6.11/errors/ja/ERR_FTP_FAILURE	2024-09-15 21:06:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_FTP_FORBIDDEN squid-6.11/errors/ja/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/ja/ERR_FTP_FORBIDDEN	2024-06-08 14:49:32.000000000 +0000
+++ squid-6.11/errors/ja/ERR_FTP_FORBIDDEN	2024-09-15 21:06:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_FTP_NOT_FOUND squid-6.11/errors/ja/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/ja/ERR_FTP_NOT_FOUND	2024-06-08 14:49:32.000000000 +0000
+++ squid-6.11/errors/ja/ERR_FTP_NOT_FOUND	2024-09-15 21:06:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_FTP_PUT_CREATED squid-6.11/errors/ja/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/ja/ERR_FTP_PUT_CREATED	2024-06-08 14:49:32.000000000 +0000
+++ squid-6.11/errors/ja/ERR_FTP_PUT_CREATED	2024-09-15 21:06:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_FTP_PUT_ERROR squid-6.11/errors/ja/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/ja/ERR_FTP_PUT_ERROR	2024-06-08 14:49:32.000000000 +0000
+++ squid-6.11/errors/ja/ERR_FTP_PUT_ERROR	2024-09-15 21:06:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: FTPでのアップロードに失敗しました。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_FTP_PUT_MODIFIED squid-6.11/errors/ja/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/ja/ERR_FTP_PUT_MODIFIED	2024-06-08 14:49:32.000000000 +0000
+++ squid-6.11/errors/ja/ERR_FTP_PUT_MODIFIED	2024-09-15 21:06:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_FTP_UNAVAILABLE squid-6.11/errors/ja/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/ja/ERR_FTP_UNAVAILABLE	2024-06-08 14:49:32.000000000 +0000
+++ squid-6.11/errors/ja/ERR_FTP_UNAVAILABLE	2024-09-15 21:06:50.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_GATEWAY_FAILURE squid-6.11/errors/ja/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/ja/ERR_GATEWAY_FAILURE	2024-06-08 14:49:32.000000000 +0000
+++ squid-6.11/errors/ja/ERR_GATEWAY_FAILURE	2024-09-15 21:06:50.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_ICAP_FAILURE squid-6.11/errors/ja/ERR_ICAP_FAILURE
--- squid-6.10/errors/ja/ERR_ICAP_FAILURE	2024-06-08 14:49:33.000000000 +0000
+++ squid-6.11/errors/ja/ERR_ICAP_FAILURE	2024-09-15 21:06:50.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_INVALID_REQ squid-6.11/errors/ja/ERR_INVALID_REQ
--- squid-6.10/errors/ja/ERR_INVALID_REQ	2024-06-08 14:49:33.000000000 +0000
+++ squid-6.11/errors/ja/ERR_INVALID_REQ	2024-09-15 21:06:50.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_INVALID_RESP squid-6.11/errors/ja/ERR_INVALID_RESP
--- squid-6.10/errors/ja/ERR_INVALID_RESP	2024-06-08 14:49:33.000000000 +0000
+++ squid-6.11/errors/ja/ERR_INVALID_RESP	2024-09-15 21:06:50.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_INVALID_URL squid-6.11/errors/ja/ERR_INVALID_URL
--- squid-6.10/errors/ja/ERR_INVALID_URL	2024-06-08 14:49:33.000000000 +0000
+++ squid-6.11/errors/ja/ERR_INVALID_URL	2024-09-15 21:06:50.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_LIFETIME_EXP squid-6.11/errors/ja/ERR_LIFETIME_EXP
--- squid-6.10/errors/ja/ERR_LIFETIME_EXP	2024-06-08 14:49:33.000000000 +0000
+++ squid-6.11/errors/ja/ERR_LIFETIME_EXP	2024-09-15 21:06:50.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_NO_RELAY squid-6.11/errors/ja/ERR_NO_RELAY
--- squid-6.10/errors/ja/ERR_NO_RELAY	2024-06-08 14:49:33.000000000 +0000
+++ squid-6.11/errors/ja/ERR_NO_RELAY	2024-09-15 21:06:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/ja/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/ja/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:49:33.000000000 +0000
+++ squid-6.11/errors/ja/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:06:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_PRECONDITION_FAILED squid-6.11/errors/ja/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/ja/ERR_PRECONDITION_FAILED	2024-06-08 14:49:33.000000000 +0000
+++ squid-6.11/errors/ja/ERR_PRECONDITION_FAILED	2024-09-15 21:06:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/ja/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/ja/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:49:34.000000000 +0000
+++ squid-6.11/errors/ja/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:06:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_READ_ERROR squid-6.11/errors/ja/ERR_READ_ERROR
--- squid-6.10/errors/ja/ERR_READ_ERROR	2024-06-08 14:49:34.000000000 +0000
+++ squid-6.11/errors/ja/ERR_READ_ERROR	2024-09-15 21:06:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_READ_TIMEOUT squid-6.11/errors/ja/ERR_READ_TIMEOUT
--- squid-6.10/errors/ja/ERR_READ_TIMEOUT	2024-06-08 14:49:34.000000000 +0000
+++ squid-6.11/errors/ja/ERR_READ_TIMEOUT	2024-09-15 21:06:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/ja/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/ja/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:49:34.000000000 +0000
+++ squid-6.11/errors/ja/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:06:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_SHUTTING_DOWN squid-6.11/errors/ja/ERR_SHUTTING_DOWN
--- squid-6.10/errors/ja/ERR_SHUTTING_DOWN	2024-06-08 14:49:34.000000000 +0000
+++ squid-6.11/errors/ja/ERR_SHUTTING_DOWN	2024-09-15 21:06:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_SOCKET_FAILURE squid-6.11/errors/ja/ERR_SOCKET_FAILURE
--- squid-6.10/errors/ja/ERR_SOCKET_FAILURE	2024-06-08 14:49:34.000000000 +0000
+++ squid-6.11/errors/ja/ERR_SOCKET_FAILURE	2024-09-15 21:06:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_TOO_BIG squid-6.11/errors/ja/ERR_TOO_BIG
--- squid-6.10/errors/ja/ERR_TOO_BIG	2024-06-08 14:49:34.000000000 +0000
+++ squid-6.11/errors/ja/ERR_TOO_BIG	2024-09-15 21:06:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_UNSUP_HTTPVERSION squid-6.11/errors/ja/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/ja/ERR_UNSUP_HTTPVERSION	2024-06-08 14:49:35.000000000 +0000
+++ squid-6.11/errors/ja/ERR_UNSUP_HTTPVERSION	2024-09-15 21:06:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_UNSUP_REQ squid-6.11/errors/ja/ERR_UNSUP_REQ
--- squid-6.10/errors/ja/ERR_UNSUP_REQ	2024-06-08 14:49:35.000000000 +0000
+++ squid-6.11/errors/ja/ERR_UNSUP_REQ	2024-09-15 21:06:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_URN_RESOLVE squid-6.11/errors/ja/ERR_URN_RESOLVE
--- squid-6.10/errors/ja/ERR_URN_RESOLVE	2024-06-08 14:49:35.000000000 +0000
+++ squid-6.11/errors/ja/ERR_URN_RESOLVE	2024-09-15 21:06:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_WRITE_ERROR squid-6.11/errors/ja/ERR_WRITE_ERROR
--- squid-6.10/errors/ja/ERR_WRITE_ERROR	2024-06-08 14:49:35.000000000 +0000
+++ squid-6.11/errors/ja/ERR_WRITE_ERROR	2024-09-15 21:06:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ja/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/ja/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/ja/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:49:35.000000000 +0000
+++ squid-6.11/errors/ja/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:06:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_ACCESS_DENIED squid-6.11/errors/ka/ERR_ACCESS_DENIED
--- squid-6.10/errors/ka/ERR_ACCESS_DENIED	2024-06-08 14:49:35.000000000 +0000
+++ squid-6.11/errors/ka/ERR_ACCESS_DENIED	2024-09-15 21:06:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ka/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/ka/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/ka/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:49:35.000000000 +0000
+++ squid-6.11/errors/ka/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:06:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_AGENT_CONFIGURE squid-6.11/errors/ka/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/ka/ERR_AGENT_CONFIGURE	2024-06-08 14:49:35.000000000 +0000
+++ squid-6.11/errors/ka/ERR_AGENT_CONFIGURE	2024-09-15 21:06:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ბრაუზერის კონფიგურაცია</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ka/ERR_AGENT_WPAD squid-6.11/errors/ka/ERR_AGENT_WPAD
--- squid-6.10/errors/ka/ERR_AGENT_WPAD	2024-06-08 14:49:36.000000000 +0000
+++ squid-6.11/errors/ka/ERR_AGENT_WPAD	2024-09-15 21:06:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ბრაუზერის კონფიგურაცია</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ka/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/ka/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/ka/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:49:36.000000000 +0000
+++ squid-6.11/errors/ka/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:06:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: კეშთან წვდომა აკრძალულია</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/ka/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/ka/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:49:36.000000000 +0000
+++ squid-6.11/errors/ka/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:06:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: კეშის სამართავ ინტერფეისზე წვდომა აკრძალულია</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_CANNOT_FORWARD squid-6.11/errors/ka/ERR_CANNOT_FORWARD
--- squid-6.10/errors/ka/ERR_CANNOT_FORWARD	2024-06-08 14:49:36.000000000 +0000
+++ squid-6.11/errors/ka/ERR_CANNOT_FORWARD	2024-09-15 21:06:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_CONFLICT_HOST squid-6.11/errors/ka/ERR_CONFLICT_HOST
--- squid-6.10/errors/ka/ERR_CONFLICT_HOST	2024-06-08 14:49:36.000000000 +0000
+++ squid-6.11/errors/ka/ERR_CONFLICT_HOST	2024-09-15 21:06:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_CONNECT_FAIL squid-6.11/errors/ka/ERR_CONNECT_FAIL
--- squid-6.10/errors/ka/ERR_CONNECT_FAIL	2024-06-08 14:49:36.000000000 +0000
+++ squid-6.11/errors/ka/ERR_CONNECT_FAIL	2024-09-15 21:06:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_DIR_LISTING squid-6.11/errors/ka/ERR_DIR_LISTING
--- squid-6.10/errors/ka/ERR_DIR_LISTING	2024-06-08 14:49:36.000000000 +0000
+++ squid-6.11/errors/ka/ERR_DIR_LISTING	2024-09-15 21:06:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>საქაღალდე: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ka/ERR_DNS_FAIL squid-6.11/errors/ka/ERR_DNS_FAIL
--- squid-6.10/errors/ka/ERR_DNS_FAIL	2024-06-08 14:49:37.000000000 +0000
+++ squid-6.11/errors/ka/ERR_DNS_FAIL	2024-09-15 21:06:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_ESI squid-6.11/errors/ka/ERR_ESI
--- squid-6.10/errors/ka/ERR_ESI	2024-06-08 14:49:37.000000000 +0000
+++ squid-6.11/errors/ka/ERR_ESI	2024-09-15 21:06:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_FORWARDING_DENIED squid-6.11/errors/ka/ERR_FORWARDING_DENIED
--- squid-6.10/errors/ka/ERR_FORWARDING_DENIED	2024-06-08 14:49:37.000000000 +0000
+++ squid-6.11/errors/ka/ERR_FORWARDING_DENIED	2024-09-15 21:06:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_FTP_DISABLED squid-6.11/errors/ka/ERR_FTP_DISABLED
--- squid-6.10/errors/ka/ERR_FTP_DISABLED	2024-06-08 14:49:37.000000000 +0000
+++ squid-6.11/errors/ka/ERR_FTP_DISABLED	2024-09-15 21:06:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_FTP_FAILURE squid-6.11/errors/ka/ERR_FTP_FAILURE
--- squid-6.10/errors/ka/ERR_FTP_FAILURE	2024-06-08 14:49:37.000000000 +0000
+++ squid-6.11/errors/ka/ERR_FTP_FAILURE	2024-09-15 21:06:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_FTP_FORBIDDEN squid-6.11/errors/ka/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/ka/ERR_FTP_FORBIDDEN	2024-06-08 14:49:37.000000000 +0000
+++ squid-6.11/errors/ka/ERR_FTP_FORBIDDEN	2024-09-15 21:06:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_FTP_NOT_FOUND squid-6.11/errors/ka/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/ka/ERR_FTP_NOT_FOUND	2024-06-08 14:49:37.000000000 +0000
+++ squid-6.11/errors/ka/ERR_FTP_NOT_FOUND	2024-09-15 21:06:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_FTP_PUT_CREATED squid-6.11/errors/ka/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/ka/ERR_FTP_PUT_CREATED	2024-06-08 14:49:37.000000000 +0000
+++ squid-6.11/errors/ka/ERR_FTP_PUT_CREATED	2024-09-15 21:06:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT წარმატებით დასრულდა.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_FTP_PUT_ERROR squid-6.11/errors/ka/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/ka/ERR_FTP_PUT_ERROR	2024-06-08 14:49:38.000000000 +0000
+++ squid-6.11/errors/ka/ERR_FTP_PUT_ERROR	2024-09-15 21:06:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: FTP-ით ატვირთვა ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_FTP_PUT_MODIFIED squid-6.11/errors/ka/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/ka/ERR_FTP_PUT_MODIFIED	2024-06-08 14:49:38.000000000 +0000
+++ squid-6.11/errors/ka/ERR_FTP_PUT_MODIFIED	2024-09-15 21:06:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT წარმატებით დასრულდა.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_FTP_UNAVAILABLE squid-6.11/errors/ka/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/ka/ERR_FTP_UNAVAILABLE	2024-06-08 14:49:38.000000000 +0000
+++ squid-6.11/errors/ka/ERR_FTP_UNAVAILABLE	2024-09-15 21:06:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_GATEWAY_FAILURE squid-6.11/errors/ka/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/ka/ERR_GATEWAY_FAILURE	2024-06-08 14:49:38.000000000 +0000
+++ squid-6.11/errors/ka/ERR_GATEWAY_FAILURE	2024-09-15 21:06:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_ICAP_FAILURE squid-6.11/errors/ka/ERR_ICAP_FAILURE
--- squid-6.10/errors/ka/ERR_ICAP_FAILURE	2024-06-08 14:49:38.000000000 +0000
+++ squid-6.11/errors/ka/ERR_ICAP_FAILURE	2024-09-15 21:06:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_INVALID_REQ squid-6.11/errors/ka/ERR_INVALID_REQ
--- squid-6.10/errors/ka/ERR_INVALID_REQ	2024-06-08 14:49:38.000000000 +0000
+++ squid-6.11/errors/ka/ERR_INVALID_REQ	2024-09-15 21:06:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_INVALID_RESP squid-6.11/errors/ka/ERR_INVALID_RESP
--- squid-6.10/errors/ka/ERR_INVALID_RESP	2024-06-08 14:49:38.000000000 +0000
+++ squid-6.11/errors/ka/ERR_INVALID_RESP	2024-09-15 21:06:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_INVALID_URL squid-6.11/errors/ka/ERR_INVALID_URL
--- squid-6.10/errors/ka/ERR_INVALID_URL	2024-06-08 14:49:39.000000000 +0000
+++ squid-6.11/errors/ka/ERR_INVALID_URL	2024-09-15 21:06:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_LIFETIME_EXP squid-6.11/errors/ka/ERR_LIFETIME_EXP
--- squid-6.10/errors/ka/ERR_LIFETIME_EXP	2024-06-08 14:49:39.000000000 +0000
+++ squid-6.11/errors/ka/ERR_LIFETIME_EXP	2024-09-15 21:06:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_NO_RELAY squid-6.11/errors/ka/ERR_NO_RELAY
--- squid-6.10/errors/ka/ERR_NO_RELAY	2024-06-08 14:49:39.000000000 +0000
+++ squid-6.11/errors/ka/ERR_NO_RELAY	2024-09-15 21:06:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/ka/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/ka/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:49:39.000000000 +0000
+++ squid-6.11/errors/ka/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:06:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_PRECONDITION_FAILED squid-6.11/errors/ka/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/ka/ERR_PRECONDITION_FAILED	2024-06-08 14:49:39.000000000 +0000
+++ squid-6.11/errors/ka/ERR_PRECONDITION_FAILED	2024-09-15 21:06:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/ka/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/ka/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:49:39.000000000 +0000
+++ squid-6.11/errors/ka/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:06:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_READ_ERROR squid-6.11/errors/ka/ERR_READ_ERROR
--- squid-6.10/errors/ka/ERR_READ_ERROR	2024-06-08 14:49:39.000000000 +0000
+++ squid-6.11/errors/ka/ERR_READ_ERROR	2024-09-15 21:06:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_READ_TIMEOUT squid-6.11/errors/ka/ERR_READ_TIMEOUT
--- squid-6.10/errors/ka/ERR_READ_TIMEOUT	2024-06-08 14:49:39.000000000 +0000
+++ squid-6.11/errors/ka/ERR_READ_TIMEOUT	2024-09-15 21:06:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/ka/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/ka/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:49:40.000000000 +0000
+++ squid-6.11/errors/ka/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:06:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_SHUTTING_DOWN squid-6.11/errors/ka/ERR_SHUTTING_DOWN
--- squid-6.10/errors/ka/ERR_SHUTTING_DOWN	2024-06-08 14:49:40.000000000 +0000
+++ squid-6.11/errors/ka/ERR_SHUTTING_DOWN	2024-09-15 21:06:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_SOCKET_FAILURE squid-6.11/errors/ka/ERR_SOCKET_FAILURE
--- squid-6.10/errors/ka/ERR_SOCKET_FAILURE	2024-06-08 14:49:40.000000000 +0000
+++ squid-6.11/errors/ka/ERR_SOCKET_FAILURE	2024-09-15 21:06:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_TOO_BIG squid-6.11/errors/ka/ERR_TOO_BIG
--- squid-6.10/errors/ka/ERR_TOO_BIG	2024-06-08 14:49:40.000000000 +0000
+++ squid-6.11/errors/ka/ERR_TOO_BIG	2024-09-15 21:06:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_UNSUP_HTTPVERSION squid-6.11/errors/ka/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/ka/ERR_UNSUP_HTTPVERSION	2024-06-08 14:49:40.000000000 +0000
+++ squid-6.11/errors/ka/ERR_UNSUP_HTTPVERSION	2024-09-15 21:06:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_UNSUP_REQ squid-6.11/errors/ka/ERR_UNSUP_REQ
--- squid-6.10/errors/ka/ERR_UNSUP_REQ	2024-06-08 14:49:40.000000000 +0000
+++ squid-6.11/errors/ka/ERR_UNSUP_REQ	2024-09-15 21:06:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_URN_RESOLVE squid-6.11/errors/ka/ERR_URN_RESOLVE
--- squid-6.10/errors/ka/ERR_URN_RESOLVE	2024-06-08 14:49:40.000000000 +0000
+++ squid-6.11/errors/ka/ERR_URN_RESOLVE	2024-09-15 21:06:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი URN-ის მიღება შეუძლებელია</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_WRITE_ERROR squid-6.11/errors/ka/ERR_WRITE_ERROR
--- squid-6.10/errors/ka/ERR_WRITE_ERROR	2024-06-08 14:49:41.000000000 +0000
+++ squid-6.11/errors/ka/ERR_WRITE_ERROR	2024-09-15 21:06:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ka/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/ka/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/ka/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:49:41.000000000 +0000
+++ squid-6.11/errors/ka/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:06:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>შეცდომა: მოთხოვნილი რესურსის გამოძახება ვერ მოხერხდა</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_ACCESS_DENIED squid-6.11/errors/ko/ERR_ACCESS_DENIED
--- squid-6.10/errors/ko/ERR_ACCESS_DENIED	2024-06-08 14:49:41.000000000 +0000
+++ squid-6.11/errors/ko/ERR_ACCESS_DENIED	2024-09-15 21:06:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ko/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/ko/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/ko/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:49:41.000000000 +0000
+++ squid-6.11/errors/ko/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:06:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_AGENT_CONFIGURE squid-6.11/errors/ko/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/ko/ERR_AGENT_CONFIGURE	2024-06-08 14:49:41.000000000 +0000
+++ squid-6.11/errors/ko/ERR_AGENT_CONFIGURE	2024-09-15 21:06:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ko/ERR_AGENT_WPAD squid-6.11/errors/ko/ERR_AGENT_WPAD
--- squid-6.10/errors/ko/ERR_AGENT_WPAD	2024-06-08 14:49:41.000000000 +0000
+++ squid-6.11/errors/ko/ERR_AGENT_WPAD	2024-09-15 21:06:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ko/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/ko/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/ko/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:49:41.000000000 +0000
+++ squid-6.11/errors/ko/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:06:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/ko/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/ko/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:49:42.000000000 +0000
+++ squid-6.11/errors/ko/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:06:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Manager Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_CANNOT_FORWARD squid-6.11/errors/ko/ERR_CANNOT_FORWARD
--- squid-6.10/errors/ko/ERR_CANNOT_FORWARD	2024-06-08 14:49:42.000000000 +0000
+++ squid-6.11/errors/ko/ERR_CANNOT_FORWARD	2024-09-15 21:06:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_CONFLICT_HOST squid-6.11/errors/ko/ERR_CONFLICT_HOST
--- squid-6.10/errors/ko/ERR_CONFLICT_HOST	2024-06-08 14:49:42.000000000 +0000
+++ squid-6.11/errors/ko/ERR_CONFLICT_HOST	2024-09-15 21:06:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_CONNECT_FAIL squid-6.11/errors/ko/ERR_CONNECT_FAIL
--- squid-6.10/errors/ko/ERR_CONNECT_FAIL	2024-06-08 14:49:42.000000000 +0000
+++ squid-6.11/errors/ko/ERR_CONNECT_FAIL	2024-09-15 21:06:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_DIR_LISTING squid-6.11/errors/ko/ERR_DIR_LISTING
--- squid-6.10/errors/ko/ERR_DIR_LISTING	2024-06-08 14:49:42.000000000 +0000
+++ squid-6.11/errors/ko/ERR_DIR_LISTING	2024-09-15 21:06:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ko/ERR_DNS_FAIL squid-6.11/errors/ko/ERR_DNS_FAIL
--- squid-6.10/errors/ko/ERR_DNS_FAIL	2024-06-08 14:49:42.000000000 +0000
+++ squid-6.11/errors/ko/ERR_DNS_FAIL	2024-09-15 21:06:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_ESI squid-6.11/errors/ko/ERR_ESI
--- squid-6.10/errors/ko/ERR_ESI	2024-06-08 14:49:42.000000000 +0000
+++ squid-6.11/errors/ko/ERR_ESI	2024-09-15 21:07:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_FORWARDING_DENIED squid-6.11/errors/ko/ERR_FORWARDING_DENIED
--- squid-6.10/errors/ko/ERR_FORWARDING_DENIED	2024-06-08 14:49:42.000000000 +0000
+++ squid-6.11/errors/ko/ERR_FORWARDING_DENIED	2024-09-15 21:07:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_FTP_DISABLED squid-6.11/errors/ko/ERR_FTP_DISABLED
--- squid-6.10/errors/ko/ERR_FTP_DISABLED	2024-06-08 14:49:43.000000000 +0000
+++ squid-6.11/errors/ko/ERR_FTP_DISABLED	2024-09-15 21:07:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_FTP_FAILURE squid-6.11/errors/ko/ERR_FTP_FAILURE
--- squid-6.10/errors/ko/ERR_FTP_FAILURE	2024-06-08 14:49:43.000000000 +0000
+++ squid-6.11/errors/ko/ERR_FTP_FAILURE	2024-09-15 21:07:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_FTP_FORBIDDEN squid-6.11/errors/ko/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/ko/ERR_FTP_FORBIDDEN	2024-06-08 14:49:43.000000000 +0000
+++ squid-6.11/errors/ko/ERR_FTP_FORBIDDEN	2024-09-15 21:07:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_FTP_NOT_FOUND squid-6.11/errors/ko/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/ko/ERR_FTP_NOT_FOUND	2024-06-08 14:49:43.000000000 +0000
+++ squid-6.11/errors/ko/ERR_FTP_NOT_FOUND	2024-09-15 21:07:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_FTP_PUT_CREATED squid-6.11/errors/ko/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/ko/ERR_FTP_PUT_CREATED	2024-06-08 14:49:43.000000000 +0000
+++ squid-6.11/errors/ko/ERR_FTP_PUT_CREATED	2024-09-15 21:07:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_FTP_PUT_ERROR squid-6.11/errors/ko/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/ko/ERR_FTP_PUT_ERROR	2024-06-08 14:49:43.000000000 +0000
+++ squid-6.11/errors/ko/ERR_FTP_PUT_ERROR	2024-09-15 21:07:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: FTP upload 실패</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_FTP_PUT_MODIFIED squid-6.11/errors/ko/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/ko/ERR_FTP_PUT_MODIFIED	2024-06-08 14:49:43.000000000 +0000
+++ squid-6.11/errors/ko/ERR_FTP_PUT_MODIFIED	2024-09-15 21:07:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_FTP_UNAVAILABLE squid-6.11/errors/ko/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/ko/ERR_FTP_UNAVAILABLE	2024-06-08 14:49:44.000000000 +0000
+++ squid-6.11/errors/ko/ERR_FTP_UNAVAILABLE	2024-09-15 21:07:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_GATEWAY_FAILURE squid-6.11/errors/ko/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/ko/ERR_GATEWAY_FAILURE	2024-06-08 14:49:44.000000000 +0000
+++ squid-6.11/errors/ko/ERR_GATEWAY_FAILURE	2024-09-15 21:07:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_ICAP_FAILURE squid-6.11/errors/ko/ERR_ICAP_FAILURE
--- squid-6.10/errors/ko/ERR_ICAP_FAILURE	2024-06-08 14:49:44.000000000 +0000
+++ squid-6.11/errors/ko/ERR_ICAP_FAILURE	2024-09-15 21:07:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_INVALID_REQ squid-6.11/errors/ko/ERR_INVALID_REQ
--- squid-6.10/errors/ko/ERR_INVALID_REQ	2024-06-08 14:49:44.000000000 +0000
+++ squid-6.11/errors/ko/ERR_INVALID_REQ	2024-09-15 21:07:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_INVALID_RESP squid-6.11/errors/ko/ERR_INVALID_RESP
--- squid-6.10/errors/ko/ERR_INVALID_RESP	2024-06-08 14:49:44.000000000 +0000
+++ squid-6.11/errors/ko/ERR_INVALID_RESP	2024-09-15 21:07:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_INVALID_URL squid-6.11/errors/ko/ERR_INVALID_URL
--- squid-6.10/errors/ko/ERR_INVALID_URL	2024-06-08 14:49:44.000000000 +0000
+++ squid-6.11/errors/ko/ERR_INVALID_URL	2024-09-15 21:07:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_LIFETIME_EXP squid-6.11/errors/ko/ERR_LIFETIME_EXP
--- squid-6.10/errors/ko/ERR_LIFETIME_EXP	2024-06-08 14:49:44.000000000 +0000
+++ squid-6.11/errors/ko/ERR_LIFETIME_EXP	2024-09-15 21:07:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_NO_RELAY squid-6.11/errors/ko/ERR_NO_RELAY
--- squid-6.10/errors/ko/ERR_NO_RELAY	2024-06-08 14:49:44.000000000 +0000
+++ squid-6.11/errors/ko/ERR_NO_RELAY	2024-09-15 21:07:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/ko/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/ko/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:49:45.000000000 +0000
+++ squid-6.11/errors/ko/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:07:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_PRECONDITION_FAILED squid-6.11/errors/ko/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/ko/ERR_PRECONDITION_FAILED	2024-06-08 14:49:45.000000000 +0000
+++ squid-6.11/errors/ko/ERR_PRECONDITION_FAILED	2024-09-15 21:07:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/ko/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/ko/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:49:45.000000000 +0000
+++ squid-6.11/errors/ko/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:07:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_READ_ERROR squid-6.11/errors/ko/ERR_READ_ERROR
--- squid-6.10/errors/ko/ERR_READ_ERROR	2024-06-08 14:49:45.000000000 +0000
+++ squid-6.11/errors/ko/ERR_READ_ERROR	2024-09-15 21:07:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_READ_TIMEOUT squid-6.11/errors/ko/ERR_READ_TIMEOUT
--- squid-6.10/errors/ko/ERR_READ_TIMEOUT	2024-06-08 14:49:45.000000000 +0000
+++ squid-6.11/errors/ko/ERR_READ_TIMEOUT	2024-09-15 21:07:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/ko/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/ko/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:49:45.000000000 +0000
+++ squid-6.11/errors/ko/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:07:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_SHUTTING_DOWN squid-6.11/errors/ko/ERR_SHUTTING_DOWN
--- squid-6.10/errors/ko/ERR_SHUTTING_DOWN	2024-06-08 14:49:45.000000000 +0000
+++ squid-6.11/errors/ko/ERR_SHUTTING_DOWN	2024-09-15 21:07:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_SOCKET_FAILURE squid-6.11/errors/ko/ERR_SOCKET_FAILURE
--- squid-6.10/errors/ko/ERR_SOCKET_FAILURE	2024-06-08 14:49:46.000000000 +0000
+++ squid-6.11/errors/ko/ERR_SOCKET_FAILURE	2024-09-15 21:07:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_TOO_BIG squid-6.11/errors/ko/ERR_TOO_BIG
--- squid-6.10/errors/ko/ERR_TOO_BIG	2024-06-08 14:49:46.000000000 +0000
+++ squid-6.11/errors/ko/ERR_TOO_BIG	2024-09-15 21:07:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_UNSUP_HTTPVERSION squid-6.11/errors/ko/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/ko/ERR_UNSUP_HTTPVERSION	2024-06-08 14:49:46.000000000 +0000
+++ squid-6.11/errors/ko/ERR_UNSUP_HTTPVERSION	2024-09-15 21:07:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_UNSUP_REQ squid-6.11/errors/ko/ERR_UNSUP_REQ
--- squid-6.10/errors/ko/ERR_UNSUP_REQ	2024-06-08 14:49:46.000000000 +0000
+++ squid-6.11/errors/ko/ERR_UNSUP_REQ	2024-09-15 21:07:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_URN_RESOLVE squid-6.11/errors/ko/ERR_URN_RESOLVE
--- squid-6.10/errors/ko/ERR_URN_RESOLVE	2024-06-08 14:49:46.000000000 +0000
+++ squid-6.11/errors/ko/ERR_URN_RESOLVE	2024-09-15 21:07:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_WRITE_ERROR squid-6.11/errors/ko/ERR_WRITE_ERROR
--- squid-6.10/errors/ko/ERR_WRITE_ERROR	2024-06-08 14:49:46.000000000 +0000
+++ squid-6.11/errors/ko/ERR_WRITE_ERROR	2024-09-15 21:07:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ko/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/ko/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/ko/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:49:46.000000000 +0000
+++ squid-6.11/errors/ko/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:07:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/language.am squid-6.11/errors/language.am
--- squid-6.10/errors/language.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/language.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 ##
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/errors/lt/ERR_ACCESS_DENIED squid-6.11/errors/lt/ERR_ACCESS_DENIED
--- squid-6.10/errors/lt/ERR_ACCESS_DENIED	2024-06-08 14:49:47.000000000 +0000
+++ squid-6.11/errors/lt/ERR_ACCESS_DENIED	2024-09-15 21:07:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/lt/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/lt/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/lt/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:49:47.000000000 +0000
+++ squid-6.11/errors/lt/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:07:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_AGENT_CONFIGURE squid-6.11/errors/lt/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/lt/ERR_AGENT_CONFIGURE	2024-06-08 14:49:47.000000000 +0000
+++ squid-6.11/errors/lt/ERR_AGENT_CONFIGURE	2024-09-15 21:07:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/lt/ERR_AGENT_WPAD squid-6.11/errors/lt/ERR_AGENT_WPAD
--- squid-6.10/errors/lt/ERR_AGENT_WPAD	2024-06-08 14:49:47.000000000 +0000
+++ squid-6.11/errors/lt/ERR_AGENT_WPAD	2024-09-15 21:07:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/lt/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/lt/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/lt/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:49:47.000000000 +0000
+++ squid-6.11/errors/lt/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:07:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Priėjimas prie kešo uždraustas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/lt/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/lt/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:49:47.000000000 +0000
+++ squid-6.11/errors/lt/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:07:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Kešo menedžerio priėjimas uždraustas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_CANNOT_FORWARD squid-6.11/errors/lt/ERR_CANNOT_FORWARD
--- squid-6.10/errors/lt/ERR_CANNOT_FORWARD	2024-06-08 14:49:47.000000000 +0000
+++ squid-6.11/errors/lt/ERR_CANNOT_FORWARD	2024-09-15 21:07:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_CONFLICT_HOST squid-6.11/errors/lt/ERR_CONFLICT_HOST
--- squid-6.10/errors/lt/ERR_CONFLICT_HOST	2024-06-08 14:49:47.000000000 +0000
+++ squid-6.11/errors/lt/ERR_CONFLICT_HOST	2024-09-15 21:07:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_CONNECT_FAIL squid-6.11/errors/lt/ERR_CONNECT_FAIL
--- squid-6.10/errors/lt/ERR_CONNECT_FAIL	2024-06-08 14:49:48.000000000 +0000
+++ squid-6.11/errors/lt/ERR_CONNECT_FAIL	2024-09-15 21:07:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_DIR_LISTING squid-6.11/errors/lt/ERR_DIR_LISTING
--- squid-6.10/errors/lt/ERR_DIR_LISTING	2024-06-08 14:49:48.000000000 +0000
+++ squid-6.11/errors/lt/ERR_DIR_LISTING	2024-09-15 21:07:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/lt/ERR_DNS_FAIL squid-6.11/errors/lt/ERR_DNS_FAIL
--- squid-6.10/errors/lt/ERR_DNS_FAIL	2024-06-08 14:49:48.000000000 +0000
+++ squid-6.11/errors/lt/ERR_DNS_FAIL	2024-09-15 21:07:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_ESI squid-6.11/errors/lt/ERR_ESI
--- squid-6.10/errors/lt/ERR_ESI	2024-06-08 14:49:48.000000000 +0000
+++ squid-6.11/errors/lt/ERR_ESI	2024-09-15 21:07:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_FORWARDING_DENIED squid-6.11/errors/lt/ERR_FORWARDING_DENIED
--- squid-6.10/errors/lt/ERR_FORWARDING_DENIED	2024-06-08 14:49:48.000000000 +0000
+++ squid-6.11/errors/lt/ERR_FORWARDING_DENIED	2024-09-15 21:07:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_FTP_DISABLED squid-6.11/errors/lt/ERR_FTP_DISABLED
--- squid-6.10/errors/lt/ERR_FTP_DISABLED	2024-06-08 14:49:48.000000000 +0000
+++ squid-6.11/errors/lt/ERR_FTP_DISABLED	2024-09-15 21:07:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_FTP_FAILURE squid-6.11/errors/lt/ERR_FTP_FAILURE
--- squid-6.10/errors/lt/ERR_FTP_FAILURE	2024-06-08 14:49:48.000000000 +0000
+++ squid-6.11/errors/lt/ERR_FTP_FAILURE	2024-09-15 21:07:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_FTP_FORBIDDEN squid-6.11/errors/lt/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/lt/ERR_FTP_FORBIDDEN	2024-06-08 14:49:49.000000000 +0000
+++ squid-6.11/errors/lt/ERR_FTP_FORBIDDEN	2024-09-15 21:07:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_FTP_NOT_FOUND squid-6.11/errors/lt/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/lt/ERR_FTP_NOT_FOUND	2024-06-08 14:49:49.000000000 +0000
+++ squid-6.11/errors/lt/ERR_FTP_NOT_FOUND	2024-09-15 21:07:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_FTP_PUT_CREATED squid-6.11/errors/lt/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/lt/ERR_FTP_PUT_CREATED	2024-06-08 14:49:49.000000000 +0000
+++ squid-6.11/errors/lt/ERR_FTP_PUT_CREATED	2024-09-15 21:07:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_FTP_PUT_ERROR squid-6.11/errors/lt/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/lt/ERR_FTP_PUT_ERROR	2024-06-08 14:49:49.000000000 +0000
+++ squid-6.11/errors/lt/ERR_FTP_PUT_ERROR	2024-09-15 21:07:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: FTP uploadas nepavyko</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_FTP_PUT_MODIFIED squid-6.11/errors/lt/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/lt/ERR_FTP_PUT_MODIFIED	2024-06-08 14:49:49.000000000 +0000
+++ squid-6.11/errors/lt/ERR_FTP_PUT_MODIFIED	2024-09-15 21:07:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_FTP_UNAVAILABLE squid-6.11/errors/lt/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/lt/ERR_FTP_UNAVAILABLE	2024-06-08 14:49:49.000000000 +0000
+++ squid-6.11/errors/lt/ERR_FTP_UNAVAILABLE	2024-09-15 21:07:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_GATEWAY_FAILURE squid-6.11/errors/lt/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/lt/ERR_GATEWAY_FAILURE	2024-06-08 14:49:49.000000000 +0000
+++ squid-6.11/errors/lt/ERR_GATEWAY_FAILURE	2024-09-15 21:07:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_ICAP_FAILURE squid-6.11/errors/lt/ERR_ICAP_FAILURE
--- squid-6.10/errors/lt/ERR_ICAP_FAILURE	2024-06-08 14:49:49.000000000 +0000
+++ squid-6.11/errors/lt/ERR_ICAP_FAILURE	2024-09-15 21:07:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_INVALID_REQ squid-6.11/errors/lt/ERR_INVALID_REQ
--- squid-6.10/errors/lt/ERR_INVALID_REQ	2024-06-08 14:49:50.000000000 +0000
+++ squid-6.11/errors/lt/ERR_INVALID_REQ	2024-09-15 21:07:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_INVALID_RESP squid-6.11/errors/lt/ERR_INVALID_RESP
--- squid-6.10/errors/lt/ERR_INVALID_RESP	2024-06-08 14:49:50.000000000 +0000
+++ squid-6.11/errors/lt/ERR_INVALID_RESP	2024-09-15 21:07:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_INVALID_URL squid-6.11/errors/lt/ERR_INVALID_URL
--- squid-6.10/errors/lt/ERR_INVALID_URL	2024-06-08 14:49:50.000000000 +0000
+++ squid-6.11/errors/lt/ERR_INVALID_URL	2024-09-15 21:07:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_LIFETIME_EXP squid-6.11/errors/lt/ERR_LIFETIME_EXP
--- squid-6.10/errors/lt/ERR_LIFETIME_EXP	2024-06-08 14:49:50.000000000 +0000
+++ squid-6.11/errors/lt/ERR_LIFETIME_EXP	2024-09-15 21:07:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_NO_RELAY squid-6.11/errors/lt/ERR_NO_RELAY
--- squid-6.10/errors/lt/ERR_NO_RELAY	2024-06-08 14:49:50.000000000 +0000
+++ squid-6.11/errors/lt/ERR_NO_RELAY	2024-09-15 21:07:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/lt/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/lt/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:49:50.000000000 +0000
+++ squid-6.11/errors/lt/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:07:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_PRECONDITION_FAILED squid-6.11/errors/lt/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/lt/ERR_PRECONDITION_FAILED	2024-06-08 14:49:50.000000000 +0000
+++ squid-6.11/errors/lt/ERR_PRECONDITION_FAILED	2024-09-15 21:07:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/lt/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/lt/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:49:51.000000000 +0000
+++ squid-6.11/errors/lt/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:07:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_READ_ERROR squid-6.11/errors/lt/ERR_READ_ERROR
--- squid-6.10/errors/lt/ERR_READ_ERROR	2024-06-08 14:49:51.000000000 +0000
+++ squid-6.11/errors/lt/ERR_READ_ERROR	2024-09-15 21:07:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_READ_TIMEOUT squid-6.11/errors/lt/ERR_READ_TIMEOUT
--- squid-6.10/errors/lt/ERR_READ_TIMEOUT	2024-06-08 14:49:51.000000000 +0000
+++ squid-6.11/errors/lt/ERR_READ_TIMEOUT	2024-09-15 21:07:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/lt/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/lt/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:49:51.000000000 +0000
+++ squid-6.11/errors/lt/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:07:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_SHUTTING_DOWN squid-6.11/errors/lt/ERR_SHUTTING_DOWN
--- squid-6.10/errors/lt/ERR_SHUTTING_DOWN	2024-06-08 14:49:51.000000000 +0000
+++ squid-6.11/errors/lt/ERR_SHUTTING_DOWN	2024-09-15 21:07:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_SOCKET_FAILURE squid-6.11/errors/lt/ERR_SOCKET_FAILURE
--- squid-6.10/errors/lt/ERR_SOCKET_FAILURE	2024-06-08 14:49:51.000000000 +0000
+++ squid-6.11/errors/lt/ERR_SOCKET_FAILURE	2024-09-15 21:07:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_TOO_BIG squid-6.11/errors/lt/ERR_TOO_BIG
--- squid-6.10/errors/lt/ERR_TOO_BIG	2024-06-08 14:49:51.000000000 +0000
+++ squid-6.11/errors/lt/ERR_TOO_BIG	2024-09-15 21:07:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_UNSUP_HTTPVERSION squid-6.11/errors/lt/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/lt/ERR_UNSUP_HTTPVERSION	2024-06-08 14:49:51.000000000 +0000
+++ squid-6.11/errors/lt/ERR_UNSUP_HTTPVERSION	2024-09-15 21:07:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_UNSUP_REQ squid-6.11/errors/lt/ERR_UNSUP_REQ
--- squid-6.10/errors/lt/ERR_UNSUP_REQ	2024-06-08 14:49:52.000000000 +0000
+++ squid-6.11/errors/lt/ERR_UNSUP_REQ	2024-09-15 21:07:09.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_URN_RESOLVE squid-6.11/errors/lt/ERR_URN_RESOLVE
--- squid-6.10/errors/lt/ERR_URN_RESOLVE	2024-06-08 14:49:52.000000000 +0000
+++ squid-6.11/errors/lt/ERR_URN_RESOLVE	2024-09-15 21:07:09.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_WRITE_ERROR squid-6.11/errors/lt/ERR_WRITE_ERROR
--- squid-6.10/errors/lt/ERR_WRITE_ERROR	2024-06-08 14:49:52.000000000 +0000
+++ squid-6.11/errors/lt/ERR_WRITE_ERROR	2024-09-15 21:07:09.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lt/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/lt/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/lt/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:49:52.000000000 +0000
+++ squid-6.11/errors/lt/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:07:09.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_ACCESS_DENIED squid-6.11/errors/lv/ERR_ACCESS_DENIED
--- squid-6.10/errors/lv/ERR_ACCESS_DENIED	2024-06-08 14:49:52.000000000 +0000
+++ squid-6.11/errors/lv/ERR_ACCESS_DENIED	2024-09-15 21:07:09.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/lv/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/lv/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/lv/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:49:52.000000000 +0000
+++ squid-6.11/errors/lv/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:07:09.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_AGENT_CONFIGURE squid-6.11/errors/lv/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/lv/ERR_AGENT_CONFIGURE	2024-06-08 14:49:52.000000000 +0000
+++ squid-6.11/errors/lv/ERR_AGENT_CONFIGURE	2024-09-15 21:07:09.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/lv/ERR_AGENT_WPAD squid-6.11/errors/lv/ERR_AGENT_WPAD
--- squid-6.10/errors/lv/ERR_AGENT_WPAD	2024-06-08 14:49:53.000000000 +0000
+++ squid-6.11/errors/lv/ERR_AGENT_WPAD	2024-09-15 21:07:09.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/lv/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/lv/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/lv/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:49:53.000000000 +0000
+++ squid-6.11/errors/lv/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:07:10.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Kļūda: Kešatmiņa nav pieejama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/lv/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/lv/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:49:53.000000000 +0000
+++ squid-6.11/errors/lv/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:07:10.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Kļūda: Kešatmiņas pārvaldniekam pieeja liegta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_CANNOT_FORWARD squid-6.11/errors/lv/ERR_CANNOT_FORWARD
--- squid-6.10/errors/lv/ERR_CANNOT_FORWARD	2024-06-08 14:49:53.000000000 +0000
+++ squid-6.11/errors/lv/ERR_CANNOT_FORWARD	2024-09-15 21:07:10.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_CONFLICT_HOST squid-6.11/errors/lv/ERR_CONFLICT_HOST
--- squid-6.10/errors/lv/ERR_CONFLICT_HOST	2024-06-08 14:49:53.000000000 +0000
+++ squid-6.11/errors/lv/ERR_CONFLICT_HOST	2024-09-15 21:07:10.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_CONNECT_FAIL squid-6.11/errors/lv/ERR_CONNECT_FAIL
--- squid-6.10/errors/lv/ERR_CONNECT_FAIL	2024-06-08 14:49:53.000000000 +0000
+++ squid-6.11/errors/lv/ERR_CONNECT_FAIL	2024-09-15 21:07:10.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_DIR_LISTING squid-6.11/errors/lv/ERR_DIR_LISTING
--- squid-6.10/errors/lv/ERR_DIR_LISTING	2024-06-08 14:49:53.000000000 +0000
+++ squid-6.11/errors/lv/ERR_DIR_LISTING	2024-09-15 21:07:10.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directorijs: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/lv/ERR_DNS_FAIL squid-6.11/errors/lv/ERR_DNS_FAIL
--- squid-6.10/errors/lv/ERR_DNS_FAIL	2024-06-08 14:49:53.000000000 +0000
+++ squid-6.11/errors/lv/ERR_DNS_FAIL	2024-09-15 21:07:10.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_ESI squid-6.11/errors/lv/ERR_ESI
--- squid-6.10/errors/lv/ERR_ESI	2024-06-08 14:49:54.000000000 +0000
+++ squid-6.11/errors/lv/ERR_ESI	2024-09-15 21:07:11.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_FORWARDING_DENIED squid-6.11/errors/lv/ERR_FORWARDING_DENIED
--- squid-6.10/errors/lv/ERR_FORWARDING_DENIED	2024-06-08 14:49:54.000000000 +0000
+++ squid-6.11/errors/lv/ERR_FORWARDING_DENIED	2024-09-15 21:07:11.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_FTP_DISABLED squid-6.11/errors/lv/ERR_FTP_DISABLED
--- squid-6.10/errors/lv/ERR_FTP_DISABLED	2024-06-08 14:49:54.000000000 +0000
+++ squid-6.11/errors/lv/ERR_FTP_DISABLED	2024-09-15 21:07:11.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_FTP_FAILURE squid-6.11/errors/lv/ERR_FTP_FAILURE
--- squid-6.10/errors/lv/ERR_FTP_FAILURE	2024-06-08 14:49:54.000000000 +0000
+++ squid-6.11/errors/lv/ERR_FTP_FAILURE	2024-09-15 21:07:11.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_FTP_FORBIDDEN squid-6.11/errors/lv/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/lv/ERR_FTP_FORBIDDEN	2024-06-08 14:49:54.000000000 +0000
+++ squid-6.11/errors/lv/ERR_FTP_FORBIDDEN	2024-09-15 21:07:11.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_FTP_NOT_FOUND squid-6.11/errors/lv/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/lv/ERR_FTP_NOT_FOUND	2024-06-08 14:49:54.000000000 +0000
+++ squid-6.11/errors/lv/ERR_FTP_NOT_FOUND	2024-09-15 21:07:11.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_FTP_PUT_CREATED squid-6.11/errors/lv/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/lv/ERR_FTP_PUT_CREATED	2024-06-08 14:49:54.000000000 +0000
+++ squid-6.11/errors/lv/ERR_FTP_PUT_CREATED	2024-09-15 21:07:11.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_FTP_PUT_ERROR squid-6.11/errors/lv/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/lv/ERR_FTP_PUT_ERROR	2024-06-08 14:49:55.000000000 +0000
+++ squid-6.11/errors/lv/ERR_FTP_PUT_ERROR	2024-09-15 21:07:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Kļūda: FTP augšupielāde nav atļauta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_FTP_PUT_MODIFIED squid-6.11/errors/lv/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/lv/ERR_FTP_PUT_MODIFIED	2024-06-08 14:49:55.000000000 +0000
+++ squid-6.11/errors/lv/ERR_FTP_PUT_MODIFIED	2024-09-15 21:07:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_FTP_UNAVAILABLE squid-6.11/errors/lv/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/lv/ERR_FTP_UNAVAILABLE	2024-06-08 14:49:55.000000000 +0000
+++ squid-6.11/errors/lv/ERR_FTP_UNAVAILABLE	2024-09-15 21:07:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_GATEWAY_FAILURE squid-6.11/errors/lv/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/lv/ERR_GATEWAY_FAILURE	2024-06-08 14:49:55.000000000 +0000
+++ squid-6.11/errors/lv/ERR_GATEWAY_FAILURE	2024-09-15 21:07:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_ICAP_FAILURE squid-6.11/errors/lv/ERR_ICAP_FAILURE
--- squid-6.10/errors/lv/ERR_ICAP_FAILURE	2024-06-08 14:49:55.000000000 +0000
+++ squid-6.11/errors/lv/ERR_ICAP_FAILURE	2024-09-15 21:07:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_INVALID_REQ squid-6.11/errors/lv/ERR_INVALID_REQ
--- squid-6.10/errors/lv/ERR_INVALID_REQ	2024-06-08 14:49:55.000000000 +0000
+++ squid-6.11/errors/lv/ERR_INVALID_REQ	2024-09-15 21:07:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_INVALID_RESP squid-6.11/errors/lv/ERR_INVALID_RESP
--- squid-6.10/errors/lv/ERR_INVALID_RESP	2024-06-08 14:49:55.000000000 +0000
+++ squid-6.11/errors/lv/ERR_INVALID_RESP	2024-09-15 21:07:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_INVALID_URL squid-6.11/errors/lv/ERR_INVALID_URL
--- squid-6.10/errors/lv/ERR_INVALID_URL	2024-06-08 14:49:56.000000000 +0000
+++ squid-6.11/errors/lv/ERR_INVALID_URL	2024-09-15 21:07:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_LIFETIME_EXP squid-6.11/errors/lv/ERR_LIFETIME_EXP
--- squid-6.10/errors/lv/ERR_LIFETIME_EXP	2024-06-08 14:49:56.000000000 +0000
+++ squid-6.11/errors/lv/ERR_LIFETIME_EXP	2024-09-15 21:07:13.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_NO_RELAY squid-6.11/errors/lv/ERR_NO_RELAY
--- squid-6.10/errors/lv/ERR_NO_RELAY	2024-06-08 14:49:56.000000000 +0000
+++ squid-6.11/errors/lv/ERR_NO_RELAY	2024-09-15 21:07:13.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/lv/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/lv/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:49:56.000000000 +0000
+++ squid-6.11/errors/lv/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:07:13.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_PRECONDITION_FAILED squid-6.11/errors/lv/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/lv/ERR_PRECONDITION_FAILED	2024-06-08 14:49:56.000000000 +0000
+++ squid-6.11/errors/lv/ERR_PRECONDITION_FAILED	2024-09-15 21:07:13.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/lv/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/lv/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:49:56.000000000 +0000
+++ squid-6.11/errors/lv/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:07:13.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_READ_ERROR squid-6.11/errors/lv/ERR_READ_ERROR
--- squid-6.10/errors/lv/ERR_READ_ERROR	2024-06-08 14:49:56.000000000 +0000
+++ squid-6.11/errors/lv/ERR_READ_ERROR	2024-09-15 21:07:13.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_READ_TIMEOUT squid-6.11/errors/lv/ERR_READ_TIMEOUT
--- squid-6.10/errors/lv/ERR_READ_TIMEOUT	2024-06-08 14:49:57.000000000 +0000
+++ squid-6.11/errors/lv/ERR_READ_TIMEOUT	2024-09-15 21:07:13.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/lv/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/lv/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:49:57.000000000 +0000
+++ squid-6.11/errors/lv/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:07:14.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_SHUTTING_DOWN squid-6.11/errors/lv/ERR_SHUTTING_DOWN
--- squid-6.10/errors/lv/ERR_SHUTTING_DOWN	2024-06-08 14:49:57.000000000 +0000
+++ squid-6.11/errors/lv/ERR_SHUTTING_DOWN	2024-09-15 21:07:14.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_SOCKET_FAILURE squid-6.11/errors/lv/ERR_SOCKET_FAILURE
--- squid-6.10/errors/lv/ERR_SOCKET_FAILURE	2024-06-08 14:49:57.000000000 +0000
+++ squid-6.11/errors/lv/ERR_SOCKET_FAILURE	2024-09-15 21:07:14.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_TOO_BIG squid-6.11/errors/lv/ERR_TOO_BIG
--- squid-6.10/errors/lv/ERR_TOO_BIG	2024-06-08 14:49:57.000000000 +0000
+++ squid-6.11/errors/lv/ERR_TOO_BIG	2024-09-15 21:07:14.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_UNSUP_HTTPVERSION squid-6.11/errors/lv/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/lv/ERR_UNSUP_HTTPVERSION	2024-06-08 14:49:57.000000000 +0000
+++ squid-6.11/errors/lv/ERR_UNSUP_HTTPVERSION	2024-09-15 21:07:14.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_UNSUP_REQ squid-6.11/errors/lv/ERR_UNSUP_REQ
--- squid-6.10/errors/lv/ERR_UNSUP_REQ	2024-06-08 14:49:57.000000000 +0000
+++ squid-6.11/errors/lv/ERR_UNSUP_REQ	2024-09-15 21:07:14.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_URN_RESOLVE squid-6.11/errors/lv/ERR_URN_RESOLVE
--- squid-6.10/errors/lv/ERR_URN_RESOLVE	2024-06-08 14:49:57.000000000 +0000
+++ squid-6.11/errors/lv/ERR_URN_RESOLVE	2024-09-15 21:07:14.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_WRITE_ERROR squid-6.11/errors/lv/ERR_WRITE_ERROR
--- squid-6.10/errors/lv/ERR_WRITE_ERROR	2024-06-08 14:49:58.000000000 +0000
+++ squid-6.11/errors/lv/ERR_WRITE_ERROR	2024-09-15 21:07:14.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/lv/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/lv/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/lv/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:49:58.000000000 +0000
+++ squid-6.11/errors/lv/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:07:15.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/Makefile.am squid-6.11/errors/Makefile.am
--- squid-6.10/errors/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/errors/ms/ERR_ACCESS_DENIED squid-6.11/errors/ms/ERR_ACCESS_DENIED
--- squid-6.10/errors/ms/ERR_ACCESS_DENIED	2024-06-08 14:49:58.000000000 +0000
+++ squid-6.11/errors/ms/ERR_ACCESS_DENIED	2024-09-15 21:07:15.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ms/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/ms/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/ms/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:49:58.000000000 +0000
+++ squid-6.11/errors/ms/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:07:15.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_AGENT_CONFIGURE squid-6.11/errors/ms/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/ms/ERR_AGENT_CONFIGURE	2024-06-08 14:49:58.000000000 +0000
+++ squid-6.11/errors/ms/ERR_AGENT_CONFIGURE	2024-09-15 21:07:15.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ms/ERR_AGENT_WPAD squid-6.11/errors/ms/ERR_AGENT_WPAD
--- squid-6.10/errors/ms/ERR_AGENT_WPAD	2024-06-08 14:49:58.000000000 +0000
+++ squid-6.11/errors/ms/ERR_AGENT_WPAD	2024-09-15 21:07:15.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ms/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/ms/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/ms/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:49:58.000000000 +0000
+++ squid-6.11/errors/ms/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:07:15.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: Akses ke Cache Disekat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/ms/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/ms/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:49:59.000000000 +0000
+++ squid-6.11/errors/ms/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:07:15.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: Akses ke Pengurus Cache Disekat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_CANNOT_FORWARD squid-6.11/errors/ms/ERR_CANNOT_FORWARD
--- squid-6.10/errors/ms/ERR_CANNOT_FORWARD	2024-06-08 14:49:59.000000000 +0000
+++ squid-6.11/errors/ms/ERR_CANNOT_FORWARD	2024-09-15 21:07:15.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_CONFLICT_HOST squid-6.11/errors/ms/ERR_CONFLICT_HOST
--- squid-6.10/errors/ms/ERR_CONFLICT_HOST	2024-06-08 14:49:59.000000000 +0000
+++ squid-6.11/errors/ms/ERR_CONFLICT_HOST	2024-09-15 21:07:16.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_CONNECT_FAIL squid-6.11/errors/ms/ERR_CONNECT_FAIL
--- squid-6.10/errors/ms/ERR_CONNECT_FAIL	2024-06-08 14:49:59.000000000 +0000
+++ squid-6.11/errors/ms/ERR_CONNECT_FAIL	2024-09-15 21:07:16.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_DIR_LISTING squid-6.11/errors/ms/ERR_DIR_LISTING
--- squid-6.10/errors/ms/ERR_DIR_LISTING	2024-06-08 14:49:59.000000000 +0000
+++ squid-6.11/errors/ms/ERR_DIR_LISTING	2024-09-15 21:07:16.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Direktori: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ms/ERR_DNS_FAIL squid-6.11/errors/ms/ERR_DNS_FAIL
--- squid-6.10/errors/ms/ERR_DNS_FAIL	2024-06-08 14:49:59.000000000 +0000
+++ squid-6.11/errors/ms/ERR_DNS_FAIL	2024-09-15 21:07:16.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_ESI squid-6.11/errors/ms/ERR_ESI
--- squid-6.10/errors/ms/ERR_ESI	2024-06-08 14:49:59.000000000 +0000
+++ squid-6.11/errors/ms/ERR_ESI	2024-09-15 21:07:16.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_FORWARDING_DENIED squid-6.11/errors/ms/ERR_FORWARDING_DENIED
--- squid-6.10/errors/ms/ERR_FORWARDING_DENIED	2024-06-08 14:49:59.000000000 +0000
+++ squid-6.11/errors/ms/ERR_FORWARDING_DENIED	2024-09-15 21:07:16.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_FTP_DISABLED squid-6.11/errors/ms/ERR_FTP_DISABLED
--- squid-6.10/errors/ms/ERR_FTP_DISABLED	2024-06-08 14:50:00.000000000 +0000
+++ squid-6.11/errors/ms/ERR_FTP_DISABLED	2024-09-15 21:07:16.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_FTP_FAILURE squid-6.11/errors/ms/ERR_FTP_FAILURE
--- squid-6.10/errors/ms/ERR_FTP_FAILURE	2024-06-08 14:50:00.000000000 +0000
+++ squid-6.11/errors/ms/ERR_FTP_FAILURE	2024-09-15 21:07:17.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_FTP_FORBIDDEN squid-6.11/errors/ms/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/ms/ERR_FTP_FORBIDDEN	2024-06-08 14:50:00.000000000 +0000
+++ squid-6.11/errors/ms/ERR_FTP_FORBIDDEN	2024-09-15 21:07:17.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_FTP_NOT_FOUND squid-6.11/errors/ms/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/ms/ERR_FTP_NOT_FOUND	2024-06-08 14:50:00.000000000 +0000
+++ squid-6.11/errors/ms/ERR_FTP_NOT_FOUND	2024-09-15 21:07:17.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_FTP_PUT_CREATED squid-6.11/errors/ms/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/ms/ERR_FTP_PUT_CREATED	2024-06-08 14:50:00.000000000 +0000
+++ squid-6.11/errors/ms/ERR_FTP_PUT_CREATED	2024-09-15 21:07:17.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_FTP_PUT_ERROR squid-6.11/errors/ms/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/ms/ERR_FTP_PUT_ERROR	2024-06-08 14:50:00.000000000 +0000
+++ squid-6.11/errors/ms/ERR_FTP_PUT_ERROR	2024-09-15 21:07:17.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: FTP Gagal</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_FTP_PUT_MODIFIED squid-6.11/errors/ms/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/ms/ERR_FTP_PUT_MODIFIED	2024-06-08 14:50:00.000000000 +0000
+++ squid-6.11/errors/ms/ERR_FTP_PUT_MODIFIED	2024-09-15 21:07:17.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_FTP_UNAVAILABLE squid-6.11/errors/ms/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/ms/ERR_FTP_UNAVAILABLE	2024-06-08 14:50:01.000000000 +0000
+++ squid-6.11/errors/ms/ERR_FTP_UNAVAILABLE	2024-09-15 21:07:17.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_GATEWAY_FAILURE squid-6.11/errors/ms/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/ms/ERR_GATEWAY_FAILURE	2024-06-08 14:50:01.000000000 +0000
+++ squid-6.11/errors/ms/ERR_GATEWAY_FAILURE	2024-09-15 21:07:17.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_ICAP_FAILURE squid-6.11/errors/ms/ERR_ICAP_FAILURE
--- squid-6.10/errors/ms/ERR_ICAP_FAILURE	2024-06-08 14:50:01.000000000 +0000
+++ squid-6.11/errors/ms/ERR_ICAP_FAILURE	2024-09-15 21:07:18.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_INVALID_REQ squid-6.11/errors/ms/ERR_INVALID_REQ
--- squid-6.10/errors/ms/ERR_INVALID_REQ	2024-06-08 14:50:01.000000000 +0000
+++ squid-6.11/errors/ms/ERR_INVALID_REQ	2024-09-15 21:07:18.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_INVALID_RESP squid-6.11/errors/ms/ERR_INVALID_RESP
--- squid-6.10/errors/ms/ERR_INVALID_RESP	2024-06-08 14:50:01.000000000 +0000
+++ squid-6.11/errors/ms/ERR_INVALID_RESP	2024-09-15 21:07:18.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_INVALID_URL squid-6.11/errors/ms/ERR_INVALID_URL
--- squid-6.10/errors/ms/ERR_INVALID_URL	2024-06-08 14:50:01.000000000 +0000
+++ squid-6.11/errors/ms/ERR_INVALID_URL	2024-09-15 21:07:18.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_LIFETIME_EXP squid-6.11/errors/ms/ERR_LIFETIME_EXP
--- squid-6.10/errors/ms/ERR_LIFETIME_EXP	2024-06-08 14:50:01.000000000 +0000
+++ squid-6.11/errors/ms/ERR_LIFETIME_EXP	2024-09-15 21:07:18.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_NO_RELAY squid-6.11/errors/ms/ERR_NO_RELAY
--- squid-6.10/errors/ms/ERR_NO_RELAY	2024-06-08 14:50:01.000000000 +0000
+++ squid-6.11/errors/ms/ERR_NO_RELAY	2024-09-15 21:07:18.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/ms/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/ms/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:50:02.000000000 +0000
+++ squid-6.11/errors/ms/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:07:18.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_PRECONDITION_FAILED squid-6.11/errors/ms/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/ms/ERR_PRECONDITION_FAILED	2024-06-08 14:50:02.000000000 +0000
+++ squid-6.11/errors/ms/ERR_PRECONDITION_FAILED	2024-09-15 21:07:19.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/ms/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/ms/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:50:02.000000000 +0000
+++ squid-6.11/errors/ms/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:07:19.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_READ_ERROR squid-6.11/errors/ms/ERR_READ_ERROR
--- squid-6.10/errors/ms/ERR_READ_ERROR	2024-06-08 14:50:02.000000000 +0000
+++ squid-6.11/errors/ms/ERR_READ_ERROR	2024-09-15 21:07:19.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_READ_TIMEOUT squid-6.11/errors/ms/ERR_READ_TIMEOUT
--- squid-6.10/errors/ms/ERR_READ_TIMEOUT	2024-06-08 14:50:02.000000000 +0000
+++ squid-6.11/errors/ms/ERR_READ_TIMEOUT	2024-09-15 21:07:19.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/ms/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/ms/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:50:02.000000000 +0000
+++ squid-6.11/errors/ms/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:07:19.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_SHUTTING_DOWN squid-6.11/errors/ms/ERR_SHUTTING_DOWN
--- squid-6.10/errors/ms/ERR_SHUTTING_DOWN	2024-06-08 14:50:02.000000000 +0000
+++ squid-6.11/errors/ms/ERR_SHUTTING_DOWN	2024-09-15 21:07:19.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_SOCKET_FAILURE squid-6.11/errors/ms/ERR_SOCKET_FAILURE
--- squid-6.10/errors/ms/ERR_SOCKET_FAILURE	2024-06-08 14:50:03.000000000 +0000
+++ squid-6.11/errors/ms/ERR_SOCKET_FAILURE	2024-09-15 21:07:19.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_TOO_BIG squid-6.11/errors/ms/ERR_TOO_BIG
--- squid-6.10/errors/ms/ERR_TOO_BIG	2024-06-08 14:50:03.000000000 +0000
+++ squid-6.11/errors/ms/ERR_TOO_BIG	2024-09-15 21:07:19.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_UNSUP_HTTPVERSION squid-6.11/errors/ms/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/ms/ERR_UNSUP_HTTPVERSION	2024-06-08 14:50:03.000000000 +0000
+++ squid-6.11/errors/ms/ERR_UNSUP_HTTPVERSION	2024-09-15 21:07:20.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_UNSUP_REQ squid-6.11/errors/ms/ERR_UNSUP_REQ
--- squid-6.10/errors/ms/ERR_UNSUP_REQ	2024-06-08 14:50:03.000000000 +0000
+++ squid-6.11/errors/ms/ERR_UNSUP_REQ	2024-09-15 21:07:20.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_URN_RESOLVE squid-6.11/errors/ms/ERR_URN_RESOLVE
--- squid-6.10/errors/ms/ERR_URN_RESOLVE	2024-06-08 14:50:03.000000000 +0000
+++ squid-6.11/errors/ms/ERR_URN_RESOLVE	2024-09-15 21:07:20.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_WRITE_ERROR squid-6.11/errors/ms/ERR_WRITE_ERROR
--- squid-6.10/errors/ms/ERR_WRITE_ERROR	2024-06-08 14:50:03.000000000 +0000
+++ squid-6.11/errors/ms/ERR_WRITE_ERROR	2024-09-15 21:07:20.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ms/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/ms/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/ms/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:50:03.000000000 +0000
+++ squid-6.11/errors/ms/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:07:20.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_ACCESS_DENIED squid-6.11/errors/nl/ERR_ACCESS_DENIED
--- squid-6.10/errors/nl/ERR_ACCESS_DENIED	2024-06-08 14:50:04.000000000 +0000
+++ squid-6.11/errors/nl/ERR_ACCESS_DENIED	2024-09-15 21:07:20.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/nl/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/nl/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/nl/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:50:04.000000000 +0000
+++ squid-6.11/errors/nl/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:07:20.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_AGENT_CONFIGURE squid-6.11/errors/nl/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/nl/ERR_AGENT_CONFIGURE	2024-06-08 14:50:04.000000000 +0000
+++ squid-6.11/errors/nl/ERR_AGENT_CONFIGURE	2024-09-15 21:07:21.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuratie</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/nl/ERR_AGENT_WPAD squid-6.11/errors/nl/ERR_AGENT_WPAD
--- squid-6.10/errors/nl/ERR_AGENT_WPAD	2024-06-08 14:50:04.000000000 +0000
+++ squid-6.11/errors/nl/ERR_AGENT_WPAD	2024-09-15 21:07:21.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuratie</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/nl/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/nl/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/nl/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:50:04.000000000 +0000
+++ squid-6.11/errors/nl/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:07:21.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Cache toegang niet toegestaan</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/nl/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/nl/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:50:04.000000000 +0000
+++ squid-6.11/errors/nl/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:07:21.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Cache Manager toegang niet toegestaan</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_CANNOT_FORWARD squid-6.11/errors/nl/ERR_CANNOT_FORWARD
--- squid-6.10/errors/nl/ERR_CANNOT_FORWARD	2024-06-08 14:50:04.000000000 +0000
+++ squid-6.11/errors/nl/ERR_CANNOT_FORWARD	2024-09-15 21:07:21.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_CONFLICT_HOST squid-6.11/errors/nl/ERR_CONFLICT_HOST
--- squid-6.10/errors/nl/ERR_CONFLICT_HOST	2024-06-08 14:50:04.000000000 +0000
+++ squid-6.11/errors/nl/ERR_CONFLICT_HOST	2024-09-15 21:07:21.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_CONNECT_FAIL squid-6.11/errors/nl/ERR_CONNECT_FAIL
--- squid-6.10/errors/nl/ERR_CONNECT_FAIL	2024-06-08 14:50:05.000000000 +0000
+++ squid-6.11/errors/nl/ERR_CONNECT_FAIL	2024-09-15 21:07:21.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_DIR_LISTING squid-6.11/errors/nl/ERR_DIR_LISTING
--- squid-6.10/errors/nl/ERR_DIR_LISTING	2024-06-08 14:50:05.000000000 +0000
+++ squid-6.11/errors/nl/ERR_DIR_LISTING	2024-09-15 21:07:21.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Map: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/nl/ERR_DNS_FAIL squid-6.11/errors/nl/ERR_DNS_FAIL
--- squid-6.10/errors/nl/ERR_DNS_FAIL	2024-06-08 14:50:05.000000000 +0000
+++ squid-6.11/errors/nl/ERR_DNS_FAIL	2024-09-15 21:07:22.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_ESI squid-6.11/errors/nl/ERR_ESI
--- squid-6.10/errors/nl/ERR_ESI	2024-06-08 14:50:05.000000000 +0000
+++ squid-6.11/errors/nl/ERR_ESI	2024-09-15 21:07:22.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_FORWARDING_DENIED squid-6.11/errors/nl/ERR_FORWARDING_DENIED
--- squid-6.10/errors/nl/ERR_FORWARDING_DENIED	2024-06-08 14:50:05.000000000 +0000
+++ squid-6.11/errors/nl/ERR_FORWARDING_DENIED	2024-09-15 21:07:22.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_FTP_DISABLED squid-6.11/errors/nl/ERR_FTP_DISABLED
--- squid-6.10/errors/nl/ERR_FTP_DISABLED	2024-06-08 14:50:05.000000000 +0000
+++ squid-6.11/errors/nl/ERR_FTP_DISABLED	2024-09-15 21:07:22.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_FTP_FAILURE squid-6.11/errors/nl/ERR_FTP_FAILURE
--- squid-6.10/errors/nl/ERR_FTP_FAILURE	2024-06-08 14:50:05.000000000 +0000
+++ squid-6.11/errors/nl/ERR_FTP_FAILURE	2024-09-15 21:07:22.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_FTP_FORBIDDEN squid-6.11/errors/nl/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/nl/ERR_FTP_FORBIDDEN	2024-06-08 14:50:06.000000000 +0000
+++ squid-6.11/errors/nl/ERR_FTP_FORBIDDEN	2024-09-15 21:07:22.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_FTP_NOT_FOUND squid-6.11/errors/nl/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/nl/ERR_FTP_NOT_FOUND	2024-06-08 14:50:06.000000000 +0000
+++ squid-6.11/errors/nl/ERR_FTP_NOT_FOUND	2024-09-15 21:07:22.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_FTP_PUT_CREATED squid-6.11/errors/nl/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/nl/ERR_FTP_PUT_CREATED	2024-06-08 14:50:06.000000000 +0000
+++ squid-6.11/errors/nl/ERR_FTP_PUT_CREATED	2024-09-15 21:07:23.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_FTP_PUT_ERROR squid-6.11/errors/nl/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/nl/ERR_FTP_PUT_ERROR	2024-06-08 14:50:06.000000000 +0000
+++ squid-6.11/errors/nl/ERR_FTP_PUT_ERROR	2024-09-15 21:07:23.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: FTP upload mislukt</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_FTP_PUT_MODIFIED squid-6.11/errors/nl/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/nl/ERR_FTP_PUT_MODIFIED	2024-06-08 14:50:06.000000000 +0000
+++ squid-6.11/errors/nl/ERR_FTP_PUT_MODIFIED	2024-09-15 21:07:23.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_FTP_UNAVAILABLE squid-6.11/errors/nl/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/nl/ERR_FTP_UNAVAILABLE	2024-06-08 14:50:06.000000000 +0000
+++ squid-6.11/errors/nl/ERR_FTP_UNAVAILABLE	2024-09-15 21:07:23.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_GATEWAY_FAILURE squid-6.11/errors/nl/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/nl/ERR_GATEWAY_FAILURE	2024-06-08 14:50:06.000000000 +0000
+++ squid-6.11/errors/nl/ERR_GATEWAY_FAILURE	2024-09-15 21:07:23.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_ICAP_FAILURE squid-6.11/errors/nl/ERR_ICAP_FAILURE
--- squid-6.10/errors/nl/ERR_ICAP_FAILURE	2024-06-08 14:50:06.000000000 +0000
+++ squid-6.11/errors/nl/ERR_ICAP_FAILURE	2024-09-15 21:07:23.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_INVALID_REQ squid-6.11/errors/nl/ERR_INVALID_REQ
--- squid-6.10/errors/nl/ERR_INVALID_REQ	2024-06-08 14:50:07.000000000 +0000
+++ squid-6.11/errors/nl/ERR_INVALID_REQ	2024-09-15 21:07:23.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_INVALID_RESP squid-6.11/errors/nl/ERR_INVALID_RESP
--- squid-6.10/errors/nl/ERR_INVALID_RESP	2024-06-08 14:50:07.000000000 +0000
+++ squid-6.11/errors/nl/ERR_INVALID_RESP	2024-09-15 21:07:23.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_INVALID_URL squid-6.11/errors/nl/ERR_INVALID_URL
--- squid-6.10/errors/nl/ERR_INVALID_URL	2024-06-08 14:50:07.000000000 +0000
+++ squid-6.11/errors/nl/ERR_INVALID_URL	2024-09-15 21:07:24.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_LIFETIME_EXP squid-6.11/errors/nl/ERR_LIFETIME_EXP
--- squid-6.10/errors/nl/ERR_LIFETIME_EXP	2024-06-08 14:50:07.000000000 +0000
+++ squid-6.11/errors/nl/ERR_LIFETIME_EXP	2024-09-15 21:07:24.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_NO_RELAY squid-6.11/errors/nl/ERR_NO_RELAY
--- squid-6.10/errors/nl/ERR_NO_RELAY	2024-06-08 14:50:07.000000000 +0000
+++ squid-6.11/errors/nl/ERR_NO_RELAY	2024-09-15 21:07:24.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/nl/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/nl/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:50:07.000000000 +0000
+++ squid-6.11/errors/nl/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:07:24.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_PRECONDITION_FAILED squid-6.11/errors/nl/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/nl/ERR_PRECONDITION_FAILED	2024-06-08 14:50:07.000000000 +0000
+++ squid-6.11/errors/nl/ERR_PRECONDITION_FAILED	2024-09-15 21:07:24.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/nl/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/nl/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:50:08.000000000 +0000
+++ squid-6.11/errors/nl/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:07:24.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_READ_ERROR squid-6.11/errors/nl/ERR_READ_ERROR
--- squid-6.10/errors/nl/ERR_READ_ERROR	2024-06-08 14:50:08.000000000 +0000
+++ squid-6.11/errors/nl/ERR_READ_ERROR	2024-09-15 21:07:24.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_READ_TIMEOUT squid-6.11/errors/nl/ERR_READ_TIMEOUT
--- squid-6.10/errors/nl/ERR_READ_TIMEOUT	2024-06-08 14:50:08.000000000 +0000
+++ squid-6.11/errors/nl/ERR_READ_TIMEOUT	2024-09-15 21:07:24.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/nl/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/nl/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:50:08.000000000 +0000
+++ squid-6.11/errors/nl/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:07:25.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_SHUTTING_DOWN squid-6.11/errors/nl/ERR_SHUTTING_DOWN
--- squid-6.10/errors/nl/ERR_SHUTTING_DOWN	2024-06-08 14:50:08.000000000 +0000
+++ squid-6.11/errors/nl/ERR_SHUTTING_DOWN	2024-09-15 21:07:25.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_SOCKET_FAILURE squid-6.11/errors/nl/ERR_SOCKET_FAILURE
--- squid-6.10/errors/nl/ERR_SOCKET_FAILURE	2024-06-08 14:50:08.000000000 +0000
+++ squid-6.11/errors/nl/ERR_SOCKET_FAILURE	2024-09-15 21:07:25.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_TOO_BIG squid-6.11/errors/nl/ERR_TOO_BIG
--- squid-6.10/errors/nl/ERR_TOO_BIG	2024-06-08 14:50:08.000000000 +0000
+++ squid-6.11/errors/nl/ERR_TOO_BIG	2024-09-15 21:07:25.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_UNSUP_HTTPVERSION squid-6.11/errors/nl/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/nl/ERR_UNSUP_HTTPVERSION	2024-06-08 14:50:08.000000000 +0000
+++ squid-6.11/errors/nl/ERR_UNSUP_HTTPVERSION	2024-09-15 21:07:25.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_UNSUP_REQ squid-6.11/errors/nl/ERR_UNSUP_REQ
--- squid-6.10/errors/nl/ERR_UNSUP_REQ	2024-06-08 14:50:09.000000000 +0000
+++ squid-6.11/errors/nl/ERR_UNSUP_REQ	2024-09-15 21:07:25.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_URN_RESOLVE squid-6.11/errors/nl/ERR_URN_RESOLVE
--- squid-6.10/errors/nl/ERR_URN_RESOLVE	2024-06-08 14:50:09.000000000 +0000
+++ squid-6.11/errors/nl/ERR_URN_RESOLVE	2024-09-15 21:07:25.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URN kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_WRITE_ERROR squid-6.11/errors/nl/ERR_WRITE_ERROR
--- squid-6.10/errors/nl/ERR_WRITE_ERROR	2024-06-08 14:50:09.000000000 +0000
+++ squid-6.11/errors/nl/ERR_WRITE_ERROR	2024-09-15 21:07:26.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/nl/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/nl/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/nl/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:50:09.000000000 +0000
+++ squid-6.11/errors/nl/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:07:26.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_ACCESS_DENIED squid-6.11/errors/oc/ERR_ACCESS_DENIED
--- squid-6.10/errors/oc/ERR_ACCESS_DENIED	2024-06-08 14:50:09.000000000 +0000
+++ squid-6.11/errors/oc/ERR_ACCESS_DENIED	2024-09-15 21:07:26.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/oc/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/oc/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/oc/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:50:09.000000000 +0000
+++ squid-6.11/errors/oc/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:07:26.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_AGENT_CONFIGURE squid-6.11/errors/oc/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/oc/ERR_AGENT_CONFIGURE	2024-06-08 14:50:09.000000000 +0000
+++ squid-6.11/errors/oc/ERR_AGENT_CONFIGURE	2024-09-15 21:07:26.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/oc/ERR_AGENT_WPAD squid-6.11/errors/oc/ERR_AGENT_WPAD
--- squid-6.10/errors/oc/ERR_AGENT_WPAD	2024-06-08 14:50:10.000000000 +0000
+++ squid-6.11/errors/oc/ERR_AGENT_WPAD	2024-09-15 21:07:26.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/oc/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/oc/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/oc/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:50:10.000000000 +0000
+++ squid-6.11/errors/oc/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:07:26.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/oc/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/oc/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:50:10.000000000 +0000
+++ squid-6.11/errors/oc/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:07:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Manager Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_CANNOT_FORWARD squid-6.11/errors/oc/ERR_CANNOT_FORWARD
--- squid-6.10/errors/oc/ERR_CANNOT_FORWARD	2024-06-08 14:50:10.000000000 +0000
+++ squid-6.11/errors/oc/ERR_CANNOT_FORWARD	2024-09-15 21:07:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_CONFLICT_HOST squid-6.11/errors/oc/ERR_CONFLICT_HOST
--- squid-6.10/errors/oc/ERR_CONFLICT_HOST	2024-06-08 14:50:10.000000000 +0000
+++ squid-6.11/errors/oc/ERR_CONFLICT_HOST	2024-09-15 21:07:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_CONNECT_FAIL squid-6.11/errors/oc/ERR_CONNECT_FAIL
--- squid-6.10/errors/oc/ERR_CONNECT_FAIL	2024-06-08 14:50:10.000000000 +0000
+++ squid-6.11/errors/oc/ERR_CONNECT_FAIL	2024-09-15 21:07:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_DIR_LISTING squid-6.11/errors/oc/ERR_DIR_LISTING
--- squid-6.10/errors/oc/ERR_DIR_LISTING	2024-06-08 14:50:10.000000000 +0000
+++ squid-6.11/errors/oc/ERR_DIR_LISTING	2024-09-15 21:07:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Repertòri : %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/oc/ERR_DNS_FAIL squid-6.11/errors/oc/ERR_DNS_FAIL
--- squid-6.10/errors/oc/ERR_DNS_FAIL	2024-06-08 14:50:10.000000000 +0000
+++ squid-6.11/errors/oc/ERR_DNS_FAIL	2024-09-15 21:07:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_ESI squid-6.11/errors/oc/ERR_ESI
--- squid-6.10/errors/oc/ERR_ESI	2024-06-08 14:50:11.000000000 +0000
+++ squid-6.11/errors/oc/ERR_ESI	2024-09-15 21:07:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_FORWARDING_DENIED squid-6.11/errors/oc/ERR_FORWARDING_DENIED
--- squid-6.10/errors/oc/ERR_FORWARDING_DENIED	2024-06-08 14:50:11.000000000 +0000
+++ squid-6.11/errors/oc/ERR_FORWARDING_DENIED	2024-09-15 21:07:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_FTP_DISABLED squid-6.11/errors/oc/ERR_FTP_DISABLED
--- squid-6.10/errors/oc/ERR_FTP_DISABLED	2024-06-08 14:50:11.000000000 +0000
+++ squid-6.11/errors/oc/ERR_FTP_DISABLED	2024-09-15 21:07:28.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_FTP_FAILURE squid-6.11/errors/oc/ERR_FTP_FAILURE
--- squid-6.10/errors/oc/ERR_FTP_FAILURE	2024-06-08 14:50:11.000000000 +0000
+++ squid-6.11/errors/oc/ERR_FTP_FAILURE	2024-09-15 21:07:28.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_FTP_FORBIDDEN squid-6.11/errors/oc/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/oc/ERR_FTP_FORBIDDEN	2024-06-08 14:50:11.000000000 +0000
+++ squid-6.11/errors/oc/ERR_FTP_FORBIDDEN	2024-09-15 21:07:28.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_FTP_NOT_FOUND squid-6.11/errors/oc/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/oc/ERR_FTP_NOT_FOUND	2024-06-08 14:50:11.000000000 +0000
+++ squid-6.11/errors/oc/ERR_FTP_NOT_FOUND	2024-09-15 21:07:28.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_FTP_PUT_CREATED squid-6.11/errors/oc/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/oc/ERR_FTP_PUT_CREATED	2024-06-08 14:50:11.000000000 +0000
+++ squid-6.11/errors/oc/ERR_FTP_PUT_CREATED	2024-09-15 21:07:28.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_FTP_PUT_ERROR squid-6.11/errors/oc/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/oc/ERR_FTP_PUT_ERROR	2024-06-08 14:50:12.000000000 +0000
+++ squid-6.11/errors/oc/ERR_FTP_PUT_ERROR	2024-09-15 21:07:28.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: FTP upload failed</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_FTP_PUT_MODIFIED squid-6.11/errors/oc/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/oc/ERR_FTP_PUT_MODIFIED	2024-06-08 14:50:12.000000000 +0000
+++ squid-6.11/errors/oc/ERR_FTP_PUT_MODIFIED	2024-09-15 21:07:28.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_FTP_UNAVAILABLE squid-6.11/errors/oc/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/oc/ERR_FTP_UNAVAILABLE	2024-06-08 14:50:12.000000000 +0000
+++ squid-6.11/errors/oc/ERR_FTP_UNAVAILABLE	2024-09-15 21:07:28.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_GATEWAY_FAILURE squid-6.11/errors/oc/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/oc/ERR_GATEWAY_FAILURE	2024-06-08 14:50:12.000000000 +0000
+++ squid-6.11/errors/oc/ERR_GATEWAY_FAILURE	2024-09-15 21:07:29.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_ICAP_FAILURE squid-6.11/errors/oc/ERR_ICAP_FAILURE
--- squid-6.10/errors/oc/ERR_ICAP_FAILURE	2024-06-08 14:50:12.000000000 +0000
+++ squid-6.11/errors/oc/ERR_ICAP_FAILURE	2024-09-15 21:07:29.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_INVALID_REQ squid-6.11/errors/oc/ERR_INVALID_REQ
--- squid-6.10/errors/oc/ERR_INVALID_REQ	2024-06-08 14:50:12.000000000 +0000
+++ squid-6.11/errors/oc/ERR_INVALID_REQ	2024-09-15 21:07:29.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_INVALID_RESP squid-6.11/errors/oc/ERR_INVALID_RESP
--- squid-6.10/errors/oc/ERR_INVALID_RESP	2024-06-08 14:50:12.000000000 +0000
+++ squid-6.11/errors/oc/ERR_INVALID_RESP	2024-09-15 21:07:29.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_INVALID_URL squid-6.11/errors/oc/ERR_INVALID_URL
--- squid-6.10/errors/oc/ERR_INVALID_URL	2024-06-08 14:50:13.000000000 +0000
+++ squid-6.11/errors/oc/ERR_INVALID_URL	2024-09-15 21:07:29.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_LIFETIME_EXP squid-6.11/errors/oc/ERR_LIFETIME_EXP
--- squid-6.10/errors/oc/ERR_LIFETIME_EXP	2024-06-08 14:50:13.000000000 +0000
+++ squid-6.11/errors/oc/ERR_LIFETIME_EXP	2024-09-15 21:07:29.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_NO_RELAY squid-6.11/errors/oc/ERR_NO_RELAY
--- squid-6.10/errors/oc/ERR_NO_RELAY	2024-06-08 14:50:13.000000000 +0000
+++ squid-6.11/errors/oc/ERR_NO_RELAY	2024-09-15 21:07:29.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/oc/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/oc/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:50:13.000000000 +0000
+++ squid-6.11/errors/oc/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:07:30.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_PRECONDITION_FAILED squid-6.11/errors/oc/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/oc/ERR_PRECONDITION_FAILED	2024-06-08 14:50:13.000000000 +0000
+++ squid-6.11/errors/oc/ERR_PRECONDITION_FAILED	2024-09-15 21:07:30.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/oc/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/oc/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:50:13.000000000 +0000
+++ squid-6.11/errors/oc/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:07:30.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_READ_ERROR squid-6.11/errors/oc/ERR_READ_ERROR
--- squid-6.10/errors/oc/ERR_READ_ERROR	2024-06-08 14:50:14.000000000 +0000
+++ squid-6.11/errors/oc/ERR_READ_ERROR	2024-09-15 21:07:30.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_READ_TIMEOUT squid-6.11/errors/oc/ERR_READ_TIMEOUT
--- squid-6.10/errors/oc/ERR_READ_TIMEOUT	2024-06-08 14:50:14.000000000 +0000
+++ squid-6.11/errors/oc/ERR_READ_TIMEOUT	2024-09-15 21:07:30.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/oc/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/oc/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:50:14.000000000 +0000
+++ squid-6.11/errors/oc/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:07:30.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_SHUTTING_DOWN squid-6.11/errors/oc/ERR_SHUTTING_DOWN
--- squid-6.10/errors/oc/ERR_SHUTTING_DOWN	2024-06-08 14:50:14.000000000 +0000
+++ squid-6.11/errors/oc/ERR_SHUTTING_DOWN	2024-09-15 21:07:30.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_SOCKET_FAILURE squid-6.11/errors/oc/ERR_SOCKET_FAILURE
--- squid-6.10/errors/oc/ERR_SOCKET_FAILURE	2024-06-08 14:50:14.000000000 +0000
+++ squid-6.11/errors/oc/ERR_SOCKET_FAILURE	2024-09-15 21:07:30.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_TOO_BIG squid-6.11/errors/oc/ERR_TOO_BIG
--- squid-6.10/errors/oc/ERR_TOO_BIG	2024-06-08 14:50:14.000000000 +0000
+++ squid-6.11/errors/oc/ERR_TOO_BIG	2024-09-15 21:07:31.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_UNSUP_HTTPVERSION squid-6.11/errors/oc/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/oc/ERR_UNSUP_HTTPVERSION	2024-06-08 14:50:14.000000000 +0000
+++ squid-6.11/errors/oc/ERR_UNSUP_HTTPVERSION	2024-09-15 21:07:31.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_UNSUP_REQ squid-6.11/errors/oc/ERR_UNSUP_REQ
--- squid-6.10/errors/oc/ERR_UNSUP_REQ	2024-06-08 14:50:15.000000000 +0000
+++ squid-6.11/errors/oc/ERR_UNSUP_REQ	2024-09-15 21:07:31.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_URN_RESOLVE squid-6.11/errors/oc/ERR_URN_RESOLVE
--- squid-6.10/errors/oc/ERR_URN_RESOLVE	2024-06-08 14:50:15.000000000 +0000
+++ squid-6.11/errors/oc/ERR_URN_RESOLVE	2024-09-15 21:07:31.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_WRITE_ERROR squid-6.11/errors/oc/ERR_WRITE_ERROR
--- squid-6.10/errors/oc/ERR_WRITE_ERROR	2024-06-08 14:50:15.000000000 +0000
+++ squid-6.11/errors/oc/ERR_WRITE_ERROR	2024-09-15 21:07:31.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/oc/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/oc/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/oc/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:50:15.000000000 +0000
+++ squid-6.11/errors/oc/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:07:31.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_ACCESS_DENIED squid-6.11/errors/pl/ERR_ACCESS_DENIED
--- squid-6.10/errors/pl/ERR_ACCESS_DENIED	2024-06-08 14:50:15.000000000 +0000
+++ squid-6.11/errors/pl/ERR_ACCESS_DENIED	2024-09-15 21:07:31.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/pl/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/pl/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/pl/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:50:15.000000000 +0000
+++ squid-6.11/errors/pl/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:07:32.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_AGENT_CONFIGURE squid-6.11/errors/pl/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/pl/ERR_AGENT_CONFIGURE	2024-06-08 14:50:15.000000000 +0000
+++ squid-6.11/errors/pl/ERR_AGENT_CONFIGURE	2024-09-15 21:07:32.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/pl/ERR_AGENT_WPAD squid-6.11/errors/pl/ERR_AGENT_WPAD
--- squid-6.10/errors/pl/ERR_AGENT_WPAD	2024-06-08 14:50:16.000000000 +0000
+++ squid-6.11/errors/pl/ERR_AGENT_WPAD	2024-09-15 21:07:32.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/pl/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/pl/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/pl/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:50:16.000000000 +0000
+++ squid-6.11/errors/pl/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:07:32.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Dostęp do serwera cache zabroniony</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/pl/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/pl/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:50:16.000000000 +0000
+++ squid-6.11/errors/pl/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:07:32.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Dostęp do cache managera zabroniony</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_CANNOT_FORWARD squid-6.11/errors/pl/ERR_CANNOT_FORWARD
--- squid-6.10/errors/pl/ERR_CANNOT_FORWARD	2024-06-08 14:50:16.000000000 +0000
+++ squid-6.11/errors/pl/ERR_CANNOT_FORWARD	2024-09-15 21:07:32.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_CONFLICT_HOST squid-6.11/errors/pl/ERR_CONFLICT_HOST
--- squid-6.10/errors/pl/ERR_CONFLICT_HOST	2024-06-08 14:50:16.000000000 +0000
+++ squid-6.11/errors/pl/ERR_CONFLICT_HOST	2024-09-15 21:07:32.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_CONNECT_FAIL squid-6.11/errors/pl/ERR_CONNECT_FAIL
--- squid-6.10/errors/pl/ERR_CONNECT_FAIL	2024-06-08 14:50:16.000000000 +0000
+++ squid-6.11/errors/pl/ERR_CONNECT_FAIL	2024-09-15 21:07:32.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_DIR_LISTING squid-6.11/errors/pl/ERR_DIR_LISTING
--- squid-6.10/errors/pl/ERR_DIR_LISTING	2024-06-08 14:50:16.000000000 +0000
+++ squid-6.11/errors/pl/ERR_DIR_LISTING	2024-09-15 21:07:33.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Katalog: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/pl/ERR_DNS_FAIL squid-6.11/errors/pl/ERR_DNS_FAIL
--- squid-6.10/errors/pl/ERR_DNS_FAIL	2024-06-08 14:50:16.000000000 +0000
+++ squid-6.11/errors/pl/ERR_DNS_FAIL	2024-09-15 21:07:33.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_ESI squid-6.11/errors/pl/ERR_ESI
--- squid-6.10/errors/pl/ERR_ESI	2024-06-08 14:50:17.000000000 +0000
+++ squid-6.11/errors/pl/ERR_ESI	2024-09-15 21:07:33.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_FORWARDING_DENIED squid-6.11/errors/pl/ERR_FORWARDING_DENIED
--- squid-6.10/errors/pl/ERR_FORWARDING_DENIED	2024-06-08 14:50:17.000000000 +0000
+++ squid-6.11/errors/pl/ERR_FORWARDING_DENIED	2024-09-15 21:07:33.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_FTP_DISABLED squid-6.11/errors/pl/ERR_FTP_DISABLED
--- squid-6.10/errors/pl/ERR_FTP_DISABLED	2024-06-08 14:50:17.000000000 +0000
+++ squid-6.11/errors/pl/ERR_FTP_DISABLED	2024-09-15 21:07:33.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_FTP_FAILURE squid-6.11/errors/pl/ERR_FTP_FAILURE
--- squid-6.10/errors/pl/ERR_FTP_FAILURE	2024-06-08 14:50:17.000000000 +0000
+++ squid-6.11/errors/pl/ERR_FTP_FAILURE	2024-09-15 21:07:33.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_FTP_FORBIDDEN squid-6.11/errors/pl/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/pl/ERR_FTP_FORBIDDEN	2024-06-08 14:50:17.000000000 +0000
+++ squid-6.11/errors/pl/ERR_FTP_FORBIDDEN	2024-09-15 21:07:33.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_FTP_NOT_FOUND squid-6.11/errors/pl/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/pl/ERR_FTP_NOT_FOUND	2024-06-08 14:50:17.000000000 +0000
+++ squid-6.11/errors/pl/ERR_FTP_NOT_FOUND	2024-09-15 21:07:34.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_FTP_PUT_CREATED squid-6.11/errors/pl/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/pl/ERR_FTP_PUT_CREATED	2024-06-08 14:50:17.000000000 +0000
+++ squid-6.11/errors/pl/ERR_FTP_PUT_CREATED	2024-09-15 21:07:34.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_FTP_PUT_ERROR squid-6.11/errors/pl/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/pl/ERR_FTP_PUT_ERROR	2024-06-08 14:50:18.000000000 +0000
+++ squid-6.11/errors/pl/ERR_FTP_PUT_ERROR	2024-09-15 21:07:34.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Nieudany FTP upload</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_FTP_PUT_MODIFIED squid-6.11/errors/pl/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/pl/ERR_FTP_PUT_MODIFIED	2024-06-08 14:50:18.000000000 +0000
+++ squid-6.11/errors/pl/ERR_FTP_PUT_MODIFIED	2024-09-15 21:07:34.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_FTP_UNAVAILABLE squid-6.11/errors/pl/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/pl/ERR_FTP_UNAVAILABLE	2024-06-08 14:50:18.000000000 +0000
+++ squid-6.11/errors/pl/ERR_FTP_UNAVAILABLE	2024-09-15 21:07:34.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_GATEWAY_FAILURE squid-6.11/errors/pl/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/pl/ERR_GATEWAY_FAILURE	2024-06-08 14:50:18.000000000 +0000
+++ squid-6.11/errors/pl/ERR_GATEWAY_FAILURE	2024-09-15 21:07:34.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_ICAP_FAILURE squid-6.11/errors/pl/ERR_ICAP_FAILURE
--- squid-6.10/errors/pl/ERR_ICAP_FAILURE	2024-06-08 14:50:18.000000000 +0000
+++ squid-6.11/errors/pl/ERR_ICAP_FAILURE	2024-09-15 21:07:34.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_INVALID_REQ squid-6.11/errors/pl/ERR_INVALID_REQ
--- squid-6.10/errors/pl/ERR_INVALID_REQ	2024-06-08 14:50:18.000000000 +0000
+++ squid-6.11/errors/pl/ERR_INVALID_REQ	2024-09-15 21:07:34.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_INVALID_RESP squid-6.11/errors/pl/ERR_INVALID_RESP
--- squid-6.10/errors/pl/ERR_INVALID_RESP	2024-06-08 14:50:18.000000000 +0000
+++ squid-6.11/errors/pl/ERR_INVALID_RESP	2024-09-15 21:07:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_INVALID_URL squid-6.11/errors/pl/ERR_INVALID_URL
--- squid-6.10/errors/pl/ERR_INVALID_URL	2024-06-08 14:50:19.000000000 +0000
+++ squid-6.11/errors/pl/ERR_INVALID_URL	2024-09-15 21:07:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_LIFETIME_EXP squid-6.11/errors/pl/ERR_LIFETIME_EXP
--- squid-6.10/errors/pl/ERR_LIFETIME_EXP	2024-06-08 14:50:19.000000000 +0000
+++ squid-6.11/errors/pl/ERR_LIFETIME_EXP	2024-09-15 21:07:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_NO_RELAY squid-6.11/errors/pl/ERR_NO_RELAY
--- squid-6.10/errors/pl/ERR_NO_RELAY	2024-06-08 14:50:19.000000000 +0000
+++ squid-6.11/errors/pl/ERR_NO_RELAY	2024-09-15 21:07:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/pl/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/pl/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:50:19.000000000 +0000
+++ squid-6.11/errors/pl/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:07:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_PRECONDITION_FAILED squid-6.11/errors/pl/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/pl/ERR_PRECONDITION_FAILED	2024-06-08 14:50:19.000000000 +0000
+++ squid-6.11/errors/pl/ERR_PRECONDITION_FAILED	2024-09-15 21:07:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/pl/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/pl/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:50:19.000000000 +0000
+++ squid-6.11/errors/pl/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:07:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_READ_ERROR squid-6.11/errors/pl/ERR_READ_ERROR
--- squid-6.10/errors/pl/ERR_READ_ERROR	2024-06-08 14:50:19.000000000 +0000
+++ squid-6.11/errors/pl/ERR_READ_ERROR	2024-09-15 21:07:36.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_READ_TIMEOUT squid-6.11/errors/pl/ERR_READ_TIMEOUT
--- squid-6.10/errors/pl/ERR_READ_TIMEOUT	2024-06-08 14:50:19.000000000 +0000
+++ squid-6.11/errors/pl/ERR_READ_TIMEOUT	2024-09-15 21:07:36.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/pl/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/pl/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:50:20.000000000 +0000
+++ squid-6.11/errors/pl/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:07:36.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_SHUTTING_DOWN squid-6.11/errors/pl/ERR_SHUTTING_DOWN
--- squid-6.10/errors/pl/ERR_SHUTTING_DOWN	2024-06-08 14:50:20.000000000 +0000
+++ squid-6.11/errors/pl/ERR_SHUTTING_DOWN	2024-09-15 21:07:36.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_SOCKET_FAILURE squid-6.11/errors/pl/ERR_SOCKET_FAILURE
--- squid-6.10/errors/pl/ERR_SOCKET_FAILURE	2024-06-08 14:50:20.000000000 +0000
+++ squid-6.11/errors/pl/ERR_SOCKET_FAILURE	2024-09-15 21:07:36.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_TOO_BIG squid-6.11/errors/pl/ERR_TOO_BIG
--- squid-6.10/errors/pl/ERR_TOO_BIG	2024-06-08 14:50:20.000000000 +0000
+++ squid-6.11/errors/pl/ERR_TOO_BIG	2024-09-15 21:07:36.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_UNSUP_HTTPVERSION squid-6.11/errors/pl/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/pl/ERR_UNSUP_HTTPVERSION	2024-06-08 14:50:20.000000000 +0000
+++ squid-6.11/errors/pl/ERR_UNSUP_HTTPVERSION	2024-09-15 21:07:37.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_UNSUP_REQ squid-6.11/errors/pl/ERR_UNSUP_REQ
--- squid-6.10/errors/pl/ERR_UNSUP_REQ	2024-06-08 14:50:20.000000000 +0000
+++ squid-6.11/errors/pl/ERR_UNSUP_REQ	2024-09-15 21:07:37.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_URN_RESOLVE squid-6.11/errors/pl/ERR_URN_RESOLVE
--- squid-6.10/errors/pl/ERR_URN_RESOLVE	2024-06-08 14:50:20.000000000 +0000
+++ squid-6.11/errors/pl/ERR_URN_RESOLVE	2024-09-15 21:07:37.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_WRITE_ERROR squid-6.11/errors/pl/ERR_WRITE_ERROR
--- squid-6.10/errors/pl/ERR_WRITE_ERROR	2024-06-08 14:50:21.000000000 +0000
+++ squid-6.11/errors/pl/ERR_WRITE_ERROR	2024-09-15 21:07:37.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pl/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/pl/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/pl/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:50:21.000000000 +0000
+++ squid-6.11/errors/pl/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:07:37.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_ACCESS_DENIED squid-6.11/errors/pt/ERR_ACCESS_DENIED
--- squid-6.10/errors/pt/ERR_ACCESS_DENIED	2024-06-08 14:50:26.000000000 +0000
+++ squid-6.11/errors/pt/ERR_ACCESS_DENIED	2024-09-15 21:07:43.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/pt/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/pt/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/pt/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:50:27.000000000 +0000
+++ squid-6.11/errors/pt/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:07:43.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_AGENT_CONFIGURE squid-6.11/errors/pt/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/pt/ERR_AGENT_CONFIGURE	2024-06-08 14:50:27.000000000 +0000
+++ squid-6.11/errors/pt/ERR_AGENT_CONFIGURE	2024-09-15 21:07:43.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/pt/ERR_AGENT_WPAD squid-6.11/errors/pt/ERR_AGENT_WPAD
--- squid-6.10/errors/pt/ERR_AGENT_WPAD	2024-06-08 14:50:27.000000000 +0000
+++ squid-6.11/errors/pt/ERR_AGENT_WPAD	2024-09-15 21:07:43.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/pt/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/pt/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/pt/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:50:27.000000000 +0000
+++ squid-6.11/errors/pt/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:07:43.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: Proibido o acesso ao Cache</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/pt/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/pt/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:50:27.000000000 +0000
+++ squid-6.11/errors/pt/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:07:44.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: Proibido o acesso ao Gerenciador do Cache</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_CANNOT_FORWARD squid-6.11/errors/pt/ERR_CANNOT_FORWARD
--- squid-6.10/errors/pt/ERR_CANNOT_FORWARD	2024-06-08 14:50:27.000000000 +0000
+++ squid-6.11/errors/pt/ERR_CANNOT_FORWARD	2024-09-15 21:07:44.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_CONFLICT_HOST squid-6.11/errors/pt/ERR_CONFLICT_HOST
--- squid-6.10/errors/pt/ERR_CONFLICT_HOST	2024-06-08 14:50:27.000000000 +0000
+++ squid-6.11/errors/pt/ERR_CONFLICT_HOST	2024-09-15 21:07:44.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_CONNECT_FAIL squid-6.11/errors/pt/ERR_CONNECT_FAIL
--- squid-6.10/errors/pt/ERR_CONNECT_FAIL	2024-06-08 14:50:28.000000000 +0000
+++ squid-6.11/errors/pt/ERR_CONNECT_FAIL	2024-09-15 21:07:44.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_DIR_LISTING squid-6.11/errors/pt/ERR_DIR_LISTING
--- squid-6.10/errors/pt/ERR_DIR_LISTING	2024-06-08 14:50:28.000000000 +0000
+++ squid-6.11/errors/pt/ERR_DIR_LISTING	2024-09-15 21:07:44.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Diretório: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/pt/ERR_DNS_FAIL squid-6.11/errors/pt/ERR_DNS_FAIL
--- squid-6.10/errors/pt/ERR_DNS_FAIL	2024-06-08 14:50:28.000000000 +0000
+++ squid-6.11/errors/pt/ERR_DNS_FAIL	2024-09-15 21:07:44.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_ESI squid-6.11/errors/pt/ERR_ESI
--- squid-6.10/errors/pt/ERR_ESI	2024-06-08 14:50:28.000000000 +0000
+++ squid-6.11/errors/pt/ERR_ESI	2024-09-15 21:07:44.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_FORWARDING_DENIED squid-6.11/errors/pt/ERR_FORWARDING_DENIED
--- squid-6.10/errors/pt/ERR_FORWARDING_DENIED	2024-06-08 14:50:28.000000000 +0000
+++ squid-6.11/errors/pt/ERR_FORWARDING_DENIED	2024-09-15 21:07:44.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_FTP_DISABLED squid-6.11/errors/pt/ERR_FTP_DISABLED
--- squid-6.10/errors/pt/ERR_FTP_DISABLED	2024-06-08 14:50:28.000000000 +0000
+++ squid-6.11/errors/pt/ERR_FTP_DISABLED	2024-09-15 21:07:45.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_FTP_FAILURE squid-6.11/errors/pt/ERR_FTP_FAILURE
--- squid-6.10/errors/pt/ERR_FTP_FAILURE	2024-06-08 14:50:28.000000000 +0000
+++ squid-6.11/errors/pt/ERR_FTP_FAILURE	2024-09-15 21:07:45.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_FTP_FORBIDDEN squid-6.11/errors/pt/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/pt/ERR_FTP_FORBIDDEN	2024-06-08 14:50:29.000000000 +0000
+++ squid-6.11/errors/pt/ERR_FTP_FORBIDDEN	2024-09-15 21:07:45.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_FTP_NOT_FOUND squid-6.11/errors/pt/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/pt/ERR_FTP_NOT_FOUND	2024-06-08 14:50:29.000000000 +0000
+++ squid-6.11/errors/pt/ERR_FTP_NOT_FOUND	2024-09-15 21:07:45.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_FTP_PUT_CREATED squid-6.11/errors/pt/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/pt/ERR_FTP_PUT_CREATED	2024-06-08 14:50:29.000000000 +0000
+++ squid-6.11/errors/pt/ERR_FTP_PUT_CREATED	2024-09-15 21:07:45.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT obteve sucesso.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_FTP_PUT_ERROR squid-6.11/errors/pt/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/pt/ERR_FTP_PUT_ERROR	2024-06-08 14:50:29.000000000 +0000
+++ squid-6.11/errors/pt/ERR_FTP_PUT_ERROR	2024-09-15 21:07:45.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: Erro no FTP upload</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_FTP_PUT_MODIFIED squid-6.11/errors/pt/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/pt/ERR_FTP_PUT_MODIFIED	2024-06-08 14:50:29.000000000 +0000
+++ squid-6.11/errors/pt/ERR_FTP_PUT_MODIFIED	2024-09-15 21:07:45.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT obteve sucesso.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_FTP_UNAVAILABLE squid-6.11/errors/pt/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/pt/ERR_FTP_UNAVAILABLE	2024-06-08 14:50:29.000000000 +0000
+++ squid-6.11/errors/pt/ERR_FTP_UNAVAILABLE	2024-09-15 21:07:45.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_GATEWAY_FAILURE squid-6.11/errors/pt/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/pt/ERR_GATEWAY_FAILURE	2024-06-08 14:50:29.000000000 +0000
+++ squid-6.11/errors/pt/ERR_GATEWAY_FAILURE	2024-09-15 21:07:46.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_ICAP_FAILURE squid-6.11/errors/pt/ERR_ICAP_FAILURE
--- squid-6.10/errors/pt/ERR_ICAP_FAILURE	2024-06-08 14:50:29.000000000 +0000
+++ squid-6.11/errors/pt/ERR_ICAP_FAILURE	2024-09-15 21:07:46.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_INVALID_REQ squid-6.11/errors/pt/ERR_INVALID_REQ
--- squid-6.10/errors/pt/ERR_INVALID_REQ	2024-06-08 14:50:30.000000000 +0000
+++ squid-6.11/errors/pt/ERR_INVALID_REQ	2024-09-15 21:07:46.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_INVALID_RESP squid-6.11/errors/pt/ERR_INVALID_RESP
--- squid-6.10/errors/pt/ERR_INVALID_RESP	2024-06-08 14:50:30.000000000 +0000
+++ squid-6.11/errors/pt/ERR_INVALID_RESP	2024-09-15 21:07:46.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_INVALID_URL squid-6.11/errors/pt/ERR_INVALID_URL
--- squid-6.10/errors/pt/ERR_INVALID_URL	2024-06-08 14:50:30.000000000 +0000
+++ squid-6.11/errors/pt/ERR_INVALID_URL	2024-09-15 21:07:46.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_LIFETIME_EXP squid-6.11/errors/pt/ERR_LIFETIME_EXP
--- squid-6.10/errors/pt/ERR_LIFETIME_EXP	2024-06-08 14:50:30.000000000 +0000
+++ squid-6.11/errors/pt/ERR_LIFETIME_EXP	2024-09-15 21:07:46.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_NO_RELAY squid-6.11/errors/pt/ERR_NO_RELAY
--- squid-6.10/errors/pt/ERR_NO_RELAY	2024-06-08 14:50:30.000000000 +0000
+++ squid-6.11/errors/pt/ERR_NO_RELAY	2024-09-15 21:07:46.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/pt/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/pt/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:50:30.000000000 +0000
+++ squid-6.11/errors/pt/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:07:47.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_PRECONDITION_FAILED squid-6.11/errors/pt/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/pt/ERR_PRECONDITION_FAILED	2024-06-08 14:50:30.000000000 +0000
+++ squid-6.11/errors/pt/ERR_PRECONDITION_FAILED	2024-09-15 21:07:47.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/pt/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/pt/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:50:31.000000000 +0000
+++ squid-6.11/errors/pt/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:07:47.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_READ_ERROR squid-6.11/errors/pt/ERR_READ_ERROR
--- squid-6.10/errors/pt/ERR_READ_ERROR	2024-06-08 14:50:31.000000000 +0000
+++ squid-6.11/errors/pt/ERR_READ_ERROR	2024-09-15 21:07:47.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_READ_TIMEOUT squid-6.11/errors/pt/ERR_READ_TIMEOUT
--- squid-6.10/errors/pt/ERR_READ_TIMEOUT	2024-06-08 14:50:31.000000000 +0000
+++ squid-6.11/errors/pt/ERR_READ_TIMEOUT	2024-09-15 21:07:47.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/pt/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/pt/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:50:31.000000000 +0000
+++ squid-6.11/errors/pt/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:07:47.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_SHUTTING_DOWN squid-6.11/errors/pt/ERR_SHUTTING_DOWN
--- squid-6.10/errors/pt/ERR_SHUTTING_DOWN	2024-06-08 14:50:31.000000000 +0000
+++ squid-6.11/errors/pt/ERR_SHUTTING_DOWN	2024-09-15 21:07:47.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_SOCKET_FAILURE squid-6.11/errors/pt/ERR_SOCKET_FAILURE
--- squid-6.10/errors/pt/ERR_SOCKET_FAILURE	2024-06-08 14:50:31.000000000 +0000
+++ squid-6.11/errors/pt/ERR_SOCKET_FAILURE	2024-09-15 21:07:47.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_TOO_BIG squid-6.11/errors/pt/ERR_TOO_BIG
--- squid-6.10/errors/pt/ERR_TOO_BIG	2024-06-08 14:50:31.000000000 +0000
+++ squid-6.11/errors/pt/ERR_TOO_BIG	2024-09-15 21:07:48.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_UNSUP_HTTPVERSION squid-6.11/errors/pt/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/pt/ERR_UNSUP_HTTPVERSION	2024-06-08 14:50:31.000000000 +0000
+++ squid-6.11/errors/pt/ERR_UNSUP_HTTPVERSION	2024-09-15 21:07:48.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_UNSUP_REQ squid-6.11/errors/pt/ERR_UNSUP_REQ
--- squid-6.10/errors/pt/ERR_UNSUP_REQ	2024-06-08 14:50:32.000000000 +0000
+++ squid-6.11/errors/pt/ERR_UNSUP_REQ	2024-09-15 21:07:48.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_URN_RESOLVE squid-6.11/errors/pt/ERR_URN_RESOLVE
--- squid-6.10/errors/pt/ERR_URN_RESOLVE	2024-06-08 14:50:32.000000000 +0000
+++ squid-6.11/errors/pt/ERR_URN_RESOLVE	2024-09-15 21:07:48.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URN solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_WRITE_ERROR squid-6.11/errors/pt/ERR_WRITE_ERROR
--- squid-6.10/errors/pt/ERR_WRITE_ERROR	2024-06-08 14:50:32.000000000 +0000
+++ squid-6.11/errors/pt/ERR_WRITE_ERROR	2024-09-15 21:07:48.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/pt/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/pt/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:50:32.000000000 +0000
+++ squid-6.11/errors/pt/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:07:48.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_ACCESS_DENIED squid-6.11/errors/pt-br/ERR_ACCESS_DENIED
--- squid-6.10/errors/pt-br/ERR_ACCESS_DENIED	2024-06-08 14:50:21.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_ACCESS_DENIED	2024-09-15 21:07:37.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/pt-br/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/pt-br/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/pt-br/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:50:21.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:07:37.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_AGENT_CONFIGURE squid-6.11/errors/pt-br/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/pt-br/ERR_AGENT_CONFIGURE	2024-06-08 14:50:21.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_AGENT_CONFIGURE	2024-09-15 21:07:38.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Configuração do Navegador Web</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/pt-br/ERR_AGENT_WPAD squid-6.11/errors/pt-br/ERR_AGENT_WPAD
--- squid-6.10/errors/pt-br/ERR_AGENT_WPAD	2024-06-08 14:50:21.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_AGENT_WPAD	2024-09-15 21:07:38.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Configuração do Navegador Web</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/pt-br/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/pt-br/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/pt-br/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:50:21.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:07:38.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: Acesso negado ao cache</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/pt-br/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/pt-br/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:50:21.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:07:38.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: Acesso negado ao gerenciador de cache</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_CANNOT_FORWARD squid-6.11/errors/pt-br/ERR_CANNOT_FORWARD
--- squid-6.10/errors/pt-br/ERR_CANNOT_FORWARD	2024-06-08 14:50:22.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_CANNOT_FORWARD	2024-09-15 21:07:38.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_CONFLICT_HOST squid-6.11/errors/pt-br/ERR_CONFLICT_HOST
--- squid-6.10/errors/pt-br/ERR_CONFLICT_HOST	2024-06-08 14:50:22.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_CONFLICT_HOST	2024-09-15 21:07:38.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_CONNECT_FAIL squid-6.11/errors/pt-br/ERR_CONNECT_FAIL
--- squid-6.10/errors/pt-br/ERR_CONNECT_FAIL	2024-06-08 14:50:22.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_CONNECT_FAIL	2024-09-15 21:07:38.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_DIR_LISTING squid-6.11/errors/pt-br/ERR_DIR_LISTING
--- squid-6.10/errors/pt-br/ERR_DIR_LISTING	2024-06-08 14:50:22.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_DIR_LISTING	2024-09-15 21:07:38.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Diretório: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/pt-br/ERR_DNS_FAIL squid-6.11/errors/pt-br/ERR_DNS_FAIL
--- squid-6.10/errors/pt-br/ERR_DNS_FAIL	2024-06-08 14:50:22.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_DNS_FAIL	2024-09-15 21:07:39.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_ESI squid-6.11/errors/pt-br/ERR_ESI
--- squid-6.10/errors/pt-br/ERR_ESI	2024-06-08 14:50:22.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_ESI	2024-09-15 21:07:39.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_FORWARDING_DENIED squid-6.11/errors/pt-br/ERR_FORWARDING_DENIED
--- squid-6.10/errors/pt-br/ERR_FORWARDING_DENIED	2024-06-08 14:50:22.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_FORWARDING_DENIED	2024-09-15 21:07:39.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_FTP_DISABLED squid-6.11/errors/pt-br/ERR_FTP_DISABLED
--- squid-6.10/errors/pt-br/ERR_FTP_DISABLED	2024-06-08 14:50:23.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_FTP_DISABLED	2024-09-15 21:07:39.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_FTP_FAILURE squid-6.11/errors/pt-br/ERR_FTP_FAILURE
--- squid-6.10/errors/pt-br/ERR_FTP_FAILURE	2024-06-08 14:50:23.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_FTP_FAILURE	2024-09-15 21:07:39.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_FTP_FORBIDDEN squid-6.11/errors/pt-br/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/pt-br/ERR_FTP_FORBIDDEN	2024-06-08 14:50:23.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_FTP_FORBIDDEN	2024-09-15 21:07:39.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_FTP_NOT_FOUND squid-6.11/errors/pt-br/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/pt-br/ERR_FTP_NOT_FOUND	2024-06-08 14:50:23.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_FTP_NOT_FOUND	2024-09-15 21:07:39.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_FTP_PUT_CREATED squid-6.11/errors/pt-br/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/pt-br/ERR_FTP_PUT_CREATED	2024-06-08 14:50:23.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_FTP_PUT_CREATED	2024-09-15 21:07:39.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>PUT FTP bem sucedido.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_FTP_PUT_ERROR squid-6.11/errors/pt-br/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/pt-br/ERR_FTP_PUT_ERROR	2024-06-08 14:50:23.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_FTP_PUT_ERROR	2024-09-15 21:07:40.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: upload via FTP falhou</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_FTP_PUT_MODIFIED squid-6.11/errors/pt-br/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/pt-br/ERR_FTP_PUT_MODIFIED	2024-06-08 14:50:23.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_FTP_PUT_MODIFIED	2024-09-15 21:07:40.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>PUT FTP bem sucedido.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_FTP_UNAVAILABLE squid-6.11/errors/pt-br/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/pt-br/ERR_FTP_UNAVAILABLE	2024-06-08 14:50:24.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_FTP_UNAVAILABLE	2024-09-15 21:07:40.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_GATEWAY_FAILURE squid-6.11/errors/pt-br/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/pt-br/ERR_GATEWAY_FAILURE	2024-06-08 14:50:24.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_GATEWAY_FAILURE	2024-09-15 21:07:40.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_ICAP_FAILURE squid-6.11/errors/pt-br/ERR_ICAP_FAILURE
--- squid-6.10/errors/pt-br/ERR_ICAP_FAILURE	2024-06-08 14:50:24.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_ICAP_FAILURE	2024-09-15 21:07:40.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_INVALID_REQ squid-6.11/errors/pt-br/ERR_INVALID_REQ
--- squid-6.10/errors/pt-br/ERR_INVALID_REQ	2024-06-08 14:50:24.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_INVALID_REQ	2024-09-15 21:07:40.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_INVALID_RESP squid-6.11/errors/pt-br/ERR_INVALID_RESP
--- squid-6.10/errors/pt-br/ERR_INVALID_RESP	2024-06-08 14:50:24.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_INVALID_RESP	2024-09-15 21:07:40.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_INVALID_URL squid-6.11/errors/pt-br/ERR_INVALID_URL
--- squid-6.10/errors/pt-br/ERR_INVALID_URL	2024-06-08 14:50:24.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_INVALID_URL	2024-09-15 21:07:41.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_LIFETIME_EXP squid-6.11/errors/pt-br/ERR_LIFETIME_EXP
--- squid-6.10/errors/pt-br/ERR_LIFETIME_EXP	2024-06-08 14:50:24.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_LIFETIME_EXP	2024-09-15 21:07:41.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_NO_RELAY squid-6.11/errors/pt-br/ERR_NO_RELAY
--- squid-6.10/errors/pt-br/ERR_NO_RELAY	2024-06-08 14:50:24.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_NO_RELAY	2024-09-15 21:07:41.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/pt-br/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/pt-br/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:50:25.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:07:41.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_PRECONDITION_FAILED squid-6.11/errors/pt-br/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/pt-br/ERR_PRECONDITION_FAILED	2024-06-08 14:50:25.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_PRECONDITION_FAILED	2024-09-15 21:07:41.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/pt-br/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/pt-br/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:50:25.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:07:41.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_READ_ERROR squid-6.11/errors/pt-br/ERR_READ_ERROR
--- squid-6.10/errors/pt-br/ERR_READ_ERROR	2024-06-08 14:50:25.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_READ_ERROR	2024-09-15 21:07:41.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_READ_TIMEOUT squid-6.11/errors/pt-br/ERR_READ_TIMEOUT
--- squid-6.10/errors/pt-br/ERR_READ_TIMEOUT	2024-06-08 14:50:25.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_READ_TIMEOUT	2024-09-15 21:07:41.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/pt-br/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/pt-br/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:50:25.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:07:42.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_SHUTTING_DOWN squid-6.11/errors/pt-br/ERR_SHUTTING_DOWN
--- squid-6.10/errors/pt-br/ERR_SHUTTING_DOWN	2024-06-08 14:50:25.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_SHUTTING_DOWN	2024-09-15 21:07:42.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_SOCKET_FAILURE squid-6.11/errors/pt-br/ERR_SOCKET_FAILURE
--- squid-6.10/errors/pt-br/ERR_SOCKET_FAILURE	2024-06-08 14:50:26.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_SOCKET_FAILURE	2024-09-15 21:07:42.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_TOO_BIG squid-6.11/errors/pt-br/ERR_TOO_BIG
--- squid-6.10/errors/pt-br/ERR_TOO_BIG	2024-06-08 14:50:26.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_TOO_BIG	2024-09-15 21:07:42.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_UNSUP_HTTPVERSION squid-6.11/errors/pt-br/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/pt-br/ERR_UNSUP_HTTPVERSION	2024-06-08 14:50:26.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_UNSUP_HTTPVERSION	2024-09-15 21:07:42.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_UNSUP_REQ squid-6.11/errors/pt-br/ERR_UNSUP_REQ
--- squid-6.10/errors/pt-br/ERR_UNSUP_REQ	2024-06-08 14:50:26.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_UNSUP_REQ	2024-09-15 21:07:42.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_URN_RESOLVE squid-6.11/errors/pt-br/ERR_URN_RESOLVE
--- squid-6.10/errors/pt-br/ERR_URN_RESOLVE	2024-06-08 14:50:26.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_URN_RESOLVE	2024-09-15 21:07:42.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URN requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_WRITE_ERROR squid-6.11/errors/pt-br/ERR_WRITE_ERROR
--- squid-6.10/errors/pt-br/ERR_WRITE_ERROR	2024-06-08 14:50:26.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_WRITE_ERROR	2024-09-15 21:07:43.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/pt-br/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/pt-br/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/pt-br/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:50:26.000000000 +0000
+++ squid-6.11/errors/pt-br/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:07:43.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_ACCESS_DENIED squid-6.11/errors/ro/ERR_ACCESS_DENIED
--- squid-6.10/errors/ro/ERR_ACCESS_DENIED	2024-06-08 14:50:32.000000000 +0000
+++ squid-6.11/errors/ro/ERR_ACCESS_DENIED	2024-09-15 21:07:48.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ro/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/ro/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/ro/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:50:32.000000000 +0000
+++ squid-6.11/errors/ro/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:07:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_AGENT_CONFIGURE squid-6.11/errors/ro/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/ro/ERR_AGENT_CONFIGURE	2024-06-08 14:50:32.000000000 +0000
+++ squid-6.11/errors/ro/ERR_AGENT_CONFIGURE	2024-09-15 21:07:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Configurarea navigatorului de internet</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ro/ERR_AGENT_WPAD squid-6.11/errors/ro/ERR_AGENT_WPAD
--- squid-6.10/errors/ro/ERR_AGENT_WPAD	2024-06-08 14:50:33.000000000 +0000
+++ squid-6.11/errors/ro/ERR_AGENT_WPAD	2024-09-15 21:07:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Configurarea navigatorului de internet</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ro/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/ro/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/ro/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:50:33.000000000 +0000
+++ squid-6.11/errors/ro/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:07:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: Interzis accesul la Cache</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/ro/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/ro/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:50:33.000000000 +0000
+++ squid-6.11/errors/ro/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:07:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: Interzis accesul la Managerul de Cache</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_CANNOT_FORWARD squid-6.11/errors/ro/ERR_CANNOT_FORWARD
--- squid-6.10/errors/ro/ERR_CANNOT_FORWARD	2024-06-08 14:50:33.000000000 +0000
+++ squid-6.11/errors/ro/ERR_CANNOT_FORWARD	2024-09-15 21:07:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_CONFLICT_HOST squid-6.11/errors/ro/ERR_CONFLICT_HOST
--- squid-6.10/errors/ro/ERR_CONFLICT_HOST	2024-06-08 14:50:33.000000000 +0000
+++ squid-6.11/errors/ro/ERR_CONFLICT_HOST	2024-09-15 21:07:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_CONNECT_FAIL squid-6.11/errors/ro/ERR_CONNECT_FAIL
--- squid-6.10/errors/ro/ERR_CONNECT_FAIL	2024-06-08 14:50:33.000000000 +0000
+++ squid-6.11/errors/ro/ERR_CONNECT_FAIL	2024-09-15 21:07:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_DIR_LISTING squid-6.11/errors/ro/ERR_DIR_LISTING
--- squid-6.10/errors/ro/ERR_DIR_LISTING	2024-06-08 14:50:33.000000000 +0000
+++ squid-6.11/errors/ro/ERR_DIR_LISTING	2024-09-15 21:07:50.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directorul: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ro/ERR_DNS_FAIL squid-6.11/errors/ro/ERR_DNS_FAIL
--- squid-6.10/errors/ro/ERR_DNS_FAIL	2024-06-08 14:50:34.000000000 +0000
+++ squid-6.11/errors/ro/ERR_DNS_FAIL	2024-09-15 21:07:50.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_ESI squid-6.11/errors/ro/ERR_ESI
--- squid-6.10/errors/ro/ERR_ESI	2024-06-08 14:50:34.000000000 +0000
+++ squid-6.11/errors/ro/ERR_ESI	2024-09-15 21:07:50.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_FORWARDING_DENIED squid-6.11/errors/ro/ERR_FORWARDING_DENIED
--- squid-6.10/errors/ro/ERR_FORWARDING_DENIED	2024-06-08 14:50:34.000000000 +0000
+++ squid-6.11/errors/ro/ERR_FORWARDING_DENIED	2024-09-15 21:07:50.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_FTP_DISABLED squid-6.11/errors/ro/ERR_FTP_DISABLED
--- squid-6.10/errors/ro/ERR_FTP_DISABLED	2024-06-08 14:50:34.000000000 +0000
+++ squid-6.11/errors/ro/ERR_FTP_DISABLED	2024-09-15 21:07:50.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_FTP_FAILURE squid-6.11/errors/ro/ERR_FTP_FAILURE
--- squid-6.10/errors/ro/ERR_FTP_FAILURE	2024-06-08 14:50:34.000000000 +0000
+++ squid-6.11/errors/ro/ERR_FTP_FAILURE	2024-09-15 21:07:50.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_FTP_FORBIDDEN squid-6.11/errors/ro/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/ro/ERR_FTP_FORBIDDEN	2024-06-08 14:50:34.000000000 +0000
+++ squid-6.11/errors/ro/ERR_FTP_FORBIDDEN	2024-09-15 21:07:50.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_FTP_NOT_FOUND squid-6.11/errors/ro/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/ro/ERR_FTP_NOT_FOUND	2024-06-08 14:50:34.000000000 +0000
+++ squid-6.11/errors/ro/ERR_FTP_NOT_FOUND	2024-09-15 21:07:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_FTP_PUT_CREATED squid-6.11/errors/ro/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/ro/ERR_FTP_PUT_CREATED	2024-06-08 14:50:34.000000000 +0000
+++ squid-6.11/errors/ro/ERR_FTP_PUT_CREATED	2024-09-15 21:07:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_FTP_PUT_ERROR squid-6.11/errors/ro/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/ro/ERR_FTP_PUT_ERROR	2024-06-08 14:50:35.000000000 +0000
+++ squid-6.11/errors/ro/ERR_FTP_PUT_ERROR	2024-09-15 21:07:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: Operaţia FTP de încărcare a eşuat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_FTP_PUT_MODIFIED squid-6.11/errors/ro/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/ro/ERR_FTP_PUT_MODIFIED	2024-06-08 14:50:35.000000000 +0000
+++ squid-6.11/errors/ro/ERR_FTP_PUT_MODIFIED	2024-09-15 21:07:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_FTP_UNAVAILABLE squid-6.11/errors/ro/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/ro/ERR_FTP_UNAVAILABLE	2024-06-08 14:50:35.000000000 +0000
+++ squid-6.11/errors/ro/ERR_FTP_UNAVAILABLE	2024-09-15 21:07:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_GATEWAY_FAILURE squid-6.11/errors/ro/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/ro/ERR_GATEWAY_FAILURE	2024-06-08 14:50:35.000000000 +0000
+++ squid-6.11/errors/ro/ERR_GATEWAY_FAILURE	2024-09-15 21:07:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_ICAP_FAILURE squid-6.11/errors/ro/ERR_ICAP_FAILURE
--- squid-6.10/errors/ro/ERR_ICAP_FAILURE	2024-06-08 14:50:35.000000000 +0000
+++ squid-6.11/errors/ro/ERR_ICAP_FAILURE	2024-09-15 21:07:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_INVALID_REQ squid-6.11/errors/ro/ERR_INVALID_REQ
--- squid-6.10/errors/ro/ERR_INVALID_REQ	2024-06-08 14:50:35.000000000 +0000
+++ squid-6.11/errors/ro/ERR_INVALID_REQ	2024-09-15 21:07:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_INVALID_RESP squid-6.11/errors/ro/ERR_INVALID_RESP
--- squid-6.10/errors/ro/ERR_INVALID_RESP	2024-06-08 14:50:35.000000000 +0000
+++ squid-6.11/errors/ro/ERR_INVALID_RESP	2024-09-15 21:07:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_INVALID_URL squid-6.11/errors/ro/ERR_INVALID_URL
--- squid-6.10/errors/ro/ERR_INVALID_URL	2024-06-08 14:50:36.000000000 +0000
+++ squid-6.11/errors/ro/ERR_INVALID_URL	2024-09-15 21:07:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_LIFETIME_EXP squid-6.11/errors/ro/ERR_LIFETIME_EXP
--- squid-6.10/errors/ro/ERR_LIFETIME_EXP	2024-06-08 14:50:36.000000000 +0000
+++ squid-6.11/errors/ro/ERR_LIFETIME_EXP	2024-09-15 21:07:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_NO_RELAY squid-6.11/errors/ro/ERR_NO_RELAY
--- squid-6.10/errors/ro/ERR_NO_RELAY	2024-06-08 14:50:36.000000000 +0000
+++ squid-6.11/errors/ro/ERR_NO_RELAY	2024-09-15 21:07:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/ro/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/ro/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:50:36.000000000 +0000
+++ squid-6.11/errors/ro/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:07:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_PRECONDITION_FAILED squid-6.11/errors/ro/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/ro/ERR_PRECONDITION_FAILED	2024-06-08 14:50:36.000000000 +0000
+++ squid-6.11/errors/ro/ERR_PRECONDITION_FAILED	2024-09-15 21:07:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/ro/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/ro/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:50:36.000000000 +0000
+++ squid-6.11/errors/ro/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:07:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_READ_ERROR squid-6.11/errors/ro/ERR_READ_ERROR
--- squid-6.10/errors/ro/ERR_READ_ERROR	2024-06-08 14:50:36.000000000 +0000
+++ squid-6.11/errors/ro/ERR_READ_ERROR	2024-09-15 21:07:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_READ_TIMEOUT squid-6.11/errors/ro/ERR_READ_TIMEOUT
--- squid-6.10/errors/ro/ERR_READ_TIMEOUT	2024-06-08 14:50:36.000000000 +0000
+++ squid-6.11/errors/ro/ERR_READ_TIMEOUT	2024-09-15 21:07:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/ro/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/ro/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:50:37.000000000 +0000
+++ squid-6.11/errors/ro/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:07:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_SHUTTING_DOWN squid-6.11/errors/ro/ERR_SHUTTING_DOWN
--- squid-6.10/errors/ro/ERR_SHUTTING_DOWN	2024-06-08 14:50:37.000000000 +0000
+++ squid-6.11/errors/ro/ERR_SHUTTING_DOWN	2024-09-15 21:07:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_SOCKET_FAILURE squid-6.11/errors/ro/ERR_SOCKET_FAILURE
--- squid-6.10/errors/ro/ERR_SOCKET_FAILURE	2024-06-08 14:50:37.000000000 +0000
+++ squid-6.11/errors/ro/ERR_SOCKET_FAILURE	2024-09-15 21:07:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_TOO_BIG squid-6.11/errors/ro/ERR_TOO_BIG
--- squid-6.10/errors/ro/ERR_TOO_BIG	2024-06-08 14:50:37.000000000 +0000
+++ squid-6.11/errors/ro/ERR_TOO_BIG	2024-09-15 21:07:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_UNSUP_HTTPVERSION squid-6.11/errors/ro/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/ro/ERR_UNSUP_HTTPVERSION	2024-06-08 14:50:37.000000000 +0000
+++ squid-6.11/errors/ro/ERR_UNSUP_HTTPVERSION	2024-09-15 21:07:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_UNSUP_REQ squid-6.11/errors/ro/ERR_UNSUP_REQ
--- squid-6.10/errors/ro/ERR_UNSUP_REQ	2024-06-08 14:50:37.000000000 +0000
+++ squid-6.11/errors/ro/ERR_UNSUP_REQ	2024-09-15 21:07:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_URN_RESOLVE squid-6.11/errors/ro/ERR_URN_RESOLVE
--- squid-6.10/errors/ro/ERR_URN_RESOLVE	2024-06-08 14:50:37.000000000 +0000
+++ squid-6.11/errors/ro/ERR_URN_RESOLVE	2024-09-15 21:07:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_WRITE_ERROR squid-6.11/errors/ro/ERR_WRITE_ERROR
--- squid-6.10/errors/ro/ERR_WRITE_ERROR	2024-06-08 14:50:38.000000000 +0000
+++ squid-6.11/errors/ro/ERR_WRITE_ERROR	2024-09-15 21:07:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ro/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/ro/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/ro/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:50:38.000000000 +0000
+++ squid-6.11/errors/ro/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:07:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_ACCESS_DENIED squid-6.11/errors/ru/ERR_ACCESS_DENIED
--- squid-6.10/errors/ru/ERR_ACCESS_DENIED	2024-06-08 14:50:38.000000000 +0000
+++ squid-6.11/errors/ru/ERR_ACCESS_DENIED	2024-09-15 21:07:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ru/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/ru/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/ru/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:50:38.000000000 +0000
+++ squid-6.11/errors/ru/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:07:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_AGENT_CONFIGURE squid-6.11/errors/ru/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/ru/ERR_AGENT_CONFIGURE	2024-06-08 14:50:38.000000000 +0000
+++ squid-6.11/errors/ru/ERR_AGENT_CONFIGURE	2024-09-15 21:07:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Настройки браузера</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ru/ERR_AGENT_WPAD squid-6.11/errors/ru/ERR_AGENT_WPAD
--- squid-6.10/errors/ru/ERR_AGENT_WPAD	2024-06-08 14:50:38.000000000 +0000
+++ squid-6.11/errors/ru/ERR_AGENT_WPAD	2024-09-15 21:07:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Настройки браузера</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ru/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/ru/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/ru/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:50:38.000000000 +0000
+++ squid-6.11/errors/ru/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:07:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Доступ к кэшу запрещён</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/ru/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/ru/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:50:38.000000000 +0000
+++ squid-6.11/errors/ru/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:07:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Доступ к управлению кэшем запрещён.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_CANNOT_FORWARD squid-6.11/errors/ru/ERR_CANNOT_FORWARD
--- squid-6.10/errors/ru/ERR_CANNOT_FORWARD	2024-06-08 14:50:39.000000000 +0000
+++ squid-6.11/errors/ru/ERR_CANNOT_FORWARD	2024-09-15 21:07:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_CONFLICT_HOST squid-6.11/errors/ru/ERR_CONFLICT_HOST
--- squid-6.10/errors/ru/ERR_CONFLICT_HOST	2024-06-08 14:50:39.000000000 +0000
+++ squid-6.11/errors/ru/ERR_CONFLICT_HOST	2024-09-15 21:07:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_CONNECT_FAIL squid-6.11/errors/ru/ERR_CONNECT_FAIL
--- squid-6.10/errors/ru/ERR_CONNECT_FAIL	2024-06-08 14:50:39.000000000 +0000
+++ squid-6.11/errors/ru/ERR_CONNECT_FAIL	2024-09-15 21:07:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_DIR_LISTING squid-6.11/errors/ru/ERR_DIR_LISTING
--- squid-6.10/errors/ru/ERR_DIR_LISTING	2024-06-08 14:50:39.000000000 +0000
+++ squid-6.11/errors/ru/ERR_DIR_LISTING	2024-09-15 21:07:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Каталог: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/ru/ERR_DNS_FAIL squid-6.11/errors/ru/ERR_DNS_FAIL
--- squid-6.10/errors/ru/ERR_DNS_FAIL	2024-06-08 14:50:39.000000000 +0000
+++ squid-6.11/errors/ru/ERR_DNS_FAIL	2024-09-15 21:07:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_ESI squid-6.11/errors/ru/ERR_ESI
--- squid-6.10/errors/ru/ERR_ESI	2024-06-08 14:50:39.000000000 +0000
+++ squid-6.11/errors/ru/ERR_ESI	2024-09-15 21:07:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_FORWARDING_DENIED squid-6.11/errors/ru/ERR_FORWARDING_DENIED
--- squid-6.10/errors/ru/ERR_FORWARDING_DENIED	2024-06-08 14:50:39.000000000 +0000
+++ squid-6.11/errors/ru/ERR_FORWARDING_DENIED	2024-09-15 21:07:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_FTP_DISABLED squid-6.11/errors/ru/ERR_FTP_DISABLED
--- squid-6.10/errors/ru/ERR_FTP_DISABLED	2024-06-08 14:50:40.000000000 +0000
+++ squid-6.11/errors/ru/ERR_FTP_DISABLED	2024-09-15 21:07:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_FTP_FAILURE squid-6.11/errors/ru/ERR_FTP_FAILURE
--- squid-6.10/errors/ru/ERR_FTP_FAILURE	2024-06-08 14:50:40.000000000 +0000
+++ squid-6.11/errors/ru/ERR_FTP_FAILURE	2024-09-15 21:07:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_FTP_FORBIDDEN squid-6.11/errors/ru/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/ru/ERR_FTP_FORBIDDEN	2024-06-08 14:50:40.000000000 +0000
+++ squid-6.11/errors/ru/ERR_FTP_FORBIDDEN	2024-09-15 21:07:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_FTP_NOT_FOUND squid-6.11/errors/ru/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/ru/ERR_FTP_NOT_FOUND	2024-06-08 14:50:40.000000000 +0000
+++ squid-6.11/errors/ru/ERR_FTP_NOT_FOUND	2024-09-15 21:07:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_FTP_PUT_CREATED squid-6.11/errors/ru/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/ru/ERR_FTP_PUT_CREATED	2024-06-08 14:50:40.000000000 +0000
+++ squid-6.11/errors/ru/ERR_FTP_PUT_CREATED	2024-09-15 21:07:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Копирование локального файла на FTP-сервер методом PUT завершено.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_FTP_PUT_ERROR squid-6.11/errors/ru/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/ru/ERR_FTP_PUT_ERROR	2024-06-08 14:50:40.000000000 +0000
+++ squid-6.11/errors/ru/ERR_FTP_PUT_ERROR	2024-09-15 21:07:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Отправка по FTP не удалась</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_FTP_PUT_MODIFIED squid-6.11/errors/ru/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/ru/ERR_FTP_PUT_MODIFIED	2024-06-08 14:50:40.000000000 +0000
+++ squid-6.11/errors/ru/ERR_FTP_PUT_MODIFIED	2024-09-15 21:07:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Копирование локального файла на FTP-сервер методом PUT завершено.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_FTP_UNAVAILABLE squid-6.11/errors/ru/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/ru/ERR_FTP_UNAVAILABLE	2024-06-08 14:50:41.000000000 +0000
+++ squid-6.11/errors/ru/ERR_FTP_UNAVAILABLE	2024-09-15 21:07:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_GATEWAY_FAILURE squid-6.11/errors/ru/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/ru/ERR_GATEWAY_FAILURE	2024-06-08 14:50:41.000000000 +0000
+++ squid-6.11/errors/ru/ERR_GATEWAY_FAILURE	2024-09-15 21:07:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_ICAP_FAILURE squid-6.11/errors/ru/ERR_ICAP_FAILURE
--- squid-6.10/errors/ru/ERR_ICAP_FAILURE	2024-06-08 14:50:41.000000000 +0000
+++ squid-6.11/errors/ru/ERR_ICAP_FAILURE	2024-09-15 21:07:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_INVALID_REQ squid-6.11/errors/ru/ERR_INVALID_REQ
--- squid-6.10/errors/ru/ERR_INVALID_REQ	2024-06-08 14:50:41.000000000 +0000
+++ squid-6.11/errors/ru/ERR_INVALID_REQ	2024-09-15 21:07:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_INVALID_RESP squid-6.11/errors/ru/ERR_INVALID_RESP
--- squid-6.10/errors/ru/ERR_INVALID_RESP	2024-06-08 14:50:41.000000000 +0000
+++ squid-6.11/errors/ru/ERR_INVALID_RESP	2024-09-15 21:07:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_INVALID_URL squid-6.11/errors/ru/ERR_INVALID_URL
--- squid-6.10/errors/ru/ERR_INVALID_URL	2024-06-08 14:50:41.000000000 +0000
+++ squid-6.11/errors/ru/ERR_INVALID_URL	2024-09-15 21:07:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_LIFETIME_EXP squid-6.11/errors/ru/ERR_LIFETIME_EXP
--- squid-6.10/errors/ru/ERR_LIFETIME_EXP	2024-06-08 14:50:41.000000000 +0000
+++ squid-6.11/errors/ru/ERR_LIFETIME_EXP	2024-09-15 21:07:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_NO_RELAY squid-6.11/errors/ru/ERR_NO_RELAY
--- squid-6.10/errors/ru/ERR_NO_RELAY	2024-06-08 14:50:41.000000000 +0000
+++ squid-6.11/errors/ru/ERR_NO_RELAY	2024-09-15 21:07:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/ru/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/ru/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:50:42.000000000 +0000
+++ squid-6.11/errors/ru/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:07:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_PRECONDITION_FAILED squid-6.11/errors/ru/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/ru/ERR_PRECONDITION_FAILED	2024-06-08 14:50:42.000000000 +0000
+++ squid-6.11/errors/ru/ERR_PRECONDITION_FAILED	2024-09-15 21:07:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/ru/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/ru/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:50:42.000000000 +0000
+++ squid-6.11/errors/ru/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:07:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_READ_ERROR squid-6.11/errors/ru/ERR_READ_ERROR
--- squid-6.10/errors/ru/ERR_READ_ERROR	2024-06-08 14:50:42.000000000 +0000
+++ squid-6.11/errors/ru/ERR_READ_ERROR	2024-09-15 21:07:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_READ_TIMEOUT squid-6.11/errors/ru/ERR_READ_TIMEOUT
--- squid-6.10/errors/ru/ERR_READ_TIMEOUT	2024-06-08 14:50:42.000000000 +0000
+++ squid-6.11/errors/ru/ERR_READ_TIMEOUT	2024-09-15 21:07:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/ru/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/ru/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:50:42.000000000 +0000
+++ squid-6.11/errors/ru/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:07:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_SHUTTING_DOWN squid-6.11/errors/ru/ERR_SHUTTING_DOWN
--- squid-6.10/errors/ru/ERR_SHUTTING_DOWN	2024-06-08 14:50:42.000000000 +0000
+++ squid-6.11/errors/ru/ERR_SHUTTING_DOWN	2024-09-15 21:07:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_SOCKET_FAILURE squid-6.11/errors/ru/ERR_SOCKET_FAILURE
--- squid-6.10/errors/ru/ERR_SOCKET_FAILURE	2024-06-08 14:50:43.000000000 +0000
+++ squid-6.11/errors/ru/ERR_SOCKET_FAILURE	2024-09-15 21:07:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_TOO_BIG squid-6.11/errors/ru/ERR_TOO_BIG
--- squid-6.10/errors/ru/ERR_TOO_BIG	2024-06-08 14:50:43.000000000 +0000
+++ squid-6.11/errors/ru/ERR_TOO_BIG	2024-09-15 21:07:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_UNSUP_HTTPVERSION squid-6.11/errors/ru/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/ru/ERR_UNSUP_HTTPVERSION	2024-06-08 14:50:43.000000000 +0000
+++ squid-6.11/errors/ru/ERR_UNSUP_HTTPVERSION	2024-09-15 21:07:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_UNSUP_REQ squid-6.11/errors/ru/ERR_UNSUP_REQ
--- squid-6.10/errors/ru/ERR_UNSUP_REQ	2024-06-08 14:50:43.000000000 +0000
+++ squid-6.11/errors/ru/ERR_UNSUP_REQ	2024-09-15 21:07:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_URN_RESOLVE squid-6.11/errors/ru/ERR_URN_RESOLVE
--- squid-6.10/errors/ru/ERR_URN_RESOLVE	2024-06-08 14:50:43.000000000 +0000
+++ squid-6.11/errors/ru/ERR_URN_RESOLVE	2024-09-15 21:07:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Запрошеный URN не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_WRITE_ERROR squid-6.11/errors/ru/ERR_WRITE_ERROR
--- squid-6.10/errors/ru/ERR_WRITE_ERROR	2024-06-08 14:50:43.000000000 +0000
+++ squid-6.11/errors/ru/ERR_WRITE_ERROR	2024-09-15 21:07:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/ru/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/ru/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/ru/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:50:43.000000000 +0000
+++ squid-6.11/errors/ru/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:07:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_ACCESS_DENIED squid-6.11/errors/sk/ERR_ACCESS_DENIED
--- squid-6.10/errors/sk/ERR_ACCESS_DENIED	2024-06-08 14:50:44.000000000 +0000
+++ squid-6.11/errors/sk/ERR_ACCESS_DENIED	2024-09-15 21:08:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/sk/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/sk/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/sk/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:50:44.000000000 +0000
+++ squid-6.11/errors/sk/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:08:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_AGENT_CONFIGURE squid-6.11/errors/sk/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/sk/ERR_AGENT_CONFIGURE	2024-06-08 14:50:44.000000000 +0000
+++ squid-6.11/errors/sk/ERR_AGENT_CONFIGURE	2024-09-15 21:08:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Konfigurácia webového prehliadača</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/sk/ERR_AGENT_WPAD squid-6.11/errors/sk/ERR_AGENT_WPAD
--- squid-6.10/errors/sk/ERR_AGENT_WPAD	2024-06-08 14:50:44.000000000 +0000
+++ squid-6.11/errors/sk/ERR_AGENT_WPAD	2024-09-15 21:08:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Konfigurácia webového prehliadača</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/sk/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/sk/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/sk/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:50:44.000000000 +0000
+++ squid-6.11/errors/sk/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:08:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Prístup ku cache zamietnutý</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/sk/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/sk/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:50:44.000000000 +0000
+++ squid-6.11/errors/sk/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:08:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Prístup ku správcovi cache zamietnutý</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_CANNOT_FORWARD squid-6.11/errors/sk/ERR_CANNOT_FORWARD
--- squid-6.10/errors/sk/ERR_CANNOT_FORWARD	2024-06-08 14:50:44.000000000 +0000
+++ squid-6.11/errors/sk/ERR_CANNOT_FORWARD	2024-09-15 21:08:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_CONFLICT_HOST squid-6.11/errors/sk/ERR_CONFLICT_HOST
--- squid-6.10/errors/sk/ERR_CONFLICT_HOST	2024-06-08 14:50:44.000000000 +0000
+++ squid-6.11/errors/sk/ERR_CONFLICT_HOST	2024-09-15 21:08:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_CONNECT_FAIL squid-6.11/errors/sk/ERR_CONNECT_FAIL
--- squid-6.10/errors/sk/ERR_CONNECT_FAIL	2024-06-08 14:50:45.000000000 +0000
+++ squid-6.11/errors/sk/ERR_CONNECT_FAIL	2024-09-15 21:08:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_DIR_LISTING squid-6.11/errors/sk/ERR_DIR_LISTING
--- squid-6.10/errors/sk/ERR_DIR_LISTING	2024-06-08 14:50:45.000000000 +0000
+++ squid-6.11/errors/sk/ERR_DIR_LISTING	2024-09-15 21:08:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Adresár: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/sk/ERR_DNS_FAIL squid-6.11/errors/sk/ERR_DNS_FAIL
--- squid-6.10/errors/sk/ERR_DNS_FAIL	2024-06-08 14:50:45.000000000 +0000
+++ squid-6.11/errors/sk/ERR_DNS_FAIL	2024-09-15 21:08:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_ESI squid-6.11/errors/sk/ERR_ESI
--- squid-6.10/errors/sk/ERR_ESI	2024-06-08 14:50:45.000000000 +0000
+++ squid-6.11/errors/sk/ERR_ESI	2024-09-15 21:08:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_FORWARDING_DENIED squid-6.11/errors/sk/ERR_FORWARDING_DENIED
--- squid-6.10/errors/sk/ERR_FORWARDING_DENIED	2024-06-08 14:50:45.000000000 +0000
+++ squid-6.11/errors/sk/ERR_FORWARDING_DENIED	2024-09-15 21:08:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_FTP_DISABLED squid-6.11/errors/sk/ERR_FTP_DISABLED
--- squid-6.10/errors/sk/ERR_FTP_DISABLED	2024-06-08 14:50:45.000000000 +0000
+++ squid-6.11/errors/sk/ERR_FTP_DISABLED	2024-09-15 21:08:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_FTP_FAILURE squid-6.11/errors/sk/ERR_FTP_FAILURE
--- squid-6.10/errors/sk/ERR_FTP_FAILURE	2024-06-08 14:50:45.000000000 +0000
+++ squid-6.11/errors/sk/ERR_FTP_FAILURE	2024-09-15 21:08:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_FTP_FORBIDDEN squid-6.11/errors/sk/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/sk/ERR_FTP_FORBIDDEN	2024-06-08 14:50:46.000000000 +0000
+++ squid-6.11/errors/sk/ERR_FTP_FORBIDDEN	2024-09-15 21:08:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_FTP_NOT_FOUND squid-6.11/errors/sk/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/sk/ERR_FTP_NOT_FOUND	2024-06-08 14:50:46.000000000 +0000
+++ squid-6.11/errors/sk/ERR_FTP_NOT_FOUND	2024-09-15 21:08:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_FTP_PUT_CREATED squid-6.11/errors/sk/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/sk/ERR_FTP_PUT_CREATED	2024-06-08 14:50:46.000000000 +0000
+++ squid-6.11/errors/sk/ERR_FTP_PUT_CREATED	2024-09-15 21:08:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_FTP_PUT_ERROR squid-6.11/errors/sk/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/sk/ERR_FTP_PUT_ERROR	2024-06-08 14:50:46.000000000 +0000
+++ squid-6.11/errors/sk/ERR_FTP_PUT_ERROR	2024-09-15 21:08:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nahrávanie prostredníctvom FTP zlyhalo</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_FTP_PUT_MODIFIED squid-6.11/errors/sk/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/sk/ERR_FTP_PUT_MODIFIED	2024-06-08 14:50:46.000000000 +0000
+++ squid-6.11/errors/sk/ERR_FTP_PUT_MODIFIED	2024-09-15 21:08:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_FTP_UNAVAILABLE squid-6.11/errors/sk/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/sk/ERR_FTP_UNAVAILABLE	2024-06-08 14:50:46.000000000 +0000
+++ squid-6.11/errors/sk/ERR_FTP_UNAVAILABLE	2024-09-15 21:08:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_GATEWAY_FAILURE squid-6.11/errors/sk/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/sk/ERR_GATEWAY_FAILURE	2024-06-08 14:50:46.000000000 +0000
+++ squid-6.11/errors/sk/ERR_GATEWAY_FAILURE	2024-09-15 21:08:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_ICAP_FAILURE squid-6.11/errors/sk/ERR_ICAP_FAILURE
--- squid-6.10/errors/sk/ERR_ICAP_FAILURE	2024-06-08 14:50:46.000000000 +0000
+++ squid-6.11/errors/sk/ERR_ICAP_FAILURE	2024-09-15 21:08:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_INVALID_REQ squid-6.11/errors/sk/ERR_INVALID_REQ
--- squid-6.10/errors/sk/ERR_INVALID_REQ	2024-06-08 14:50:47.000000000 +0000
+++ squid-6.11/errors/sk/ERR_INVALID_REQ	2024-09-15 21:08:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_INVALID_RESP squid-6.11/errors/sk/ERR_INVALID_RESP
--- squid-6.10/errors/sk/ERR_INVALID_RESP	2024-06-08 14:50:47.000000000 +0000
+++ squid-6.11/errors/sk/ERR_INVALID_RESP	2024-09-15 21:08:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_INVALID_URL squid-6.11/errors/sk/ERR_INVALID_URL
--- squid-6.10/errors/sk/ERR_INVALID_URL	2024-06-08 14:50:47.000000000 +0000
+++ squid-6.11/errors/sk/ERR_INVALID_URL	2024-09-15 21:08:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_LIFETIME_EXP squid-6.11/errors/sk/ERR_LIFETIME_EXP
--- squid-6.10/errors/sk/ERR_LIFETIME_EXP	2024-06-08 14:50:47.000000000 +0000
+++ squid-6.11/errors/sk/ERR_LIFETIME_EXP	2024-09-15 21:08:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_NO_RELAY squid-6.11/errors/sk/ERR_NO_RELAY
--- squid-6.10/errors/sk/ERR_NO_RELAY	2024-06-08 14:50:47.000000000 +0000
+++ squid-6.11/errors/sk/ERR_NO_RELAY	2024-09-15 21:08:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/sk/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/sk/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:50:47.000000000 +0000
+++ squid-6.11/errors/sk/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:08:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_PRECONDITION_FAILED squid-6.11/errors/sk/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/sk/ERR_PRECONDITION_FAILED	2024-06-08 14:50:47.000000000 +0000
+++ squid-6.11/errors/sk/ERR_PRECONDITION_FAILED	2024-09-15 21:08:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/sk/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/sk/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:50:48.000000000 +0000
+++ squid-6.11/errors/sk/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:08:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_READ_ERROR squid-6.11/errors/sk/ERR_READ_ERROR
--- squid-6.10/errors/sk/ERR_READ_ERROR	2024-06-08 14:50:48.000000000 +0000
+++ squid-6.11/errors/sk/ERR_READ_ERROR	2024-09-15 21:08:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_READ_TIMEOUT squid-6.11/errors/sk/ERR_READ_TIMEOUT
--- squid-6.10/errors/sk/ERR_READ_TIMEOUT	2024-06-08 14:50:48.000000000 +0000
+++ squid-6.11/errors/sk/ERR_READ_TIMEOUT	2024-09-15 21:08:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/sk/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/sk/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:50:48.000000000 +0000
+++ squid-6.11/errors/sk/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:08:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_SHUTTING_DOWN squid-6.11/errors/sk/ERR_SHUTTING_DOWN
--- squid-6.10/errors/sk/ERR_SHUTTING_DOWN	2024-06-08 14:50:48.000000000 +0000
+++ squid-6.11/errors/sk/ERR_SHUTTING_DOWN	2024-09-15 21:08:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_SOCKET_FAILURE squid-6.11/errors/sk/ERR_SOCKET_FAILURE
--- squid-6.10/errors/sk/ERR_SOCKET_FAILURE	2024-06-08 14:50:48.000000000 +0000
+++ squid-6.11/errors/sk/ERR_SOCKET_FAILURE	2024-09-15 21:08:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_TOO_BIG squid-6.11/errors/sk/ERR_TOO_BIG
--- squid-6.10/errors/sk/ERR_TOO_BIG	2024-06-08 14:50:48.000000000 +0000
+++ squid-6.11/errors/sk/ERR_TOO_BIG	2024-09-15 21:08:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_UNSUP_HTTPVERSION squid-6.11/errors/sk/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/sk/ERR_UNSUP_HTTPVERSION	2024-06-08 14:50:49.000000000 +0000
+++ squid-6.11/errors/sk/ERR_UNSUP_HTTPVERSION	2024-09-15 21:08:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_UNSUP_REQ squid-6.11/errors/sk/ERR_UNSUP_REQ
--- squid-6.10/errors/sk/ERR_UNSUP_REQ	2024-06-08 14:50:49.000000000 +0000
+++ squid-6.11/errors/sk/ERR_UNSUP_REQ	2024-09-15 21:08:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_URN_RESOLVE squid-6.11/errors/sk/ERR_URN_RESOLVE
--- squid-6.10/errors/sk/ERR_URN_RESOLVE	2024-06-08 14:50:49.000000000 +0000
+++ squid-6.11/errors/sk/ERR_URN_RESOLVE	2024-09-15 21:08:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_WRITE_ERROR squid-6.11/errors/sk/ERR_WRITE_ERROR
--- squid-6.10/errors/sk/ERR_WRITE_ERROR	2024-06-08 14:50:49.000000000 +0000
+++ squid-6.11/errors/sk/ERR_WRITE_ERROR	2024-09-15 21:08:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sk/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/sk/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/sk/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:50:49.000000000 +0000
+++ squid-6.11/errors/sk/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:08:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_ACCESS_DENIED squid-6.11/errors/sl/ERR_ACCESS_DENIED
--- squid-6.10/errors/sl/ERR_ACCESS_DENIED	2024-06-08 14:50:49.000000000 +0000
+++ squid-6.11/errors/sl/ERR_ACCESS_DENIED	2024-09-15 21:08:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/sl/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/sl/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/sl/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:50:50.000000000 +0000
+++ squid-6.11/errors/sl/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:08:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_AGENT_CONFIGURE squid-6.11/errors/sl/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/sl/ERR_AGENT_CONFIGURE	2024-06-08 14:50:50.000000000 +0000
+++ squid-6.11/errors/sl/ERR_AGENT_CONFIGURE	2024-09-15 21:08:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Nastavitev spletnega brskalnika</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/sl/ERR_AGENT_WPAD squid-6.11/errors/sl/ERR_AGENT_WPAD
--- squid-6.10/errors/sl/ERR_AGENT_WPAD	2024-06-08 14:50:50.000000000 +0000
+++ squid-6.11/errors/sl/ERR_AGENT_WPAD	2024-09-15 21:08:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Nastavitev spletnega brskalnika</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/sl/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/sl/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/sl/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:50:50.000000000 +0000
+++ squid-6.11/errors/sl/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:08:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Dostop do predpomnilnika zavrnjen</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/sl/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/sl/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:50:50.000000000 +0000
+++ squid-6.11/errors/sl/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:08:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Dostop do upravitelja predpomnilnika zavrnjen</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_CANNOT_FORWARD squid-6.11/errors/sl/ERR_CANNOT_FORWARD
--- squid-6.10/errors/sl/ERR_CANNOT_FORWARD	2024-06-08 14:50:50.000000000 +0000
+++ squid-6.11/errors/sl/ERR_CANNOT_FORWARD	2024-09-15 21:08:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_CONFLICT_HOST squid-6.11/errors/sl/ERR_CONFLICT_HOST
--- squid-6.10/errors/sl/ERR_CONFLICT_HOST	2024-06-08 14:50:50.000000000 +0000
+++ squid-6.11/errors/sl/ERR_CONFLICT_HOST	2024-09-15 21:08:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_CONNECT_FAIL squid-6.11/errors/sl/ERR_CONNECT_FAIL
--- squid-6.10/errors/sl/ERR_CONNECT_FAIL	2024-06-08 14:50:51.000000000 +0000
+++ squid-6.11/errors/sl/ERR_CONNECT_FAIL	2024-09-15 21:08:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_DIR_LISTING squid-6.11/errors/sl/ERR_DIR_LISTING
--- squid-6.10/errors/sl/ERR_DIR_LISTING	2024-06-08 14:50:51.000000000 +0000
+++ squid-6.11/errors/sl/ERR_DIR_LISTING	2024-09-15 21:08:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Mapa: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/sl/ERR_DNS_FAIL squid-6.11/errors/sl/ERR_DNS_FAIL
--- squid-6.10/errors/sl/ERR_DNS_FAIL	2024-06-08 14:50:51.000000000 +0000
+++ squid-6.11/errors/sl/ERR_DNS_FAIL	2024-09-15 21:08:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_ESI squid-6.11/errors/sl/ERR_ESI
--- squid-6.10/errors/sl/ERR_ESI	2024-06-08 14:50:51.000000000 +0000
+++ squid-6.11/errors/sl/ERR_ESI	2024-09-15 21:08:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_FORWARDING_DENIED squid-6.11/errors/sl/ERR_FORWARDING_DENIED
--- squid-6.10/errors/sl/ERR_FORWARDING_DENIED	2024-06-08 14:50:51.000000000 +0000
+++ squid-6.11/errors/sl/ERR_FORWARDING_DENIED	2024-09-15 21:08:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_FTP_DISABLED squid-6.11/errors/sl/ERR_FTP_DISABLED
--- squid-6.10/errors/sl/ERR_FTP_DISABLED	2024-06-08 14:50:51.000000000 +0000
+++ squid-6.11/errors/sl/ERR_FTP_DISABLED	2024-09-15 21:08:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_FTP_FAILURE squid-6.11/errors/sl/ERR_FTP_FAILURE
--- squid-6.10/errors/sl/ERR_FTP_FAILURE	2024-06-08 14:50:51.000000000 +0000
+++ squid-6.11/errors/sl/ERR_FTP_FAILURE	2024-09-15 21:08:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_FTP_FORBIDDEN squid-6.11/errors/sl/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/sl/ERR_FTP_FORBIDDEN	2024-06-08 14:50:52.000000000 +0000
+++ squid-6.11/errors/sl/ERR_FTP_FORBIDDEN	2024-09-15 21:08:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_FTP_NOT_FOUND squid-6.11/errors/sl/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/sl/ERR_FTP_NOT_FOUND	2024-06-08 14:50:52.000000000 +0000
+++ squid-6.11/errors/sl/ERR_FTP_NOT_FOUND	2024-09-15 21:08:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_FTP_PUT_CREATED squid-6.11/errors/sl/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/sl/ERR_FTP_PUT_CREATED	2024-06-08 14:50:52.000000000 +0000
+++ squid-6.11/errors/sl/ERR_FTP_PUT_CREATED	2024-09-15 21:08:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT je uspel.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_FTP_PUT_ERROR squid-6.11/errors/sl/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/sl/ERR_FTP_PUT_ERROR	2024-06-08 14:50:52.000000000 +0000
+++ squid-6.11/errors/sl/ERR_FTP_PUT_ERROR	2024-09-15 21:08:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Pošiljanje prek FTP spodletelo</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_FTP_PUT_MODIFIED squid-6.11/errors/sl/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/sl/ERR_FTP_PUT_MODIFIED	2024-06-08 14:50:52.000000000 +0000
+++ squid-6.11/errors/sl/ERR_FTP_PUT_MODIFIED	2024-09-15 21:08:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT je uspel.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_FTP_UNAVAILABLE squid-6.11/errors/sl/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/sl/ERR_FTP_UNAVAILABLE	2024-06-08 14:50:52.000000000 +0000
+++ squid-6.11/errors/sl/ERR_FTP_UNAVAILABLE	2024-09-15 21:08:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_GATEWAY_FAILURE squid-6.11/errors/sl/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/sl/ERR_GATEWAY_FAILURE	2024-06-08 14:50:52.000000000 +0000
+++ squid-6.11/errors/sl/ERR_GATEWAY_FAILURE	2024-09-15 21:08:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_ICAP_FAILURE squid-6.11/errors/sl/ERR_ICAP_FAILURE
--- squid-6.10/errors/sl/ERR_ICAP_FAILURE	2024-06-08 14:50:53.000000000 +0000
+++ squid-6.11/errors/sl/ERR_ICAP_FAILURE	2024-09-15 21:08:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_INVALID_REQ squid-6.11/errors/sl/ERR_INVALID_REQ
--- squid-6.10/errors/sl/ERR_INVALID_REQ	2024-06-08 14:50:53.000000000 +0000
+++ squid-6.11/errors/sl/ERR_INVALID_REQ	2024-09-15 21:08:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_INVALID_RESP squid-6.11/errors/sl/ERR_INVALID_RESP
--- squid-6.10/errors/sl/ERR_INVALID_RESP	2024-06-08 14:50:53.000000000 +0000
+++ squid-6.11/errors/sl/ERR_INVALID_RESP	2024-09-15 21:08:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_INVALID_URL squid-6.11/errors/sl/ERR_INVALID_URL
--- squid-6.10/errors/sl/ERR_INVALID_URL	2024-06-08 14:50:53.000000000 +0000
+++ squid-6.11/errors/sl/ERR_INVALID_URL	2024-09-15 21:08:09.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_LIFETIME_EXP squid-6.11/errors/sl/ERR_LIFETIME_EXP
--- squid-6.10/errors/sl/ERR_LIFETIME_EXP	2024-06-08 14:50:53.000000000 +0000
+++ squid-6.11/errors/sl/ERR_LIFETIME_EXP	2024-09-15 21:08:09.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_NO_RELAY squid-6.11/errors/sl/ERR_NO_RELAY
--- squid-6.10/errors/sl/ERR_NO_RELAY	2024-06-08 14:50:53.000000000 +0000
+++ squid-6.11/errors/sl/ERR_NO_RELAY	2024-09-15 21:08:09.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/sl/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/sl/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:50:53.000000000 +0000
+++ squid-6.11/errors/sl/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:08:09.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_PRECONDITION_FAILED squid-6.11/errors/sl/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/sl/ERR_PRECONDITION_FAILED	2024-06-08 14:50:54.000000000 +0000
+++ squid-6.11/errors/sl/ERR_PRECONDITION_FAILED	2024-09-15 21:08:09.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/sl/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/sl/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:50:54.000000000 +0000
+++ squid-6.11/errors/sl/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:08:09.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_READ_ERROR squid-6.11/errors/sl/ERR_READ_ERROR
--- squid-6.10/errors/sl/ERR_READ_ERROR	2024-06-08 14:50:54.000000000 +0000
+++ squid-6.11/errors/sl/ERR_READ_ERROR	2024-09-15 21:08:09.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_READ_TIMEOUT squid-6.11/errors/sl/ERR_READ_TIMEOUT
--- squid-6.10/errors/sl/ERR_READ_TIMEOUT	2024-06-08 14:50:54.000000000 +0000
+++ squid-6.11/errors/sl/ERR_READ_TIMEOUT	2024-09-15 21:08:09.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/sl/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/sl/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:50:54.000000000 +0000
+++ squid-6.11/errors/sl/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:08:10.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_SHUTTING_DOWN squid-6.11/errors/sl/ERR_SHUTTING_DOWN
--- squid-6.10/errors/sl/ERR_SHUTTING_DOWN	2024-06-08 14:50:54.000000000 +0000
+++ squid-6.11/errors/sl/ERR_SHUTTING_DOWN	2024-09-15 21:08:10.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_SOCKET_FAILURE squid-6.11/errors/sl/ERR_SOCKET_FAILURE
--- squid-6.10/errors/sl/ERR_SOCKET_FAILURE	2024-06-08 14:50:54.000000000 +0000
+++ squid-6.11/errors/sl/ERR_SOCKET_FAILURE	2024-09-15 21:08:10.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_TOO_BIG squid-6.11/errors/sl/ERR_TOO_BIG
--- squid-6.10/errors/sl/ERR_TOO_BIG	2024-06-08 14:50:55.000000000 +0000
+++ squid-6.11/errors/sl/ERR_TOO_BIG	2024-09-15 21:08:10.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_UNSUP_HTTPVERSION squid-6.11/errors/sl/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/sl/ERR_UNSUP_HTTPVERSION	2024-06-08 14:50:55.000000000 +0000
+++ squid-6.11/errors/sl/ERR_UNSUP_HTTPVERSION	2024-09-15 21:08:10.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_UNSUP_REQ squid-6.11/errors/sl/ERR_UNSUP_REQ
--- squid-6.10/errors/sl/ERR_UNSUP_REQ	2024-06-08 14:50:55.000000000 +0000
+++ squid-6.11/errors/sl/ERR_UNSUP_REQ	2024-09-15 21:08:10.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_URN_RESOLVE squid-6.11/errors/sl/ERR_URN_RESOLVE
--- squid-6.10/errors/sl/ERR_URN_RESOLVE	2024-06-08 14:50:55.000000000 +0000
+++ squid-6.11/errors/sl/ERR_URN_RESOLVE	2024-09-15 21:08:10.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega imena URN ni bilo mogoče naložiti</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_WRITE_ERROR squid-6.11/errors/sl/ERR_WRITE_ERROR
--- squid-6.10/errors/sl/ERR_WRITE_ERROR	2024-06-08 14:50:55.000000000 +0000
+++ squid-6.11/errors/sl/ERR_WRITE_ERROR	2024-09-15 21:08:11.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sl/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/sl/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/sl/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:50:55.000000000 +0000
+++ squid-6.11/errors/sl/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:08:11.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_ACCESS_DENIED squid-6.11/errors/sr-cyrl/ERR_ACCESS_DENIED
--- squid-6.10/errors/sr-cyrl/ERR_ACCESS_DENIED	2024-06-08 14:50:55.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_ACCESS_DENIED	2024-09-15 21:08:11.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/sr-cyrl/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/sr-cyrl/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:50:56.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:08:11.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_AGENT_CONFIGURE squid-6.11/errors/sr-cyrl/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/sr-cyrl/ERR_AGENT_CONFIGURE	2024-06-08 14:50:56.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_AGENT_CONFIGURE	2024-09-15 21:08:11.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_AGENT_WPAD squid-6.11/errors/sr-cyrl/ERR_AGENT_WPAD
--- squid-6.10/errors/sr-cyrl/ERR_AGENT_WPAD	2024-06-08 14:50:56.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_AGENT_WPAD	2024-09-15 21:08:11.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/sr-cyrl/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/sr-cyrl/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:50:56.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:08:11.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/sr-cyrl/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/sr-cyrl/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:50:56.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:08:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Manager Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_CANNOT_FORWARD squid-6.11/errors/sr-cyrl/ERR_CANNOT_FORWARD
--- squid-6.10/errors/sr-cyrl/ERR_CANNOT_FORWARD	2024-06-08 14:50:56.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_CANNOT_FORWARD	2024-09-15 21:08:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_CONFLICT_HOST squid-6.11/errors/sr-cyrl/ERR_CONFLICT_HOST
--- squid-6.10/errors/sr-cyrl/ERR_CONFLICT_HOST	2024-06-08 14:50:56.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_CONFLICT_HOST	2024-09-15 21:08:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_CONNECT_FAIL squid-6.11/errors/sr-cyrl/ERR_CONNECT_FAIL
--- squid-6.10/errors/sr-cyrl/ERR_CONNECT_FAIL	2024-06-08 14:50:56.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_CONNECT_FAIL	2024-09-15 21:08:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_DIR_LISTING squid-6.11/errors/sr-cyrl/ERR_DIR_LISTING
--- squid-6.10/errors/sr-cyrl/ERR_DIR_LISTING	2024-06-08 14:50:57.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_DIR_LISTING	2024-09-15 21:08:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_DNS_FAIL squid-6.11/errors/sr-cyrl/ERR_DNS_FAIL
--- squid-6.10/errors/sr-cyrl/ERR_DNS_FAIL	2024-06-08 14:50:57.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_DNS_FAIL	2024-09-15 21:08:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_ESI squid-6.11/errors/sr-cyrl/ERR_ESI
--- squid-6.10/errors/sr-cyrl/ERR_ESI	2024-06-08 14:50:57.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_ESI	2024-09-15 21:08:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_FORWARDING_DENIED squid-6.11/errors/sr-cyrl/ERR_FORWARDING_DENIED
--- squid-6.10/errors/sr-cyrl/ERR_FORWARDING_DENIED	2024-06-08 14:50:57.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_FORWARDING_DENIED	2024-09-15 21:08:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_FTP_DISABLED squid-6.11/errors/sr-cyrl/ERR_FTP_DISABLED
--- squid-6.10/errors/sr-cyrl/ERR_FTP_DISABLED	2024-06-08 14:50:57.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_FTP_DISABLED	2024-09-15 21:08:13.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_FTP_FAILURE squid-6.11/errors/sr-cyrl/ERR_FTP_FAILURE
--- squid-6.10/errors/sr-cyrl/ERR_FTP_FAILURE	2024-06-08 14:50:57.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_FTP_FAILURE	2024-09-15 21:08:13.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_FTP_FORBIDDEN squid-6.11/errors/sr-cyrl/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/sr-cyrl/ERR_FTP_FORBIDDEN	2024-06-08 14:50:57.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_FTP_FORBIDDEN	2024-09-15 21:08:13.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_FTP_NOT_FOUND squid-6.11/errors/sr-cyrl/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/sr-cyrl/ERR_FTP_NOT_FOUND	2024-06-08 14:50:58.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_FTP_NOT_FOUND	2024-09-15 21:08:13.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_FTP_PUT_CREATED squid-6.11/errors/sr-cyrl/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/sr-cyrl/ERR_FTP_PUT_CREATED	2024-06-08 14:50:58.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_FTP_PUT_CREATED	2024-09-15 21:08:13.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_FTP_PUT_ERROR squid-6.11/errors/sr-cyrl/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/sr-cyrl/ERR_FTP_PUT_ERROR	2024-06-08 14:50:58.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_FTP_PUT_ERROR	2024-09-15 21:08:13.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: FTP upload failed</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_FTP_PUT_MODIFIED squid-6.11/errors/sr-cyrl/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/sr-cyrl/ERR_FTP_PUT_MODIFIED	2024-06-08 14:50:58.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_FTP_PUT_MODIFIED	2024-09-15 21:08:13.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_FTP_UNAVAILABLE squid-6.11/errors/sr-cyrl/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/sr-cyrl/ERR_FTP_UNAVAILABLE	2024-06-08 14:50:58.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_FTP_UNAVAILABLE	2024-09-15 21:08:14.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_GATEWAY_FAILURE squid-6.11/errors/sr-cyrl/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/sr-cyrl/ERR_GATEWAY_FAILURE	2024-06-08 14:50:58.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_GATEWAY_FAILURE	2024-09-15 21:08:14.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_ICAP_FAILURE squid-6.11/errors/sr-cyrl/ERR_ICAP_FAILURE
--- squid-6.10/errors/sr-cyrl/ERR_ICAP_FAILURE	2024-06-08 14:50:58.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_ICAP_FAILURE	2024-09-15 21:08:14.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_INVALID_REQ squid-6.11/errors/sr-cyrl/ERR_INVALID_REQ
--- squid-6.10/errors/sr-cyrl/ERR_INVALID_REQ	2024-06-08 14:50:59.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_INVALID_REQ	2024-09-15 21:08:14.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_INVALID_RESP squid-6.11/errors/sr-cyrl/ERR_INVALID_RESP
--- squid-6.10/errors/sr-cyrl/ERR_INVALID_RESP	2024-06-08 14:50:59.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_INVALID_RESP	2024-09-15 21:08:14.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_INVALID_URL squid-6.11/errors/sr-cyrl/ERR_INVALID_URL
--- squid-6.10/errors/sr-cyrl/ERR_INVALID_URL	2024-06-08 14:50:59.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_INVALID_URL	2024-09-15 21:08:14.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_LIFETIME_EXP squid-6.11/errors/sr-cyrl/ERR_LIFETIME_EXP
--- squid-6.10/errors/sr-cyrl/ERR_LIFETIME_EXP	2024-06-08 14:50:59.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_LIFETIME_EXP	2024-09-15 21:08:14.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_NO_RELAY squid-6.11/errors/sr-cyrl/ERR_NO_RELAY
--- squid-6.10/errors/sr-cyrl/ERR_NO_RELAY	2024-06-08 14:50:59.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_NO_RELAY	2024-09-15 21:08:14.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/sr-cyrl/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/sr-cyrl/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:50:59.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:08:15.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_PRECONDITION_FAILED squid-6.11/errors/sr-cyrl/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/sr-cyrl/ERR_PRECONDITION_FAILED	2024-06-08 14:50:59.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_PRECONDITION_FAILED	2024-09-15 21:08:15.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/sr-cyrl/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/sr-cyrl/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:50:59.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:08:15.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_READ_ERROR squid-6.11/errors/sr-cyrl/ERR_READ_ERROR
--- squid-6.10/errors/sr-cyrl/ERR_READ_ERROR	2024-06-08 14:51:00.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_READ_ERROR	2024-09-15 21:08:15.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_READ_TIMEOUT squid-6.11/errors/sr-cyrl/ERR_READ_TIMEOUT
--- squid-6.10/errors/sr-cyrl/ERR_READ_TIMEOUT	2024-06-08 14:51:00.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_READ_TIMEOUT	2024-09-15 21:08:15.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/sr-cyrl/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/sr-cyrl/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:51:00.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:08:15.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_SHUTTING_DOWN squid-6.11/errors/sr-cyrl/ERR_SHUTTING_DOWN
--- squid-6.10/errors/sr-cyrl/ERR_SHUTTING_DOWN	2024-06-08 14:51:00.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_SHUTTING_DOWN	2024-09-15 21:08:15.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_SOCKET_FAILURE squid-6.11/errors/sr-cyrl/ERR_SOCKET_FAILURE
--- squid-6.10/errors/sr-cyrl/ERR_SOCKET_FAILURE	2024-06-08 14:51:00.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_SOCKET_FAILURE	2024-09-15 21:08:16.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_TOO_BIG squid-6.11/errors/sr-cyrl/ERR_TOO_BIG
--- squid-6.10/errors/sr-cyrl/ERR_TOO_BIG	2024-06-08 14:51:00.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_TOO_BIG	2024-09-15 21:08:16.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_UNSUP_HTTPVERSION squid-6.11/errors/sr-cyrl/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/sr-cyrl/ERR_UNSUP_HTTPVERSION	2024-06-08 14:51:00.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_UNSUP_HTTPVERSION	2024-09-15 21:08:16.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_UNSUP_REQ squid-6.11/errors/sr-cyrl/ERR_UNSUP_REQ
--- squid-6.10/errors/sr-cyrl/ERR_UNSUP_REQ	2024-06-08 14:51:01.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_UNSUP_REQ	2024-09-15 21:08:16.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_URN_RESOLVE squid-6.11/errors/sr-cyrl/ERR_URN_RESOLVE
--- squid-6.10/errors/sr-cyrl/ERR_URN_RESOLVE	2024-06-08 14:51:01.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_URN_RESOLVE	2024-09-15 21:08:16.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_WRITE_ERROR squid-6.11/errors/sr-cyrl/ERR_WRITE_ERROR
--- squid-6.10/errors/sr-cyrl/ERR_WRITE_ERROR	2024-06-08 14:51:01.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_WRITE_ERROR	2024-09-15 21:08:16.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-cyrl/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/sr-cyrl/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/sr-cyrl/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:51:01.000000000 +0000
+++ squid-6.11/errors/sr-cyrl/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:08:16.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_ACCESS_DENIED squid-6.11/errors/sr-latn/ERR_ACCESS_DENIED
--- squid-6.10/errors/sr-latn/ERR_ACCESS_DENIED	2024-06-08 14:51:01.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_ACCESS_DENIED	2024-09-15 21:08:16.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/sr-latn/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/sr-latn/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/sr-latn/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:51:01.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:08:17.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_AGENT_CONFIGURE squid-6.11/errors/sr-latn/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/sr-latn/ERR_AGENT_CONFIGURE	2024-06-08 14:51:01.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_AGENT_CONFIGURE	2024-09-15 21:08:17.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/sr-latn/ERR_AGENT_WPAD squid-6.11/errors/sr-latn/ERR_AGENT_WPAD
--- squid-6.10/errors/sr-latn/ERR_AGENT_WPAD	2024-06-08 14:51:01.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_AGENT_WPAD	2024-09-15 21:08:17.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/sr-latn/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/sr-latn/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/sr-latn/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:51:02.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:08:17.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Pristup proksi/keš serveru nije dozvoljen</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/sr-latn/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/sr-latn/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:51:02.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:08:17.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Pristup proksi/keš server menadžeru nije dozvoljen</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_CANNOT_FORWARD squid-6.11/errors/sr-latn/ERR_CANNOT_FORWARD
--- squid-6.10/errors/sr-latn/ERR_CANNOT_FORWARD	2024-06-08 14:51:02.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_CANNOT_FORWARD	2024-09-15 21:08:17.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_CONFLICT_HOST squid-6.11/errors/sr-latn/ERR_CONFLICT_HOST
--- squid-6.10/errors/sr-latn/ERR_CONFLICT_HOST	2024-06-08 14:51:02.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_CONFLICT_HOST	2024-09-15 21:08:17.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_CONNECT_FAIL squid-6.11/errors/sr-latn/ERR_CONNECT_FAIL
--- squid-6.10/errors/sr-latn/ERR_CONNECT_FAIL	2024-06-08 14:51:02.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_CONNECT_FAIL	2024-09-15 21:08:18.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_DIR_LISTING squid-6.11/errors/sr-latn/ERR_DIR_LISTING
--- squid-6.10/errors/sr-latn/ERR_DIR_LISTING	2024-06-08 14:51:02.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_DIR_LISTING	2024-09-15 21:08:18.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Direktorijum %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/sr-latn/ERR_DNS_FAIL squid-6.11/errors/sr-latn/ERR_DNS_FAIL
--- squid-6.10/errors/sr-latn/ERR_DNS_FAIL	2024-06-08 14:51:02.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_DNS_FAIL	2024-09-15 21:08:18.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_ESI squid-6.11/errors/sr-latn/ERR_ESI
--- squid-6.10/errors/sr-latn/ERR_ESI	2024-06-08 14:51:03.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_ESI	2024-09-15 21:08:18.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_FORWARDING_DENIED squid-6.11/errors/sr-latn/ERR_FORWARDING_DENIED
--- squid-6.10/errors/sr-latn/ERR_FORWARDING_DENIED	2024-06-08 14:51:03.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_FORWARDING_DENIED	2024-09-15 21:08:18.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_FTP_DISABLED squid-6.11/errors/sr-latn/ERR_FTP_DISABLED
--- squid-6.10/errors/sr-latn/ERR_FTP_DISABLED	2024-06-08 14:51:03.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_FTP_DISABLED	2024-09-15 21:08:18.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_FTP_FAILURE squid-6.11/errors/sr-latn/ERR_FTP_FAILURE
--- squid-6.10/errors/sr-latn/ERR_FTP_FAILURE	2024-06-08 14:51:03.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_FTP_FAILURE	2024-09-15 21:08:18.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_FTP_FORBIDDEN squid-6.11/errors/sr-latn/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/sr-latn/ERR_FTP_FORBIDDEN	2024-06-08 14:51:03.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_FTP_FORBIDDEN	2024-09-15 21:08:18.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_FTP_NOT_FOUND squid-6.11/errors/sr-latn/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/sr-latn/ERR_FTP_NOT_FOUND	2024-06-08 14:51:03.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_FTP_NOT_FOUND	2024-09-15 21:08:19.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_FTP_PUT_CREATED squid-6.11/errors/sr-latn/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/sr-latn/ERR_FTP_PUT_CREATED	2024-06-08 14:51:03.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_FTP_PUT_CREATED	2024-09-15 21:08:19.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_FTP_PUT_ERROR squid-6.11/errors/sr-latn/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/sr-latn/ERR_FTP_PUT_ERROR	2024-06-08 14:51:03.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_FTP_PUT_ERROR	2024-09-15 21:08:19.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: FTP upis/upload nije uspeo</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_FTP_PUT_MODIFIED squid-6.11/errors/sr-latn/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/sr-latn/ERR_FTP_PUT_MODIFIED	2024-06-08 14:51:04.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_FTP_PUT_MODIFIED	2024-09-15 21:08:19.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_FTP_UNAVAILABLE squid-6.11/errors/sr-latn/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/sr-latn/ERR_FTP_UNAVAILABLE	2024-06-08 14:51:04.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_FTP_UNAVAILABLE	2024-09-15 21:08:19.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_GATEWAY_FAILURE squid-6.11/errors/sr-latn/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/sr-latn/ERR_GATEWAY_FAILURE	2024-06-08 14:51:04.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_GATEWAY_FAILURE	2024-09-15 21:08:19.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_ICAP_FAILURE squid-6.11/errors/sr-latn/ERR_ICAP_FAILURE
--- squid-6.10/errors/sr-latn/ERR_ICAP_FAILURE	2024-06-08 14:51:04.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_ICAP_FAILURE	2024-09-15 21:08:19.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_INVALID_REQ squid-6.11/errors/sr-latn/ERR_INVALID_REQ
--- squid-6.10/errors/sr-latn/ERR_INVALID_REQ	2024-06-08 14:51:04.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_INVALID_REQ	2024-09-15 21:08:20.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_INVALID_RESP squid-6.11/errors/sr-latn/ERR_INVALID_RESP
--- squid-6.10/errors/sr-latn/ERR_INVALID_RESP	2024-06-08 14:51:04.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_INVALID_RESP	2024-09-15 21:08:20.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_INVALID_URL squid-6.11/errors/sr-latn/ERR_INVALID_URL
--- squid-6.10/errors/sr-latn/ERR_INVALID_URL	2024-06-08 14:51:04.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_INVALID_URL	2024-09-15 21:08:20.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_LIFETIME_EXP squid-6.11/errors/sr-latn/ERR_LIFETIME_EXP
--- squid-6.10/errors/sr-latn/ERR_LIFETIME_EXP	2024-06-08 14:51:05.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_LIFETIME_EXP	2024-09-15 21:08:20.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_NO_RELAY squid-6.11/errors/sr-latn/ERR_NO_RELAY
--- squid-6.10/errors/sr-latn/ERR_NO_RELAY	2024-06-08 14:51:05.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_NO_RELAY	2024-09-15 21:08:20.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/sr-latn/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/sr-latn/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:51:05.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:08:20.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_PRECONDITION_FAILED squid-6.11/errors/sr-latn/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/sr-latn/ERR_PRECONDITION_FAILED	2024-06-08 14:51:05.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_PRECONDITION_FAILED	2024-09-15 21:08:20.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/sr-latn/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/sr-latn/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:51:05.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:08:20.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_READ_ERROR squid-6.11/errors/sr-latn/ERR_READ_ERROR
--- squid-6.10/errors/sr-latn/ERR_READ_ERROR	2024-06-08 14:51:05.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_READ_ERROR	2024-09-15 21:08:21.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_READ_TIMEOUT squid-6.11/errors/sr-latn/ERR_READ_TIMEOUT
--- squid-6.10/errors/sr-latn/ERR_READ_TIMEOUT	2024-06-08 14:51:05.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_READ_TIMEOUT	2024-09-15 21:08:21.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/sr-latn/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/sr-latn/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:51:05.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:08:21.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_SHUTTING_DOWN squid-6.11/errors/sr-latn/ERR_SHUTTING_DOWN
--- squid-6.10/errors/sr-latn/ERR_SHUTTING_DOWN	2024-06-08 14:51:06.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_SHUTTING_DOWN	2024-09-15 21:08:21.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_SOCKET_FAILURE squid-6.11/errors/sr-latn/ERR_SOCKET_FAILURE
--- squid-6.10/errors/sr-latn/ERR_SOCKET_FAILURE	2024-06-08 14:51:06.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_SOCKET_FAILURE	2024-09-15 21:08:21.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_TOO_BIG squid-6.11/errors/sr-latn/ERR_TOO_BIG
--- squid-6.10/errors/sr-latn/ERR_TOO_BIG	2024-06-08 14:51:06.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_TOO_BIG	2024-09-15 21:08:21.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_UNSUP_HTTPVERSION squid-6.11/errors/sr-latn/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/sr-latn/ERR_UNSUP_HTTPVERSION	2024-06-08 14:51:06.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_UNSUP_HTTPVERSION	2024-09-15 21:08:21.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_UNSUP_REQ squid-6.11/errors/sr-latn/ERR_UNSUP_REQ
--- squid-6.10/errors/sr-latn/ERR_UNSUP_REQ	2024-06-08 14:51:06.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_UNSUP_REQ	2024-09-15 21:08:22.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_URN_RESOLVE squid-6.11/errors/sr-latn/ERR_URN_RESOLVE
--- squid-6.10/errors/sr-latn/ERR_URN_RESOLVE	2024-06-08 14:51:06.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_URN_RESOLVE	2024-09-15 21:08:22.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_WRITE_ERROR squid-6.11/errors/sr-latn/ERR_WRITE_ERROR
--- squid-6.10/errors/sr-latn/ERR_WRITE_ERROR	2024-06-08 14:51:06.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_WRITE_ERROR	2024-09-15 21:08:22.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sr-latn/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/sr-latn/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/sr-latn/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:51:07.000000000 +0000
+++ squid-6.11/errors/sr-latn/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:08:22.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_ACCESS_DENIED squid-6.11/errors/sv/ERR_ACCESS_DENIED
--- squid-6.10/errors/sv/ERR_ACCESS_DENIED	2024-06-08 14:51:07.000000000 +0000
+++ squid-6.11/errors/sv/ERR_ACCESS_DENIED	2024-09-15 21:08:22.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/sv/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/sv/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/sv/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:51:07.000000000 +0000
+++ squid-6.11/errors/sv/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:08:22.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_AGENT_CONFIGURE squid-6.11/errors/sv/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/sv/ERR_AGENT_CONFIGURE	2024-06-08 14:51:07.000000000 +0000
+++ squid-6.11/errors/sv/ERR_AGENT_CONFIGURE	2024-09-15 21:08:22.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/sv/ERR_AGENT_WPAD squid-6.11/errors/sv/ERR_AGENT_WPAD
--- squid-6.10/errors/sv/ERR_AGENT_WPAD	2024-06-08 14:51:07.000000000 +0000
+++ squid-6.11/errors/sv/ERR_AGENT_WPAD	2024-09-15 21:08:23.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/sv/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/sv/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/sv/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:51:07.000000000 +0000
+++ squid-6.11/errors/sv/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:08:23.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Tilltr&auml;de nekas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/sv/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/sv/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:51:07.000000000 +0000
+++ squid-6.11/errors/sv/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:08:23.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Tilltr&auml;de till Cachehanteraren Nekas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_CANNOT_FORWARD squid-6.11/errors/sv/ERR_CANNOT_FORWARD
--- squid-6.10/errors/sv/ERR_CANNOT_FORWARD	2024-06-08 14:51:08.000000000 +0000
+++ squid-6.11/errors/sv/ERR_CANNOT_FORWARD	2024-09-15 21:08:23.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_CONFLICT_HOST squid-6.11/errors/sv/ERR_CONFLICT_HOST
--- squid-6.10/errors/sv/ERR_CONFLICT_HOST	2024-06-08 14:51:08.000000000 +0000
+++ squid-6.11/errors/sv/ERR_CONFLICT_HOST	2024-09-15 21:08:23.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_CONNECT_FAIL squid-6.11/errors/sv/ERR_CONNECT_FAIL
--- squid-6.10/errors/sv/ERR_CONNECT_FAIL	2024-06-08 14:51:08.000000000 +0000
+++ squid-6.11/errors/sv/ERR_CONNECT_FAIL	2024-09-15 21:08:23.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_DIR_LISTING squid-6.11/errors/sv/ERR_DIR_LISTING
--- squid-6.10/errors/sv/ERR_DIR_LISTING	2024-06-08 14:51:08.000000000 +0000
+++ squid-6.11/errors/sv/ERR_DIR_LISTING	2024-09-15 21:08:23.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Katalog: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/sv/ERR_DNS_FAIL squid-6.11/errors/sv/ERR_DNS_FAIL
--- squid-6.10/errors/sv/ERR_DNS_FAIL	2024-06-08 14:51:08.000000000 +0000
+++ squid-6.11/errors/sv/ERR_DNS_FAIL	2024-09-15 21:08:23.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_ESI squid-6.11/errors/sv/ERR_ESI
--- squid-6.10/errors/sv/ERR_ESI	2024-06-08 14:51:08.000000000 +0000
+++ squid-6.11/errors/sv/ERR_ESI	2024-09-15 21:08:24.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_FORWARDING_DENIED squid-6.11/errors/sv/ERR_FORWARDING_DENIED
--- squid-6.10/errors/sv/ERR_FORWARDING_DENIED	2024-06-08 14:51:08.000000000 +0000
+++ squid-6.11/errors/sv/ERR_FORWARDING_DENIED	2024-09-15 21:08:24.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_FTP_DISABLED squid-6.11/errors/sv/ERR_FTP_DISABLED
--- squid-6.10/errors/sv/ERR_FTP_DISABLED	2024-06-08 14:51:08.000000000 +0000
+++ squid-6.11/errors/sv/ERR_FTP_DISABLED	2024-09-15 21:08:24.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_FTP_FAILURE squid-6.11/errors/sv/ERR_FTP_FAILURE
--- squid-6.10/errors/sv/ERR_FTP_FAILURE	2024-06-08 14:51:09.000000000 +0000
+++ squid-6.11/errors/sv/ERR_FTP_FAILURE	2024-09-15 21:08:24.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_FTP_FORBIDDEN squid-6.11/errors/sv/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/sv/ERR_FTP_FORBIDDEN	2024-06-08 14:51:09.000000000 +0000
+++ squid-6.11/errors/sv/ERR_FTP_FORBIDDEN	2024-09-15 21:08:24.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_FTP_NOT_FOUND squid-6.11/errors/sv/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/sv/ERR_FTP_NOT_FOUND	2024-06-08 14:51:09.000000000 +0000
+++ squid-6.11/errors/sv/ERR_FTP_NOT_FOUND	2024-09-15 21:08:24.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_FTP_PUT_CREATED squid-6.11/errors/sv/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/sv/ERR_FTP_PUT_CREATED	2024-06-08 14:51:09.000000000 +0000
+++ squid-6.11/errors/sv/ERR_FTP_PUT_CREATED	2024-09-15 21:08:24.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_FTP_PUT_ERROR squid-6.11/errors/sv/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/sv/ERR_FTP_PUT_ERROR	2024-06-08 14:51:09.000000000 +0000
+++ squid-6.11/errors/sv/ERR_FTP_PUT_ERROR	2024-09-15 21:08:24.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: FTP uppladdning misslyckades</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_FTP_PUT_MODIFIED squid-6.11/errors/sv/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/sv/ERR_FTP_PUT_MODIFIED	2024-06-08 14:51:09.000000000 +0000
+++ squid-6.11/errors/sv/ERR_FTP_PUT_MODIFIED	2024-09-15 21:08:25.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_FTP_UNAVAILABLE squid-6.11/errors/sv/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/sv/ERR_FTP_UNAVAILABLE	2024-06-08 14:51:09.000000000 +0000
+++ squid-6.11/errors/sv/ERR_FTP_UNAVAILABLE	2024-09-15 21:08:25.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_GATEWAY_FAILURE squid-6.11/errors/sv/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/sv/ERR_GATEWAY_FAILURE	2024-06-08 14:51:10.000000000 +0000
+++ squid-6.11/errors/sv/ERR_GATEWAY_FAILURE	2024-09-15 21:08:25.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_ICAP_FAILURE squid-6.11/errors/sv/ERR_ICAP_FAILURE
--- squid-6.10/errors/sv/ERR_ICAP_FAILURE	2024-06-08 14:51:10.000000000 +0000
+++ squid-6.11/errors/sv/ERR_ICAP_FAILURE	2024-09-15 21:08:25.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_INVALID_REQ squid-6.11/errors/sv/ERR_INVALID_REQ
--- squid-6.10/errors/sv/ERR_INVALID_REQ	2024-06-08 14:51:10.000000000 +0000
+++ squid-6.11/errors/sv/ERR_INVALID_REQ	2024-09-15 21:08:25.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_INVALID_RESP squid-6.11/errors/sv/ERR_INVALID_RESP
--- squid-6.10/errors/sv/ERR_INVALID_RESP	2024-06-08 14:51:10.000000000 +0000
+++ squid-6.11/errors/sv/ERR_INVALID_RESP	2024-09-15 21:08:25.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_INVALID_URL squid-6.11/errors/sv/ERR_INVALID_URL
--- squid-6.10/errors/sv/ERR_INVALID_URL	2024-06-08 14:51:10.000000000 +0000
+++ squid-6.11/errors/sv/ERR_INVALID_URL	2024-09-15 21:08:25.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_LIFETIME_EXP squid-6.11/errors/sv/ERR_LIFETIME_EXP
--- squid-6.10/errors/sv/ERR_LIFETIME_EXP	2024-06-08 14:51:10.000000000 +0000
+++ squid-6.11/errors/sv/ERR_LIFETIME_EXP	2024-09-15 21:08:26.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_NO_RELAY squid-6.11/errors/sv/ERR_NO_RELAY
--- squid-6.10/errors/sv/ERR_NO_RELAY	2024-06-08 14:51:10.000000000 +0000
+++ squid-6.11/errors/sv/ERR_NO_RELAY	2024-09-15 21:08:26.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/sv/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/sv/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:51:10.000000000 +0000
+++ squid-6.11/errors/sv/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:08:26.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_PRECONDITION_FAILED squid-6.11/errors/sv/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/sv/ERR_PRECONDITION_FAILED	2024-06-08 14:51:11.000000000 +0000
+++ squid-6.11/errors/sv/ERR_PRECONDITION_FAILED	2024-09-15 21:08:26.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/sv/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/sv/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:51:11.000000000 +0000
+++ squid-6.11/errors/sv/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:08:26.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_READ_ERROR squid-6.11/errors/sv/ERR_READ_ERROR
--- squid-6.10/errors/sv/ERR_READ_ERROR	2024-06-08 14:51:11.000000000 +0000
+++ squid-6.11/errors/sv/ERR_READ_ERROR	2024-09-15 21:08:26.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_READ_TIMEOUT squid-6.11/errors/sv/ERR_READ_TIMEOUT
--- squid-6.10/errors/sv/ERR_READ_TIMEOUT	2024-06-08 14:51:11.000000000 +0000
+++ squid-6.11/errors/sv/ERR_READ_TIMEOUT	2024-09-15 21:08:26.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/sv/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/sv/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:51:11.000000000 +0000
+++ squid-6.11/errors/sv/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:08:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_SHUTTING_DOWN squid-6.11/errors/sv/ERR_SHUTTING_DOWN
--- squid-6.10/errors/sv/ERR_SHUTTING_DOWN	2024-06-08 14:51:11.000000000 +0000
+++ squid-6.11/errors/sv/ERR_SHUTTING_DOWN	2024-09-15 21:08:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_SOCKET_FAILURE squid-6.11/errors/sv/ERR_SOCKET_FAILURE
--- squid-6.10/errors/sv/ERR_SOCKET_FAILURE	2024-06-08 14:51:11.000000000 +0000
+++ squid-6.11/errors/sv/ERR_SOCKET_FAILURE	2024-09-15 21:08:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_TOO_BIG squid-6.11/errors/sv/ERR_TOO_BIG
--- squid-6.10/errors/sv/ERR_TOO_BIG	2024-06-08 14:51:12.000000000 +0000
+++ squid-6.11/errors/sv/ERR_TOO_BIG	2024-09-15 21:08:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_UNSUP_HTTPVERSION squid-6.11/errors/sv/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/sv/ERR_UNSUP_HTTPVERSION	2024-06-08 14:51:12.000000000 +0000
+++ squid-6.11/errors/sv/ERR_UNSUP_HTTPVERSION	2024-09-15 21:08:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_UNSUP_REQ squid-6.11/errors/sv/ERR_UNSUP_REQ
--- squid-6.10/errors/sv/ERR_UNSUP_REQ	2024-06-08 14:51:12.000000000 +0000
+++ squid-6.11/errors/sv/ERR_UNSUP_REQ	2024-09-15 21:08:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_URN_RESOLVE squid-6.11/errors/sv/ERR_URN_RESOLVE
--- squid-6.10/errors/sv/ERR_URN_RESOLVE	2024-06-08 14:51:12.000000000 +0000
+++ squid-6.11/errors/sv/ERR_URN_RESOLVE	2024-09-15 21:08:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_WRITE_ERROR squid-6.11/errors/sv/ERR_WRITE_ERROR
--- squid-6.10/errors/sv/ERR_WRITE_ERROR	2024-06-08 14:51:12.000000000 +0000
+++ squid-6.11/errors/sv/ERR_WRITE_ERROR	2024-09-15 21:08:27.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/sv/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/sv/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/sv/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:51:12.000000000 +0000
+++ squid-6.11/errors/sv/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:08:28.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/template.am squid-6.11/errors/template.am
--- squid-6.10/errors/template.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/template.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 ##
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/errors/templates/ERR_ACCESS_DENIED squid-6.11/errors/templates/ERR_ACCESS_DENIED
--- squid-6.10/errors/templates/ERR_ACCESS_DENIED	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_ACCESS_DENIED	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/templates/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/templates/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/templates/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_AGENT_CONFIGURE squid-6.11/errors/templates/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/templates/ERR_AGENT_CONFIGURE	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_AGENT_CONFIGURE	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/templates/ERR_AGENT_WPAD squid-6.11/errors/templates/ERR_AGENT_WPAD
--- squid-6.10/errors/templates/ERR_AGENT_WPAD	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_AGENT_WPAD	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/templates/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/templates/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/templates/ERR_CACHE_ACCESS_DENIED	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_CACHE_ACCESS_DENIED	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/templates/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/templates/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Manager Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_CANNOT_FORWARD squid-6.11/errors/templates/ERR_CANNOT_FORWARD
--- squid-6.10/errors/templates/ERR_CANNOT_FORWARD	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_CANNOT_FORWARD	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_CONFLICT_HOST squid-6.11/errors/templates/ERR_CONFLICT_HOST
--- squid-6.10/errors/templates/ERR_CONFLICT_HOST	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_CONFLICT_HOST	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_CONNECT_FAIL squid-6.11/errors/templates/ERR_CONNECT_FAIL
--- squid-6.10/errors/templates/ERR_CONNECT_FAIL	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_CONNECT_FAIL	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" CONTENT="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_DIR_LISTING squid-6.11/errors/templates/ERR_DIR_LISTING
--- squid-6.10/errors/templates/ERR_DIR_LISTING	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_DIR_LISTING	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/templates/ERR_DNS_FAIL squid-6.11/errors/templates/ERR_DNS_FAIL
--- squid-6.10/errors/templates/ERR_DNS_FAIL	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_DNS_FAIL	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_ESI squid-6.11/errors/templates/ERR_ESI
--- squid-6.10/errors/templates/ERR_ESI	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_ESI	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_FORWARDING_DENIED squid-6.11/errors/templates/ERR_FORWARDING_DENIED
--- squid-6.10/errors/templates/ERR_FORWARDING_DENIED	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_FORWARDING_DENIED	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_FTP_DISABLED squid-6.11/errors/templates/ERR_FTP_DISABLED
--- squid-6.10/errors/templates/ERR_FTP_DISABLED	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_FTP_DISABLED	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_FTP_FAILURE squid-6.11/errors/templates/ERR_FTP_FAILURE
--- squid-6.10/errors/templates/ERR_FTP_FAILURE	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_FTP_FAILURE	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_FTP_FORBIDDEN squid-6.11/errors/templates/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/templates/ERR_FTP_FORBIDDEN	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_FTP_FORBIDDEN	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_FTP_NOT_FOUND squid-6.11/errors/templates/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/templates/ERR_FTP_NOT_FOUND	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_FTP_NOT_FOUND	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_FTP_PUT_CREATED squid-6.11/errors/templates/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/templates/ERR_FTP_PUT_CREATED	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_FTP_PUT_CREATED	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_FTP_PUT_ERROR squid-6.11/errors/templates/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/templates/ERR_FTP_PUT_ERROR	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_FTP_PUT_ERROR	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: FTP upload failed</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_FTP_PUT_MODIFIED squid-6.11/errors/templates/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/templates/ERR_FTP_PUT_MODIFIED	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_FTP_PUT_MODIFIED	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_FTP_UNAVAILABLE squid-6.11/errors/templates/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/templates/ERR_FTP_UNAVAILABLE	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_FTP_UNAVAILABLE	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_GATEWAY_FAILURE squid-6.11/errors/templates/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/templates/ERR_GATEWAY_FAILURE	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_GATEWAY_FAILURE	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_ICAP_FAILURE squid-6.11/errors/templates/ERR_ICAP_FAILURE
--- squid-6.10/errors/templates/ERR_ICAP_FAILURE	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_ICAP_FAILURE	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_INVALID_REQ squid-6.11/errors/templates/ERR_INVALID_REQ
--- squid-6.10/errors/templates/ERR_INVALID_REQ	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_INVALID_REQ	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_INVALID_RESP squid-6.11/errors/templates/ERR_INVALID_RESP
--- squid-6.10/errors/templates/ERR_INVALID_RESP	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_INVALID_RESP	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_INVALID_URL squid-6.11/errors/templates/ERR_INVALID_URL
--- squid-6.10/errors/templates/ERR_INVALID_URL	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_INVALID_URL	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_LIFETIME_EXP squid-6.11/errors/templates/ERR_LIFETIME_EXP
--- squid-6.10/errors/templates/ERR_LIFETIME_EXP	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_LIFETIME_EXP	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_NO_RELAY squid-6.11/errors/templates/ERR_NO_RELAY
--- squid-6.10/errors/templates/ERR_NO_RELAY	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_NO_RELAY	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/templates/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/templates/ERR_ONLY_IF_CACHED_MISS	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_ONLY_IF_CACHED_MISS	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_PRECONDITION_FAILED squid-6.11/errors/templates/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/templates/ERR_PRECONDITION_FAILED	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_PRECONDITION_FAILED	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/templates/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/templates/ERR_PROTOCOL_UNKNOWN	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_PROTOCOL_UNKNOWN	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_READ_ERROR squid-6.11/errors/templates/ERR_READ_ERROR
--- squid-6.10/errors/templates/ERR_READ_ERROR	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_READ_ERROR	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_READ_TIMEOUT squid-6.11/errors/templates/ERR_READ_TIMEOUT
--- squid-6.10/errors/templates/ERR_READ_TIMEOUT	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_READ_TIMEOUT	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/templates/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/templates/ERR_SECURE_CONNECT_FAIL	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_SECURE_CONNECT_FAIL	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_SHUTTING_DOWN squid-6.11/errors/templates/ERR_SHUTTING_DOWN
--- squid-6.10/errors/templates/ERR_SHUTTING_DOWN	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_SHUTTING_DOWN	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_SOCKET_FAILURE squid-6.11/errors/templates/ERR_SOCKET_FAILURE
--- squid-6.10/errors/templates/ERR_SOCKET_FAILURE	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_SOCKET_FAILURE	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_TOO_BIG squid-6.11/errors/templates/ERR_TOO_BIG
--- squid-6.10/errors/templates/ERR_TOO_BIG	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_TOO_BIG	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_UNSUP_HTTPVERSION squid-6.11/errors/templates/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/templates/ERR_UNSUP_HTTPVERSION	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_UNSUP_HTTPVERSION	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_UNSUP_REQ squid-6.11/errors/templates/ERR_UNSUP_REQ
--- squid-6.10/errors/templates/ERR_UNSUP_REQ	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_UNSUP_REQ	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_URN_RESOLVE squid-6.11/errors/templates/ERR_URN_RESOLVE
--- squid-6.10/errors/templates/ERR_URN_RESOLVE	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_URN_RESOLVE	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_WRITE_ERROR squid-6.11/errors/templates/ERR_WRITE_ERROR
--- squid-6.10/errors/templates/ERR_WRITE_ERROR	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_WRITE_ERROR	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/templates/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/templates/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/templates/ERR_ZERO_SIZE_OBJECT	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/templates/ERR_ZERO_SIZE_OBJECT	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_ACCESS_DENIED squid-6.11/errors/th/ERR_ACCESS_DENIED
--- squid-6.10/errors/th/ERR_ACCESS_DENIED	2024-06-08 14:51:12.000000000 +0000
+++ squid-6.11/errors/th/ERR_ACCESS_DENIED	2024-09-15 21:08:28.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/th/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/th/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/th/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:51:13.000000000 +0000
+++ squid-6.11/errors/th/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:08:28.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_AGENT_CONFIGURE squid-6.11/errors/th/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/th/ERR_AGENT_CONFIGURE	2024-06-08 14:51:13.000000000 +0000
+++ squid-6.11/errors/th/ERR_AGENT_CONFIGURE	2024-09-15 21:08:28.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/th/ERR_AGENT_WPAD squid-6.11/errors/th/ERR_AGENT_WPAD
--- squid-6.10/errors/th/ERR_AGENT_WPAD	2024-06-08 14:51:13.000000000 +0000
+++ squid-6.11/errors/th/ERR_AGENT_WPAD	2024-09-15 21:08:28.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/th/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/th/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/th/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:51:13.000000000 +0000
+++ squid-6.11/errors/th/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:08:28.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: การเรียกใช้ระบบแคชไม่ได้รับอนุญาต</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/th/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/th/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:51:13.000000000 +0000
+++ squid-6.11/errors/th/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:08:28.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: การเรียกใช้ระบบจัดการแคชไม่ได้รับอนุญาต</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_CANNOT_FORWARD squid-6.11/errors/th/ERR_CANNOT_FORWARD
--- squid-6.10/errors/th/ERR_CANNOT_FORWARD	2024-06-08 14:51:13.000000000 +0000
+++ squid-6.11/errors/th/ERR_CANNOT_FORWARD	2024-09-15 21:08:29.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_CONFLICT_HOST squid-6.11/errors/th/ERR_CONFLICT_HOST
--- squid-6.10/errors/th/ERR_CONFLICT_HOST	2024-06-08 14:51:13.000000000 +0000
+++ squid-6.11/errors/th/ERR_CONFLICT_HOST	2024-09-15 21:08:29.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_CONNECT_FAIL squid-6.11/errors/th/ERR_CONNECT_FAIL
--- squid-6.10/errors/th/ERR_CONNECT_FAIL	2024-06-08 14:51:13.000000000 +0000
+++ squid-6.11/errors/th/ERR_CONNECT_FAIL	2024-09-15 21:08:29.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_DIR_LISTING squid-6.11/errors/th/ERR_DIR_LISTING
--- squid-6.10/errors/th/ERR_DIR_LISTING	2024-06-08 14:51:14.000000000 +0000
+++ squid-6.11/errors/th/ERR_DIR_LISTING	2024-09-15 21:08:29.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/th/ERR_DNS_FAIL squid-6.11/errors/th/ERR_DNS_FAIL
--- squid-6.10/errors/th/ERR_DNS_FAIL	2024-06-08 14:51:14.000000000 +0000
+++ squid-6.11/errors/th/ERR_DNS_FAIL	2024-09-15 21:08:29.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_ESI squid-6.11/errors/th/ERR_ESI
--- squid-6.10/errors/th/ERR_ESI	2024-06-08 14:51:14.000000000 +0000
+++ squid-6.11/errors/th/ERR_ESI	2024-09-15 21:08:29.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_FORWARDING_DENIED squid-6.11/errors/th/ERR_FORWARDING_DENIED
--- squid-6.10/errors/th/ERR_FORWARDING_DENIED	2024-06-08 14:51:14.000000000 +0000
+++ squid-6.11/errors/th/ERR_FORWARDING_DENIED	2024-09-15 21:08:29.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_FTP_DISABLED squid-6.11/errors/th/ERR_FTP_DISABLED
--- squid-6.10/errors/th/ERR_FTP_DISABLED	2024-06-08 14:51:14.000000000 +0000
+++ squid-6.11/errors/th/ERR_FTP_DISABLED	2024-09-15 21:08:29.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_FTP_FAILURE squid-6.11/errors/th/ERR_FTP_FAILURE
--- squid-6.10/errors/th/ERR_FTP_FAILURE	2024-06-08 14:51:14.000000000 +0000
+++ squid-6.11/errors/th/ERR_FTP_FAILURE	2024-09-15 21:08:30.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_FTP_FORBIDDEN squid-6.11/errors/th/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/th/ERR_FTP_FORBIDDEN	2024-06-08 14:51:14.000000000 +0000
+++ squid-6.11/errors/th/ERR_FTP_FORBIDDEN	2024-09-15 21:08:30.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_FTP_NOT_FOUND squid-6.11/errors/th/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/th/ERR_FTP_NOT_FOUND	2024-06-08 14:51:15.000000000 +0000
+++ squid-6.11/errors/th/ERR_FTP_NOT_FOUND	2024-09-15 21:08:30.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_FTP_PUT_CREATED squid-6.11/errors/th/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/th/ERR_FTP_PUT_CREATED	2024-06-08 14:51:15.000000000 +0000
+++ squid-6.11/errors/th/ERR_FTP_PUT_CREATED	2024-09-15 21:08:30.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_FTP_PUT_ERROR squid-6.11/errors/th/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/th/ERR_FTP_PUT_ERROR	2024-06-08 14:51:15.000000000 +0000
+++ squid-6.11/errors/th/ERR_FTP_PUT_ERROR	2024-09-15 21:08:30.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ส่งไฟล์ขึ้น FTP ไม่สำเร็จ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_FTP_PUT_MODIFIED squid-6.11/errors/th/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/th/ERR_FTP_PUT_MODIFIED	2024-06-08 14:51:15.000000000 +0000
+++ squid-6.11/errors/th/ERR_FTP_PUT_MODIFIED	2024-09-15 21:08:30.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_FTP_UNAVAILABLE squid-6.11/errors/th/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/th/ERR_FTP_UNAVAILABLE	2024-06-08 14:51:15.000000000 +0000
+++ squid-6.11/errors/th/ERR_FTP_UNAVAILABLE	2024-09-15 21:08:30.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_GATEWAY_FAILURE squid-6.11/errors/th/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/th/ERR_GATEWAY_FAILURE	2024-06-08 14:51:15.000000000 +0000
+++ squid-6.11/errors/th/ERR_GATEWAY_FAILURE	2024-09-15 21:08:30.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_ICAP_FAILURE squid-6.11/errors/th/ERR_ICAP_FAILURE
--- squid-6.10/errors/th/ERR_ICAP_FAILURE	2024-06-08 14:51:15.000000000 +0000
+++ squid-6.11/errors/th/ERR_ICAP_FAILURE	2024-09-15 21:08:31.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_INVALID_REQ squid-6.11/errors/th/ERR_INVALID_REQ
--- squid-6.10/errors/th/ERR_INVALID_REQ	2024-06-08 14:51:15.000000000 +0000
+++ squid-6.11/errors/th/ERR_INVALID_REQ	2024-09-15 21:08:31.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_INVALID_RESP squid-6.11/errors/th/ERR_INVALID_RESP
--- squid-6.10/errors/th/ERR_INVALID_RESP	2024-06-08 14:51:16.000000000 +0000
+++ squid-6.11/errors/th/ERR_INVALID_RESP	2024-09-15 21:08:31.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_INVALID_URL squid-6.11/errors/th/ERR_INVALID_URL
--- squid-6.10/errors/th/ERR_INVALID_URL	2024-06-08 14:51:16.000000000 +0000
+++ squid-6.11/errors/th/ERR_INVALID_URL	2024-09-15 21:08:31.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_LIFETIME_EXP squid-6.11/errors/th/ERR_LIFETIME_EXP
--- squid-6.10/errors/th/ERR_LIFETIME_EXP	2024-06-08 14:51:16.000000000 +0000
+++ squid-6.11/errors/th/ERR_LIFETIME_EXP	2024-09-15 21:08:31.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_NO_RELAY squid-6.11/errors/th/ERR_NO_RELAY
--- squid-6.10/errors/th/ERR_NO_RELAY	2024-06-08 14:51:16.000000000 +0000
+++ squid-6.11/errors/th/ERR_NO_RELAY	2024-09-15 21:08:31.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/th/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/th/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:51:16.000000000 +0000
+++ squid-6.11/errors/th/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:08:31.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_PRECONDITION_FAILED squid-6.11/errors/th/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/th/ERR_PRECONDITION_FAILED	2024-06-08 14:51:16.000000000 +0000
+++ squid-6.11/errors/th/ERR_PRECONDITION_FAILED	2024-09-15 21:08:32.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/th/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/th/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:51:16.000000000 +0000
+++ squid-6.11/errors/th/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:08:32.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_READ_ERROR squid-6.11/errors/th/ERR_READ_ERROR
--- squid-6.10/errors/th/ERR_READ_ERROR	2024-06-08 14:51:17.000000000 +0000
+++ squid-6.11/errors/th/ERR_READ_ERROR	2024-09-15 21:08:32.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_READ_TIMEOUT squid-6.11/errors/th/ERR_READ_TIMEOUT
--- squid-6.10/errors/th/ERR_READ_TIMEOUT	2024-06-08 14:51:17.000000000 +0000
+++ squid-6.11/errors/th/ERR_READ_TIMEOUT	2024-09-15 21:08:32.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/th/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/th/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:51:17.000000000 +0000
+++ squid-6.11/errors/th/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:08:32.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_SHUTTING_DOWN squid-6.11/errors/th/ERR_SHUTTING_DOWN
--- squid-6.10/errors/th/ERR_SHUTTING_DOWN	2024-06-08 14:51:17.000000000 +0000
+++ squid-6.11/errors/th/ERR_SHUTTING_DOWN	2024-09-15 21:08:32.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_SOCKET_FAILURE squid-6.11/errors/th/ERR_SOCKET_FAILURE
--- squid-6.10/errors/th/ERR_SOCKET_FAILURE	2024-06-08 14:51:17.000000000 +0000
+++ squid-6.11/errors/th/ERR_SOCKET_FAILURE	2024-09-15 21:08:32.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_TOO_BIG squid-6.11/errors/th/ERR_TOO_BIG
--- squid-6.10/errors/th/ERR_TOO_BIG	2024-06-08 14:51:17.000000000 +0000
+++ squid-6.11/errors/th/ERR_TOO_BIG	2024-09-15 21:08:32.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_UNSUP_HTTPVERSION squid-6.11/errors/th/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/th/ERR_UNSUP_HTTPVERSION	2024-06-08 14:51:17.000000000 +0000
+++ squid-6.11/errors/th/ERR_UNSUP_HTTPVERSION	2024-09-15 21:08:33.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_UNSUP_REQ squid-6.11/errors/th/ERR_UNSUP_REQ
--- squid-6.10/errors/th/ERR_UNSUP_REQ	2024-06-08 14:51:17.000000000 +0000
+++ squid-6.11/errors/th/ERR_UNSUP_REQ	2024-09-15 21:08:33.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_URN_RESOLVE squid-6.11/errors/th/ERR_URN_RESOLVE
--- squid-6.10/errors/th/ERR_URN_RESOLVE	2024-06-08 14:51:18.000000000 +0000
+++ squid-6.11/errors/th/ERR_URN_RESOLVE	2024-09-15 21:08:33.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_WRITE_ERROR squid-6.11/errors/th/ERR_WRITE_ERROR
--- squid-6.10/errors/th/ERR_WRITE_ERROR	2024-06-08 14:51:18.000000000 +0000
+++ squid-6.11/errors/th/ERR_WRITE_ERROR	2024-09-15 21:08:33.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/th/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/th/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/th/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:51:18.000000000 +0000
+++ squid-6.11/errors/th/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:08:33.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_ACCESS_DENIED squid-6.11/errors/tr/ERR_ACCESS_DENIED
--- squid-6.10/errors/tr/ERR_ACCESS_DENIED	2024-06-08 14:51:18.000000000 +0000
+++ squid-6.11/errors/tr/ERR_ACCESS_DENIED	2024-09-15 21:08:33.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/tr/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/tr/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/tr/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:51:18.000000000 +0000
+++ squid-6.11/errors/tr/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:08:33.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_AGENT_CONFIGURE squid-6.11/errors/tr/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/tr/ERR_AGENT_CONFIGURE	2024-06-08 14:51:18.000000000 +0000
+++ squid-6.11/errors/tr/ERR_AGENT_CONFIGURE	2024-09-15 21:08:34.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/tr/ERR_AGENT_WPAD squid-6.11/errors/tr/ERR_AGENT_WPAD
--- squid-6.10/errors/tr/ERR_AGENT_WPAD	2024-06-08 14:51:18.000000000 +0000
+++ squid-6.11/errors/tr/ERR_AGENT_WPAD	2024-09-15 21:08:34.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/tr/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/tr/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/tr/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:51:19.000000000 +0000
+++ squid-6.11/errors/tr/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:08:34.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: Cache Sunucusu Kullanamazsınız</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/tr/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/tr/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:51:19.000000000 +0000
+++ squid-6.11/errors/tr/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:08:34.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: Cache Yönetici girişi yasak</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_CANNOT_FORWARD squid-6.11/errors/tr/ERR_CANNOT_FORWARD
--- squid-6.10/errors/tr/ERR_CANNOT_FORWARD	2024-06-08 14:51:19.000000000 +0000
+++ squid-6.11/errors/tr/ERR_CANNOT_FORWARD	2024-09-15 21:08:34.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_CONFLICT_HOST squid-6.11/errors/tr/ERR_CONFLICT_HOST
--- squid-6.10/errors/tr/ERR_CONFLICT_HOST	2024-06-08 14:51:19.000000000 +0000
+++ squid-6.11/errors/tr/ERR_CONFLICT_HOST	2024-09-15 21:08:34.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_CONNECT_FAIL squid-6.11/errors/tr/ERR_CONNECT_FAIL
--- squid-6.10/errors/tr/ERR_CONNECT_FAIL	2024-06-08 14:51:19.000000000 +0000
+++ squid-6.11/errors/tr/ERR_CONNECT_FAIL	2024-09-15 21:08:34.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_DIR_LISTING squid-6.11/errors/tr/ERR_DIR_LISTING
--- squid-6.10/errors/tr/ERR_DIR_LISTING	2024-06-08 14:51:19.000000000 +0000
+++ squid-6.11/errors/tr/ERR_DIR_LISTING	2024-09-15 21:08:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Dizin: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/tr/ERR_DNS_FAIL squid-6.11/errors/tr/ERR_DNS_FAIL
--- squid-6.10/errors/tr/ERR_DNS_FAIL	2024-06-08 14:51:19.000000000 +0000
+++ squid-6.11/errors/tr/ERR_DNS_FAIL	2024-09-15 21:08:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_ESI squid-6.11/errors/tr/ERR_ESI
--- squid-6.10/errors/tr/ERR_ESI	2024-06-08 14:51:19.000000000 +0000
+++ squid-6.11/errors/tr/ERR_ESI	2024-09-15 21:08:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_FORWARDING_DENIED squid-6.11/errors/tr/ERR_FORWARDING_DENIED
--- squid-6.10/errors/tr/ERR_FORWARDING_DENIED	2024-06-08 14:51:20.000000000 +0000
+++ squid-6.11/errors/tr/ERR_FORWARDING_DENIED	2024-09-15 21:08:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_FTP_DISABLED squid-6.11/errors/tr/ERR_FTP_DISABLED
--- squid-6.10/errors/tr/ERR_FTP_DISABLED	2024-06-08 14:51:20.000000000 +0000
+++ squid-6.11/errors/tr/ERR_FTP_DISABLED	2024-09-15 21:08:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_FTP_FAILURE squid-6.11/errors/tr/ERR_FTP_FAILURE
--- squid-6.10/errors/tr/ERR_FTP_FAILURE	2024-06-08 14:51:20.000000000 +0000
+++ squid-6.11/errors/tr/ERR_FTP_FAILURE	2024-09-15 21:08:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_FTP_FORBIDDEN squid-6.11/errors/tr/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/tr/ERR_FTP_FORBIDDEN	2024-06-08 14:51:20.000000000 +0000
+++ squid-6.11/errors/tr/ERR_FTP_FORBIDDEN	2024-09-15 21:08:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_FTP_NOT_FOUND squid-6.11/errors/tr/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/tr/ERR_FTP_NOT_FOUND	2024-06-08 14:51:20.000000000 +0000
+++ squid-6.11/errors/tr/ERR_FTP_NOT_FOUND	2024-09-15 21:08:35.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_FTP_PUT_CREATED squid-6.11/errors/tr/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/tr/ERR_FTP_PUT_CREATED	2024-06-08 14:51:20.000000000 +0000
+++ squid-6.11/errors/tr/ERR_FTP_PUT_CREATED	2024-09-15 21:08:36.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_FTP_PUT_ERROR squid-6.11/errors/tr/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/tr/ERR_FTP_PUT_ERROR	2024-06-08 14:51:20.000000000 +0000
+++ squid-6.11/errors/tr/ERR_FTP_PUT_ERROR	2024-09-15 21:08:36.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: FTP dosya yüklemesi yapılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_FTP_PUT_MODIFIED squid-6.11/errors/tr/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/tr/ERR_FTP_PUT_MODIFIED	2024-06-08 14:51:21.000000000 +0000
+++ squid-6.11/errors/tr/ERR_FTP_PUT_MODIFIED	2024-09-15 21:08:36.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_FTP_UNAVAILABLE squid-6.11/errors/tr/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/tr/ERR_FTP_UNAVAILABLE	2024-06-08 14:51:21.000000000 +0000
+++ squid-6.11/errors/tr/ERR_FTP_UNAVAILABLE	2024-09-15 21:08:36.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_GATEWAY_FAILURE squid-6.11/errors/tr/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/tr/ERR_GATEWAY_FAILURE	2024-06-08 14:51:21.000000000 +0000
+++ squid-6.11/errors/tr/ERR_GATEWAY_FAILURE	2024-09-15 21:08:36.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_ICAP_FAILURE squid-6.11/errors/tr/ERR_ICAP_FAILURE
--- squid-6.10/errors/tr/ERR_ICAP_FAILURE	2024-06-08 14:51:21.000000000 +0000
+++ squid-6.11/errors/tr/ERR_ICAP_FAILURE	2024-09-15 21:08:36.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_INVALID_REQ squid-6.11/errors/tr/ERR_INVALID_REQ
--- squid-6.10/errors/tr/ERR_INVALID_REQ	2024-06-08 14:51:21.000000000 +0000
+++ squid-6.11/errors/tr/ERR_INVALID_REQ	2024-09-15 21:08:36.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_INVALID_RESP squid-6.11/errors/tr/ERR_INVALID_RESP
--- squid-6.10/errors/tr/ERR_INVALID_RESP	2024-06-08 14:51:21.000000000 +0000
+++ squid-6.11/errors/tr/ERR_INVALID_RESP	2024-09-15 21:08:37.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_INVALID_URL squid-6.11/errors/tr/ERR_INVALID_URL
--- squid-6.10/errors/tr/ERR_INVALID_URL	2024-06-08 14:51:21.000000000 +0000
+++ squid-6.11/errors/tr/ERR_INVALID_URL	2024-09-15 21:08:37.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_LIFETIME_EXP squid-6.11/errors/tr/ERR_LIFETIME_EXP
--- squid-6.10/errors/tr/ERR_LIFETIME_EXP	2024-06-08 14:51:22.000000000 +0000
+++ squid-6.11/errors/tr/ERR_LIFETIME_EXP	2024-09-15 21:08:37.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_NO_RELAY squid-6.11/errors/tr/ERR_NO_RELAY
--- squid-6.10/errors/tr/ERR_NO_RELAY	2024-06-08 14:51:22.000000000 +0000
+++ squid-6.11/errors/tr/ERR_NO_RELAY	2024-09-15 21:08:37.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/tr/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/tr/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:51:22.000000000 +0000
+++ squid-6.11/errors/tr/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:08:37.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_PRECONDITION_FAILED squid-6.11/errors/tr/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/tr/ERR_PRECONDITION_FAILED	2024-06-08 14:51:22.000000000 +0000
+++ squid-6.11/errors/tr/ERR_PRECONDITION_FAILED	2024-09-15 21:08:37.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/tr/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/tr/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:51:22.000000000 +0000
+++ squid-6.11/errors/tr/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:08:37.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_READ_ERROR squid-6.11/errors/tr/ERR_READ_ERROR
--- squid-6.10/errors/tr/ERR_READ_ERROR	2024-06-08 14:51:22.000000000 +0000
+++ squid-6.11/errors/tr/ERR_READ_ERROR	2024-09-15 21:08:37.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_READ_TIMEOUT squid-6.11/errors/tr/ERR_READ_TIMEOUT
--- squid-6.10/errors/tr/ERR_READ_TIMEOUT	2024-06-08 14:51:22.000000000 +0000
+++ squid-6.11/errors/tr/ERR_READ_TIMEOUT	2024-09-15 21:08:38.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/tr/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/tr/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:51:22.000000000 +0000
+++ squid-6.11/errors/tr/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:08:38.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_SHUTTING_DOWN squid-6.11/errors/tr/ERR_SHUTTING_DOWN
--- squid-6.10/errors/tr/ERR_SHUTTING_DOWN	2024-06-08 14:51:23.000000000 +0000
+++ squid-6.11/errors/tr/ERR_SHUTTING_DOWN	2024-09-15 21:08:38.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_SOCKET_FAILURE squid-6.11/errors/tr/ERR_SOCKET_FAILURE
--- squid-6.10/errors/tr/ERR_SOCKET_FAILURE	2024-06-08 14:51:23.000000000 +0000
+++ squid-6.11/errors/tr/ERR_SOCKET_FAILURE	2024-09-15 21:08:38.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_TOO_BIG squid-6.11/errors/tr/ERR_TOO_BIG
--- squid-6.10/errors/tr/ERR_TOO_BIG	2024-06-08 14:51:23.000000000 +0000
+++ squid-6.11/errors/tr/ERR_TOO_BIG	2024-09-15 21:08:38.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_UNSUP_HTTPVERSION squid-6.11/errors/tr/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/tr/ERR_UNSUP_HTTPVERSION	2024-06-08 14:51:23.000000000 +0000
+++ squid-6.11/errors/tr/ERR_UNSUP_HTTPVERSION	2024-09-15 21:08:38.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_UNSUP_REQ squid-6.11/errors/tr/ERR_UNSUP_REQ
--- squid-6.10/errors/tr/ERR_UNSUP_REQ	2024-06-08 14:51:23.000000000 +0000
+++ squid-6.11/errors/tr/ERR_UNSUP_REQ	2024-09-15 21:08:38.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_URN_RESOLVE squid-6.11/errors/tr/ERR_URN_RESOLVE
--- squid-6.10/errors/tr/ERR_URN_RESOLVE	2024-06-08 14:51:23.000000000 +0000
+++ squid-6.11/errors/tr/ERR_URN_RESOLVE	2024-09-15 21:08:39.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_WRITE_ERROR squid-6.11/errors/tr/ERR_WRITE_ERROR
--- squid-6.10/errors/tr/ERR_WRITE_ERROR	2024-06-08 14:51:23.000000000 +0000
+++ squid-6.11/errors/tr/ERR_WRITE_ERROR	2024-09-15 21:08:39.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/tr/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/tr/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/tr/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:51:24.000000000 +0000
+++ squid-6.11/errors/tr/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:08:39.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/TRANSLATORS squid-6.11/errors/TRANSLATORS
--- squid-6.10/errors/TRANSLATORS	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/errors/TRANSLATORS	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/errors/uk/ERR_ACCESS_DENIED squid-6.11/errors/uk/ERR_ACCESS_DENIED
--- squid-6.10/errors/uk/ERR_ACCESS_DENIED	2024-06-08 14:51:24.000000000 +0000
+++ squid-6.11/errors/uk/ERR_ACCESS_DENIED	2024-09-15 21:08:39.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/uk/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/uk/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/uk/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:51:24.000000000 +0000
+++ squid-6.11/errors/uk/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:08:39.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_AGENT_CONFIGURE squid-6.11/errors/uk/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/uk/ERR_AGENT_CONFIGURE	2024-06-08 14:51:24.000000000 +0000
+++ squid-6.11/errors/uk/ERR_AGENT_CONFIGURE	2024-09-15 21:08:39.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Конфігурація браузера</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/uk/ERR_AGENT_WPAD squid-6.11/errors/uk/ERR_AGENT_WPAD
--- squid-6.10/errors/uk/ERR_AGENT_WPAD	2024-06-08 14:51:24.000000000 +0000
+++ squid-6.11/errors/uk/ERR_AGENT_WPAD	2024-09-15 21:08:39.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Конфігурація браузера</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/uk/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/uk/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/uk/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:51:24.000000000 +0000
+++ squid-6.11/errors/uk/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:08:39.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Доступ до кешу заборонено</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/uk/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/uk/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:51:24.000000000 +0000
+++ squid-6.11/errors/uk/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:08:40.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Доступ до керування кешом заборонено</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_CANNOT_FORWARD squid-6.11/errors/uk/ERR_CANNOT_FORWARD
--- squid-6.10/errors/uk/ERR_CANNOT_FORWARD	2024-06-08 14:51:24.000000000 +0000
+++ squid-6.11/errors/uk/ERR_CANNOT_FORWARD	2024-09-15 21:08:40.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_CONFLICT_HOST squid-6.11/errors/uk/ERR_CONFLICT_HOST
--- squid-6.10/errors/uk/ERR_CONFLICT_HOST	2024-06-08 14:51:25.000000000 +0000
+++ squid-6.11/errors/uk/ERR_CONFLICT_HOST	2024-09-15 21:08:40.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_CONNECT_FAIL squid-6.11/errors/uk/ERR_CONNECT_FAIL
--- squid-6.10/errors/uk/ERR_CONNECT_FAIL	2024-06-08 14:51:25.000000000 +0000
+++ squid-6.11/errors/uk/ERR_CONNECT_FAIL	2024-09-15 21:08:40.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_DIR_LISTING squid-6.11/errors/uk/ERR_DIR_LISTING
--- squid-6.10/errors/uk/ERR_DIR_LISTING	2024-06-08 14:51:25.000000000 +0000
+++ squid-6.11/errors/uk/ERR_DIR_LISTING	2024-09-15 21:08:40.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Директорія: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/uk/ERR_DNS_FAIL squid-6.11/errors/uk/ERR_DNS_FAIL
--- squid-6.10/errors/uk/ERR_DNS_FAIL	2024-06-08 14:51:25.000000000 +0000
+++ squid-6.11/errors/uk/ERR_DNS_FAIL	2024-09-15 21:08:40.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_ESI squid-6.11/errors/uk/ERR_ESI
--- squid-6.10/errors/uk/ERR_ESI	2024-06-08 14:51:25.000000000 +0000
+++ squid-6.11/errors/uk/ERR_ESI	2024-09-15 21:08:40.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_FORWARDING_DENIED squid-6.11/errors/uk/ERR_FORWARDING_DENIED
--- squid-6.10/errors/uk/ERR_FORWARDING_DENIED	2024-06-08 14:51:25.000000000 +0000
+++ squid-6.11/errors/uk/ERR_FORWARDING_DENIED	2024-09-15 21:08:41.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_FTP_DISABLED squid-6.11/errors/uk/ERR_FTP_DISABLED
--- squid-6.10/errors/uk/ERR_FTP_DISABLED	2024-06-08 14:51:25.000000000 +0000
+++ squid-6.11/errors/uk/ERR_FTP_DISABLED	2024-09-15 21:08:41.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_FTP_FAILURE squid-6.11/errors/uk/ERR_FTP_FAILURE
--- squid-6.10/errors/uk/ERR_FTP_FAILURE	2024-06-08 14:51:26.000000000 +0000
+++ squid-6.11/errors/uk/ERR_FTP_FAILURE	2024-09-15 21:08:41.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_FTP_FORBIDDEN squid-6.11/errors/uk/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/uk/ERR_FTP_FORBIDDEN	2024-06-08 14:51:26.000000000 +0000
+++ squid-6.11/errors/uk/ERR_FTP_FORBIDDEN	2024-09-15 21:08:41.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_FTP_NOT_FOUND squid-6.11/errors/uk/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/uk/ERR_FTP_NOT_FOUND	2024-06-08 14:51:26.000000000 +0000
+++ squid-6.11/errors/uk/ERR_FTP_NOT_FOUND	2024-09-15 21:08:41.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_FTP_PUT_CREATED squid-6.11/errors/uk/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/uk/ERR_FTP_PUT_CREATED	2024-06-08 14:51:26.000000000 +0000
+++ squid-6.11/errors/uk/ERR_FTP_PUT_CREATED	2024-09-15 21:08:41.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_FTP_PUT_ERROR squid-6.11/errors/uk/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/uk/ERR_FTP_PUT_ERROR	2024-06-08 14:51:26.000000000 +0000
+++ squid-6.11/errors/uk/ERR_FTP_PUT_ERROR	2024-09-15 21:08:41.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Невдала пересилка по FTP</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_FTP_PUT_MODIFIED squid-6.11/errors/uk/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/uk/ERR_FTP_PUT_MODIFIED	2024-06-08 14:51:26.000000000 +0000
+++ squid-6.11/errors/uk/ERR_FTP_PUT_MODIFIED	2024-09-15 21:08:42.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_FTP_UNAVAILABLE squid-6.11/errors/uk/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/uk/ERR_FTP_UNAVAILABLE	2024-06-08 14:51:26.000000000 +0000
+++ squid-6.11/errors/uk/ERR_FTP_UNAVAILABLE	2024-09-15 21:08:42.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_GATEWAY_FAILURE squid-6.11/errors/uk/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/uk/ERR_GATEWAY_FAILURE	2024-06-08 14:51:27.000000000 +0000
+++ squid-6.11/errors/uk/ERR_GATEWAY_FAILURE	2024-09-15 21:08:42.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_ICAP_FAILURE squid-6.11/errors/uk/ERR_ICAP_FAILURE
--- squid-6.10/errors/uk/ERR_ICAP_FAILURE	2024-06-08 14:51:27.000000000 +0000
+++ squid-6.11/errors/uk/ERR_ICAP_FAILURE	2024-09-15 21:08:42.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_INVALID_REQ squid-6.11/errors/uk/ERR_INVALID_REQ
--- squid-6.10/errors/uk/ERR_INVALID_REQ	2024-06-08 14:51:27.000000000 +0000
+++ squid-6.11/errors/uk/ERR_INVALID_REQ	2024-09-15 21:08:42.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_INVALID_RESP squid-6.11/errors/uk/ERR_INVALID_RESP
--- squid-6.10/errors/uk/ERR_INVALID_RESP	2024-06-08 14:51:27.000000000 +0000
+++ squid-6.11/errors/uk/ERR_INVALID_RESP	2024-09-15 21:08:42.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_INVALID_URL squid-6.11/errors/uk/ERR_INVALID_URL
--- squid-6.10/errors/uk/ERR_INVALID_URL	2024-06-08 14:51:27.000000000 +0000
+++ squid-6.11/errors/uk/ERR_INVALID_URL	2024-09-15 21:08:42.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_LIFETIME_EXP squid-6.11/errors/uk/ERR_LIFETIME_EXP
--- squid-6.10/errors/uk/ERR_LIFETIME_EXP	2024-06-08 14:51:27.000000000 +0000
+++ squid-6.11/errors/uk/ERR_LIFETIME_EXP	2024-09-15 21:08:42.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_NO_RELAY squid-6.11/errors/uk/ERR_NO_RELAY
--- squid-6.10/errors/uk/ERR_NO_RELAY	2024-06-08 14:51:27.000000000 +0000
+++ squid-6.11/errors/uk/ERR_NO_RELAY	2024-09-15 21:08:43.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/uk/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/uk/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:51:27.000000000 +0000
+++ squid-6.11/errors/uk/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:08:43.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_PRECONDITION_FAILED squid-6.11/errors/uk/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/uk/ERR_PRECONDITION_FAILED	2024-06-08 14:51:28.000000000 +0000
+++ squid-6.11/errors/uk/ERR_PRECONDITION_FAILED	2024-09-15 21:08:43.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/uk/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/uk/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:51:28.000000000 +0000
+++ squid-6.11/errors/uk/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:08:43.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_READ_ERROR squid-6.11/errors/uk/ERR_READ_ERROR
--- squid-6.10/errors/uk/ERR_READ_ERROR	2024-06-08 14:51:28.000000000 +0000
+++ squid-6.11/errors/uk/ERR_READ_ERROR	2024-09-15 21:08:43.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_READ_TIMEOUT squid-6.11/errors/uk/ERR_READ_TIMEOUT
--- squid-6.10/errors/uk/ERR_READ_TIMEOUT	2024-06-08 14:51:28.000000000 +0000
+++ squid-6.11/errors/uk/ERR_READ_TIMEOUT	2024-09-15 21:08:43.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/uk/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/uk/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:51:28.000000000 +0000
+++ squid-6.11/errors/uk/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:08:43.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_SHUTTING_DOWN squid-6.11/errors/uk/ERR_SHUTTING_DOWN
--- squid-6.10/errors/uk/ERR_SHUTTING_DOWN	2024-06-08 14:51:28.000000000 +0000
+++ squid-6.11/errors/uk/ERR_SHUTTING_DOWN	2024-09-15 21:08:44.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_SOCKET_FAILURE squid-6.11/errors/uk/ERR_SOCKET_FAILURE
--- squid-6.10/errors/uk/ERR_SOCKET_FAILURE	2024-06-08 14:51:28.000000000 +0000
+++ squid-6.11/errors/uk/ERR_SOCKET_FAILURE	2024-09-15 21:08:44.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_TOO_BIG squid-6.11/errors/uk/ERR_TOO_BIG
--- squid-6.10/errors/uk/ERR_TOO_BIG	2024-06-08 14:51:29.000000000 +0000
+++ squid-6.11/errors/uk/ERR_TOO_BIG	2024-09-15 21:08:44.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_UNSUP_HTTPVERSION squid-6.11/errors/uk/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/uk/ERR_UNSUP_HTTPVERSION	2024-06-08 14:51:29.000000000 +0000
+++ squid-6.11/errors/uk/ERR_UNSUP_HTTPVERSION	2024-09-15 21:08:44.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_UNSUP_REQ squid-6.11/errors/uk/ERR_UNSUP_REQ
--- squid-6.10/errors/uk/ERR_UNSUP_REQ	2024-06-08 14:51:29.000000000 +0000
+++ squid-6.11/errors/uk/ERR_UNSUP_REQ	2024-09-15 21:08:44.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_URN_RESOLVE squid-6.11/errors/uk/ERR_URN_RESOLVE
--- squid-6.10/errors/uk/ERR_URN_RESOLVE	2024-06-08 14:51:29.000000000 +0000
+++ squid-6.11/errors/uk/ERR_URN_RESOLVE	2024-09-15 21:08:44.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_WRITE_ERROR squid-6.11/errors/uk/ERR_WRITE_ERROR
--- squid-6.10/errors/uk/ERR_WRITE_ERROR	2024-06-08 14:51:29.000000000 +0000
+++ squid-6.11/errors/uk/ERR_WRITE_ERROR	2024-09-15 21:08:45.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uk/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/uk/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/uk/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:51:29.000000000 +0000
+++ squid-6.11/errors/uk/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:08:45.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_ACCESS_DENIED squid-6.11/errors/uz/ERR_ACCESS_DENIED
--- squid-6.10/errors/uz/ERR_ACCESS_DENIED	2024-06-08 14:51:29.000000000 +0000
+++ squid-6.11/errors/uz/ERR_ACCESS_DENIED	2024-09-15 21:08:45.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/uz/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/uz/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/uz/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:51:30.000000000 +0000
+++ squid-6.11/errors/uz/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:08:45.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_AGENT_CONFIGURE squid-6.11/errors/uz/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/uz/ERR_AGENT_CONFIGURE	2024-06-08 14:51:30.000000000 +0000
+++ squid-6.11/errors/uz/ERR_AGENT_CONFIGURE	2024-09-15 21:08:45.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/uz/ERR_AGENT_WPAD squid-6.11/errors/uz/ERR_AGENT_WPAD
--- squid-6.10/errors/uz/ERR_AGENT_WPAD	2024-06-08 14:51:30.000000000 +0000
+++ squid-6.11/errors/uz/ERR_AGENT_WPAD	2024-09-15 21:08:45.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/uz/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/uz/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/uz/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:51:30.000000000 +0000
+++ squid-6.11/errors/uz/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:08:45.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Кеш рухсат бермади</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/uz/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/uz/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:51:30.000000000 +0000
+++ squid-6.11/errors/uz/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:08:46.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Кеш бошқарувчи рухсат бермади</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_CANNOT_FORWARD squid-6.11/errors/uz/ERR_CANNOT_FORWARD
--- squid-6.10/errors/uz/ERR_CANNOT_FORWARD	2024-06-08 14:51:30.000000000 +0000
+++ squid-6.11/errors/uz/ERR_CANNOT_FORWARD	2024-09-15 21:08:46.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_CONFLICT_HOST squid-6.11/errors/uz/ERR_CONFLICT_HOST
--- squid-6.10/errors/uz/ERR_CONFLICT_HOST	2024-06-08 14:51:30.000000000 +0000
+++ squid-6.11/errors/uz/ERR_CONFLICT_HOST	2024-09-15 21:08:46.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_CONNECT_FAIL squid-6.11/errors/uz/ERR_CONNECT_FAIL
--- squid-6.10/errors/uz/ERR_CONNECT_FAIL	2024-06-08 14:51:30.000000000 +0000
+++ squid-6.11/errors/uz/ERR_CONNECT_FAIL	2024-09-15 21:08:46.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_DIR_LISTING squid-6.11/errors/uz/ERR_DIR_LISTING
--- squid-6.10/errors/uz/ERR_DIR_LISTING	2024-06-08 14:51:31.000000000 +0000
+++ squid-6.11/errors/uz/ERR_DIR_LISTING	2024-09-15 21:08:46.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Директория: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/uz/ERR_DNS_FAIL squid-6.11/errors/uz/ERR_DNS_FAIL
--- squid-6.10/errors/uz/ERR_DNS_FAIL	2024-06-08 14:51:31.000000000 +0000
+++ squid-6.11/errors/uz/ERR_DNS_FAIL	2024-09-15 21:08:46.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_ESI squid-6.11/errors/uz/ERR_ESI
--- squid-6.10/errors/uz/ERR_ESI	2024-06-08 14:51:31.000000000 +0000
+++ squid-6.11/errors/uz/ERR_ESI	2024-09-15 21:08:46.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_FORWARDING_DENIED squid-6.11/errors/uz/ERR_FORWARDING_DENIED
--- squid-6.10/errors/uz/ERR_FORWARDING_DENIED	2024-06-08 14:51:31.000000000 +0000
+++ squid-6.11/errors/uz/ERR_FORWARDING_DENIED	2024-09-15 21:08:47.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_FTP_DISABLED squid-6.11/errors/uz/ERR_FTP_DISABLED
--- squid-6.10/errors/uz/ERR_FTP_DISABLED	2024-06-08 14:51:31.000000000 +0000
+++ squid-6.11/errors/uz/ERR_FTP_DISABLED	2024-09-15 21:08:47.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_FTP_FAILURE squid-6.11/errors/uz/ERR_FTP_FAILURE
--- squid-6.10/errors/uz/ERR_FTP_FAILURE	2024-06-08 14:51:31.000000000 +0000
+++ squid-6.11/errors/uz/ERR_FTP_FAILURE	2024-09-15 21:08:47.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_FTP_FORBIDDEN squid-6.11/errors/uz/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/uz/ERR_FTP_FORBIDDEN	2024-06-08 14:51:31.000000000 +0000
+++ squid-6.11/errors/uz/ERR_FTP_FORBIDDEN	2024-09-15 21:08:47.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_FTP_NOT_FOUND squid-6.11/errors/uz/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/uz/ERR_FTP_NOT_FOUND	2024-06-08 14:51:32.000000000 +0000
+++ squid-6.11/errors/uz/ERR_FTP_NOT_FOUND	2024-09-15 21:08:47.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_FTP_PUT_CREATED squid-6.11/errors/uz/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/uz/ERR_FTP_PUT_CREATED	2024-06-08 14:51:32.000000000 +0000
+++ squid-6.11/errors/uz/ERR_FTP_PUT_CREATED	2024-09-15 21:08:47.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_FTP_PUT_ERROR squid-6.11/errors/uz/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/uz/ERR_FTP_PUT_ERROR	2024-06-08 14:51:32.000000000 +0000
+++ squid-6.11/errors/uz/ERR_FTP_PUT_ERROR	2024-09-15 21:08:47.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: FTP'га юклаш муваффақиятсиз якунланди</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_FTP_PUT_MODIFIED squid-6.11/errors/uz/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/uz/ERR_FTP_PUT_MODIFIED	2024-06-08 14:51:32.000000000 +0000
+++ squid-6.11/errors/uz/ERR_FTP_PUT_MODIFIED	2024-09-15 21:08:48.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_FTP_UNAVAILABLE squid-6.11/errors/uz/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/uz/ERR_FTP_UNAVAILABLE	2024-06-08 14:51:32.000000000 +0000
+++ squid-6.11/errors/uz/ERR_FTP_UNAVAILABLE	2024-09-15 21:08:48.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_GATEWAY_FAILURE squid-6.11/errors/uz/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/uz/ERR_GATEWAY_FAILURE	2024-06-08 14:51:32.000000000 +0000
+++ squid-6.11/errors/uz/ERR_GATEWAY_FAILURE	2024-09-15 21:08:48.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_ICAP_FAILURE squid-6.11/errors/uz/ERR_ICAP_FAILURE
--- squid-6.10/errors/uz/ERR_ICAP_FAILURE	2024-06-08 14:51:32.000000000 +0000
+++ squid-6.11/errors/uz/ERR_ICAP_FAILURE	2024-09-15 21:08:48.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_INVALID_REQ squid-6.11/errors/uz/ERR_INVALID_REQ
--- squid-6.10/errors/uz/ERR_INVALID_REQ	2024-06-08 14:51:33.000000000 +0000
+++ squid-6.11/errors/uz/ERR_INVALID_REQ	2024-09-15 21:08:48.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_INVALID_RESP squid-6.11/errors/uz/ERR_INVALID_RESP
--- squid-6.10/errors/uz/ERR_INVALID_RESP	2024-06-08 14:51:33.000000000 +0000
+++ squid-6.11/errors/uz/ERR_INVALID_RESP	2024-09-15 21:08:48.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_INVALID_URL squid-6.11/errors/uz/ERR_INVALID_URL
--- squid-6.10/errors/uz/ERR_INVALID_URL	2024-06-08 14:51:33.000000000 +0000
+++ squid-6.11/errors/uz/ERR_INVALID_URL	2024-09-15 21:08:48.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_LIFETIME_EXP squid-6.11/errors/uz/ERR_LIFETIME_EXP
--- squid-6.10/errors/uz/ERR_LIFETIME_EXP	2024-06-08 14:51:33.000000000 +0000
+++ squid-6.11/errors/uz/ERR_LIFETIME_EXP	2024-09-15 21:08:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_NO_RELAY squid-6.11/errors/uz/ERR_NO_RELAY
--- squid-6.10/errors/uz/ERR_NO_RELAY	2024-06-08 14:51:33.000000000 +0000
+++ squid-6.11/errors/uz/ERR_NO_RELAY	2024-09-15 21:08:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/uz/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/uz/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:51:33.000000000 +0000
+++ squid-6.11/errors/uz/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:08:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_PRECONDITION_FAILED squid-6.11/errors/uz/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/uz/ERR_PRECONDITION_FAILED	2024-06-08 14:51:34.000000000 +0000
+++ squid-6.11/errors/uz/ERR_PRECONDITION_FAILED	2024-09-15 21:08:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/uz/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/uz/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:51:34.000000000 +0000
+++ squid-6.11/errors/uz/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:08:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_READ_ERROR squid-6.11/errors/uz/ERR_READ_ERROR
--- squid-6.10/errors/uz/ERR_READ_ERROR	2024-06-08 14:51:34.000000000 +0000
+++ squid-6.11/errors/uz/ERR_READ_ERROR	2024-09-15 21:08:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_READ_TIMEOUT squid-6.11/errors/uz/ERR_READ_TIMEOUT
--- squid-6.10/errors/uz/ERR_READ_TIMEOUT	2024-06-08 14:51:34.000000000 +0000
+++ squid-6.11/errors/uz/ERR_READ_TIMEOUT	2024-09-15 21:08:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/uz/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/uz/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:51:34.000000000 +0000
+++ squid-6.11/errors/uz/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:08:49.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_SHUTTING_DOWN squid-6.11/errors/uz/ERR_SHUTTING_DOWN
--- squid-6.10/errors/uz/ERR_SHUTTING_DOWN	2024-06-08 14:51:34.000000000 +0000
+++ squid-6.11/errors/uz/ERR_SHUTTING_DOWN	2024-09-15 21:08:50.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_SOCKET_FAILURE squid-6.11/errors/uz/ERR_SOCKET_FAILURE
--- squid-6.10/errors/uz/ERR_SOCKET_FAILURE	2024-06-08 14:51:34.000000000 +0000
+++ squid-6.11/errors/uz/ERR_SOCKET_FAILURE	2024-09-15 21:08:50.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_TOO_BIG squid-6.11/errors/uz/ERR_TOO_BIG
--- squid-6.10/errors/uz/ERR_TOO_BIG	2024-06-08 14:51:35.000000000 +0000
+++ squid-6.11/errors/uz/ERR_TOO_BIG	2024-09-15 21:08:50.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_UNSUP_HTTPVERSION squid-6.11/errors/uz/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/uz/ERR_UNSUP_HTTPVERSION	2024-06-08 14:51:35.000000000 +0000
+++ squid-6.11/errors/uz/ERR_UNSUP_HTTPVERSION	2024-09-15 21:08:50.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_UNSUP_REQ squid-6.11/errors/uz/ERR_UNSUP_REQ
--- squid-6.10/errors/uz/ERR_UNSUP_REQ	2024-06-08 14:51:35.000000000 +0000
+++ squid-6.11/errors/uz/ERR_UNSUP_REQ	2024-09-15 21:08:50.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_URN_RESOLVE squid-6.11/errors/uz/ERR_URN_RESOLVE
--- squid-6.10/errors/uz/ERR_URN_RESOLVE	2024-06-08 14:51:35.000000000 +0000
+++ squid-6.11/errors/uz/ERR_URN_RESOLVE	2024-09-15 21:08:50.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_WRITE_ERROR squid-6.11/errors/uz/ERR_WRITE_ERROR
--- squid-6.10/errors/uz/ERR_WRITE_ERROR	2024-06-08 14:51:35.000000000 +0000
+++ squid-6.11/errors/uz/ERR_WRITE_ERROR	2024-09-15 21:08:50.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/uz/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/uz/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/uz/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:51:35.000000000 +0000
+++ squid-6.11/errors/uz/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:08:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_ACCESS_DENIED squid-6.11/errors/vi/ERR_ACCESS_DENIED
--- squid-6.10/errors/vi/ERR_ACCESS_DENIED	2024-06-08 14:51:35.000000000 +0000
+++ squid-6.11/errors/vi/ERR_ACCESS_DENIED	2024-09-15 21:08:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/vi/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/vi/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/vi/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:51:36.000000000 +0000
+++ squid-6.11/errors/vi/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:08:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_AGENT_CONFIGURE squid-6.11/errors/vi/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/vi/ERR_AGENT_CONFIGURE	2024-06-08 14:51:36.000000000 +0000
+++ squid-6.11/errors/vi/ERR_AGENT_CONFIGURE	2024-09-15 21:08:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/vi/ERR_AGENT_WPAD squid-6.11/errors/vi/ERR_AGENT_WPAD
--- squid-6.10/errors/vi/ERR_AGENT_WPAD	2024-06-08 14:51:36.000000000 +0000
+++ squid-6.11/errors/vi/ERR_AGENT_WPAD	2024-09-15 21:08:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/vi/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/vi/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/vi/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:51:36.000000000 +0000
+++ squid-6.11/errors/vi/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:08:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: truy cập đến vùng nhớ tạm bị từ chối</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/vi/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/vi/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:51:36.000000000 +0000
+++ squid-6.11/errors/vi/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:08:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: truy cập đến trình quản lý vùng nhớ tạm bị từ chối</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_CANNOT_FORWARD squid-6.11/errors/vi/ERR_CANNOT_FORWARD
--- squid-6.10/errors/vi/ERR_CANNOT_FORWARD	2024-06-08 14:51:36.000000000 +0000
+++ squid-6.11/errors/vi/ERR_CANNOT_FORWARD	2024-09-15 21:08:51.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_CONFLICT_HOST squid-6.11/errors/vi/ERR_CONFLICT_HOST
--- squid-6.10/errors/vi/ERR_CONFLICT_HOST	2024-06-08 14:51:36.000000000 +0000
+++ squid-6.11/errors/vi/ERR_CONFLICT_HOST	2024-09-15 21:08:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_CONNECT_FAIL squid-6.11/errors/vi/ERR_CONNECT_FAIL
--- squid-6.10/errors/vi/ERR_CONNECT_FAIL	2024-06-08 14:51:37.000000000 +0000
+++ squid-6.11/errors/vi/ERR_CONNECT_FAIL	2024-09-15 21:08:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_DIR_LISTING squid-6.11/errors/vi/ERR_DIR_LISTING
--- squid-6.10/errors/vi/ERR_DIR_LISTING	2024-06-08 14:51:37.000000000 +0000
+++ squid-6.11/errors/vi/ERR_DIR_LISTING	2024-09-15 21:08:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Thư mục: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/vi/ERR_DNS_FAIL squid-6.11/errors/vi/ERR_DNS_FAIL
--- squid-6.10/errors/vi/ERR_DNS_FAIL	2024-06-08 14:51:37.000000000 +0000
+++ squid-6.11/errors/vi/ERR_DNS_FAIL	2024-09-15 21:08:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_ESI squid-6.11/errors/vi/ERR_ESI
--- squid-6.10/errors/vi/ERR_ESI	2024-06-08 14:51:37.000000000 +0000
+++ squid-6.11/errors/vi/ERR_ESI	2024-09-15 21:08:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_FORWARDING_DENIED squid-6.11/errors/vi/ERR_FORWARDING_DENIED
--- squid-6.10/errors/vi/ERR_FORWARDING_DENIED	2024-06-08 14:51:37.000000000 +0000
+++ squid-6.11/errors/vi/ERR_FORWARDING_DENIED	2024-09-15 21:08:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_FTP_DISABLED squid-6.11/errors/vi/ERR_FTP_DISABLED
--- squid-6.10/errors/vi/ERR_FTP_DISABLED	2024-06-08 14:51:37.000000000 +0000
+++ squid-6.11/errors/vi/ERR_FTP_DISABLED	2024-09-15 21:08:52.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_FTP_FAILURE squid-6.11/errors/vi/ERR_FTP_FAILURE
--- squid-6.10/errors/vi/ERR_FTP_FAILURE	2024-06-08 14:51:37.000000000 +0000
+++ squid-6.11/errors/vi/ERR_FTP_FAILURE	2024-09-15 21:08:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_FTP_FORBIDDEN squid-6.11/errors/vi/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/vi/ERR_FTP_FORBIDDEN	2024-06-08 14:51:38.000000000 +0000
+++ squid-6.11/errors/vi/ERR_FTP_FORBIDDEN	2024-09-15 21:08:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_FTP_NOT_FOUND squid-6.11/errors/vi/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/vi/ERR_FTP_NOT_FOUND	2024-06-08 14:51:38.000000000 +0000
+++ squid-6.11/errors/vi/ERR_FTP_NOT_FOUND	2024-09-15 21:08:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_FTP_PUT_CREATED squid-6.11/errors/vi/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/vi/ERR_FTP_PUT_CREATED	2024-06-08 14:51:38.000000000 +0000
+++ squid-6.11/errors/vi/ERR_FTP_PUT_CREATED	2024-09-15 21:08:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_FTP_PUT_ERROR squid-6.11/errors/vi/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/vi/ERR_FTP_PUT_ERROR	2024-06-08 14:51:38.000000000 +0000
+++ squid-6.11/errors/vi/ERR_FTP_PUT_ERROR	2024-09-15 21:08:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không tải lên được qua FTP</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_FTP_PUT_MODIFIED squid-6.11/errors/vi/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/vi/ERR_FTP_PUT_MODIFIED	2024-06-08 14:51:38.000000000 +0000
+++ squid-6.11/errors/vi/ERR_FTP_PUT_MODIFIED	2024-09-15 21:08:53.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_FTP_UNAVAILABLE squid-6.11/errors/vi/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/vi/ERR_FTP_UNAVAILABLE	2024-06-08 14:51:38.000000000 +0000
+++ squid-6.11/errors/vi/ERR_FTP_UNAVAILABLE	2024-09-15 21:08:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_GATEWAY_FAILURE squid-6.11/errors/vi/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/vi/ERR_GATEWAY_FAILURE	2024-06-08 14:51:38.000000000 +0000
+++ squid-6.11/errors/vi/ERR_GATEWAY_FAILURE	2024-09-15 21:08:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_ICAP_FAILURE squid-6.11/errors/vi/ERR_ICAP_FAILURE
--- squid-6.10/errors/vi/ERR_ICAP_FAILURE	2024-06-08 14:51:38.000000000 +0000
+++ squid-6.11/errors/vi/ERR_ICAP_FAILURE	2024-09-15 21:08:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_INVALID_REQ squid-6.11/errors/vi/ERR_INVALID_REQ
--- squid-6.10/errors/vi/ERR_INVALID_REQ	2024-06-08 14:51:39.000000000 +0000
+++ squid-6.11/errors/vi/ERR_INVALID_REQ	2024-09-15 21:08:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_INVALID_RESP squid-6.11/errors/vi/ERR_INVALID_RESP
--- squid-6.10/errors/vi/ERR_INVALID_RESP	2024-06-08 14:51:39.000000000 +0000
+++ squid-6.11/errors/vi/ERR_INVALID_RESP	2024-09-15 21:08:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_INVALID_URL squid-6.11/errors/vi/ERR_INVALID_URL
--- squid-6.10/errors/vi/ERR_INVALID_URL	2024-06-08 14:51:39.000000000 +0000
+++ squid-6.11/errors/vi/ERR_INVALID_URL	2024-09-15 21:08:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_LIFETIME_EXP squid-6.11/errors/vi/ERR_LIFETIME_EXP
--- squid-6.10/errors/vi/ERR_LIFETIME_EXP	2024-06-08 14:51:39.000000000 +0000
+++ squid-6.11/errors/vi/ERR_LIFETIME_EXP	2024-09-15 21:08:54.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_NO_RELAY squid-6.11/errors/vi/ERR_NO_RELAY
--- squid-6.10/errors/vi/ERR_NO_RELAY	2024-06-08 14:51:39.000000000 +0000
+++ squid-6.11/errors/vi/ERR_NO_RELAY	2024-09-15 21:08:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/vi/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/vi/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:51:39.000000000 +0000
+++ squid-6.11/errors/vi/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:08:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_PRECONDITION_FAILED squid-6.11/errors/vi/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/vi/ERR_PRECONDITION_FAILED	2024-06-08 14:51:39.000000000 +0000
+++ squid-6.11/errors/vi/ERR_PRECONDITION_FAILED	2024-09-15 21:08:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/vi/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/vi/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:51:40.000000000 +0000
+++ squid-6.11/errors/vi/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:08:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_READ_ERROR squid-6.11/errors/vi/ERR_READ_ERROR
--- squid-6.10/errors/vi/ERR_READ_ERROR	2024-06-08 14:51:40.000000000 +0000
+++ squid-6.11/errors/vi/ERR_READ_ERROR	2024-09-15 21:08:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_READ_TIMEOUT squid-6.11/errors/vi/ERR_READ_TIMEOUT
--- squid-6.10/errors/vi/ERR_READ_TIMEOUT	2024-06-08 14:51:40.000000000 +0000
+++ squid-6.11/errors/vi/ERR_READ_TIMEOUT	2024-09-15 21:08:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/vi/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/vi/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:51:40.000000000 +0000
+++ squid-6.11/errors/vi/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:08:55.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_SHUTTING_DOWN squid-6.11/errors/vi/ERR_SHUTTING_DOWN
--- squid-6.10/errors/vi/ERR_SHUTTING_DOWN	2024-06-08 14:51:40.000000000 +0000
+++ squid-6.11/errors/vi/ERR_SHUTTING_DOWN	2024-09-15 21:08:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_SOCKET_FAILURE squid-6.11/errors/vi/ERR_SOCKET_FAILURE
--- squid-6.10/errors/vi/ERR_SOCKET_FAILURE	2024-06-08 14:51:40.000000000 +0000
+++ squid-6.11/errors/vi/ERR_SOCKET_FAILURE	2024-09-15 21:08:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_TOO_BIG squid-6.11/errors/vi/ERR_TOO_BIG
--- squid-6.10/errors/vi/ERR_TOO_BIG	2024-06-08 14:51:40.000000000 +0000
+++ squid-6.11/errors/vi/ERR_TOO_BIG	2024-09-15 21:08:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_UNSUP_HTTPVERSION squid-6.11/errors/vi/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/vi/ERR_UNSUP_HTTPVERSION	2024-06-08 14:51:41.000000000 +0000
+++ squid-6.11/errors/vi/ERR_UNSUP_HTTPVERSION	2024-09-15 21:08:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_UNSUP_REQ squid-6.11/errors/vi/ERR_UNSUP_REQ
--- squid-6.10/errors/vi/ERR_UNSUP_REQ	2024-06-08 14:51:41.000000000 +0000
+++ squid-6.11/errors/vi/ERR_UNSUP_REQ	2024-09-15 21:08:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_URN_RESOLVE squid-6.11/errors/vi/ERR_URN_RESOLVE
--- squid-6.10/errors/vi/ERR_URN_RESOLVE	2024-06-08 14:51:41.000000000 +0000
+++ squid-6.11/errors/vi/ERR_URN_RESOLVE	2024-09-15 21:08:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_WRITE_ERROR squid-6.11/errors/vi/ERR_WRITE_ERROR
--- squid-6.10/errors/vi/ERR_WRITE_ERROR	2024-06-08 14:51:41.000000000 +0000
+++ squid-6.11/errors/vi/ERR_WRITE_ERROR	2024-09-15 21:08:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/vi/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/vi/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/vi/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:51:41.000000000 +0000
+++ squid-6.11/errors/vi/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:08:56.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_ACCESS_DENIED squid-6.11/errors/zh-hans/ERR_ACCESS_DENIED
--- squid-6.10/errors/zh-hans/ERR_ACCESS_DENIED	2024-06-08 14:51:41.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_ACCESS_DENIED	2024-09-15 21:08:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/zh-hans/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/zh-hans/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/zh-hans/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:51:41.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:08:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_AGENT_CONFIGURE squid-6.11/errors/zh-hans/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/zh-hans/ERR_AGENT_CONFIGURE	2024-06-08 14:51:41.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_AGENT_CONFIGURE	2024-09-15 21:08:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/zh-hans/ERR_AGENT_WPAD squid-6.11/errors/zh-hans/ERR_AGENT_WPAD
--- squid-6.10/errors/zh-hans/ERR_AGENT_WPAD	2024-06-08 14:51:42.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_AGENT_WPAD	2024-09-15 21:08:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/zh-hans/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/zh-hans/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/zh-hans/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:51:42.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:08:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 缓存访问被拒绝</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/zh-hans/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/zh-hans/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:51:42.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:08:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 缓存管理访问被拒绝</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_CANNOT_FORWARD squid-6.11/errors/zh-hans/ERR_CANNOT_FORWARD
--- squid-6.10/errors/zh-hans/ERR_CANNOT_FORWARD	2024-06-08 14:51:42.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_CANNOT_FORWARD	2024-09-15 21:08:57.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_CONFLICT_HOST squid-6.11/errors/zh-hans/ERR_CONFLICT_HOST
--- squid-6.10/errors/zh-hans/ERR_CONFLICT_HOST	2024-06-08 14:51:42.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_CONFLICT_HOST	2024-09-15 21:08:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_CONNECT_FAIL squid-6.11/errors/zh-hans/ERR_CONNECT_FAIL
--- squid-6.10/errors/zh-hans/ERR_CONNECT_FAIL	2024-06-08 14:51:42.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_CONNECT_FAIL	2024-09-15 21:08:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_DIR_LISTING squid-6.11/errors/zh-hans/ERR_DIR_LISTING
--- squid-6.10/errors/zh-hans/ERR_DIR_LISTING	2024-06-08 14:51:42.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_DIR_LISTING	2024-09-15 21:08:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>文件夹： %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/zh-hans/ERR_DNS_FAIL squid-6.11/errors/zh-hans/ERR_DNS_FAIL
--- squid-6.10/errors/zh-hans/ERR_DNS_FAIL	2024-06-08 14:51:43.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_DNS_FAIL	2024-09-15 21:08:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_ESI squid-6.11/errors/zh-hans/ERR_ESI
--- squid-6.10/errors/zh-hans/ERR_ESI	2024-06-08 14:51:43.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_ESI	2024-09-15 21:08:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_FORWARDING_DENIED squid-6.11/errors/zh-hans/ERR_FORWARDING_DENIED
--- squid-6.10/errors/zh-hans/ERR_FORWARDING_DENIED	2024-06-08 14:51:43.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_FORWARDING_DENIED	2024-09-15 21:08:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_FTP_DISABLED squid-6.11/errors/zh-hans/ERR_FTP_DISABLED
--- squid-6.10/errors/zh-hans/ERR_FTP_DISABLED	2024-06-08 14:51:43.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_FTP_DISABLED	2024-09-15 21:08:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_FTP_FAILURE squid-6.11/errors/zh-hans/ERR_FTP_FAILURE
--- squid-6.10/errors/zh-hans/ERR_FTP_FAILURE	2024-06-08 14:51:43.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_FTP_FAILURE	2024-09-15 21:08:58.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_FTP_FORBIDDEN squid-6.11/errors/zh-hans/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/zh-hans/ERR_FTP_FORBIDDEN	2024-06-08 14:51:43.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_FTP_FORBIDDEN	2024-09-15 21:08:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_FTP_NOT_FOUND squid-6.11/errors/zh-hans/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/zh-hans/ERR_FTP_NOT_FOUND	2024-06-08 14:51:43.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_FTP_NOT_FOUND	2024-09-15 21:08:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_FTP_PUT_CREATED squid-6.11/errors/zh-hans/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/zh-hans/ERR_FTP_PUT_CREATED	2024-06-08 14:51:44.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_FTP_PUT_CREATED	2024-09-15 21:08:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_FTP_PUT_ERROR squid-6.11/errors/zh-hans/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/zh-hans/ERR_FTP_PUT_ERROR	2024-06-08 14:51:44.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_FTP_PUT_ERROR	2024-09-15 21:08:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: FTP上传失败</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_FTP_PUT_MODIFIED squid-6.11/errors/zh-hans/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/zh-hans/ERR_FTP_PUT_MODIFIED	2024-06-08 14:51:44.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_FTP_PUT_MODIFIED	2024-09-15 21:08:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_FTP_UNAVAILABLE squid-6.11/errors/zh-hans/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/zh-hans/ERR_FTP_UNAVAILABLE	2024-06-08 14:51:44.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_FTP_UNAVAILABLE	2024-09-15 21:08:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_GATEWAY_FAILURE squid-6.11/errors/zh-hans/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/zh-hans/ERR_GATEWAY_FAILURE	2024-06-08 14:51:44.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_GATEWAY_FAILURE	2024-09-15 21:08:59.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_ICAP_FAILURE squid-6.11/errors/zh-hans/ERR_ICAP_FAILURE
--- squid-6.10/errors/zh-hans/ERR_ICAP_FAILURE	2024-06-08 14:51:44.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_ICAP_FAILURE	2024-09-15 21:09:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_INVALID_REQ squid-6.11/errors/zh-hans/ERR_INVALID_REQ
--- squid-6.10/errors/zh-hans/ERR_INVALID_REQ	2024-06-08 14:51:44.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_INVALID_REQ	2024-09-15 21:09:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_INVALID_RESP squid-6.11/errors/zh-hans/ERR_INVALID_RESP
--- squid-6.10/errors/zh-hans/ERR_INVALID_RESP	2024-06-08 14:51:44.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_INVALID_RESP	2024-09-15 21:09:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_INVALID_URL squid-6.11/errors/zh-hans/ERR_INVALID_URL
--- squid-6.10/errors/zh-hans/ERR_INVALID_URL	2024-06-08 14:51:45.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_INVALID_URL	2024-09-15 21:09:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_LIFETIME_EXP squid-6.11/errors/zh-hans/ERR_LIFETIME_EXP
--- squid-6.10/errors/zh-hans/ERR_LIFETIME_EXP	2024-06-08 14:51:45.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_LIFETIME_EXP	2024-09-15 21:09:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_NO_RELAY squid-6.11/errors/zh-hans/ERR_NO_RELAY
--- squid-6.10/errors/zh-hans/ERR_NO_RELAY	2024-06-08 14:51:45.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_NO_RELAY	2024-09-15 21:09:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/zh-hans/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/zh-hans/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:51:45.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:09:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_PRECONDITION_FAILED squid-6.11/errors/zh-hans/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/zh-hans/ERR_PRECONDITION_FAILED	2024-06-08 14:51:45.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_PRECONDITION_FAILED	2024-09-15 21:09:00.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/zh-hans/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/zh-hans/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:51:45.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:09:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_READ_ERROR squid-6.11/errors/zh-hans/ERR_READ_ERROR
--- squid-6.10/errors/zh-hans/ERR_READ_ERROR	2024-06-08 14:51:45.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_READ_ERROR	2024-09-15 21:09:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_READ_TIMEOUT squid-6.11/errors/zh-hans/ERR_READ_TIMEOUT
--- squid-6.10/errors/zh-hans/ERR_READ_TIMEOUT	2024-06-08 14:51:46.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_READ_TIMEOUT	2024-09-15 21:09:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/zh-hans/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/zh-hans/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:51:46.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:09:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_SHUTTING_DOWN squid-6.11/errors/zh-hans/ERR_SHUTTING_DOWN
--- squid-6.10/errors/zh-hans/ERR_SHUTTING_DOWN	2024-06-08 14:51:46.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_SHUTTING_DOWN	2024-09-15 21:09:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_SOCKET_FAILURE squid-6.11/errors/zh-hans/ERR_SOCKET_FAILURE
--- squid-6.10/errors/zh-hans/ERR_SOCKET_FAILURE	2024-06-08 14:51:46.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_SOCKET_FAILURE	2024-09-15 21:09:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_TOO_BIG squid-6.11/errors/zh-hans/ERR_TOO_BIG
--- squid-6.10/errors/zh-hans/ERR_TOO_BIG	2024-06-08 14:51:46.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_TOO_BIG	2024-09-15 21:09:01.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_UNSUP_HTTPVERSION squid-6.11/errors/zh-hans/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/zh-hans/ERR_UNSUP_HTTPVERSION	2024-06-08 14:51:46.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_UNSUP_HTTPVERSION	2024-09-15 21:09:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_UNSUP_REQ squid-6.11/errors/zh-hans/ERR_UNSUP_REQ
--- squid-6.10/errors/zh-hans/ERR_UNSUP_REQ	2024-06-08 14:51:46.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_UNSUP_REQ	2024-09-15 21:09:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_URN_RESOLVE squid-6.11/errors/zh-hans/ERR_URN_RESOLVE
--- squid-6.10/errors/zh-hans/ERR_URN_RESOLVE	2024-06-08 14:51:46.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_URN_RESOLVE	2024-09-15 21:09:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_WRITE_ERROR squid-6.11/errors/zh-hans/ERR_WRITE_ERROR
--- squid-6.10/errors/zh-hans/ERR_WRITE_ERROR	2024-06-08 14:51:47.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_WRITE_ERROR	2024-09-15 21:09:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hans/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/zh-hans/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/zh-hans/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:51:47.000000000 +0000
+++ squid-6.11/errors/zh-hans/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:09:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_ACCESS_DENIED squid-6.11/errors/zh-hant/ERR_ACCESS_DENIED
--- squid-6.10/errors/zh-hant/ERR_ACCESS_DENIED	2024-06-08 14:51:47.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_ACCESS_DENIED	2024-09-15 21:09:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/zh-hant/ERR_ACL_TIME_QUOTA_EXCEEDED squid-6.11/errors/zh-hant/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-6.10/errors/zh-hant/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-06-08 14:51:47.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_ACL_TIME_QUOTA_EXCEEDED	2024-09-15 21:09:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_AGENT_CONFIGURE squid-6.11/errors/zh-hant/ERR_AGENT_CONFIGURE
--- squid-6.10/errors/zh-hant/ERR_AGENT_CONFIGURE	2024-06-08 14:51:47.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_AGENT_CONFIGURE	2024-09-15 21:09:02.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/zh-hant/ERR_AGENT_WPAD squid-6.11/errors/zh-hant/ERR_AGENT_WPAD
--- squid-6.10/errors/zh-hant/ERR_AGENT_WPAD	2024-06-08 14:51:47.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_AGENT_WPAD	2024-09-15 21:09:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/zh-hant/ERR_CACHE_ACCESS_DENIED squid-6.11/errors/zh-hant/ERR_CACHE_ACCESS_DENIED
--- squid-6.10/errors/zh-hant/ERR_CACHE_ACCESS_DENIED	2024-06-08 14:51:47.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_CACHE_ACCESS_DENIED	2024-09-15 21:09:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 網路快取伺服器存取被拒絕</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_CACHE_MGR_ACCESS_DENIED squid-6.11/errors/zh-hant/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-6.10/errors/zh-hant/ERR_CACHE_MGR_ACCESS_DENIED	2024-06-08 14:51:48.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_CACHE_MGR_ACCESS_DENIED	2024-09-15 21:09:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 使用快取伺服器管理程式被拒絕</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_CANNOT_FORWARD squid-6.11/errors/zh-hant/ERR_CANNOT_FORWARD
--- squid-6.10/errors/zh-hant/ERR_CANNOT_FORWARD	2024-06-08 14:51:48.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_CANNOT_FORWARD	2024-09-15 21:09:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_CONFLICT_HOST squid-6.11/errors/zh-hant/ERR_CONFLICT_HOST
--- squid-6.10/errors/zh-hant/ERR_CONFLICT_HOST	2024-06-08 14:51:48.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_CONFLICT_HOST	2024-09-15 21:09:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_CONNECT_FAIL squid-6.11/errors/zh-hant/ERR_CONNECT_FAIL
--- squid-6.10/errors/zh-hant/ERR_CONNECT_FAIL	2024-06-08 14:51:48.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_CONNECT_FAIL	2024-09-15 21:09:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_DIR_LISTING squid-6.11/errors/zh-hant/ERR_DIR_LISTING
--- squid-6.10/errors/zh-hant/ERR_DIR_LISTING	2024-06-08 14:51:48.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_DIR_LISTING	2024-09-15 21:09:03.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-6.10/errors/zh-hant/ERR_DNS_FAIL squid-6.11/errors/zh-hant/ERR_DNS_FAIL
--- squid-6.10/errors/zh-hant/ERR_DNS_FAIL	2024-06-08 14:51:48.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_DNS_FAIL	2024-09-15 21:09:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_ESI squid-6.11/errors/zh-hant/ERR_ESI
--- squid-6.10/errors/zh-hant/ERR_ESI	2024-06-08 14:51:48.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_ESI	2024-09-15 21:09:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_FORWARDING_DENIED squid-6.11/errors/zh-hant/ERR_FORWARDING_DENIED
--- squid-6.10/errors/zh-hant/ERR_FORWARDING_DENIED	2024-06-08 14:51:49.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_FORWARDING_DENIED	2024-09-15 21:09:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_FTP_DISABLED squid-6.11/errors/zh-hant/ERR_FTP_DISABLED
--- squid-6.10/errors/zh-hant/ERR_FTP_DISABLED	2024-06-08 14:51:49.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_FTP_DISABLED	2024-09-15 21:09:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_FTP_FAILURE squid-6.11/errors/zh-hant/ERR_FTP_FAILURE
--- squid-6.10/errors/zh-hant/ERR_FTP_FAILURE	2024-06-08 14:51:49.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_FTP_FAILURE	2024-09-15 21:09:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_FTP_FORBIDDEN squid-6.11/errors/zh-hant/ERR_FTP_FORBIDDEN
--- squid-6.10/errors/zh-hant/ERR_FTP_FORBIDDEN	2024-06-08 14:51:49.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_FTP_FORBIDDEN	2024-09-15 21:09:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_FTP_NOT_FOUND squid-6.11/errors/zh-hant/ERR_FTP_NOT_FOUND
--- squid-6.10/errors/zh-hant/ERR_FTP_NOT_FOUND	2024-06-08 14:51:49.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_FTP_NOT_FOUND	2024-09-15 21:09:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_FTP_PUT_CREATED squid-6.11/errors/zh-hant/ERR_FTP_PUT_CREATED
--- squid-6.10/errors/zh-hant/ERR_FTP_PUT_CREATED	2024-06-08 14:51:49.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_FTP_PUT_CREATED	2024-09-15 21:09:04.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_FTP_PUT_ERROR squid-6.11/errors/zh-hant/ERR_FTP_PUT_ERROR
--- squid-6.10/errors/zh-hant/ERR_FTP_PUT_ERROR	2024-06-08 14:51:49.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_FTP_PUT_ERROR	2024-09-15 21:09:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 檔案傳輸上傳（PUT）失敗</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_FTP_PUT_MODIFIED squid-6.11/errors/zh-hant/ERR_FTP_PUT_MODIFIED
--- squid-6.10/errors/zh-hant/ERR_FTP_PUT_MODIFIED	2024-06-08 14:51:49.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_FTP_PUT_MODIFIED	2024-09-15 21:09:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_FTP_UNAVAILABLE squid-6.11/errors/zh-hant/ERR_FTP_UNAVAILABLE
--- squid-6.10/errors/zh-hant/ERR_FTP_UNAVAILABLE	2024-06-08 14:51:50.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_FTP_UNAVAILABLE	2024-09-15 21:09:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_GATEWAY_FAILURE squid-6.11/errors/zh-hant/ERR_GATEWAY_FAILURE
--- squid-6.10/errors/zh-hant/ERR_GATEWAY_FAILURE	2024-06-08 14:51:50.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_GATEWAY_FAILURE	2024-09-15 21:09:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_ICAP_FAILURE squid-6.11/errors/zh-hant/ERR_ICAP_FAILURE
--- squid-6.10/errors/zh-hant/ERR_ICAP_FAILURE	2024-06-08 14:51:50.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_ICAP_FAILURE	2024-09-15 21:09:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_INVALID_REQ squid-6.11/errors/zh-hant/ERR_INVALID_REQ
--- squid-6.10/errors/zh-hant/ERR_INVALID_REQ	2024-06-08 14:51:50.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_INVALID_REQ	2024-09-15 21:09:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_INVALID_RESP squid-6.11/errors/zh-hant/ERR_INVALID_RESP
--- squid-6.10/errors/zh-hant/ERR_INVALID_RESP	2024-06-08 14:51:50.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_INVALID_RESP	2024-09-15 21:09:05.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_INVALID_URL squid-6.11/errors/zh-hant/ERR_INVALID_URL
--- squid-6.10/errors/zh-hant/ERR_INVALID_URL	2024-06-08 14:51:50.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_INVALID_URL	2024-09-15 21:09:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_LIFETIME_EXP squid-6.11/errors/zh-hant/ERR_LIFETIME_EXP
--- squid-6.10/errors/zh-hant/ERR_LIFETIME_EXP	2024-06-08 14:51:51.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_LIFETIME_EXP	2024-09-15 21:09:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_NO_RELAY squid-6.11/errors/zh-hant/ERR_NO_RELAY
--- squid-6.10/errors/zh-hant/ERR_NO_RELAY	2024-06-08 14:51:51.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_NO_RELAY	2024-09-15 21:09:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_ONLY_IF_CACHED_MISS squid-6.11/errors/zh-hant/ERR_ONLY_IF_CACHED_MISS
--- squid-6.10/errors/zh-hant/ERR_ONLY_IF_CACHED_MISS	2024-06-08 14:51:51.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_ONLY_IF_CACHED_MISS	2024-09-15 21:09:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_PRECONDITION_FAILED squid-6.11/errors/zh-hant/ERR_PRECONDITION_FAILED
--- squid-6.10/errors/zh-hant/ERR_PRECONDITION_FAILED	2024-06-08 14:51:51.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_PRECONDITION_FAILED	2024-09-15 21:09:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_PROTOCOL_UNKNOWN squid-6.11/errors/zh-hant/ERR_PROTOCOL_UNKNOWN
--- squid-6.10/errors/zh-hant/ERR_PROTOCOL_UNKNOWN	2024-06-08 14:51:51.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_PROTOCOL_UNKNOWN	2024-09-15 21:09:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_READ_ERROR squid-6.11/errors/zh-hant/ERR_READ_ERROR
--- squid-6.10/errors/zh-hant/ERR_READ_ERROR	2024-06-08 14:51:51.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_READ_ERROR	2024-09-15 21:09:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_READ_TIMEOUT squid-6.11/errors/zh-hant/ERR_READ_TIMEOUT
--- squid-6.10/errors/zh-hant/ERR_READ_TIMEOUT	2024-06-08 14:51:51.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_READ_TIMEOUT	2024-09-15 21:09:06.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_SECURE_CONNECT_FAIL squid-6.11/errors/zh-hant/ERR_SECURE_CONNECT_FAIL
--- squid-6.10/errors/zh-hant/ERR_SECURE_CONNECT_FAIL	2024-06-08 14:51:52.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_SECURE_CONNECT_FAIL	2024-09-15 21:09:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_SHUTTING_DOWN squid-6.11/errors/zh-hant/ERR_SHUTTING_DOWN
--- squid-6.10/errors/zh-hant/ERR_SHUTTING_DOWN	2024-06-08 14:51:52.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_SHUTTING_DOWN	2024-09-15 21:09:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_SOCKET_FAILURE squid-6.11/errors/zh-hant/ERR_SOCKET_FAILURE
--- squid-6.10/errors/zh-hant/ERR_SOCKET_FAILURE	2024-06-08 14:51:52.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_SOCKET_FAILURE	2024-09-15 21:09:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_TOO_BIG squid-6.11/errors/zh-hant/ERR_TOO_BIG
--- squid-6.10/errors/zh-hant/ERR_TOO_BIG	2024-06-08 14:51:52.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_TOO_BIG	2024-09-15 21:09:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_UNSUP_HTTPVERSION squid-6.11/errors/zh-hant/ERR_UNSUP_HTTPVERSION
--- squid-6.10/errors/zh-hant/ERR_UNSUP_HTTPVERSION	2024-06-08 14:51:52.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_UNSUP_HTTPVERSION	2024-09-15 21:09:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_UNSUP_REQ squid-6.11/errors/zh-hant/ERR_UNSUP_REQ
--- squid-6.10/errors/zh-hant/ERR_UNSUP_REQ	2024-06-08 14:51:52.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_UNSUP_REQ	2024-09-15 21:09:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_URN_RESOLVE squid-6.11/errors/zh-hant/ERR_URN_RESOLVE
--- squid-6.10/errors/zh-hant/ERR_URN_RESOLVE	2024-06-08 14:51:52.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_URN_RESOLVE	2024-09-15 21:09:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_WRITE_ERROR squid-6.11/errors/zh-hant/ERR_WRITE_ERROR
--- squid-6.10/errors/zh-hant/ERR_WRITE_ERROR	2024-06-08 14:51:53.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_WRITE_ERROR	2024-09-15 21:09:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/errors/zh-hant/ERR_ZERO_SIZE_OBJECT squid-6.11/errors/zh-hant/ERR_ZERO_SIZE_OBJECT
--- squid-6.10/errors/zh-hant/ERR_ZERO_SIZE_OBJECT	2024-06-08 14:51:53.000000000 +0000
+++ squid-6.11/errors/zh-hant/ERR_ZERO_SIZE_OBJECT	2024-09-15 21:09:08.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2024 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-6.10/icons/icon.am squid-6.11/icons/icon.am
--- squid-6.10/icons/icon.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/icons/icon.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 ##
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/icons/Makefile.am squid-6.11/icons/Makefile.am
--- squid-6.10/icons/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/icons/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/asn1.h squid-6.11/include/asn1.h
--- squid-6.10/include/asn1.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/asn1.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/autoconf.h.in squid-6.11/include/autoconf.h.in
--- squid-6.10/include/autoconf.h.in	2024-06-08 14:46:34.000000000 +0000
+++ squid-6.11/include/autoconf.h.in	2024-09-15 21:03:51.000000000 +0000
@@ -153,30 +153,6 @@
    you don't. */
 #undef HAVE_DECL_CYGWIN_CONV_PATH
 
-/* Define to 1 if you have the declaration of `getaddrinfo', and to 0 if you
-   don't. */
-#undef HAVE_DECL_GETADDRINFO
-
-/* Define to 1 if you have the declaration of `getnameinfo', and to 0 if you
-   don't. */
-#undef HAVE_DECL_GETNAMEINFO
-
-/* Define to 1 if you have the declaration of `InetNtopA', and to 0 if you
-   don't. */
-#undef HAVE_DECL_INETNTOPA
-
-/* Define to 1 if you have the declaration of `InetPtonA', and to 0 if you
-   don't. */
-#undef HAVE_DECL_INETPTONA
-
-/* Define to 1 if you have the declaration of `inet_ntop', and to 0 if you
-   don't. */
-#undef HAVE_DECL_INET_NTOP
-
-/* Define to 1 if you have the declaration of `inet_pton', and to 0 if you
-   don't. */
-#undef HAVE_DECL_INET_PTON
-
 /* Define to 1 if you have the declaration of `krb5_kt_free_entry', and to 0
    if you don't. */
 #undef HAVE_DECL_KRB5_KT_FREE_ENTRY
diff -u -r -N squid-6.10/include/base64.h squid-6.11/include/base64.h
--- squid-6.10/include/base64.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/base64.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/cache_snmp.h squid-6.11/include/cache_snmp.h
--- squid-6.10/include/cache_snmp.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/cache_snmp.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/getfullhostname.h squid-6.11/include/getfullhostname.h
--- squid-6.10/include/getfullhostname.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/getfullhostname.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/hash.h squid-6.11/include/hash.h
--- squid-6.10/include/hash.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/hash.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/heap.h squid-6.11/include/heap.h
--- squid-6.10/include/heap.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/heap.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/html_quote.h squid-6.11/include/html_quote.h
--- squid-6.10/include/html_quote.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/html_quote.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/md5.h squid-6.11/include/md5.h
--- squid-6.10/include/md5.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/md5.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/parse.h squid-6.11/include/parse.h
--- squid-6.10/include/parse.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/parse.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/radix.h squid-6.11/include/radix.h
--- squid-6.10/include/radix.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/radix.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/rfc1738.h squid-6.11/include/rfc1738.h
--- squid-6.10/include/rfc1738.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/rfc1738.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/rfc2181.h squid-6.11/include/rfc2181.h
--- squid-6.10/include/rfc2181.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/rfc2181.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/rfc2617.h squid-6.11/include/rfc2617.h
--- squid-6.10/include/rfc2617.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/rfc2617.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/snmp_api_error.h squid-6.11/include/snmp_api_error.h
--- squid-6.10/include/snmp_api_error.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/snmp_api_error.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/snmp_api.h squid-6.11/include/snmp_api.h
--- squid-6.10/include/snmp_api.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/snmp_api.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/snmp_api_util.h squid-6.11/include/snmp_api_util.h
--- squid-6.10/include/snmp_api_util.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/snmp_api_util.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/snmp_client.h squid-6.11/include/snmp_client.h
--- squid-6.10/include/snmp_client.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/snmp_client.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/snmp_coexist.h squid-6.11/include/snmp_coexist.h
--- squid-6.10/include/snmp_coexist.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/snmp_coexist.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/snmp_debug.h squid-6.11/include/snmp_debug.h
--- squid-6.10/include/snmp_debug.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/snmp_debug.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/snmp_error.h squid-6.11/include/snmp_error.h
--- squid-6.10/include/snmp_error.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/snmp_error.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/snmp.h squid-6.11/include/snmp.h
--- squid-6.10/include/snmp.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/snmp.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/snmp_impl.h squid-6.11/include/snmp_impl.h
--- squid-6.10/include/snmp_impl.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/snmp_impl.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/snmp-internal.h squid-6.11/include/snmp-internal.h
--- squid-6.10/include/snmp-internal.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/snmp-internal.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/snmp-mib.h squid-6.11/include/snmp-mib.h
--- squid-6.10/include/snmp-mib.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/snmp-mib.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/snmp_msg.h squid-6.11/include/snmp_msg.h
--- squid-6.10/include/snmp_msg.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/snmp_msg.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/snmp_pdu.h squid-6.11/include/snmp_pdu.h
--- squid-6.10/include/snmp_pdu.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/snmp_pdu.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/snmp_session.h squid-6.11/include/snmp_session.h
--- squid-6.10/include/snmp_session.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/snmp_session.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/snmp_util.h squid-6.11/include/snmp_util.h
--- squid-6.10/include/snmp_util.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/snmp_util.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/snmp_vars.h squid-6.11/include/snmp_vars.h
--- squid-6.10/include/snmp_vars.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/snmp_vars.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/splay.h squid-6.11/include/splay.h
--- squid-6.10/include/splay.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/splay.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/squid.h squid-6.11/include/squid.h
--- squid-6.10/include/squid.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/squid.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/sspwin32.h squid-6.11/include/sspwin32.h
--- squid-6.10/include/sspwin32.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/sspwin32.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/unitTestMain.h squid-6.11/include/unitTestMain.h
--- squid-6.10/include/unitTestMain.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/unitTestMain.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/util.h squid-6.11/include/util.h
--- squid-6.10/include/util.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/include/util.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/include/version.h squid-6.11/include/version.h
--- squid-6.10/include/version.h	2024-06-08 14:46:42.000000000 +0000
+++ squid-6.11/include/version.h	2024-09-15 21:03:59.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -10,7 +10,7 @@
 #define SQUID_INCLUDE_VERSION_H
 
 #ifndef SQUID_RELEASE_TIME
-#define SQUID_RELEASE_TIME 1717857990
+#define SQUID_RELEASE_TIME 1726434226
 #endif
 
 /*
diff -u -r -N squid-6.10/INSTALL squid-6.11/INSTALL
--- squid-6.10/INSTALL	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/INSTALL	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/base64.c squid-6.11/lib/base64.c
--- squid-6.10/lib/base64.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/base64.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/dirent.c squid-6.11/lib/dirent.c
--- squid-6.10/lib/dirent.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/dirent.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/encrypt.c squid-6.11/lib/encrypt.c
--- squid-6.10/lib/encrypt.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/encrypt.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/getfullhostname.c squid-6.11/lib/getfullhostname.c
--- squid-6.10/lib/getfullhostname.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/getfullhostname.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/getopt.c squid-6.11/lib/getopt.c
--- squid-6.10/lib/getopt.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/getopt.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/hash.cc squid-6.11/lib/hash.cc
--- squid-6.10/lib/hash.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/hash.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/heap.c squid-6.11/lib/heap.c
--- squid-6.10/lib/heap.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/heap.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/html_quote.c squid-6.11/lib/html_quote.c
--- squid-6.10/lib/html_quote.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/html_quote.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/libTrie/Makefile.am squid-6.11/lib/libTrie/Makefile.am
--- squid-6.10/lib/libTrie/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/libTrie/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/libTrie/test/Makefile.am squid-6.11/lib/libTrie/test/Makefile.am
--- squid-6.10/lib/libTrie/test/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/libTrie/test/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/libTrie/test/trie.cc squid-6.11/lib/libTrie/test/trie.cc
--- squid-6.10/lib/libTrie/test/trie.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/libTrie/test/trie.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/libTrie/Trie.cc squid-6.11/lib/libTrie/Trie.cc
--- squid-6.10/lib/libTrie/Trie.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/libTrie/Trie.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/libTrie/TrieCharTransform.h squid-6.11/lib/libTrie/TrieCharTransform.h
--- squid-6.10/lib/libTrie/TrieCharTransform.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/libTrie/TrieCharTransform.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/libTrie/Trie.h squid-6.11/lib/libTrie/Trie.h
--- squid-6.10/lib/libTrie/Trie.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/libTrie/Trie.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/libTrie/TrieNode.cc squid-6.11/lib/libTrie/TrieNode.cc
--- squid-6.10/lib/libTrie/TrieNode.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/libTrie/TrieNode.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/libTrie/TrieNode.h squid-6.11/lib/libTrie/TrieNode.h
--- squid-6.10/lib/libTrie/TrieNode.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/libTrie/TrieNode.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/Makefile.am squid-6.11/lib/Makefile.am
--- squid-6.10/lib/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -63,7 +63,6 @@
 	hash.cc
 
 libmiscutil_la_SOURCES = \
-	$(SNPRINTFSOURCE) \
 	Splay.cc \
 	getfullhostname.c \
 	heap.c \
diff -u -r -N squid-6.10/lib/Makefile.in squid-6.11/lib/Makefile.in
--- squid-6.10/lib/Makefile.in	2024-06-08 14:46:35.000000000 +0000
+++ squid-6.11/lib/Makefile.in	2024-09-15 21:03:53.000000000 +0000
@@ -850,7 +850,6 @@
 	hash.cc
 
 libmiscutil_la_SOURCES = \
-	$(SNPRINTFSOURCE) \
 	Splay.cc \
 	getfullhostname.c \
 	heap.c \
diff -u -r -N squid-6.10/lib/md5.c squid-6.11/lib/md5.c
--- squid-6.10/lib/md5.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/md5.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/ntlmauth/Makefile.am squid-6.11/lib/ntlmauth/Makefile.am
--- squid-6.10/lib/ntlmauth/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/ntlmauth/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/ntlmauth/ntlmauth.cc squid-6.11/lib/ntlmauth/ntlmauth.cc
--- squid-6.10/lib/ntlmauth/ntlmauth.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/ntlmauth/ntlmauth.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/ntlmauth/ntlmauth.h squid-6.11/lib/ntlmauth/ntlmauth.h
--- squid-6.10/lib/ntlmauth/ntlmauth.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/ntlmauth/ntlmauth.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/ntlmauth/support_bits.cci squid-6.11/lib/ntlmauth/support_bits.cci
--- squid-6.10/lib/ntlmauth/support_bits.cci	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/ntlmauth/support_bits.cci	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/ntlmauth/support_endian.h squid-6.11/lib/ntlmauth/support_endian.h
--- squid-6.10/lib/ntlmauth/support_endian.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/ntlmauth/support_endian.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/radix.c squid-6.11/lib/radix.c
--- squid-6.10/lib/radix.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/radix.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/rfc1738.c squid-6.11/lib/rfc1738.c
--- squid-6.10/lib/rfc1738.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/rfc1738.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/rfc2617.c squid-6.11/lib/rfc2617.c
--- squid-6.10/lib/rfc2617.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/rfc2617.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/rfcnb/byteorder.h squid-6.11/lib/rfcnb/byteorder.h
--- squid-6.10/lib/rfcnb/byteorder.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/rfcnb/byteorder.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/rfcnb/Makefile.am squid-6.11/lib/rfcnb/Makefile.am
--- squid-6.10/lib/rfcnb/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/rfcnb/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/rfcnb/rfcnb-common.h squid-6.11/lib/rfcnb/rfcnb-common.h
--- squid-6.10/lib/rfcnb/rfcnb-common.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/rfcnb/rfcnb-common.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/rfcnb/rfcnb-error.h squid-6.11/lib/rfcnb/rfcnb-error.h
--- squid-6.10/lib/rfcnb/rfcnb-error.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/rfcnb/rfcnb-error.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/rfcnb/rfcnb.h squid-6.11/lib/rfcnb/rfcnb.h
--- squid-6.10/lib/rfcnb/rfcnb.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/rfcnb/rfcnb.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/rfcnb/rfcnb-io.c squid-6.11/lib/rfcnb/rfcnb-io.c
--- squid-6.10/lib/rfcnb/rfcnb-io.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/rfcnb/rfcnb-io.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/rfcnb/rfcnb-io.h squid-6.11/lib/rfcnb/rfcnb-io.h
--- squid-6.10/lib/rfcnb/rfcnb-io.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/rfcnb/rfcnb-io.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/rfcnb/rfcnb-priv.h squid-6.11/lib/rfcnb/rfcnb-priv.h
--- squid-6.10/lib/rfcnb/rfcnb-priv.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/rfcnb/rfcnb-priv.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/rfcnb/rfcnb-util.c squid-6.11/lib/rfcnb/rfcnb-util.c
--- squid-6.10/lib/rfcnb/rfcnb-util.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/rfcnb/rfcnb-util.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/rfcnb/rfcnb-util.h squid-6.11/lib/rfcnb/rfcnb-util.h
--- squid-6.10/lib/rfcnb/rfcnb-util.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/rfcnb/rfcnb-util.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/rfcnb/session.c squid-6.11/lib/rfcnb/session.c
--- squid-6.10/lib/rfcnb/session.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/rfcnb/session.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/rfcnb/std-includes.h squid-6.11/lib/rfcnb/std-includes.h
--- squid-6.10/lib/rfcnb/std-includes.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/rfcnb/std-includes.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/smblib/Makefile.am squid-6.11/lib/smblib/Makefile.am
--- squid-6.10/lib/smblib/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/smblib/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/smblib/md4.c squid-6.11/lib/smblib/md4.c
--- squid-6.10/lib/smblib/md4.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/smblib/md4.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/smblib/md4.h squid-6.11/lib/smblib/md4.h
--- squid-6.10/lib/smblib/md4.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/smblib/md4.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/smblib/smbdes.c squid-6.11/lib/smblib/smbdes.c
--- squid-6.10/lib/smblib/smbdes.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/smblib/smbdes.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/smblib/smbdes.h squid-6.11/lib/smblib/smbdes.h
--- squid-6.10/lib/smblib/smbdes.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/smblib/smbdes.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/smblib/smbencrypt.c squid-6.11/lib/smblib/smbencrypt.c
--- squid-6.10/lib/smblib/smbencrypt.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/smblib/smbencrypt.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/smblib/smbencrypt.h squid-6.11/lib/smblib/smbencrypt.h
--- squid-6.10/lib/smblib/smbencrypt.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/smblib/smbencrypt.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/smblib/smblib.c squid-6.11/lib/smblib/smblib.c
--- squid-6.10/lib/smblib/smblib.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/smblib/smblib.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/smblib/smblib-common.h squid-6.11/lib/smblib/smblib-common.h
--- squid-6.10/lib/smblib/smblib-common.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/smblib/smblib-common.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/smblib/smblib.h squid-6.11/lib/smblib/smblib.h
--- squid-6.10/lib/smblib/smblib.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/smblib/smblib.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/smblib/smblib-priv.h squid-6.11/lib/smblib/smblib-priv.h
--- squid-6.10/lib/smblib/smblib-priv.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/smblib/smblib-priv.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/smblib/smblib-util.c squid-6.11/lib/smblib/smblib-util.c
--- squid-6.10/lib/smblib/smblib-util.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/smblib/smblib-util.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/smblib/std-defines.h squid-6.11/lib/smblib/std-defines.h
--- squid-6.10/lib/smblib/std-defines.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/smblib/std-defines.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/snmplib/asn1.c squid-6.11/lib/snmplib/asn1.c
--- squid-6.10/lib/snmplib/asn1.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/snmplib/asn1.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/snmplib/coexistance.c squid-6.11/lib/snmplib/coexistance.c
--- squid-6.10/lib/snmplib/coexistance.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/snmplib/coexistance.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/snmplib/Makefile.am squid-6.11/lib/snmplib/Makefile.am
--- squid-6.10/lib/snmplib/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/snmplib/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/snmplib/mib.c squid-6.11/lib/snmplib/mib.c
--- squid-6.10/lib/snmplib/mib.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/snmplib/mib.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/snmplib/parse.c squid-6.11/lib/snmplib/parse.c
--- squid-6.10/lib/snmplib/parse.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/snmplib/parse.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/snmplib/snmp_api.c squid-6.11/lib/snmplib/snmp_api.c
--- squid-6.10/lib/snmplib/snmp_api.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/snmplib/snmp_api.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/snmplib/snmp_api_error.c squid-6.11/lib/snmplib/snmp_api_error.c
--- squid-6.10/lib/snmplib/snmp_api_error.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/snmplib/snmp_api_error.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/snmplib/snmp_error.c squid-6.11/lib/snmplib/snmp_error.c
--- squid-6.10/lib/snmplib/snmp_error.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/snmplib/snmp_error.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/snmplib/snmplib_debug.c squid-6.11/lib/snmplib/snmplib_debug.c
--- squid-6.10/lib/snmplib/snmplib_debug.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/snmplib/snmplib_debug.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/snmplib/snmp_msg.c squid-6.11/lib/snmplib/snmp_msg.c
--- squid-6.10/lib/snmplib/snmp_msg.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/snmplib/snmp_msg.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/snmplib/snmp_pdu.c squid-6.11/lib/snmplib/snmp_pdu.c
--- squid-6.10/lib/snmplib/snmp_pdu.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/snmplib/snmp_pdu.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/snmplib/snmp_vars.c squid-6.11/lib/snmplib/snmp_vars.c
--- squid-6.10/lib/snmplib/snmp_vars.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/snmplib/snmp_vars.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/Splay.cc squid-6.11/lib/Splay.cc
--- squid-6.10/lib/Splay.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/Splay.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/sspwin32.cc squid-6.11/lib/sspwin32.cc
--- squid-6.10/lib/sspwin32.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/sspwin32.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/tests/testRFC1738.cc squid-6.11/lib/tests/testRFC1738.cc
--- squid-6.10/lib/tests/testRFC1738.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/tests/testRFC1738.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/tests/testRFC1738.h squid-6.11/lib/tests/testRFC1738.h
--- squid-6.10/lib/tests/testRFC1738.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/tests/testRFC1738.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/lib/util.c squid-6.11/lib/util.c
--- squid-6.10/lib/util.c	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/lib/util.c	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/Makefile.am squid-6.11/Makefile.am
--- squid-6.10/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/QUICKSTART squid-6.11/QUICKSTART
--- squid-6.10/QUICKSTART	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/QUICKSTART	2024-09-15 20:54:35.000000000 +0000
@@ -99,7 +99,7 @@
 ==============================================================================
 
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/README squid-6.11/README
--- squid-6.10/README	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/README	2024-09-15 20:54:35.000000000 +0000
@@ -1,7 +1,7 @@
 SQUID Web Proxy Cache                        http://www.squid-cache.org/
 ------------------------------------------------------------------------
 
-Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 
 Squid software is distributed under GPLv2+ license and includes 
 contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/RELEASENOTES.html squid-6.11/RELEASENOTES.html
--- squid-6.10/RELEASENOTES.html	2024-06-08 14:51:53.000000000 +0000
+++ squid-6.11/RELEASENOTES.html	2024-09-15 21:09:09.000000000 +0000
@@ -3,10 +3,10 @@
 <HEAD>
  <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.83">
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
- <TITLE>Squid 6.10 release notes</TITLE>
+ <TITLE>Squid 6.11 release notes</TITLE>
 </HEAD>
 <BODY>
-<H1>Squid 6.10 release notes</H1>
+<H1>Squid 6.11 release notes</H1>
 
 <H2>Squid Developers</H2>
 <P>
@@ -59,7 +59,7 @@
 <HR>
 <H2><A NAME="s1">1.</A> <A HREF="#toc1">Notice</A></H2>
 
-<P>The Squid Team are pleased to announce the release of Squid-6.10 for testing.</P>
+<P>The Squid Team are pleased to announce the release of Squid-6.11 for testing.</P>
 <P>This new release is available for download from 
 <A HREF="http://www.squid-cache.org/Versions/v6/">http://www.squid-cache.org/Versions/v6/</A> or the
 <A HREF="http://www.squid-cache.org/Download/http-mirrors.html">mirrors</A>.</P>
@@ -516,7 +516,7 @@
 
 <H2><A NAME="s6">6.</A> <A HREF="#toc6">Copyright</A></H2>
 
-<P>Copyright (C) 1996-2023 The Squid Software Foundation and contributors</P>
+<P>Copyright (C) 1996-2024 The Squid Software Foundation and contributors</P>
 <P>Squid software is distributed under GPLv2+ license and includes
 contributions from numerous individuals and organizations.
 Please see the COPYING and CONTRIBUTORS files for details.</P>
diff -u -r -N squid-6.10/scripts/access-log-matrix.pl squid-6.11/scripts/access-log-matrix.pl
--- squid-6.10/scripts/access-log-matrix.pl	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/scripts/access-log-matrix.pl	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/usr/local/bin/perl
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/scripts/AnnounceCache.pl squid-6.11/scripts/AnnounceCache.pl
--- squid-6.10/scripts/AnnounceCache.pl	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/scripts/AnnounceCache.pl	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/usr/local/bin/perl
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/scripts/cache-compare.pl squid-6.11/scripts/cache-compare.pl
--- squid-6.10/scripts/cache-compare.pl	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/scripts/cache-compare.pl	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/usr/local/bin/perl
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/scripts/cachetrace.pl squid-6.11/scripts/cachetrace.pl
--- squid-6.10/scripts/cachetrace.pl	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/scripts/cachetrace.pl	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/usr/local/bin/perl
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/scripts/calc-must-ids.pl squid-6.11/scripts/calc-must-ids.pl
--- squid-6.10/scripts/calc-must-ids.pl	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/scripts/calc-must-ids.pl	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/scripts/calc-must-ids.sh squid-6.11/scripts/calc-must-ids.sh
--- squid-6.10/scripts/calc-must-ids.sh	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/scripts/calc-must-ids.sh	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/scripts/check_cache.pl squid-6.11/scripts/check_cache.pl
--- squid-6.10/scripts/check_cache.pl	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/scripts/check_cache.pl	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/usr/local/bin/perl
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/scripts/convert.configure.to.os2 squid-6.11/scripts/convert.configure.to.os2
--- squid-6.10/scripts/convert.configure.to.os2	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/scripts/convert.configure.to.os2	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/scripts/fileno-to-pathname.pl squid-6.11/scripts/fileno-to-pathname.pl
--- squid-6.10/scripts/fileno-to-pathname.pl	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/scripts/fileno-to-pathname.pl	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/scripts/find-alive.pl squid-6.11/scripts/find-alive.pl
--- squid-6.10/scripts/find-alive.pl	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/scripts/find-alive.pl	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/scripts/flag_truncs.pl squid-6.11/scripts/flag_truncs.pl
--- squid-6.10/scripts/flag_truncs.pl	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/scripts/flag_truncs.pl	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/usr/local/bin/perl
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/scripts/icpserver.pl squid-6.11/scripts/icpserver.pl
--- squid-6.10/scripts/icpserver.pl	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/scripts/icpserver.pl	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/usr/local/bin/perl
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/scripts/icp-test.pl squid-6.11/scripts/icp-test.pl
--- squid-6.10/scripts/icp-test.pl	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/scripts/icp-test.pl	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/usr/local/bin/perl
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/scripts/Makefile.am squid-6.11/scripts/Makefile.am
--- squid-6.10/scripts/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/scripts/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/scripts/remove-cfg.sh squid-6.11/scripts/remove-cfg.sh
--- squid-6.10/scripts/remove-cfg.sh	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/scripts/remove-cfg.sh	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/scripts/trace-context.pl squid-6.11/scripts/trace-context.pl
--- squid-6.10/scripts/trace-context.pl	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/scripts/trace-context.pl	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/scripts/trace-job.pl squid-6.11/scripts/trace-job.pl
--- squid-6.10/scripts/trace-job.pl	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/scripts/trace-job.pl	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/scripts/trace-master.pl squid-6.11/scripts/trace-master.pl
--- squid-6.10/scripts/trace-master.pl	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/scripts/trace-master.pl	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/scripts/udp-banger.pl squid-6.11/scripts/udp-banger.pl
--- squid-6.10/scripts/udp-banger.pl	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/scripts/udp-banger.pl	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/usr/local/bin/perl
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/scripts/update-contributors.pl squid-6.11/scripts/update-contributors.pl
--- squid-6.10/scripts/update-contributors.pl	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/scripts/update-contributors.pl	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/scripts/upgrade-1.0-store.pl squid-6.11/scripts/upgrade-1.0-store.pl
--- squid-6.10/scripts/upgrade-1.0-store.pl	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/scripts/upgrade-1.0-store.pl	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/usr/local/bin/perl
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/AccessLogEntry.cc squid-6.11/src/AccessLogEntry.cc
--- squid-6.10/src/AccessLogEntry.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/AccessLogEntry.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/AccessLogEntry.h squid-6.11/src/AccessLogEntry.h
--- squid-6.10/src/AccessLogEntry.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/AccessLogEntry.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Acl.cc squid-6.11/src/acl/Acl.cc
--- squid-6.10/src/acl/Acl.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Acl.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -53,11 +53,8 @@
 Make(TypeName typeName)
 {
     const auto pos = TheMakers().find(typeName);
-    if (pos == TheMakers().end()) {
-        debugs(28, DBG_CRITICAL, "FATAL: Invalid ACL type '" << typeName << "'");
-        self_destruct();
-        assert(false); // not reached
-    }
+    if (pos == TheMakers().end())
+        throw TextException(ToSBuf("invalid ACL type '", typeName, "'"), Here());
 
     ACL *result = (pos->second)(pos->first);
     debugs(28, 4, typeName << '=' << result);
diff -u -r -N squid-6.10/src/acl/AclDenyInfoList.h squid-6.11/src/acl/AclDenyInfoList.h
--- squid-6.10/src/acl/AclDenyInfoList.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/AclDenyInfoList.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Acl.h squid-6.11/src/acl/Acl.h
--- squid-6.10/src/acl/Acl.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Acl.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/AclSizeLimit.cc squid-6.11/src/acl/AclSizeLimit.cc
--- squid-6.10/src/acl/AclSizeLimit.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/AclSizeLimit.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/AclSizeLimit.h squid-6.11/src/acl/AclSizeLimit.h
--- squid-6.10/src/acl/AclSizeLimit.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/AclSizeLimit.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/AdaptationService.cc squid-6.11/src/acl/AdaptationService.cc
--- squid-6.10/src/acl/AdaptationService.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/AdaptationService.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/AdaptationServiceData.cc squid-6.11/src/acl/AdaptationServiceData.cc
--- squid-6.10/src/acl/AdaptationServiceData.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/AdaptationServiceData.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/AdaptationServiceData.h squid-6.11/src/acl/AdaptationServiceData.h
--- squid-6.10/src/acl/AdaptationServiceData.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/AdaptationServiceData.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/AdaptationService.h squid-6.11/src/acl/AdaptationService.h
--- squid-6.10/src/acl/AdaptationService.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/AdaptationService.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Address.cc squid-6.11/src/acl/Address.cc
--- squid-6.10/src/acl/Address.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Address.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Address.h squid-6.11/src/acl/Address.h
--- squid-6.10/src/acl/Address.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Address.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/AllOf.cc squid-6.11/src/acl/AllOf.cc
--- squid-6.10/src/acl/AllOf.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/AllOf.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/AllOf.h squid-6.11/src/acl/AllOf.h
--- squid-6.10/src/acl/AllOf.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/AllOf.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/AnnotateClient.cc squid-6.11/src/acl/AnnotateClient.cc
--- squid-6.10/src/acl/AnnotateClient.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/AnnotateClient.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/AnnotateClient.h squid-6.11/src/acl/AnnotateClient.h
--- squid-6.10/src/acl/AnnotateClient.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/AnnotateClient.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/AnnotateTransaction.cc squid-6.11/src/acl/AnnotateTransaction.cc
--- squid-6.10/src/acl/AnnotateTransaction.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/AnnotateTransaction.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/AnnotateTransaction.h squid-6.11/src/acl/AnnotateTransaction.h
--- squid-6.10/src/acl/AnnotateTransaction.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/AnnotateTransaction.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/AnnotationData.cc squid-6.11/src/acl/AnnotationData.cc
--- squid-6.10/src/acl/AnnotationData.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/AnnotationData.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/AnnotationData.h squid-6.11/src/acl/AnnotationData.h
--- squid-6.10/src/acl/AnnotationData.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/AnnotationData.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/AnyOf.cc squid-6.11/src/acl/AnyOf.cc
--- squid-6.10/src/acl/AnyOf.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/AnyOf.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/AnyOf.h squid-6.11/src/acl/AnyOf.h
--- squid-6.10/src/acl/AnyOf.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/AnyOf.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Arp.cc squid-6.11/src/acl/Arp.cc
--- squid-6.10/src/acl/Arp.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Arp.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Arp.h squid-6.11/src/acl/Arp.h
--- squid-6.10/src/acl/Arp.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Arp.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Asn.cc squid-6.11/src/acl/Asn.cc
--- squid-6.10/src/acl/Asn.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Asn.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Asn.h squid-6.11/src/acl/Asn.h
--- squid-6.10/src/acl/Asn.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Asn.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/AtStep.cc squid-6.11/src/acl/AtStep.cc
--- squid-6.10/src/acl/AtStep.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/AtStep.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/AtStepData.cc squid-6.11/src/acl/AtStepData.cc
--- squid-6.10/src/acl/AtStepData.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/AtStepData.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/AtStepData.h squid-6.11/src/acl/AtStepData.h
--- squid-6.10/src/acl/AtStepData.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/AtStepData.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/AtStep.h squid-6.11/src/acl/AtStep.h
--- squid-6.10/src/acl/AtStep.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/AtStep.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/BoolOps.cc squid-6.11/src/acl/BoolOps.cc
--- squid-6.10/src/acl/BoolOps.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/BoolOps.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/BoolOps.h squid-6.11/src/acl/BoolOps.h
--- squid-6.10/src/acl/BoolOps.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/BoolOps.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Certificate.cc squid-6.11/src/acl/Certificate.cc
--- squid-6.10/src/acl/Certificate.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Certificate.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/CertificateData.cc squid-6.11/src/acl/CertificateData.cc
--- squid-6.10/src/acl/CertificateData.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/CertificateData.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/CertificateData.h squid-6.11/src/acl/CertificateData.h
--- squid-6.10/src/acl/CertificateData.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/CertificateData.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Certificate.h squid-6.11/src/acl/Certificate.h
--- squid-6.10/src/acl/Certificate.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Certificate.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/CharacterSetOption.h squid-6.11/src/acl/CharacterSetOption.h
--- squid-6.10/src/acl/CharacterSetOption.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/CharacterSetOption.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Checklist.cc squid-6.11/src/acl/Checklist.cc
--- squid-6.10/src/acl/Checklist.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Checklist.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/ChecklistFiller.h squid-6.11/src/acl/ChecklistFiller.h
--- squid-6.10/src/acl/ChecklistFiller.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/ChecklistFiller.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Checklist.h squid-6.11/src/acl/Checklist.h
--- squid-6.10/src/acl/Checklist.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Checklist.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/ConnectionsEncrypted.cc squid-6.11/src/acl/ConnectionsEncrypted.cc
--- squid-6.10/src/acl/ConnectionsEncrypted.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/ConnectionsEncrypted.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/ConnectionsEncrypted.h squid-6.11/src/acl/ConnectionsEncrypted.h
--- squid-6.10/src/acl/ConnectionsEncrypted.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/ConnectionsEncrypted.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/ConnMark.cc squid-6.11/src/acl/ConnMark.cc
--- squid-6.10/src/acl/ConnMark.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/ConnMark.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/ConnMark.h squid-6.11/src/acl/ConnMark.h
--- squid-6.10/src/acl/ConnMark.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/ConnMark.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Data.h squid-6.11/src/acl/Data.h
--- squid-6.10/src/acl/Data.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Data.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/DestinationAsn.h squid-6.11/src/acl/DestinationAsn.h
--- squid-6.10/src/acl/DestinationAsn.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/DestinationAsn.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/DestinationDomain.cc squid-6.11/src/acl/DestinationDomain.cc
--- squid-6.10/src/acl/DestinationDomain.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/DestinationDomain.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/DestinationDomain.h squid-6.11/src/acl/DestinationDomain.h
--- squid-6.10/src/acl/DestinationDomain.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/DestinationDomain.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/DestinationIp.cc squid-6.11/src/acl/DestinationIp.cc
--- squid-6.10/src/acl/DestinationIp.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/DestinationIp.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/DestinationIp.h squid-6.11/src/acl/DestinationIp.h
--- squid-6.10/src/acl/DestinationIp.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/DestinationIp.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/DomainData.cc squid-6.11/src/acl/DomainData.cc
--- squid-6.10/src/acl/DomainData.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/DomainData.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/DomainData.h squid-6.11/src/acl/DomainData.h
--- squid-6.10/src/acl/DomainData.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/DomainData.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Eui64.cc squid-6.11/src/acl/Eui64.cc
--- squid-6.10/src/acl/Eui64.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Eui64.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Eui64.h squid-6.11/src/acl/Eui64.h
--- squid-6.10/src/acl/Eui64.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Eui64.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/AD_group/ext_ad_group_acl.8 squid-6.11/src/acl/external/AD_group/ext_ad_group_acl.8
--- squid-6.10/src/acl/external/AD_group/ext_ad_group_acl.8	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/AD_group/ext_ad_group_acl.8	2024-09-15 20:54:35.000000000 +0000
@@ -237,7 +237,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/AD_group/ext_ad_group_acl.cc squid-6.11/src/acl/external/AD_group/ext_ad_group_acl.cc
--- squid-6.10/src/acl/external/AD_group/ext_ad_group_acl.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/AD_group/ext_ad_group_acl.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -110,17 +110,17 @@
 wchar_t **User_Groups;
 int User_Groups_Count = 0;
 
-wchar_t *My_NameTranslate(wchar_t *, int, int);
-char *Get_WIN32_ErrorMessage(HRESULT);
+static wchar_t *My_NameTranslate(wchar_t *, int, int);
+static char *Get_WIN32_ErrorMessage(HRESULT);
 
-void
+static void
 CloseCOM(void)
 {
     if (WIN32_COM_initialized == 1)
         CoUninitialize();
 }
 
-HRESULT
+static HRESULT
 GetLPBYTEtoOctetString(VARIANT * pVar, LPBYTE * ppByte)
 {
     HRESULT hr = E_FAIL;
@@ -150,7 +150,7 @@
     return hr;
 }
 
-wchar_t *
+static wchar_t *
 Get_primaryGroup(IADs * pUser)
 {
     HRESULT hr;
@@ -208,7 +208,7 @@
     return result;
 }
 
-char *
+static char *
 Get_WIN32_ErrorMessage(HRESULT hr)
 {
     FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM |
@@ -222,7 +222,7 @@
     return WIN32_ErrorMessage;
 }
 
-wchar_t *
+static wchar_t *
 My_NameTranslate(wchar_t * name, int in_format, int out_format)
 {
     IADsNameTranslate *pNto;
@@ -277,7 +277,7 @@
     return wc;
 }
 
-wchar_t *
+static wchar_t *
 GetLDAPPath(wchar_t * Base_DN, int query_mode)
 {
     wchar_t *wc;
@@ -293,7 +293,7 @@
     return wc;
 }
 
-char *
+static char *
 GetDomainName(void)
 {
     static char *DomainName = nullptr;
@@ -343,7 +343,7 @@
     return DomainName;
 }
 
-int
+static int
 add_User_Group(wchar_t * Group)
 {
     wchar_t **array;
@@ -398,7 +398,7 @@
     return -1;
 }
 
-HRESULT
+static HRESULT
 Recursive_Memberof(IADs * pObj)
 {
     VARIANT var;
@@ -520,7 +520,7 @@
 }
 
 /* returns 1 on success, 0 on failure */
-int
+static int
 Valid_Local_Groups(char *UserName, const char **Groups)
 {
     int result = 0;
@@ -598,7 +598,7 @@
 }
 
 /* returns 1 on success, 0 on failure */
-int
+static int
 Valid_Global_Groups(char *UserName, const char **Groups)
 {
     int result = 0;
@@ -730,7 +730,7 @@
             program);
 }
 
-void
+static void
 process_options(int argc, char *argv[])
 {
     int opt;
diff -u -r -N squid-6.10/src/acl/external/AD_group/Makefile.am squid-6.11/src/acl/external/AD_group/Makefile.am
--- squid-6.10/src/acl/external/AD_group/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/AD_group/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/AD_group/required.m4 squid-6.11/src/acl/external/AD_group/required.m4
--- squid-6.10/src/acl/external/AD_group/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/AD_group/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/delayer/ext_delayer_acl.8 squid-6.11/src/acl/external/delayer/ext_delayer_acl.8
--- squid-6.10/src/acl/external/delayer/ext_delayer_acl.8	2024-06-08 14:51:57.000000000 +0000
+++ squid-6.11/src/acl/external/delayer/ext_delayer_acl.8	2024-09-15 21:09:13.000000000 +0000
@@ -55,7 +55,7 @@
 .\" ========================================================================
 .\"
 .IX Title "EXT_DELAYER_ACL 8"
-.TH EXT_DELAYER_ACL 8 2024-06-08 "perl v5.38.2" "User Contributed Perl Documentation"
+.TH EXT_DELAYER_ACL 8 2024-09-15 "perl v5.38.2" "User Contributed Perl Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -120,7 +120,7 @@
 .SH COPYRIGHT
 .IX Header "COPYRIGHT"
 .Vb 5
-\& * Copyright (C) 1996\-2023 The Squid Software Foundation and contributors
+\& * Copyright (C) 1996\-2024 The Squid Software Foundation and contributors
 \& *
 \& * Squid software is distributed under GPLv2+ license and includes
 \& * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/delayer/ext_delayer_acl.pl.in squid-6.11/src/acl/external/delayer/ext_delayer_acl.pl.in
--- squid-6.10/src/acl/external/delayer/ext_delayer_acl.pl.in	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/delayer/ext_delayer_acl.pl.in	2024-09-15 20:54:35.000000000 +0000
@@ -74,7 +74,7 @@
 
 =head1 COPYRIGHT
 
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/delayer/Makefile.am squid-6.11/src/acl/external/delayer/Makefile.am
--- squid-6.10/src/acl/external/delayer/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/delayer/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/delayer/required.m4 squid-6.11/src/acl/external/delayer/required.m4
--- squid-6.10/src/acl/external/delayer/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/delayer/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/eDirectory_userip/ext_edirectory_userip_acl.8 squid-6.11/src/acl/external/eDirectory_userip/ext_edirectory_userip_acl.8
--- squid-6.10/src/acl/external/eDirectory_userip/ext_edirectory_userip_acl.8	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/eDirectory_userip/ext_edirectory_userip_acl.8	2024-09-15 20:54:35.000000000 +0000
@@ -192,7 +192,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/eDirectory_userip/ext_edirectory_userip_acl.cc squid-6.11/src/acl/external/eDirectory_userip/ext_edirectory_userip_acl.cc
--- squid-6.10/src/acl/external/eDirectory_userip/ext_edirectory_userip_acl.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/eDirectory_userip/ext_edirectory_userip_acl.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/eDirectory_userip/Makefile.am squid-6.11/src/acl/external/eDirectory_userip/Makefile.am
--- squid-6.10/src/acl/external/eDirectory_userip/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/eDirectory_userip/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/eDirectory_userip/required.m4 squid-6.11/src/acl/external/eDirectory_userip/required.m4
--- squid-6.10/src/acl/external/eDirectory_userip/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/eDirectory_userip/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/file_userip/example.conf squid-6.11/src/acl/external/file_userip/example.conf
--- squid-6.10/src/acl/external/file_userip/example.conf	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/file_userip/example.conf	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/file_userip/ext_file_userip_acl.8 squid-6.11/src/acl/external/file_userip/ext_file_userip_acl.8
--- squid-6.10/src/acl/external/file_userip/ext_file_userip_acl.8	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/file_userip/ext_file_userip_acl.8	2024-09-15 20:54:35.000000000 +0000
@@ -80,7 +80,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/file_userip/ext_file_userip_acl.cc squid-6.11/src/acl/external/file_userip/ext_file_userip_acl.cc
--- squid-6.10/src/acl/external/file_userip/ext_file_userip_acl.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/file_userip/ext_file_userip_acl.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/file_userip/Makefile.am squid-6.11/src/acl/external/file_userip/Makefile.am
--- squid-6.10/src/acl/external/file_userip/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/file_userip/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/file_userip/required.m4 squid-6.11/src/acl/external/file_userip/required.m4
--- squid-6.10/src/acl/external/file_userip/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/file_userip/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/helpers.m4 squid-6.11/src/acl/external/helpers.m4
--- squid-6.10/src/acl/external/helpers.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/helpers.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/kerberos_ldap_group/cert_tool squid-6.11/src/acl/external/kerberos_ldap_group/cert_tool
--- squid-6.10/src/acl/external/kerberos_ldap_group/cert_tool	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/kerberos_ldap_group/cert_tool	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/kerberos_ldap_group/kerberos_ldap_group.cc squid-6.11/src/acl/external/kerberos_ldap_group/kerberos_ldap_group.cc
--- squid-6.10/src/acl/external/kerberos_ldap_group/kerberos_ldap_group.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/kerberos_ldap_group/kerberos_ldap_group.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/kerberos_ldap_group/Makefile.am squid-6.11/src/acl/external/kerberos_ldap_group/Makefile.am
--- squid-6.10/src/acl/external/kerberos_ldap_group/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/kerberos_ldap_group/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/kerberos_ldap_group/required.m4 squid-6.11/src/acl/external/kerberos_ldap_group/required.m4
--- squid-6.10/src/acl/external/kerberos_ldap_group/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/kerberos_ldap_group/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/kerberos_ldap_group/support_group.cc squid-6.11/src/acl/external/kerberos_ldap_group/support_group.cc
--- squid-6.10/src/acl/external/kerberos_ldap_group/support_group.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/kerberos_ldap_group/support_group.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/kerberos_ldap_group/support.h squid-6.11/src/acl/external/kerberos_ldap_group/support.h
--- squid-6.10/src/acl/external/kerberos_ldap_group/support.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/kerberos_ldap_group/support.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/kerberos_ldap_group/support_krb5.cc squid-6.11/src/acl/external/kerberos_ldap_group/support_krb5.cc
--- squid-6.10/src/acl/external/kerberos_ldap_group/support_krb5.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/kerberos_ldap_group/support_krb5.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/kerberos_ldap_group/support_ldap.cc squid-6.11/src/acl/external/kerberos_ldap_group/support_ldap.cc
--- squid-6.10/src/acl/external/kerberos_ldap_group/support_ldap.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/kerberos_ldap_group/support_ldap.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/kerberos_ldap_group/support_log.cc squid-6.11/src/acl/external/kerberos_ldap_group/support_log.cc
--- squid-6.10/src/acl/external/kerberos_ldap_group/support_log.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/kerberos_ldap_group/support_log.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/kerberos_ldap_group/support_lserver.cc squid-6.11/src/acl/external/kerberos_ldap_group/support_lserver.cc
--- squid-6.10/src/acl/external/kerberos_ldap_group/support_lserver.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/kerberos_ldap_group/support_lserver.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/kerberos_ldap_group/support_member.cc squid-6.11/src/acl/external/kerberos_ldap_group/support_member.cc
--- squid-6.10/src/acl/external/kerberos_ldap_group/support_member.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/kerberos_ldap_group/support_member.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/kerberos_ldap_group/support_netbios.cc squid-6.11/src/acl/external/kerberos_ldap_group/support_netbios.cc
--- squid-6.10/src/acl/external/kerberos_ldap_group/support_netbios.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/kerberos_ldap_group/support_netbios.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/kerberos_ldap_group/support_resolv.cc squid-6.11/src/acl/external/kerberos_ldap_group/support_resolv.cc
--- squid-6.10/src/acl/external/kerberos_ldap_group/support_resolv.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/kerberos_ldap_group/support_resolv.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/kerberos_ldap_group/support_sasl.cc squid-6.11/src/acl/external/kerberos_ldap_group/support_sasl.cc
--- squid-6.10/src/acl/external/kerberos_ldap_group/support_sasl.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/kerberos_ldap_group/support_sasl.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/kerberos_sid_group/ext_kerberos_sid_group_acl.8 squid-6.11/src/acl/external/kerberos_sid_group/ext_kerberos_sid_group_acl.8
--- squid-6.10/src/acl/external/kerberos_sid_group/ext_kerberos_sid_group_acl.8	2024-06-08 14:51:58.000000000 +0000
+++ squid-6.11/src/acl/external/kerberos_sid_group/ext_kerberos_sid_group_acl.8	2024-09-15 21:09:13.000000000 +0000
@@ -55,7 +55,7 @@
 .\" ========================================================================
 .\"
 .IX Title "EXT_KERBEROS_SID_GROUP_ACL 8"
-.TH EXT_KERBEROS_SID_GROUP_ACL 8 2024-06-08 "perl v5.38.2" "User Contributed Perl Documentation"
+.TH EXT_KERBEROS_SID_GROUP_ACL 8 2024-09-15 "perl v5.38.2" "User Contributed Perl Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -124,7 +124,7 @@
 .SH COPYRIGHT
 .IX Header "COPYRIGHT"
 .Vb 5
-\& * Copyright (C) 1996\-2023 The Squid Software Foundation and contributors
+\& * Copyright (C) 1996\-2024 The Squid Software Foundation and contributors
 \& *
 \& * Squid software is distributed under GPLv2+ license and includes
 \& * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/kerberos_sid_group/ext_kerberos_sid_group_acl.pl.in squid-6.11/src/acl/external/kerberos_sid_group/ext_kerberos_sid_group_acl.pl.in
--- squid-6.10/src/acl/external/kerberos_sid_group/ext_kerberos_sid_group_acl.pl.in	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/kerberos_sid_group/ext_kerberos_sid_group_acl.pl.in	2024-09-15 20:54:35.000000000 +0000
@@ -79,7 +79,7 @@
 
 =head1 COPYRIGHT
 
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/kerberos_sid_group/Makefile.am squid-6.11/src/acl/external/kerberos_sid_group/Makefile.am
--- squid-6.10/src/acl/external/kerberos_sid_group/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/kerberos_sid_group/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/kerberos_sid_group/required.m4 squid-6.11/src/acl/external/kerberos_sid_group/required.m4
--- squid-6.10/src/acl/external/kerberos_sid_group/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/kerberos_sid_group/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/LDAP_group/ChangeLog squid-6.11/src/acl/external/LDAP_group/ChangeLog
--- squid-6.10/src/acl/external/LDAP_group/ChangeLog	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/LDAP_group/ChangeLog	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/LDAP_group/ext_ldap_group_acl.8 squid-6.11/src/acl/external/LDAP_group/ext_ldap_group_acl.8
--- squid-6.10/src/acl/external/LDAP_group/ext_ldap_group_acl.8	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/LDAP_group/ext_ldap_group_acl.8	2024-09-15 20:54:35.000000000 +0000
@@ -242,7 +242,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/LDAP_group/ext_ldap_group_acl.cc squid-6.11/src/acl/external/LDAP_group/ext_ldap_group_acl.cc
--- squid-6.10/src/acl/external/LDAP_group/ext_ldap_group_acl.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/LDAP_group/ext_ldap_group_acl.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/LDAP_group/Makefile.am squid-6.11/src/acl/external/LDAP_group/Makefile.am
--- squid-6.10/src/acl/external/LDAP_group/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/LDAP_group/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/LDAP_group/required.m4 squid-6.11/src/acl/external/LDAP_group/required.m4
--- squid-6.10/src/acl/external/LDAP_group/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/LDAP_group/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/LM_group/ext_lm_group_acl.8 squid-6.11/src/acl/external/LM_group/ext_lm_group_acl.8
--- squid-6.10/src/acl/external/LM_group/ext_lm_group_acl.8	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/LM_group/ext_lm_group_acl.8	2024-09-15 20:54:35.000000000 +0000
@@ -169,7 +169,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/LM_group/ext_lm_group_acl.cc squid-6.11/src/acl/external/LM_group/ext_lm_group_acl.cc
--- squid-6.10/src/acl/external/LM_group/ext_lm_group_acl.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/LM_group/ext_lm_group_acl.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -105,7 +105,7 @@
 char *DefaultDomain = nullptr;
 const char NTV_VALID_DOMAIN_SEPARATOR[] = "\\/";
 
-char *
+static char *
 AllocStrFromLSAStr(LSA_UNICODE_STRING LsaStr)
 {
     size_t len;
@@ -127,7 +127,7 @@
     return target;
 }
 
-char *
+static char *
 GetDomainName(void)
 {
     LSA_HANDLE PolicyHandle;
@@ -233,7 +233,7 @@
 }
 
 /* returns 1 on success, 0 on failure */
-int
+static int
 Valid_Local_Groups(char *UserName, const char **Groups)
 {
     int result = 0;
@@ -308,7 +308,7 @@
 }
 
 /* returns 1 on success, 0 on failure */
-int
+static int
 Valid_Global_Groups(char *UserName, const char **Groups)
 {
     int result = 0;
@@ -466,7 +466,7 @@
             program);
 }
 
-void
+static void
 process_options(int argc, char *argv[])
 {
     int opt;
diff -u -r -N squid-6.10/src/acl/external/LM_group/Makefile.am squid-6.11/src/acl/external/LM_group/Makefile.am
--- squid-6.10/src/acl/external/LM_group/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/LM_group/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/LM_group/required.m4 squid-6.11/src/acl/external/LM_group/required.m4
--- squid-6.10/src/acl/external/LM_group/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/LM_group/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/Makefile.am squid-6.11/src/acl/external/Makefile.am
--- squid-6.10/src/acl/external/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/session/ext_session_acl.8 squid-6.11/src/acl/external/session/ext_session_acl.8
--- squid-6.10/src/acl/external/session/ext_session_acl.8	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/session/ext_session_acl.8	2024-09-15 20:54:35.000000000 +0000
@@ -99,7 +99,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/session/ext_session_acl.cc squid-6.11/src/acl/external/session/ext_session_acl.cc
--- squid-6.10/src/acl/external/session/ext_session_acl.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/session/ext_session_acl.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/session/Makefile.am squid-6.11/src/acl/external/session/Makefile.am
--- squid-6.10/src/acl/external/session/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/session/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/session/required.m4 squid-6.11/src/acl/external/session/required.m4
--- squid-6.10/src/acl/external/session/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/session/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/SQL_session/ext_sql_session_acl.8 squid-6.11/src/acl/external/SQL_session/ext_sql_session_acl.8
--- squid-6.10/src/acl/external/SQL_session/ext_sql_session_acl.8	2024-06-08 14:51:58.000000000 +0000
+++ squid-6.11/src/acl/external/SQL_session/ext_sql_session_acl.8	2024-09-15 21:09:14.000000000 +0000
@@ -55,7 +55,7 @@
 .\" ========================================================================
 .\"
 .IX Title "EXT_SQL_SESSION_ACL 8"
-.TH EXT_SQL_SESSION_ACL 8 2024-06-08 "perl v5.38.2" "User Contributed Perl Documentation"
+.TH EXT_SQL_SESSION_ACL 8 2024-09-15 "perl v5.38.2" "User Contributed Perl Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -120,7 +120,7 @@
 .SH COPYRIGHT
 .IX Header "COPYRIGHT"
 .Vb 5
-\& * Copyright (C) 1996\-2023 The Squid Software Foundation and contributors
+\& * Copyright (C) 1996\-2024 The Squid Software Foundation and contributors
 \& *
 \& * Squid software is distributed under GPLv2+ license and includes
 \& * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/SQL_session/ext_sql_session_acl.pl.in squid-6.11/src/acl/external/SQL_session/ext_sql_session_acl.pl.in
--- squid-6.10/src/acl/external/SQL_session/ext_sql_session_acl.pl.in	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/SQL_session/ext_sql_session_acl.pl.in	2024-09-15 20:54:35.000000000 +0000
@@ -80,7 +80,7 @@
 
 =head1 COPYRIGHT
 
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/SQL_session/Makefile.am squid-6.11/src/acl/external/SQL_session/Makefile.am
--- squid-6.10/src/acl/external/SQL_session/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/SQL_session/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/SQL_session/required.m4 squid-6.11/src/acl/external/SQL_session/required.m4
--- squid-6.10/src/acl/external/SQL_session/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/SQL_session/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/time_quota/ext_time_quota_acl.8 squid-6.11/src/acl/external/time_quota/ext_time_quota_acl.8
--- squid-6.10/src/acl/external/time_quota/ext_time_quota_acl.8	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/time_quota/ext_time_quota_acl.8	2024-09-15 20:54:35.000000000 +0000
@@ -217,7 +217,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/time_quota/ext_time_quota_acl.cc squid-6.11/src/acl/external/time_quota/ext_time_quota_acl.cc
--- squid-6.10/src/acl/external/time_quota/ext_time_quota_acl.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/time_quota/ext_time_quota_acl.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/time_quota/Makefile.am squid-6.11/src/acl/external/time_quota/Makefile.am
--- squid-6.10/src/acl/external/time_quota/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/time_quota/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/time_quota/required.m4 squid-6.11/src/acl/external/time_quota/required.m4
--- squid-6.10/src/acl/external/time_quota/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/time_quota/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/unix_group/check_group.cc squid-6.11/src/acl/external/unix_group/check_group.cc
--- squid-6.10/src/acl/external/unix_group/check_group.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/unix_group/check_group.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/unix_group/ext_unix_group_acl.8 squid-6.11/src/acl/external/unix_group/ext_unix_group_acl.8
--- squid-6.10/src/acl/external/unix_group/ext_unix_group_acl.8	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/unix_group/ext_unix_group_acl.8	2024-09-15 20:54:35.000000000 +0000
@@ -72,7 +72,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/unix_group/Makefile.am squid-6.11/src/acl/external/unix_group/Makefile.am
--- squid-6.10/src/acl/external/unix_group/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/unix_group/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/unix_group/required.m4 squid-6.11/src/acl/external/unix_group/required.m4
--- squid-6.10/src/acl/external/unix_group/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/unix_group/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/wbinfo_group/ext_wbinfo_group_acl.8 squid-6.11/src/acl/external/wbinfo_group/ext_wbinfo_group_acl.8
--- squid-6.10/src/acl/external/wbinfo_group/ext_wbinfo_group_acl.8	2024-06-08 14:51:58.000000000 +0000
+++ squid-6.11/src/acl/external/wbinfo_group/ext_wbinfo_group_acl.8	2024-09-15 21:09:14.000000000 +0000
@@ -55,7 +55,7 @@
 .\" ========================================================================
 .\"
 .IX Title "EXT_WBINFO_GROUP_ACL 8"
-.TH EXT_WBINFO_GROUP_ACL 8 2024-06-08 "perl v5.38.2" "User Contributed Perl Documentation"
+.TH EXT_WBINFO_GROUP_ACL 8 2024-09-15 "perl v5.38.2" "User Contributed Perl Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -112,7 +112,7 @@
 .SH COPYRIGHT
 .IX Header "COPYRIGHT"
 .Vb 5
-\& * Copyright (C) 1996\-2023 The Squid Software Foundation and contributors
+\& * Copyright (C) 1996\-2024 The Squid Software Foundation and contributors
 \& *
 \& * Squid software is distributed under GPLv2+ license and includes
 \& * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/wbinfo_group/ext_wbinfo_group_acl.pl.in squid-6.11/src/acl/external/wbinfo_group/ext_wbinfo_group_acl.pl.in
--- squid-6.10/src/acl/external/wbinfo_group/ext_wbinfo_group_acl.pl.in	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/wbinfo_group/ext_wbinfo_group_acl.pl.in	2024-09-15 20:54:35.000000000 +0000
@@ -62,7 +62,7 @@
 
 =head1 COPYRIGHT
 
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/wbinfo_group/Makefile.am squid-6.11/src/acl/external/wbinfo_group/Makefile.am
--- squid-6.10/src/acl/external/wbinfo_group/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/wbinfo_group/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/external/wbinfo_group/required.m4 squid-6.11/src/acl/external/wbinfo_group/required.m4
--- squid-6.10/src/acl/external/wbinfo_group/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/external/wbinfo_group/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/ExtUser.cc squid-6.11/src/acl/ExtUser.cc
--- squid-6.10/src/acl/ExtUser.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/ExtUser.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/ExtUser.h squid-6.11/src/acl/ExtUser.h
--- squid-6.10/src/acl/ExtUser.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/ExtUser.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/FilledChecklist.cc squid-6.11/src/acl/FilledChecklist.cc
--- squid-6.10/src/acl/FilledChecklist.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/FilledChecklist.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/FilledChecklist.h squid-6.11/src/acl/FilledChecklist.h
--- squid-6.10/src/acl/FilledChecklist.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/FilledChecklist.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/forward.h squid-6.11/src/acl/forward.h
--- squid-6.10/src/acl/forward.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/forward.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Gadgets.cc squid-6.11/src/acl/Gadgets.cc
--- squid-6.10/src/acl/Gadgets.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Gadgets.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Gadgets.h squid-6.11/src/acl/Gadgets.h
--- squid-6.10/src/acl/Gadgets.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Gadgets.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/HasComponent.cc squid-6.11/src/acl/HasComponent.cc
--- squid-6.10/src/acl/HasComponent.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/HasComponent.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/HasComponentData.cc squid-6.11/src/acl/HasComponentData.cc
--- squid-6.10/src/acl/HasComponentData.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/HasComponentData.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/HasComponentData.h squid-6.11/src/acl/HasComponentData.h
--- squid-6.10/src/acl/HasComponentData.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/HasComponentData.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/HasComponent.h squid-6.11/src/acl/HasComponent.h
--- squid-6.10/src/acl/HasComponent.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/HasComponent.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/HierCode.cc squid-6.11/src/acl/HierCode.cc
--- squid-6.10/src/acl/HierCode.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/HierCode.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/HierCodeData.cc squid-6.11/src/acl/HierCodeData.cc
--- squid-6.10/src/acl/HierCodeData.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/HierCodeData.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/HierCodeData.h squid-6.11/src/acl/HierCodeData.h
--- squid-6.10/src/acl/HierCodeData.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/HierCodeData.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/HierCode.h squid-6.11/src/acl/HierCode.h
--- squid-6.10/src/acl/HierCode.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/HierCode.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/HttpHeaderData.cc squid-6.11/src/acl/HttpHeaderData.cc
--- squid-6.10/src/acl/HttpHeaderData.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/HttpHeaderData.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/HttpHeaderData.h squid-6.11/src/acl/HttpHeaderData.h
--- squid-6.10/src/acl/HttpHeaderData.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/HttpHeaderData.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/HttpRepHeader.cc squid-6.11/src/acl/HttpRepHeader.cc
--- squid-6.10/src/acl/HttpRepHeader.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/HttpRepHeader.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/HttpRepHeader.h squid-6.11/src/acl/HttpRepHeader.h
--- squid-6.10/src/acl/HttpRepHeader.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/HttpRepHeader.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/HttpReqHeader.cc squid-6.11/src/acl/HttpReqHeader.cc
--- squid-6.10/src/acl/HttpReqHeader.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/HttpReqHeader.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/HttpReqHeader.h squid-6.11/src/acl/HttpReqHeader.h
--- squid-6.10/src/acl/HttpReqHeader.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/HttpReqHeader.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/HttpStatus.cc squid-6.11/src/acl/HttpStatus.cc
--- squid-6.10/src/acl/HttpStatus.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/HttpStatus.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/HttpStatus.h squid-6.11/src/acl/HttpStatus.h
--- squid-6.10/src/acl/HttpStatus.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/HttpStatus.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/InnerNode.cc squid-6.11/src/acl/InnerNode.cc
--- squid-6.10/src/acl/InnerNode.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/InnerNode.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/InnerNode.h squid-6.11/src/acl/InnerNode.h
--- squid-6.10/src/acl/InnerNode.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/InnerNode.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/IntRange.cc squid-6.11/src/acl/IntRange.cc
--- squid-6.10/src/acl/IntRange.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/IntRange.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/IntRange.h squid-6.11/src/acl/IntRange.h
--- squid-6.10/src/acl/IntRange.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/IntRange.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Ip.cc squid-6.11/src/acl/Ip.cc
--- squid-6.10/src/acl/Ip.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Ip.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Ip.h squid-6.11/src/acl/Ip.h
--- squid-6.10/src/acl/Ip.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Ip.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/LocalIp.cc squid-6.11/src/acl/LocalIp.cc
--- squid-6.10/src/acl/LocalIp.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/LocalIp.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/LocalIp.h squid-6.11/src/acl/LocalIp.h
--- squid-6.10/src/acl/LocalIp.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/LocalIp.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/LocalPort.cc squid-6.11/src/acl/LocalPort.cc
--- squid-6.10/src/acl/LocalPort.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/LocalPort.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/LocalPort.h squid-6.11/src/acl/LocalPort.h
--- squid-6.10/src/acl/LocalPort.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/LocalPort.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Makefile.am squid-6.11/src/acl/Makefile.am
--- squid-6.10/src/acl/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/MaxConnection.cc squid-6.11/src/acl/MaxConnection.cc
--- squid-6.10/src/acl/MaxConnection.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/MaxConnection.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/MaxConnection.h squid-6.11/src/acl/MaxConnection.h
--- squid-6.10/src/acl/MaxConnection.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/MaxConnection.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Method.cc squid-6.11/src/acl/Method.cc
--- squid-6.10/src/acl/Method.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Method.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/MethodData.cc squid-6.11/src/acl/MethodData.cc
--- squid-6.10/src/acl/MethodData.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/MethodData.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/MethodData.h squid-6.11/src/acl/MethodData.h
--- squid-6.10/src/acl/MethodData.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/MethodData.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Method.h squid-6.11/src/acl/Method.h
--- squid-6.10/src/acl/Method.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Method.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/MyPortName.cc squid-6.11/src/acl/MyPortName.cc
--- squid-6.10/src/acl/MyPortName.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/MyPortName.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/MyPortName.h squid-6.11/src/acl/MyPortName.h
--- squid-6.10/src/acl/MyPortName.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/MyPortName.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Note.cc squid-6.11/src/acl/Note.cc
--- squid-6.10/src/acl/Note.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Note.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/NoteData.cc squid-6.11/src/acl/NoteData.cc
--- squid-6.10/src/acl/NoteData.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/NoteData.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/NoteData.h squid-6.11/src/acl/NoteData.h
--- squid-6.10/src/acl/NoteData.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/NoteData.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Note.h squid-6.11/src/acl/Note.h
--- squid-6.10/src/acl/Note.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Note.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Options.cc squid-6.11/src/acl/Options.cc
--- squid-6.10/src/acl/Options.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Options.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Options.h squid-6.11/src/acl/Options.h
--- squid-6.10/src/acl/Options.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Options.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/PeerName.cc squid-6.11/src/acl/PeerName.cc
--- squid-6.10/src/acl/PeerName.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/PeerName.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/PeerName.h squid-6.11/src/acl/PeerName.h
--- squid-6.10/src/acl/PeerName.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/PeerName.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Protocol.cc squid-6.11/src/acl/Protocol.cc
--- squid-6.10/src/acl/Protocol.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Protocol.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/ProtocolData.cc squid-6.11/src/acl/ProtocolData.cc
--- squid-6.10/src/acl/ProtocolData.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/ProtocolData.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/ProtocolData.h squid-6.11/src/acl/ProtocolData.h
--- squid-6.10/src/acl/ProtocolData.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/ProtocolData.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Protocol.h squid-6.11/src/acl/Protocol.h
--- squid-6.10/src/acl/Protocol.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Protocol.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Random.cc squid-6.11/src/acl/Random.cc
--- squid-6.10/src/acl/Random.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Random.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Random.h squid-6.11/src/acl/Random.h
--- squid-6.10/src/acl/Random.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Random.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/RegexData.cc squid-6.11/src/acl/RegexData.cc
--- squid-6.10/src/acl/RegexData.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/RegexData.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/RegexData.h squid-6.11/src/acl/RegexData.h
--- squid-6.10/src/acl/RegexData.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/RegexData.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/ReplyHeaderStrategy.h squid-6.11/src/acl/ReplyHeaderStrategy.h
--- squid-6.10/src/acl/ReplyHeaderStrategy.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/ReplyHeaderStrategy.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/ReplyMimeType.h squid-6.11/src/acl/ReplyMimeType.h
--- squid-6.10/src/acl/ReplyMimeType.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/ReplyMimeType.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/RequestHeaderStrategy.h squid-6.11/src/acl/RequestHeaderStrategy.h
--- squid-6.10/src/acl/RequestHeaderStrategy.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/RequestHeaderStrategy.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/RequestMimeType.h squid-6.11/src/acl/RequestMimeType.h
--- squid-6.10/src/acl/RequestMimeType.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/RequestMimeType.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/ServerCertificate.cc squid-6.11/src/acl/ServerCertificate.cc
--- squid-6.10/src/acl/ServerCertificate.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/ServerCertificate.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/ServerCertificate.h squid-6.11/src/acl/ServerCertificate.h
--- squid-6.10/src/acl/ServerCertificate.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/ServerCertificate.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/ServerName.cc squid-6.11/src/acl/ServerName.cc
--- squid-6.10/src/acl/ServerName.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/ServerName.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/ServerName.h squid-6.11/src/acl/ServerName.h
--- squid-6.10/src/acl/ServerName.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/ServerName.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/SourceAsn.h squid-6.11/src/acl/SourceAsn.h
--- squid-6.10/src/acl/SourceAsn.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/SourceAsn.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/SourceDomain.cc squid-6.11/src/acl/SourceDomain.cc
--- squid-6.10/src/acl/SourceDomain.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/SourceDomain.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/SourceDomain.h squid-6.11/src/acl/SourceDomain.h
--- squid-6.10/src/acl/SourceDomain.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/SourceDomain.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/SourceIp.cc squid-6.11/src/acl/SourceIp.cc
--- squid-6.10/src/acl/SourceIp.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/SourceIp.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/SourceIp.h squid-6.11/src/acl/SourceIp.h
--- squid-6.10/src/acl/SourceIp.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/SourceIp.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/SquidError.cc squid-6.11/src/acl/SquidError.cc
--- squid-6.10/src/acl/SquidError.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/SquidError.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/SquidErrorData.cc squid-6.11/src/acl/SquidErrorData.cc
--- squid-6.10/src/acl/SquidErrorData.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/SquidErrorData.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/SquidErrorData.h squid-6.11/src/acl/SquidErrorData.h
--- squid-6.10/src/acl/SquidErrorData.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/SquidErrorData.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/SquidError.h squid-6.11/src/acl/SquidError.h
--- squid-6.10/src/acl/SquidError.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/SquidError.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/SslError.cc squid-6.11/src/acl/SslError.cc
--- squid-6.10/src/acl/SslError.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/SslError.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/SslErrorData.cc squid-6.11/src/acl/SslErrorData.cc
--- squid-6.10/src/acl/SslErrorData.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/SslErrorData.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/SslErrorData.h squid-6.11/src/acl/SslErrorData.h
--- squid-6.10/src/acl/SslErrorData.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/SslErrorData.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/SslError.h squid-6.11/src/acl/SslError.h
--- squid-6.10/src/acl/SslError.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/SslError.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Strategised.cc squid-6.11/src/acl/Strategised.cc
--- squid-6.10/src/acl/Strategised.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Strategised.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Strategised.h squid-6.11/src/acl/Strategised.h
--- squid-6.10/src/acl/Strategised.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Strategised.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Strategy.h squid-6.11/src/acl/Strategy.h
--- squid-6.10/src/acl/Strategy.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Strategy.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/StringData.cc squid-6.11/src/acl/StringData.cc
--- squid-6.10/src/acl/StringData.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/StringData.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/StringData.h squid-6.11/src/acl/StringData.h
--- squid-6.10/src/acl/StringData.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/StringData.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Tag.cc squid-6.11/src/acl/Tag.cc
--- squid-6.10/src/acl/Tag.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Tag.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Tag.h squid-6.11/src/acl/Tag.h
--- squid-6.10/src/acl/Tag.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Tag.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Time.cc squid-6.11/src/acl/Time.cc
--- squid-6.10/src/acl/Time.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Time.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/TimeData.cc squid-6.11/src/acl/TimeData.cc
--- squid-6.10/src/acl/TimeData.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/TimeData.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/TimeData.h squid-6.11/src/acl/TimeData.h
--- squid-6.10/src/acl/TimeData.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/TimeData.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Time.h squid-6.11/src/acl/Time.h
--- squid-6.10/src/acl/Time.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Time.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/TransactionInitiator.cc squid-6.11/src/acl/TransactionInitiator.cc
--- squid-6.10/src/acl/TransactionInitiator.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/TransactionInitiator.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/TransactionInitiator.h squid-6.11/src/acl/TransactionInitiator.h
--- squid-6.10/src/acl/TransactionInitiator.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/TransactionInitiator.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Tree.cc squid-6.11/src/acl/Tree.cc
--- squid-6.10/src/acl/Tree.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Tree.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Tree.h squid-6.11/src/acl/Tree.h
--- squid-6.10/src/acl/Tree.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Tree.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Url.cc squid-6.11/src/acl/Url.cc
--- squid-6.10/src/acl/Url.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Url.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/Url.h squid-6.11/src/acl/Url.h
--- squid-6.10/src/acl/Url.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/Url.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/UrlLogin.cc squid-6.11/src/acl/UrlLogin.cc
--- squid-6.10/src/acl/UrlLogin.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/UrlLogin.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/UrlLogin.h squid-6.11/src/acl/UrlLogin.h
--- squid-6.10/src/acl/UrlLogin.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/UrlLogin.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/UrlPath.cc squid-6.11/src/acl/UrlPath.cc
--- squid-6.10/src/acl/UrlPath.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/UrlPath.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/UrlPath.h squid-6.11/src/acl/UrlPath.h
--- squid-6.10/src/acl/UrlPath.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/UrlPath.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/UrlPort.cc squid-6.11/src/acl/UrlPort.cc
--- squid-6.10/src/acl/UrlPort.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/UrlPort.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/UrlPort.h squid-6.11/src/acl/UrlPort.h
--- squid-6.10/src/acl/UrlPort.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/UrlPort.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/UserData.cc squid-6.11/src/acl/UserData.cc
--- squid-6.10/src/acl/UserData.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/UserData.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/acl/UserData.h squid-6.11/src/acl/UserData.h
--- squid-6.10/src/acl/UserData.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/acl/UserData.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/AclRegs.cc squid-6.11/src/AclRegs.cc
--- squid-6.10/src/AclRegs.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/AclRegs.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/AccessCheck.cc squid-6.11/src/adaptation/AccessCheck.cc
--- squid-6.10/src/adaptation/AccessCheck.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/AccessCheck.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/AccessCheck.h squid-6.11/src/adaptation/AccessCheck.h
--- squid-6.10/src/adaptation/AccessCheck.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/AccessCheck.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/AccessRule.cc squid-6.11/src/adaptation/AccessRule.cc
--- squid-6.10/src/adaptation/AccessRule.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/AccessRule.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/AccessRule.h squid-6.11/src/adaptation/AccessRule.h
--- squid-6.10/src/adaptation/AccessRule.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/AccessRule.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/Answer.cc squid-6.11/src/adaptation/Answer.cc
--- squid-6.10/src/adaptation/Answer.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/Answer.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/Answer.h squid-6.11/src/adaptation/Answer.h
--- squid-6.10/src/adaptation/Answer.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/Answer.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/Config.cc squid-6.11/src/adaptation/Config.cc
--- squid-6.10/src/adaptation/Config.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/Config.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/Config.h squid-6.11/src/adaptation/Config.h
--- squid-6.10/src/adaptation/Config.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/Config.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/DynamicGroupCfg.cc squid-6.11/src/adaptation/DynamicGroupCfg.cc
--- squid-6.10/src/adaptation/DynamicGroupCfg.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/DynamicGroupCfg.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/DynamicGroupCfg.h squid-6.11/src/adaptation/DynamicGroupCfg.h
--- squid-6.10/src/adaptation/DynamicGroupCfg.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/DynamicGroupCfg.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/ecap/Config.cc squid-6.11/src/adaptation/ecap/Config.cc
--- squid-6.10/src/adaptation/ecap/Config.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/ecap/Config.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/ecap/Config.h squid-6.11/src/adaptation/ecap/Config.h
--- squid-6.10/src/adaptation/ecap/Config.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/ecap/Config.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/ecap/Host.cc squid-6.11/src/adaptation/ecap/Host.cc
--- squid-6.10/src/adaptation/ecap/Host.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/ecap/Host.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/ecap/Host.h squid-6.11/src/adaptation/ecap/Host.h
--- squid-6.10/src/adaptation/ecap/Host.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/ecap/Host.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/ecap/Makefile.am squid-6.11/src/adaptation/ecap/Makefile.am
--- squid-6.10/src/adaptation/ecap/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/ecap/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/ecap/MessageRep.cc squid-6.11/src/adaptation/ecap/MessageRep.cc
--- squid-6.10/src/adaptation/ecap/MessageRep.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/ecap/MessageRep.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/ecap/MessageRep.h squid-6.11/src/adaptation/ecap/MessageRep.h
--- squid-6.10/src/adaptation/ecap/MessageRep.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/ecap/MessageRep.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/ecap/Registry.h squid-6.11/src/adaptation/ecap/Registry.h
--- squid-6.10/src/adaptation/ecap/Registry.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/ecap/Registry.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/ecap/ServiceRep.cc squid-6.11/src/adaptation/ecap/ServiceRep.cc
--- squid-6.10/src/adaptation/ecap/ServiceRep.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/ecap/ServiceRep.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/ecap/ServiceRep.h squid-6.11/src/adaptation/ecap/ServiceRep.h
--- squid-6.10/src/adaptation/ecap/ServiceRep.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/ecap/ServiceRep.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/ecap/XactionRep.cc squid-6.11/src/adaptation/ecap/XactionRep.cc
--- squid-6.10/src/adaptation/ecap/XactionRep.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/ecap/XactionRep.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/ecap/XactionRep.h squid-6.11/src/adaptation/ecap/XactionRep.h
--- squid-6.10/src/adaptation/ecap/XactionRep.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/ecap/XactionRep.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/Elements.cc squid-6.11/src/adaptation/Elements.cc
--- squid-6.10/src/adaptation/Elements.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/Elements.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/Elements.h squid-6.11/src/adaptation/Elements.h
--- squid-6.10/src/adaptation/Elements.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/Elements.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/forward.h squid-6.11/src/adaptation/forward.h
--- squid-6.10/src/adaptation/forward.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/forward.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/History.cc squid-6.11/src/adaptation/History.cc
--- squid-6.10/src/adaptation/History.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/History.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/History.h squid-6.11/src/adaptation/History.h
--- squid-6.10/src/adaptation/History.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/History.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/icap/Client.cc squid-6.11/src/adaptation/icap/Client.cc
--- squid-6.10/src/adaptation/icap/Client.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/icap/Client.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/icap/Client.h squid-6.11/src/adaptation/icap/Client.h
--- squid-6.10/src/adaptation/icap/Client.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/icap/Client.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/icap/Config.cc squid-6.11/src/adaptation/icap/Config.cc
--- squid-6.10/src/adaptation/icap/Config.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/icap/Config.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/icap/Config.h squid-6.11/src/adaptation/icap/Config.h
--- squid-6.10/src/adaptation/icap/Config.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/icap/Config.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/icap/Elements.cc squid-6.11/src/adaptation/icap/Elements.cc
--- squid-6.10/src/adaptation/icap/Elements.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/icap/Elements.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/icap/Elements.h squid-6.11/src/adaptation/icap/Elements.h
--- squid-6.10/src/adaptation/icap/Elements.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/icap/Elements.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/icap/History.cc squid-6.11/src/adaptation/icap/History.cc
--- squid-6.10/src/adaptation/icap/History.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/icap/History.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/icap/History.h squid-6.11/src/adaptation/icap/History.h
--- squid-6.10/src/adaptation/icap/History.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/icap/History.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/icap/icap_log.cc squid-6.11/src/adaptation/icap/icap_log.cc
--- squid-6.10/src/adaptation/icap/icap_log.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/icap/icap_log.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/icap/icap_log.h squid-6.11/src/adaptation/icap/icap_log.h
--- squid-6.10/src/adaptation/icap/icap_log.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/icap/icap_log.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/icap/InOut.h squid-6.11/src/adaptation/icap/InOut.h
--- squid-6.10/src/adaptation/icap/InOut.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/icap/InOut.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/icap/Launcher.cc squid-6.11/src/adaptation/icap/Launcher.cc
--- squid-6.10/src/adaptation/icap/Launcher.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/icap/Launcher.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/icap/Launcher.h squid-6.11/src/adaptation/icap/Launcher.h
--- squid-6.10/src/adaptation/icap/Launcher.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/icap/Launcher.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/icap/Makefile.am squid-6.11/src/adaptation/icap/Makefile.am
--- squid-6.10/src/adaptation/icap/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/icap/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/icap/ModXact.cc squid-6.11/src/adaptation/icap/ModXact.cc
--- squid-6.10/src/adaptation/icap/ModXact.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/icap/ModXact.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/icap/ModXact.h squid-6.11/src/adaptation/icap/ModXact.h
--- squid-6.10/src/adaptation/icap/ModXact.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/icap/ModXact.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/icap/Options.cc squid-6.11/src/adaptation/icap/Options.cc
--- squid-6.10/src/adaptation/icap/Options.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/icap/Options.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/icap/Options.h squid-6.11/src/adaptation/icap/Options.h
--- squid-6.10/src/adaptation/icap/Options.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/icap/Options.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/icap/OptXact.cc squid-6.11/src/adaptation/icap/OptXact.cc
--- squid-6.10/src/adaptation/icap/OptXact.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/icap/OptXact.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/icap/OptXact.h squid-6.11/src/adaptation/icap/OptXact.h
--- squid-6.10/src/adaptation/icap/OptXact.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/icap/OptXact.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/icap/ServiceRep.cc squid-6.11/src/adaptation/icap/ServiceRep.cc
--- squid-6.10/src/adaptation/icap/ServiceRep.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/icap/ServiceRep.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/icap/ServiceRep.h squid-6.11/src/adaptation/icap/ServiceRep.h
--- squid-6.10/src/adaptation/icap/ServiceRep.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/icap/ServiceRep.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/icap/Xaction.cc squid-6.11/src/adaptation/icap/Xaction.cc
--- squid-6.10/src/adaptation/icap/Xaction.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/icap/Xaction.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/icap/Xaction.h squid-6.11/src/adaptation/icap/Xaction.h
--- squid-6.10/src/adaptation/icap/Xaction.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/icap/Xaction.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/Initiate.cc squid-6.11/src/adaptation/Initiate.cc
--- squid-6.10/src/adaptation/Initiate.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/Initiate.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/Initiate.h squid-6.11/src/adaptation/Initiate.h
--- squid-6.10/src/adaptation/Initiate.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/Initiate.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/Initiator.cc squid-6.11/src/adaptation/Initiator.cc
--- squid-6.10/src/adaptation/Initiator.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/Initiator.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/Initiator.h squid-6.11/src/adaptation/Initiator.h
--- squid-6.10/src/adaptation/Initiator.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/Initiator.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/Iterator.cc squid-6.11/src/adaptation/Iterator.cc
--- squid-6.10/src/adaptation/Iterator.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/Iterator.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/Iterator.h squid-6.11/src/adaptation/Iterator.h
--- squid-6.10/src/adaptation/Iterator.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/Iterator.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/Makefile.am squid-6.11/src/adaptation/Makefile.am
--- squid-6.10/src/adaptation/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/Message.cc squid-6.11/src/adaptation/Message.cc
--- squid-6.10/src/adaptation/Message.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/Message.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/Message.h squid-6.11/src/adaptation/Message.h
--- squid-6.10/src/adaptation/Message.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/Message.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/Service.cc squid-6.11/src/adaptation/Service.cc
--- squid-6.10/src/adaptation/Service.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/Service.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/ServiceConfig.cc squid-6.11/src/adaptation/ServiceConfig.cc
--- squid-6.10/src/adaptation/ServiceConfig.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/ServiceConfig.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/ServiceConfig.h squid-6.11/src/adaptation/ServiceConfig.h
--- squid-6.10/src/adaptation/ServiceConfig.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/ServiceConfig.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/ServiceFilter.cc squid-6.11/src/adaptation/ServiceFilter.cc
--- squid-6.10/src/adaptation/ServiceFilter.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/ServiceFilter.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/ServiceFilter.h squid-6.11/src/adaptation/ServiceFilter.h
--- squid-6.10/src/adaptation/ServiceFilter.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/ServiceFilter.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/ServiceGroups.cc squid-6.11/src/adaptation/ServiceGroups.cc
--- squid-6.10/src/adaptation/ServiceGroups.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/ServiceGroups.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/ServiceGroups.h squid-6.11/src/adaptation/ServiceGroups.h
--- squid-6.10/src/adaptation/ServiceGroups.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/ServiceGroups.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/adaptation/Service.h squid-6.11/src/adaptation/Service.h
--- squid-6.10/src/adaptation/Service.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/adaptation/Service.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/anyp/forward.h squid-6.11/src/anyp/forward.h
--- squid-6.10/src/anyp/forward.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/anyp/forward.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/anyp/Makefile.am squid-6.11/src/anyp/Makefile.am
--- squid-6.10/src/anyp/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/anyp/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/anyp/PortCfg.cc squid-6.11/src/anyp/PortCfg.cc
--- squid-6.10/src/anyp/PortCfg.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/anyp/PortCfg.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/anyp/PortCfg.h squid-6.11/src/anyp/PortCfg.h
--- squid-6.10/src/anyp/PortCfg.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/anyp/PortCfg.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/anyp/ProtocolType.h squid-6.11/src/anyp/ProtocolType.h
--- squid-6.10/src/anyp/ProtocolType.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/anyp/ProtocolType.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/anyp/ProtocolVersion.h squid-6.11/src/anyp/ProtocolVersion.h
--- squid-6.10/src/anyp/ProtocolVersion.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/anyp/ProtocolVersion.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/anyp/TrafficMode.h squid-6.11/src/anyp/TrafficMode.h
--- squid-6.10/src/anyp/TrafficMode.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/anyp/TrafficMode.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/anyp/Uri.cc squid-6.11/src/anyp/Uri.cc
--- squid-6.10/src/anyp/Uri.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/anyp/Uri.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/anyp/Uri.h squid-6.11/src/anyp/Uri.h
--- squid-6.10/src/anyp/Uri.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/anyp/Uri.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/anyp/UriScheme.cc squid-6.11/src/anyp/UriScheme.cc
--- squid-6.10/src/anyp/UriScheme.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/anyp/UriScheme.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/anyp/UriScheme.h squid-6.11/src/anyp/UriScheme.h
--- squid-6.10/src/anyp/UriScheme.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/anyp/UriScheme.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/AsyncEngine.cc squid-6.11/src/AsyncEngine.cc
--- squid-6.10/src/AsyncEngine.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/AsyncEngine.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/AsyncEngine.h squid-6.11/src/AsyncEngine.h
--- squid-6.10/src/AsyncEngine.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/AsyncEngine.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/Acl.cc squid-6.11/src/auth/Acl.cc
--- squid-6.10/src/auth/Acl.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/Acl.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/Acl.h squid-6.11/src/auth/Acl.h
--- squid-6.10/src/auth/Acl.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/Acl.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/AclMaxUserIp.cc squid-6.11/src/auth/AclMaxUserIp.cc
--- squid-6.10/src/auth/AclMaxUserIp.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/AclMaxUserIp.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/AclMaxUserIp.h squid-6.11/src/auth/AclMaxUserIp.h
--- squid-6.10/src/auth/AclMaxUserIp.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/AclMaxUserIp.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/AclProxyAuth.cc squid-6.11/src/auth/AclProxyAuth.cc
--- squid-6.10/src/auth/AclProxyAuth.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/AclProxyAuth.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/AclProxyAuth.h squid-6.11/src/auth/AclProxyAuth.h
--- squid-6.10/src/auth/AclProxyAuth.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/AclProxyAuth.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/AuthAclState.h squid-6.11/src/auth/AuthAclState.h
--- squid-6.10/src/auth/AuthAclState.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/AuthAclState.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/Config.cc squid-6.11/src/auth/basic/Config.cc
--- squid-6.10/src/auth/basic/Config.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/Config.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/Config.h squid-6.11/src/auth/basic/Config.h
--- squid-6.10/src/auth/basic/Config.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/Config.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/DB/basic_db_auth.8 squid-6.11/src/auth/basic/DB/basic_db_auth.8
--- squid-6.10/src/auth/basic/DB/basic_db_auth.8	2024-06-08 14:51:59.000000000 +0000
+++ squid-6.11/src/auth/basic/DB/basic_db_auth.8	2024-09-15 21:09:15.000000000 +0000
@@ -55,7 +55,7 @@
 .\" ========================================================================
 .\"
 .IX Title "BASIC_DB_AUTH 8"
-.TH BASIC_DB_AUTH 8 2024-06-08 "perl v5.38.2" "User Contributed Perl Documentation"
+.TH BASIC_DB_AUTH 8 2024-09-15 "perl v5.38.2" "User Contributed Perl Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -128,7 +128,7 @@
 .SH COPYRIGHT
 .IX Header "COPYRIGHT"
 .Vb 5
-\& * Copyright (C) 1996\-2023 The Squid Software Foundation and contributors
+\& * Copyright (C) 1996\-2024 The Squid Software Foundation and contributors
 \& *
 \& * Squid software is distributed under GPLv2+ license and includes
 \& * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/DB/basic_db_auth.pl.in squid-6.11/src/auth/basic/DB/basic_db_auth.pl.in
--- squid-6.10/src/auth/basic/DB/basic_db_auth.pl.in	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/DB/basic_db_auth.pl.in	2024-09-15 20:54:35.000000000 +0000
@@ -92,7 +92,7 @@
 
 =head1 COPYRIGHT
 
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/DB/Makefile.am squid-6.11/src/auth/basic/DB/Makefile.am
--- squid-6.10/src/auth/basic/DB/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/DB/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/DB/passwd.sql squid-6.11/src/auth/basic/DB/passwd.sql
--- squid-6.10/src/auth/basic/DB/passwd.sql	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/DB/passwd.sql	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/DB/required.m4 squid-6.11/src/auth/basic/DB/required.m4
--- squid-6.10/src/auth/basic/DB/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/DB/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/fake/fake.cc squid-6.11/src/auth/basic/fake/fake.cc
--- squid-6.10/src/auth/basic/fake/fake.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/fake/fake.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/fake/Makefile.am squid-6.11/src/auth/basic/fake/Makefile.am
--- squid-6.10/src/auth/basic/fake/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/fake/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/fake/required.m4 squid-6.11/src/auth/basic/fake/required.m4
--- squid-6.10/src/auth/basic/fake/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/fake/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/getpwnam/basic_getpwnam_auth.8 squid-6.11/src/auth/basic/getpwnam/basic_getpwnam_auth.8
--- squid-6.10/src/auth/basic/getpwnam/basic_getpwnam_auth.8	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/getpwnam/basic_getpwnam_auth.8	2024-09-15 20:54:35.000000000 +0000
@@ -74,7 +74,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/getpwnam/basic_getpwnam_auth.cc squid-6.11/src/auth/basic/getpwnam/basic_getpwnam_auth.cc
--- squid-6.10/src/auth/basic/getpwnam/basic_getpwnam_auth.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/getpwnam/basic_getpwnam_auth.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/getpwnam/Makefile.am squid-6.11/src/auth/basic/getpwnam/Makefile.am
--- squid-6.10/src/auth/basic/getpwnam/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/getpwnam/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/getpwnam/required.m4 squid-6.11/src/auth/basic/getpwnam/required.m4
--- squid-6.10/src/auth/basic/getpwnam/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/getpwnam/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/helpers.m4 squid-6.11/src/auth/basic/helpers.m4
--- squid-6.10/src/auth/basic/helpers.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/helpers.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/LDAP/basic_ldap_auth.8 squid-6.11/src/auth/basic/LDAP/basic_ldap_auth.8
--- squid-6.10/src/auth/basic/LDAP/basic_ldap_auth.8	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/LDAP/basic_ldap_auth.8	2024-09-15 20:54:35.000000000 +0000
@@ -305,7 +305,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/LDAP/basic_ldap_auth.cc squid-6.11/src/auth/basic/LDAP/basic_ldap_auth.cc
--- squid-6.10/src/auth/basic/LDAP/basic_ldap_auth.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/LDAP/basic_ldap_auth.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/LDAP/Makefile.am squid-6.11/src/auth/basic/LDAP/Makefile.am
--- squid-6.10/src/auth/basic/LDAP/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/LDAP/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/LDAP/required.m4 squid-6.11/src/auth/basic/LDAP/required.m4
--- squid-6.10/src/auth/basic/LDAP/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/LDAP/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/Makefile.am squid-6.11/src/auth/basic/Makefile.am
--- squid-6.10/src/auth/basic/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/NCSA/basic_ncsa_auth.8 squid-6.11/src/auth/basic/NCSA/basic_ncsa_auth.8
--- squid-6.10/src/auth/basic/NCSA/basic_ncsa_auth.8	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/NCSA/basic_ncsa_auth.8	2024-09-15 20:54:35.000000000 +0000
@@ -57,7 +57,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/NCSA/basic_ncsa_auth.cc squid-6.11/src/auth/basic/NCSA/basic_ncsa_auth.cc
--- squid-6.10/src/auth/basic/NCSA/basic_ncsa_auth.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/NCSA/basic_ncsa_auth.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/NCSA/crypt_md5.cc squid-6.11/src/auth/basic/NCSA/crypt_md5.cc
--- squid-6.10/src/auth/basic/NCSA/crypt_md5.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/NCSA/crypt_md5.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/NCSA/crypt_md5.h squid-6.11/src/auth/basic/NCSA/crypt_md5.h
--- squid-6.10/src/auth/basic/NCSA/crypt_md5.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/NCSA/crypt_md5.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/NCSA/Makefile.am squid-6.11/src/auth/basic/NCSA/Makefile.am
--- squid-6.10/src/auth/basic/NCSA/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/NCSA/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/NCSA/required.m4 squid-6.11/src/auth/basic/NCSA/required.m4
--- squid-6.10/src/auth/basic/NCSA/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/NCSA/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/NIS/basic_nis_auth.cc squid-6.11/src/auth/basic/NIS/basic_nis_auth.cc
--- squid-6.10/src/auth/basic/NIS/basic_nis_auth.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/NIS/basic_nis_auth.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/NIS/Makefile.am squid-6.11/src/auth/basic/NIS/Makefile.am
--- squid-6.10/src/auth/basic/NIS/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/NIS/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/NIS/nis_support.cc squid-6.11/src/auth/basic/NIS/nis_support.cc
--- squid-6.10/src/auth/basic/NIS/nis_support.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/NIS/nis_support.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/NIS/nis_support.h squid-6.11/src/auth/basic/NIS/nis_support.h
--- squid-6.10/src/auth/basic/NIS/nis_support.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/NIS/nis_support.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/NIS/required.m4 squid-6.11/src/auth/basic/NIS/required.m4
--- squid-6.10/src/auth/basic/NIS/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/NIS/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/PAM/basic_pam_auth.8 squid-6.11/src/auth/basic/PAM/basic_pam_auth.8
--- squid-6.10/src/auth/basic/PAM/basic_pam_auth.8	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/PAM/basic_pam_auth.8	2024-09-15 20:54:35.000000000 +0000
@@ -81,7 +81,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/PAM/basic_pam_auth.cc squid-6.11/src/auth/basic/PAM/basic_pam_auth.cc
--- squid-6.10/src/auth/basic/PAM/basic_pam_auth.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/PAM/basic_pam_auth.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/PAM/Makefile.am squid-6.11/src/auth/basic/PAM/Makefile.am
--- squid-6.10/src/auth/basic/PAM/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/PAM/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/PAM/required.m4 squid-6.11/src/auth/basic/PAM/required.m4
--- squid-6.10/src/auth/basic/PAM/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/PAM/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/POP3/basic_pop3_auth.8 squid-6.11/src/auth/basic/POP3/basic_pop3_auth.8
--- squid-6.10/src/auth/basic/POP3/basic_pop3_auth.8	2024-06-08 14:52:00.000000000 +0000
+++ squid-6.11/src/auth/basic/POP3/basic_pop3_auth.8	2024-09-15 21:09:16.000000000 +0000
@@ -55,7 +55,7 @@
 .\" ========================================================================
 .\"
 .IX Title "BASIC_POP3_AUTH 8"
-.TH BASIC_POP3_AUTH 8 2024-06-08 "perl v5.38.2" "User Contributed Perl Documentation"
+.TH BASIC_POP3_AUTH 8 2024-09-15 "perl v5.38.2" "User Contributed Perl Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -83,7 +83,7 @@
 .SH COPYRIGHT
 .IX Header "COPYRIGHT"
 .Vb 5
-\& * Copyright (C) 1996\-2023 The Squid Software Foundation and contributors
+\& * Copyright (C) 1996\-2024 The Squid Software Foundation and contributors
 \& *
 \& * Squid software is distributed under GPLv2+ license and includes
 \& * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/POP3/basic_pop3_auth.pl.in squid-6.11/src/auth/basic/POP3/basic_pop3_auth.pl.in
--- squid-6.10/src/auth/basic/POP3/basic_pop3_auth.pl.in	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/POP3/basic_pop3_auth.pl.in	2024-09-15 20:54:35.000000000 +0000
@@ -30,7 +30,7 @@
 
 =head1 COPYRIGHT
 
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/POP3/Makefile.am squid-6.11/src/auth/basic/POP3/Makefile.am
--- squid-6.10/src/auth/basic/POP3/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/POP3/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/POP3/required.m4 squid-6.11/src/auth/basic/POP3/required.m4
--- squid-6.10/src/auth/basic/POP3/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/POP3/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/RADIUS/basic_radius_auth.8 squid-6.11/src/auth/basic/RADIUS/basic_radius_auth.8
--- squid-6.10/src/auth/basic/RADIUS/basic_radius_auth.8	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/RADIUS/basic_radius_auth.8	2024-09-15 20:54:35.000000000 +0000
@@ -96,7 +96,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/RADIUS/basic_radius_auth.cc squid-6.11/src/auth/basic/RADIUS/basic_radius_auth.cc
--- squid-6.10/src/auth/basic/RADIUS/basic_radius_auth.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/RADIUS/basic_radius_auth.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/RADIUS/Makefile.am squid-6.11/src/auth/basic/RADIUS/Makefile.am
--- squid-6.10/src/auth/basic/RADIUS/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/RADIUS/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/RADIUS/radius.h squid-6.11/src/auth/basic/RADIUS/radius.h
--- squid-6.10/src/auth/basic/RADIUS/radius.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/RADIUS/radius.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/RADIUS/radius-util.cc squid-6.11/src/auth/basic/RADIUS/radius-util.cc
--- squid-6.10/src/auth/basic/RADIUS/radius-util.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/RADIUS/radius-util.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/RADIUS/radius-util.h squid-6.11/src/auth/basic/RADIUS/radius-util.h
--- squid-6.10/src/auth/basic/RADIUS/radius-util.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/RADIUS/radius-util.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/RADIUS/required.m4 squid-6.11/src/auth/basic/RADIUS/required.m4
--- squid-6.10/src/auth/basic/RADIUS/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/RADIUS/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/SASL/basic_sasl_auth.8 squid-6.11/src/auth/basic/SASL/basic_sasl_auth.8
--- squid-6.10/src/auth/basic/SASL/basic_sasl_auth.8	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/SASL/basic_sasl_auth.8	2024-09-15 20:54:35.000000000 +0000
@@ -80,7 +80,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/SASL/basic_sasl_auth.cc squid-6.11/src/auth/basic/SASL/basic_sasl_auth.cc
--- squid-6.10/src/auth/basic/SASL/basic_sasl_auth.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/SASL/basic_sasl_auth.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/SASL/basic_sasl_auth.conf squid-6.11/src/auth/basic/SASL/basic_sasl_auth.conf
--- squid-6.10/src/auth/basic/SASL/basic_sasl_auth.conf	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/SASL/basic_sasl_auth.conf	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 ##
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/SASL/basic_sasl_auth.pam squid-6.11/src/auth/basic/SASL/basic_sasl_auth.pam
--- squid-6.10/src/auth/basic/SASL/basic_sasl_auth.pam	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/SASL/basic_sasl_auth.pam	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #%PAM-1.0
 ##
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/SASL/Makefile.am squid-6.11/src/auth/basic/SASL/Makefile.am
--- squid-6.10/src/auth/basic/SASL/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/SASL/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/SASL/required.m4 squid-6.11/src/auth/basic/SASL/required.m4
--- squid-6.10/src/auth/basic/SASL/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/SASL/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/Scheme.cc squid-6.11/src/auth/basic/Scheme.cc
--- squid-6.10/src/auth/basic/Scheme.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/Scheme.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/Scheme.h squid-6.11/src/auth/basic/Scheme.h
--- squid-6.10/src/auth/basic/Scheme.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/Scheme.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/SMB/basic_smb_auth.cc squid-6.11/src/auth/basic/SMB/basic_smb_auth.cc
--- squid-6.10/src/auth/basic/SMB/basic_smb_auth.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/SMB/basic_smb_auth.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/SMB/basic_smb_auth.sh squid-6.11/src/auth/basic/SMB/basic_smb_auth.sh
--- squid-6.10/src/auth/basic/SMB/basic_smb_auth.sh	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/SMB/basic_smb_auth.sh	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/SMB/Makefile.am squid-6.11/src/auth/basic/SMB/Makefile.am
--- squid-6.10/src/auth/basic/SMB/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/SMB/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/SMB/required.m4 squid-6.11/src/auth/basic/SMB/required.m4
--- squid-6.10/src/auth/basic/SMB/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/SMB/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/SMB_LM/Makefile.am squid-6.11/src/auth/basic/SMB_LM/Makefile.am
--- squid-6.10/src/auth/basic/SMB_LM/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/SMB_LM/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/SMB_LM/msntauth.cc squid-6.11/src/auth/basic/SMB_LM/msntauth.cc
--- squid-6.10/src/auth/basic/SMB_LM/msntauth.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/SMB_LM/msntauth.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/SMB_LM/msntauth.h squid-6.11/src/auth/basic/SMB_LM/msntauth.h
--- squid-6.10/src/auth/basic/SMB_LM/msntauth.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/SMB_LM/msntauth.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/SMB_LM/required.m4 squid-6.11/src/auth/basic/SMB_LM/required.m4
--- squid-6.10/src/auth/basic/SMB_LM/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/SMB_LM/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/SMB_LM/valid.cc squid-6.11/src/auth/basic/SMB_LM/valid.cc
--- squid-6.10/src/auth/basic/SMB_LM/valid.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/SMB_LM/valid.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/SMB_LM/valid.h squid-6.11/src/auth/basic/SMB_LM/valid.h
--- squid-6.10/src/auth/basic/SMB_LM/valid.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/SMB_LM/valid.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/SSPI/basic_sspi_auth.8 squid-6.11/src/auth/basic/SSPI/basic_sspi_auth.8
--- squid-6.10/src/auth/basic/SSPI/basic_sspi_auth.8	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/SSPI/basic_sspi_auth.8	2024-09-15 20:54:35.000000000 +0000
@@ -134,7 +134,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/SSPI/basic_sspi_auth.cc squid-6.11/src/auth/basic/SSPI/basic_sspi_auth.cc
--- squid-6.10/src/auth/basic/SSPI/basic_sspi_auth.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/SSPI/basic_sspi_auth.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/SSPI/Makefile.am squid-6.11/src/auth/basic/SSPI/Makefile.am
--- squid-6.10/src/auth/basic/SSPI/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/SSPI/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/SSPI/required.m4 squid-6.11/src/auth/basic/SSPI/required.m4
--- squid-6.10/src/auth/basic/SSPI/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/SSPI/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/SSPI/valid.cc squid-6.11/src/auth/basic/SSPI/valid.cc
--- squid-6.10/src/auth/basic/SSPI/valid.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/SSPI/valid.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/SSPI/valid.h squid-6.11/src/auth/basic/SSPI/valid.h
--- squid-6.10/src/auth/basic/SSPI/valid.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/SSPI/valid.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/User.cc squid-6.11/src/auth/basic/User.cc
--- squid-6.10/src/auth/basic/User.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/User.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/User.h squid-6.11/src/auth/basic/User.h
--- squid-6.10/src/auth/basic/User.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/User.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/UserRequest.cc squid-6.11/src/auth/basic/UserRequest.cc
--- squid-6.10/src/auth/basic/UserRequest.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/UserRequest.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/basic/UserRequest.h squid-6.11/src/auth/basic/UserRequest.h
--- squid-6.10/src/auth/basic/UserRequest.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/basic/UserRequest.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/Config.cc squid-6.11/src/auth/Config.cc
--- squid-6.10/src/auth/Config.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/Config.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/Config.h squid-6.11/src/auth/Config.h
--- squid-6.10/src/auth/Config.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/Config.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/CredentialsCache.cc squid-6.11/src/auth/CredentialsCache.cc
--- squid-6.10/src/auth/CredentialsCache.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/CredentialsCache.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/CredentialsCache.h squid-6.11/src/auth/CredentialsCache.h
--- squid-6.10/src/auth/CredentialsCache.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/CredentialsCache.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/CredentialState.h squid-6.11/src/auth/CredentialState.h
--- squid-6.10/src/auth/CredentialState.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/CredentialState.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/digest/Config.cc squid-6.11/src/auth/digest/Config.cc
--- squid-6.10/src/auth/digest/Config.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/digest/Config.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/digest/Config.h squid-6.11/src/auth/digest/Config.h
--- squid-6.10/src/auth/digest/Config.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/digest/Config.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/digest/eDirectory/digest_common.h squid-6.11/src/auth/digest/eDirectory/digest_common.h
--- squid-6.10/src/auth/digest/eDirectory/digest_common.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/digest/eDirectory/digest_common.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/digest/eDirectory/digest_pw_auth.cc squid-6.11/src/auth/digest/eDirectory/digest_pw_auth.cc
--- squid-6.10/src/auth/digest/eDirectory/digest_pw_auth.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/digest/eDirectory/digest_pw_auth.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/digest/eDirectory/edir_ldapext.cc squid-6.11/src/auth/digest/eDirectory/edir_ldapext.cc
--- squid-6.10/src/auth/digest/eDirectory/edir_ldapext.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/digest/eDirectory/edir_ldapext.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/digest/eDirectory/edir_ldapext.h squid-6.11/src/auth/digest/eDirectory/edir_ldapext.h
--- squid-6.10/src/auth/digest/eDirectory/edir_ldapext.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/digest/eDirectory/edir_ldapext.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/digest/eDirectory/ldap_backend.cc squid-6.11/src/auth/digest/eDirectory/ldap_backend.cc
--- squid-6.10/src/auth/digest/eDirectory/ldap_backend.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/digest/eDirectory/ldap_backend.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/digest/eDirectory/ldap_backend.h squid-6.11/src/auth/digest/eDirectory/ldap_backend.h
--- squid-6.10/src/auth/digest/eDirectory/ldap_backend.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/digest/eDirectory/ldap_backend.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/digest/eDirectory/Makefile.am squid-6.11/src/auth/digest/eDirectory/Makefile.am
--- squid-6.10/src/auth/digest/eDirectory/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/digest/eDirectory/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/digest/eDirectory/required.m4 squid-6.11/src/auth/digest/eDirectory/required.m4
--- squid-6.10/src/auth/digest/eDirectory/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/digest/eDirectory/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/digest/file/digest_common.h squid-6.11/src/auth/digest/file/digest_common.h
--- squid-6.10/src/auth/digest/file/digest_common.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/digest/file/digest_common.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/digest/file/digest_file_auth.8 squid-6.11/src/auth/digest/file/digest_file_auth.8
--- squid-6.10/src/auth/digest/file/digest_file_auth.8	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/digest/file/digest_file_auth.8	2024-09-15 20:54:35.000000000 +0000
@@ -71,7 +71,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/digest/file/digest_file_auth.cc squid-6.11/src/auth/digest/file/digest_file_auth.cc
--- squid-6.10/src/auth/digest/file/digest_file_auth.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/digest/file/digest_file_auth.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/digest/file/Makefile.am squid-6.11/src/auth/digest/file/Makefile.am
--- squid-6.10/src/auth/digest/file/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/digest/file/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/digest/file/required.m4 squid-6.11/src/auth/digest/file/required.m4
--- squid-6.10/src/auth/digest/file/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/digest/file/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/digest/file/text_backend.cc squid-6.11/src/auth/digest/file/text_backend.cc
--- squid-6.10/src/auth/digest/file/text_backend.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/digest/file/text_backend.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/digest/file/text_backend.h squid-6.11/src/auth/digest/file/text_backend.h
--- squid-6.10/src/auth/digest/file/text_backend.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/digest/file/text_backend.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/digest/helpers.m4 squid-6.11/src/auth/digest/helpers.m4
--- squid-6.10/src/auth/digest/helpers.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/digest/helpers.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/digest/LDAP/digest_common.h squid-6.11/src/auth/digest/LDAP/digest_common.h
--- squid-6.10/src/auth/digest/LDAP/digest_common.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/digest/LDAP/digest_common.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/digest/LDAP/digest_pw_auth.cc squid-6.11/src/auth/digest/LDAP/digest_pw_auth.cc
--- squid-6.10/src/auth/digest/LDAP/digest_pw_auth.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/digest/LDAP/digest_pw_auth.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/digest/LDAP/ldap_backend.cc squid-6.11/src/auth/digest/LDAP/ldap_backend.cc
--- squid-6.10/src/auth/digest/LDAP/ldap_backend.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/digest/LDAP/ldap_backend.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/digest/LDAP/ldap_backend.h squid-6.11/src/auth/digest/LDAP/ldap_backend.h
--- squid-6.10/src/auth/digest/LDAP/ldap_backend.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/digest/LDAP/ldap_backend.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/digest/LDAP/Makefile.am squid-6.11/src/auth/digest/LDAP/Makefile.am
--- squid-6.10/src/auth/digest/LDAP/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/digest/LDAP/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/digest/LDAP/required.m4 squid-6.11/src/auth/digest/LDAP/required.m4
--- squid-6.10/src/auth/digest/LDAP/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/digest/LDAP/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/digest/Makefile.am squid-6.11/src/auth/digest/Makefile.am
--- squid-6.10/src/auth/digest/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/digest/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/digest/Scheme.cc squid-6.11/src/auth/digest/Scheme.cc
--- squid-6.10/src/auth/digest/Scheme.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/digest/Scheme.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/digest/Scheme.h squid-6.11/src/auth/digest/Scheme.h
--- squid-6.10/src/auth/digest/Scheme.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/digest/Scheme.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/digest/User.cc squid-6.11/src/auth/digest/User.cc
--- squid-6.10/src/auth/digest/User.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/digest/User.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/digest/User.h squid-6.11/src/auth/digest/User.h
--- squid-6.10/src/auth/digest/User.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/digest/User.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/digest/UserRequest.cc squid-6.11/src/auth/digest/UserRequest.cc
--- squid-6.10/src/auth/digest/UserRequest.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/digest/UserRequest.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/digest/UserRequest.h squid-6.11/src/auth/digest/UserRequest.h
--- squid-6.10/src/auth/digest/UserRequest.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/digest/UserRequest.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/forward.h squid-6.11/src/auth/forward.h
--- squid-6.10/src/auth/forward.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/forward.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/Gadgets.cc squid-6.11/src/auth/Gadgets.cc
--- squid-6.10/src/auth/Gadgets.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/Gadgets.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/Gadgets.h squid-6.11/src/auth/Gadgets.h
--- squid-6.10/src/auth/Gadgets.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/Gadgets.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/Makefile.am squid-6.11/src/auth/Makefile.am
--- squid-6.10/src/auth/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/negotiate/Config.cc squid-6.11/src/auth/negotiate/Config.cc
--- squid-6.10/src/auth/negotiate/Config.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/negotiate/Config.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/negotiate/Config.h squid-6.11/src/auth/negotiate/Config.h
--- squid-6.10/src/auth/negotiate/Config.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/negotiate/Config.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/negotiate/helpers.m4 squid-6.11/src/auth/negotiate/helpers.m4
--- squid-6.10/src/auth/negotiate/helpers.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/negotiate/helpers.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/negotiate/kerberos/Makefile.am squid-6.11/src/auth/negotiate/kerberos/Makefile.am
--- squid-6.10/src/auth/negotiate/kerberos/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/negotiate/kerberos/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/negotiate/kerberos/negotiate_kerberos_auth.cc squid-6.11/src/auth/negotiate/kerberos/negotiate_kerberos_auth.cc
--- squid-6.10/src/auth/negotiate/kerberos/negotiate_kerberos_auth.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/negotiate/kerberos/negotiate_kerberos_auth.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/negotiate/kerberos/negotiate_kerberos_auth_test.cc squid-6.11/src/auth/negotiate/kerberos/negotiate_kerberos_auth_test.cc
--- squid-6.10/src/auth/negotiate/kerberos/negotiate_kerberos_auth_test.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/negotiate/kerberos/negotiate_kerberos_auth_test.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/negotiate/kerberos/negotiate_kerberos.h squid-6.11/src/auth/negotiate/kerberos/negotiate_kerberos.h
--- squid-6.10/src/auth/negotiate/kerberos/negotiate_kerberos.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/negotiate/kerberos/negotiate_kerberos.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/negotiate/kerberos/negotiate_kerberos_pac.cc squid-6.11/src/auth/negotiate/kerberos/negotiate_kerberos_pac.cc
--- squid-6.10/src/auth/negotiate/kerberos/negotiate_kerberos_pac.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/negotiate/kerberos/negotiate_kerberos_pac.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/negotiate/kerberos/required.m4 squid-6.11/src/auth/negotiate/kerberos/required.m4
--- squid-6.10/src/auth/negotiate/kerberos/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/negotiate/kerberos/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/negotiate/Makefile.am squid-6.11/src/auth/negotiate/Makefile.am
--- squid-6.10/src/auth/negotiate/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/negotiate/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/negotiate/Scheme.cc squid-6.11/src/auth/negotiate/Scheme.cc
--- squid-6.10/src/auth/negotiate/Scheme.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/negotiate/Scheme.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/negotiate/Scheme.h squid-6.11/src/auth/negotiate/Scheme.h
--- squid-6.10/src/auth/negotiate/Scheme.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/negotiate/Scheme.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/negotiate/SSPI/Makefile.am squid-6.11/src/auth/negotiate/SSPI/Makefile.am
--- squid-6.10/src/auth/negotiate/SSPI/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/negotiate/SSPI/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/negotiate/SSPI/negotiate_sspi_auth.8 squid-6.11/src/auth/negotiate/SSPI/negotiate_sspi_auth.8
--- squid-6.10/src/auth/negotiate/SSPI/negotiate_sspi_auth.8	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/negotiate/SSPI/negotiate_sspi_auth.8	2024-09-15 20:54:35.000000000 +0000
@@ -73,7 +73,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/negotiate/SSPI/negotiate_sspi_auth.cc squid-6.11/src/auth/negotiate/SSPI/negotiate_sspi_auth.cc
--- squid-6.10/src/auth/negotiate/SSPI/negotiate_sspi_auth.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/negotiate/SSPI/negotiate_sspi_auth.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -75,8 +75,6 @@
 #define SEND3(X,Y,Z) debug("sending '" X "' to squid\n",Y,Z); printf(X "\n",Y,Z);
 #endif
 
-char *negotiate_check_auth(SSP_blobP auth, int auth_length);
-
 /*
  * options:
  * -d enable debugging.
@@ -84,7 +82,7 @@
  */
 char *my_program_name = nullptr;
 
-void
+static void
 usage()
 {
     fprintf(stderr,
@@ -95,7 +93,7 @@
             my_program_name);
 }
 
-void
+static void
 process_options(int argc, char *argv[])
 {
     int opt, had_error = 0;
@@ -140,7 +138,7 @@
     return true;
 }
 
-int
+static int
 manage_request()
 {
     char buf[HELPER_INPUT_BUFFER];
diff -u -r -N squid-6.10/src/auth/negotiate/SSPI/required.m4 squid-6.11/src/auth/negotiate/SSPI/required.m4
--- squid-6.10/src/auth/negotiate/SSPI/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/negotiate/SSPI/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/negotiate/User.cc squid-6.11/src/auth/negotiate/User.cc
--- squid-6.10/src/auth/negotiate/User.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/negotiate/User.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/negotiate/User.h squid-6.11/src/auth/negotiate/User.h
--- squid-6.10/src/auth/negotiate/User.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/negotiate/User.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/negotiate/UserRequest.cc squid-6.11/src/auth/negotiate/UserRequest.cc
--- squid-6.10/src/auth/negotiate/UserRequest.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/negotiate/UserRequest.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/negotiate/UserRequest.h squid-6.11/src/auth/negotiate/UserRequest.h
--- squid-6.10/src/auth/negotiate/UserRequest.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/negotiate/UserRequest.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/negotiate/wrapper/Makefile.am squid-6.11/src/auth/negotiate/wrapper/Makefile.am
--- squid-6.10/src/auth/negotiate/wrapper/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/negotiate/wrapper/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/negotiate/wrapper/negotiate_wrapper.cc squid-6.11/src/auth/negotiate/wrapper/negotiate_wrapper.cc
--- squid-6.10/src/auth/negotiate/wrapper/negotiate_wrapper.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/negotiate/wrapper/negotiate_wrapper.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/negotiate/wrapper/required.m4 squid-6.11/src/auth/negotiate/wrapper/required.m4
--- squid-6.10/src/auth/negotiate/wrapper/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/negotiate/wrapper/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/ntlm/Config.cc squid-6.11/src/auth/ntlm/Config.cc
--- squid-6.10/src/auth/ntlm/Config.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/ntlm/Config.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/ntlm/Config.h squid-6.11/src/auth/ntlm/Config.h
--- squid-6.10/src/auth/ntlm/Config.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/ntlm/Config.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/ntlm/fake/Makefile.am squid-6.11/src/auth/ntlm/fake/Makefile.am
--- squid-6.10/src/auth/ntlm/fake/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/ntlm/fake/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/ntlm/fake/ntlm_fake_auth.cc squid-6.11/src/auth/ntlm/fake/ntlm_fake_auth.cc
--- squid-6.10/src/auth/ntlm/fake/ntlm_fake_auth.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/ntlm/fake/ntlm_fake_auth.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/ntlm/fake/ntlm_fake_auth.pl.in squid-6.11/src/auth/ntlm/fake/ntlm_fake_auth.pl.in
--- squid-6.10/src/auth/ntlm/fake/ntlm_fake_auth.pl.in	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/ntlm/fake/ntlm_fake_auth.pl.in	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!@PERL@
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/ntlm/fake/required.m4 squid-6.11/src/auth/ntlm/fake/required.m4
--- squid-6.10/src/auth/ntlm/fake/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/ntlm/fake/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/ntlm/helpers.m4 squid-6.11/src/auth/ntlm/helpers.m4
--- squid-6.10/src/auth/ntlm/helpers.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/ntlm/helpers.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/ntlm/Makefile.am squid-6.11/src/auth/ntlm/Makefile.am
--- squid-6.10/src/auth/ntlm/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/ntlm/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/ntlm/Scheme.cc squid-6.11/src/auth/ntlm/Scheme.cc
--- squid-6.10/src/auth/ntlm/Scheme.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/ntlm/Scheme.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/ntlm/Scheme.h squid-6.11/src/auth/ntlm/Scheme.h
--- squid-6.10/src/auth/ntlm/Scheme.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/ntlm/Scheme.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/ntlm/SMB_LM/Makefile.am squid-6.11/src/auth/ntlm/SMB_LM/Makefile.am
--- squid-6.10/src/auth/ntlm/SMB_LM/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/ntlm/SMB_LM/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/ntlm/SMB_LM/ntlm_smb_lm_auth.cc squid-6.11/src/auth/ntlm/SMB_LM/ntlm_smb_lm_auth.cc
--- squid-6.10/src/auth/ntlm/SMB_LM/ntlm_smb_lm_auth.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/ntlm/SMB_LM/ntlm_smb_lm_auth.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -64,12 +64,6 @@
 #define SEND3 printf
 #endif
 
-const char *make_challenge(char *domain, char *controller);
-char *ntlm_check_auth(ntlm_authenticate * auth, int auth_length);
-void dc_disconnect(void);
-int connectedp(void);
-int is_dc_ok(char *domain, char *domain_controller);
-
 typedef struct _dc dc;
 struct _dc {
     char *domain;
@@ -79,10 +73,13 @@
 };
 
 /* local functions */
-void usage(void);
-void process_options(int argc, char *argv[]);
-const char * obtain_challenge(void);
-void manage_request(void);
+static void usage(void);
+static void process_options(int argc, char *argv[]);
+static const char * obtain_challenge(void);
+static void manage_request(void);
+static const char *make_challenge(char *domain, char *controller);
+static char *ntlm_check_auth(ntlm_authenticate * auth, int auth_length);
+static void dc_disconnect(void);
 
 #define ENCODED_PASS_LEN 24
 #define MAX_USERNAME_LEN 255
@@ -108,7 +105,7 @@
 
 /* Disconnects from the DC. A reconnection will be done upon the next request
  */
-void
+static void
 dc_disconnect()
 {
     if (handle != NULL)
@@ -116,23 +113,6 @@
     handle = nullptr;
 }
 
-int
-connectedp()
-{
-    return (handle != NULL);
-}
-
-/* Tries to connect to a DC. Returns 0 on failure, 1 on OK */
-int
-is_dc_ok(char *domain, char *domain_controller)
-{
-    SMB_Handle_Type h = SMB_Connect_Server(nullptr, domain_controller, domain);
-    if (h == NULL)
-        return 0;
-    SMB_Discon(h, 0);
-    return 1;
-}
-
 /* returns 0 on success, > 0 on failure */
 static int
 init_challenge(char *domain, char *domain_controller)
@@ -169,7 +149,7 @@
     return 0;
 }
 
-const char *
+static const char *
 make_challenge(char *domain, char *domain_controller)
 {
     /* trying to circumvent some strange problem with pointers in SMBLib */
@@ -215,7 +195,7 @@
  * In case of problem sets as side-effect ntlm_errno to one of the
  * codes defined in ntlm.h
  */
-char *
+static char *
 ntlm_check_auth(ntlm_authenticate * auth, int auth_length)
 {
     int rv;
@@ -359,7 +339,7 @@
  */
 char *my_program_name = nullptr;
 
-void
+static void
 usage()
 {
     fprintf(stderr,
@@ -375,7 +355,7 @@
 
 /* int debug_enabled=0; defined in libcompat */
 
-void
+static void
 process_options(int argc, char *argv[])
 {
     int opt, j, had_error = 0;
@@ -455,7 +435,7 @@
  * tries connecting to the domain controllers in the "controllers" ring,
  * with failover if the adequate option is specified.
  */
-const char *
+static const char *
 obtain_challenge()
 {
     int j = 0;
@@ -492,7 +472,7 @@
     return nullptr;
 }
 
-void
+static void
 manage_request()
 {
     ntlmhdr *fast_header;
diff -u -r -N squid-6.10/src/auth/ntlm/SMB_LM/required.m4 squid-6.11/src/auth/ntlm/SMB_LM/required.m4
--- squid-6.10/src/auth/ntlm/SMB_LM/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/ntlm/SMB_LM/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/ntlm/SSPI/Makefile.am squid-6.11/src/auth/ntlm/SSPI/Makefile.am
--- squid-6.10/src/auth/ntlm/SSPI/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/ntlm/SSPI/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/ntlm/SSPI/ntlm_sspi_auth.8 squid-6.11/src/auth/ntlm/SSPI/ntlm_sspi_auth.8
--- squid-6.10/src/auth/ntlm/SSPI/ntlm_sspi_auth.8	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/ntlm/SSPI/ntlm_sspi_auth.8	2024-09-15 20:54:35.000000000 +0000
@@ -101,7 +101,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/ntlm/SSPI/ntlm_sspi_auth.cc squid-6.11/src/auth/ntlm/SSPI/ntlm_sspi_auth.cc
--- squid-6.10/src/auth/ntlm/SSPI/ntlm_sspi_auth.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/ntlm/SSPI/ntlm_sspi_auth.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/ntlm/SSPI/required.m4 squid-6.11/src/auth/ntlm/SSPI/required.m4
--- squid-6.10/src/auth/ntlm/SSPI/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/ntlm/SSPI/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/ntlm/User.cc squid-6.11/src/auth/ntlm/User.cc
--- squid-6.10/src/auth/ntlm/User.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/ntlm/User.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/ntlm/User.h squid-6.11/src/auth/ntlm/User.h
--- squid-6.10/src/auth/ntlm/User.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/ntlm/User.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/ntlm/UserRequest.cc squid-6.11/src/auth/ntlm/UserRequest.cc
--- squid-6.10/src/auth/ntlm/UserRequest.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/ntlm/UserRequest.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/ntlm/UserRequest.h squid-6.11/src/auth/ntlm/UserRequest.h
--- squid-6.10/src/auth/ntlm/UserRequest.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/ntlm/UserRequest.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/QueueNode.h squid-6.11/src/auth/QueueNode.h
--- squid-6.10/src/auth/QueueNode.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/QueueNode.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/Scheme.cc squid-6.11/src/auth/Scheme.cc
--- squid-6.10/src/auth/Scheme.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/Scheme.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/SchemeConfig.cc squid-6.11/src/auth/SchemeConfig.cc
--- squid-6.10/src/auth/SchemeConfig.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/SchemeConfig.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/SchemeConfig.h squid-6.11/src/auth/SchemeConfig.h
--- squid-6.10/src/auth/SchemeConfig.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/SchemeConfig.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/Scheme.h squid-6.11/src/auth/Scheme.h
--- squid-6.10/src/auth/Scheme.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/Scheme.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/SchemesConfig.cc squid-6.11/src/auth/SchemesConfig.cc
--- squid-6.10/src/auth/SchemesConfig.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/SchemesConfig.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/SchemesConfig.h squid-6.11/src/auth/SchemesConfig.h
--- squid-6.10/src/auth/SchemesConfig.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/SchemesConfig.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/State.cc squid-6.11/src/auth/State.cc
--- squid-6.10/src/auth/State.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/State.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/State.h squid-6.11/src/auth/State.h
--- squid-6.10/src/auth/State.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/State.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/toUtf.cc squid-6.11/src/auth/toUtf.cc
--- squid-6.10/src/auth/toUtf.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/toUtf.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/toUtf.h squid-6.11/src/auth/toUtf.h
--- squid-6.10/src/auth/toUtf.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/toUtf.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/Type.h squid-6.11/src/auth/Type.h
--- squid-6.10/src/auth/Type.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/Type.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/User.cc squid-6.11/src/auth/User.cc
--- squid-6.10/src/auth/User.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/User.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/User.h squid-6.11/src/auth/User.h
--- squid-6.10/src/auth/User.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/User.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/UserRequest.cc squid-6.11/src/auth/UserRequest.cc
--- squid-6.10/src/auth/UserRequest.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/UserRequest.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/auth/UserRequest.h squid-6.11/src/auth/UserRequest.h
--- squid-6.10/src/auth/UserRequest.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/auth/UserRequest.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/AuthReg.cc squid-6.11/src/AuthReg.cc
--- squid-6.10/src/AuthReg.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/AuthReg.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/AuthReg.h squid-6.11/src/AuthReg.h
--- squid-6.10/src/AuthReg.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/AuthReg.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/BandwidthBucket.cc squid-6.11/src/BandwidthBucket.cc
--- squid-6.10/src/BandwidthBucket.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/BandwidthBucket.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/BandwidthBucket.h squid-6.11/src/BandwidthBucket.h
--- squid-6.10/src/BandwidthBucket.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/BandwidthBucket.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/Assure.cc squid-6.11/src/base/Assure.cc
--- squid-6.10/src/base/Assure.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/Assure.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/Assure.h squid-6.11/src/base/Assure.h
--- squid-6.10/src/base/Assure.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/Assure.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/AsyncCallbacks.h squid-6.11/src/base/AsyncCallbacks.h
--- squid-6.10/src/base/AsyncCallbacks.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/AsyncCallbacks.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/AsyncCall.cc squid-6.11/src/base/AsyncCall.cc
--- squid-6.10/src/base/AsyncCall.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/AsyncCall.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/AsyncCall.h squid-6.11/src/base/AsyncCall.h
--- squid-6.10/src/base/AsyncCall.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/AsyncCall.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/AsyncCallList.cc squid-6.11/src/base/AsyncCallList.cc
--- squid-6.10/src/base/AsyncCallList.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/AsyncCallList.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/AsyncCallList.h squid-6.11/src/base/AsyncCallList.h
--- squid-6.10/src/base/AsyncCallList.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/AsyncCallList.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/AsyncCallQueue.cc squid-6.11/src/base/AsyncCallQueue.cc
--- squid-6.10/src/base/AsyncCallQueue.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/AsyncCallQueue.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/AsyncCallQueue.h squid-6.11/src/base/AsyncCallQueue.h
--- squid-6.10/src/base/AsyncCallQueue.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/AsyncCallQueue.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/AsyncCbdataCalls.h squid-6.11/src/base/AsyncCbdataCalls.h
--- squid-6.10/src/base/AsyncCbdataCalls.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/AsyncCbdataCalls.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/AsyncFunCalls.h squid-6.11/src/base/AsyncFunCalls.h
--- squid-6.10/src/base/AsyncFunCalls.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/AsyncFunCalls.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/AsyncJobCalls.h squid-6.11/src/base/AsyncJobCalls.h
--- squid-6.10/src/base/AsyncJobCalls.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/AsyncJobCalls.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/AsyncJob.cc squid-6.11/src/base/AsyncJob.cc
--- squid-6.10/src/base/AsyncJob.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/AsyncJob.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/AsyncJob.h squid-6.11/src/base/AsyncJob.h
--- squid-6.10/src/base/AsyncJob.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/AsyncJob.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/ByteCounter.h squid-6.11/src/base/ByteCounter.h
--- squid-6.10/src/base/ByteCounter.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/ByteCounter.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/CbcPointer.h squid-6.11/src/base/CbcPointer.h
--- squid-6.10/src/base/CbcPointer.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/CbcPointer.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/CbDataList.h squid-6.11/src/base/CbDataList.h
--- squid-6.10/src/base/CbDataList.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/CbDataList.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/CharacterSet.cc squid-6.11/src/base/CharacterSet.cc
--- squid-6.10/src/base/CharacterSet.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/CharacterSet.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/CharacterSet.h squid-6.11/src/base/CharacterSet.h
--- squid-6.10/src/base/CharacterSet.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/CharacterSet.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/ClpMap.h squid-6.11/src/base/ClpMap.h
--- squid-6.10/src/base/ClpMap.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/ClpMap.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/CodeContext.cc squid-6.11/src/base/CodeContext.cc
--- squid-6.10/src/base/CodeContext.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/CodeContext.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/CodeContext.h squid-6.11/src/base/CodeContext.h
--- squid-6.10/src/base/CodeContext.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/CodeContext.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/DelayedAsyncCalls.cc squid-6.11/src/base/DelayedAsyncCalls.cc
--- squid-6.10/src/base/DelayedAsyncCalls.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/DelayedAsyncCalls.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/DelayedAsyncCalls.h squid-6.11/src/base/DelayedAsyncCalls.h
--- squid-6.10/src/base/DelayedAsyncCalls.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/DelayedAsyncCalls.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/EnumIterator.h squid-6.11/src/base/EnumIterator.h
--- squid-6.10/src/base/EnumIterator.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/EnumIterator.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/File.cc squid-6.11/src/base/File.cc
--- squid-6.10/src/base/File.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/File.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/File.h squid-6.11/src/base/File.h
--- squid-6.10/src/base/File.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/File.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/forward.h squid-6.11/src/base/forward.h
--- squid-6.10/src/base/forward.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/forward.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/HardFun.h squid-6.11/src/base/HardFun.h
--- squid-6.10/src/base/HardFun.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/HardFun.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/Here.cc squid-6.11/src/base/Here.cc
--- squid-6.10/src/base/Here.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/Here.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/Here.h squid-6.11/src/base/Here.h
--- squid-6.10/src/base/Here.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/Here.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/InstanceId.cc squid-6.11/src/base/InstanceId.cc
--- squid-6.10/src/base/InstanceId.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/InstanceId.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/InstanceId.h squid-6.11/src/base/InstanceId.h
--- squid-6.10/src/base/InstanceId.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/InstanceId.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/IoManip.cc squid-6.11/src/base/IoManip.cc
--- squid-6.10/src/base/IoManip.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/IoManip.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/IoManip.h squid-6.11/src/base/IoManip.h
--- squid-6.10/src/base/IoManip.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/IoManip.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/JobWait.cc squid-6.11/src/base/JobWait.cc
--- squid-6.10/src/base/JobWait.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/JobWait.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/JobWait.h squid-6.11/src/base/JobWait.h
--- squid-6.10/src/base/JobWait.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/JobWait.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/Lock.h squid-6.11/src/base/Lock.h
--- squid-6.10/src/base/Lock.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/Lock.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/LookupTable.h squid-6.11/src/base/LookupTable.h
--- squid-6.10/src/base/LookupTable.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/LookupTable.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/Makefile.am squid-6.11/src/base/Makefile.am
--- squid-6.10/src/base/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/Packable.h squid-6.11/src/base/Packable.h
--- squid-6.10/src/base/Packable.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/Packable.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/PackableStream.h squid-6.11/src/base/PackableStream.h
--- squid-6.10/src/base/PackableStream.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/PackableStream.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/Random.cc squid-6.11/src/base/Random.cc
--- squid-6.10/src/base/Random.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/Random.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/Random.h squid-6.11/src/base/Random.h
--- squid-6.10/src/base/Random.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/Random.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/RandomUuid.cc squid-6.11/src/base/RandomUuid.cc
--- squid-6.10/src/base/RandomUuid.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/RandomUuid.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/RandomUuid.h squid-6.11/src/base/RandomUuid.h
--- squid-6.10/src/base/RandomUuid.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/RandomUuid.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/Range.h squid-6.11/src/base/Range.h
--- squid-6.10/src/base/Range.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/Range.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/Raw.cc squid-6.11/src/base/Raw.cc
--- squid-6.10/src/base/Raw.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/Raw.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/Raw.h squid-6.11/src/base/Raw.h
--- squid-6.10/src/base/Raw.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/Raw.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/RefCount.h squid-6.11/src/base/RefCount.h
--- squid-6.10/src/base/RefCount.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/RefCount.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/RegexPattern.cc squid-6.11/src/base/RegexPattern.cc
--- squid-6.10/src/base/RegexPattern.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/RegexPattern.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/RegexPattern.h squid-6.11/src/base/RegexPattern.h
--- squid-6.10/src/base/RegexPattern.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/RegexPattern.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/RunnersRegistry.cc squid-6.11/src/base/RunnersRegistry.cc
--- squid-6.10/src/base/RunnersRegistry.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/RunnersRegistry.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/RunnersRegistry.h squid-6.11/src/base/RunnersRegistry.h
--- squid-6.10/src/base/RunnersRegistry.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/RunnersRegistry.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/Stopwatch.cc squid-6.11/src/base/Stopwatch.cc
--- squid-6.10/src/base/Stopwatch.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/Stopwatch.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/Stopwatch.h squid-6.11/src/base/Stopwatch.h
--- squid-6.10/src/base/Stopwatch.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/Stopwatch.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/Subscription.h squid-6.11/src/base/Subscription.h
--- squid-6.10/src/base/Subscription.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/Subscription.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/SupportOrVeto.h squid-6.11/src/base/SupportOrVeto.h
--- squid-6.10/src/base/SupportOrVeto.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/SupportOrVeto.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/TextException.cc squid-6.11/src/base/TextException.cc
--- squid-6.10/src/base/TextException.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/TextException.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/TextException.h squid-6.11/src/base/TextException.h
--- squid-6.10/src/base/TextException.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/TextException.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/TypeTraits.h squid-6.11/src/base/TypeTraits.h
--- squid-6.10/src/base/TypeTraits.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/TypeTraits.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/base/YesNoNone.h squid-6.11/src/base/YesNoNone.h
--- squid-6.10/src/base/YesNoNone.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/base/YesNoNone.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/BodyPipe.cc squid-6.11/src/BodyPipe.cc
--- squid-6.10/src/BodyPipe.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/BodyPipe.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/BodyPipe.h squid-6.11/src/BodyPipe.h
--- squid-6.10/src/BodyPipe.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/BodyPipe.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/cache_cf.cc squid-6.11/src/cache_cf.cc
--- squid-6.10/src/cache_cf.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/cache_cf.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/cache_cf.h squid-6.11/src/cache_cf.h
--- squid-6.10/src/cache_cf.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/cache_cf.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/CacheDigest.cc squid-6.11/src/CacheDigest.cc
--- squid-6.10/src/CacheDigest.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/CacheDigest.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/CacheDigest.h squid-6.11/src/CacheDigest.h
--- squid-6.10/src/CacheDigest.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/CacheDigest.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/cache_manager.cc squid-6.11/src/cache_manager.cc
--- squid-6.10/src/cache_manager.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/cache_manager.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/CacheManager.h squid-6.11/src/CacheManager.h
--- squid-6.10/src/CacheManager.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/CacheManager.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/CachePeer.cc squid-6.11/src/CachePeer.cc
--- squid-6.10/src/CachePeer.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/CachePeer.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/CachePeer.h squid-6.11/src/CachePeer.h
--- squid-6.10/src/CachePeer.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/CachePeer.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/carp.cc squid-6.11/src/carp.cc
--- squid-6.10/src/carp.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/carp.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/carp.h squid-6.11/src/carp.h
--- squid-6.10/src/carp.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/carp.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/cbdata.cc squid-6.11/src/cbdata.cc
--- squid-6.10/src/cbdata.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/cbdata.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/cbdata.h squid-6.11/src/cbdata.h
--- squid-6.10/src/cbdata.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/cbdata.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/cf.data.depend squid-6.11/src/cf.data.depend
--- squid-6.10/src/cf.data.depend	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/cf.data.depend	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/cf.data.pre squid-6.11/src/cf.data.pre
--- squid-6.10/src/cf.data.pre	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/cf.data.pre	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/cf.data.sed squid-6.11/src/cf.data.sed
--- squid-6.10/src/cf.data.sed	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/cf.data.sed	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-# Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+# Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/cf_gen.cc squid-6.11/src/cf_gen.cc
--- squid-6.10/src/cf_gen.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/cf_gen.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/cf_gen_defines squid-6.11/src/cf_gen_defines
--- squid-6.10/src/cf_gen_defines	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/cf_gen_defines	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/awk -f
 
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -10,7 +10,7 @@
 BEGIN {
 	print "/* Generated automatically from cf.data.pre DO NOT EDIT */"
 	print "/*"
-	print " * Copyright (C) 1996-2023 The Squid Software Foundation and contributors"
+	print " * Copyright (C) 1996-2024 The Squid Software Foundation and contributors"
 	print " *"
 	print " * Squid software is distributed under GPLv2+ license and includes"
 	print " * contributions from numerous individuals and organizations."
diff -u -r -N squid-6.10/src/client_db.cc squid-6.11/src/client_db.cc
--- squid-6.10/src/client_db.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/client_db.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/client_db.h squid-6.11/src/client_db.h
--- squid-6.10/src/client_db.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/client_db.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ClientDelayConfig.cc squid-6.11/src/ClientDelayConfig.cc
--- squid-6.10/src/ClientDelayConfig.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ClientDelayConfig.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ClientDelayConfig.h squid-6.11/src/ClientDelayConfig.h
--- squid-6.10/src/ClientDelayConfig.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ClientDelayConfig.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ClientInfo.h squid-6.11/src/ClientInfo.h
--- squid-6.10/src/ClientInfo.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ClientInfo.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ClientRequestContext.h squid-6.11/src/ClientRequestContext.h
--- squid-6.10/src/ClientRequestContext.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ClientRequestContext.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/clients/Client.cc squid-6.11/src/clients/Client.cc
--- squid-6.10/src/clients/Client.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/clients/Client.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/clients/Client.h squid-6.11/src/clients/Client.h
--- squid-6.10/src/clients/Client.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/clients/Client.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/clients/forward.h squid-6.11/src/clients/forward.h
--- squid-6.10/src/clients/forward.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/clients/forward.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/clients/FtpClient.cc squid-6.11/src/clients/FtpClient.cc
--- squid-6.10/src/clients/FtpClient.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/clients/FtpClient.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/clients/FtpClient.h squid-6.11/src/clients/FtpClient.h
--- squid-6.10/src/clients/FtpClient.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/clients/FtpClient.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/clients/FtpGateway.cc squid-6.11/src/clients/FtpGateway.cc
--- squid-6.10/src/clients/FtpGateway.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/clients/FtpGateway.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/clients/FtpRelay.cc squid-6.11/src/clients/FtpRelay.cc
--- squid-6.10/src/clients/FtpRelay.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/clients/FtpRelay.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/clients/HttpTunnelerAnswer.cc squid-6.11/src/clients/HttpTunnelerAnswer.cc
--- squid-6.10/src/clients/HttpTunnelerAnswer.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/clients/HttpTunnelerAnswer.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/clients/HttpTunnelerAnswer.h squid-6.11/src/clients/HttpTunnelerAnswer.h
--- squid-6.10/src/clients/HttpTunnelerAnswer.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/clients/HttpTunnelerAnswer.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/clients/HttpTunneler.cc squid-6.11/src/clients/HttpTunneler.cc
--- squid-6.10/src/clients/HttpTunneler.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/clients/HttpTunneler.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/clients/HttpTunneler.h squid-6.11/src/clients/HttpTunneler.h
--- squid-6.10/src/clients/HttpTunneler.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/clients/HttpTunneler.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/clients/Makefile.am squid-6.11/src/clients/Makefile.am
--- squid-6.10/src/clients/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/clients/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/client_side.cc squid-6.11/src/client_side.cc
--- squid-6.10/src/client_side.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/client_side.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/client_side.h squid-6.11/src/client_side.h
--- squid-6.10/src/client_side.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/client_side.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/client_side_reply.cc squid-6.11/src/client_side_reply.cc
--- squid-6.10/src/client_side_reply.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/client_side_reply.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/client_side_reply.h squid-6.11/src/client_side_reply.h
--- squid-6.10/src/client_side_reply.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/client_side_reply.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/client_side_request.cc squid-6.11/src/client_side_request.cc
--- squid-6.10/src/client_side_request.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/client_side_request.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/client_side_request.h squid-6.11/src/client_side_request.h
--- squid-6.10/src/client_side_request.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/client_side_request.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/clientStream.cc squid-6.11/src/clientStream.cc
--- squid-6.10/src/clientStream.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/clientStream.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/clientStreamForward.h squid-6.11/src/clientStreamForward.h
--- squid-6.10/src/clientStreamForward.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/clientStreamForward.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/clientStream.h squid-6.11/src/clientStream.h
--- squid-6.10/src/clientStream.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/clientStream.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/CollapsedForwarding.cc squid-6.11/src/CollapsedForwarding.cc
--- squid-6.10/src/CollapsedForwarding.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/CollapsedForwarding.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/CollapsedForwarding.h squid-6.11/src/CollapsedForwarding.h
--- squid-6.10/src/CollapsedForwarding.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/CollapsedForwarding.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/CollapsingHistory.h squid-6.11/src/CollapsingHistory.h
--- squid-6.10/src/CollapsingHistory.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/CollapsingHistory.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/comm/AcceptLimiter.cc squid-6.11/src/comm/AcceptLimiter.cc
--- squid-6.10/src/comm/AcceptLimiter.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/comm/AcceptLimiter.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/comm/AcceptLimiter.h squid-6.11/src/comm/AcceptLimiter.h
--- squid-6.10/src/comm/AcceptLimiter.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/comm/AcceptLimiter.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/comm/comm_internal.h squid-6.11/src/comm/comm_internal.h
--- squid-6.10/src/comm/comm_internal.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/comm/comm_internal.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/comm/Connection.cc squid-6.11/src/comm/Connection.cc
--- squid-6.10/src/comm/Connection.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/comm/Connection.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/comm/Connection.h squid-6.11/src/comm/Connection.h
--- squid-6.10/src/comm/Connection.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/comm/Connection.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/comm/ConnOpener.cc squid-6.11/src/comm/ConnOpener.cc
--- squid-6.10/src/comm/ConnOpener.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/comm/ConnOpener.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/comm/ConnOpener.h squid-6.11/src/comm/ConnOpener.h
--- squid-6.10/src/comm/ConnOpener.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/comm/ConnOpener.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/comm/Flag.h squid-6.11/src/comm/Flag.h
--- squid-6.10/src/comm/Flag.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/comm/Flag.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/comm/forward.h squid-6.11/src/comm/forward.h
--- squid-6.10/src/comm/forward.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/comm/forward.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/comm/IoCallback.cc squid-6.11/src/comm/IoCallback.cc
--- squid-6.10/src/comm/IoCallback.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/comm/IoCallback.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/comm/IoCallback.h squid-6.11/src/comm/IoCallback.h
--- squid-6.10/src/comm/IoCallback.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/comm/IoCallback.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/comm/Loops.h squid-6.11/src/comm/Loops.h
--- squid-6.10/src/comm/Loops.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/comm/Loops.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/comm/Makefile.am squid-6.11/src/comm/Makefile.am
--- squid-6.10/src/comm/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/comm/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/comm/minimal.cc squid-6.11/src/comm/minimal.cc
--- squid-6.10/src/comm/minimal.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/comm/minimal.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/comm/ModDevPoll.cc squid-6.11/src/comm/ModDevPoll.cc
--- squid-6.10/src/comm/ModDevPoll.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/comm/ModDevPoll.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/comm/ModEpoll.cc squid-6.11/src/comm/ModEpoll.cc
--- squid-6.10/src/comm/ModEpoll.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/comm/ModEpoll.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/comm/ModKqueue.cc squid-6.11/src/comm/ModKqueue.cc
--- squid-6.10/src/comm/ModKqueue.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/comm/ModKqueue.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/comm/ModPoll.cc squid-6.11/src/comm/ModPoll.cc
--- squid-6.10/src/comm/ModPoll.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/comm/ModPoll.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/comm/ModSelect.cc squid-6.11/src/comm/ModSelect.cc
--- squid-6.10/src/comm/ModSelect.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/comm/ModSelect.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/comm/ModSelectWin32.cc squid-6.11/src/comm/ModSelectWin32.cc
--- squid-6.10/src/comm/ModSelectWin32.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/comm/ModSelectWin32.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/comm/Read.cc squid-6.11/src/comm/Read.cc
--- squid-6.10/src/comm/Read.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/comm/Read.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/comm/Read.h squid-6.11/src/comm/Read.h
--- squid-6.10/src/comm/Read.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/comm/Read.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/comm/TcpAcceptor.cc squid-6.11/src/comm/TcpAcceptor.cc
--- squid-6.10/src/comm/TcpAcceptor.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/comm/TcpAcceptor.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/comm/TcpAcceptor.h squid-6.11/src/comm/TcpAcceptor.h
--- squid-6.10/src/comm/TcpAcceptor.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/comm/TcpAcceptor.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/comm/Tcp.cc squid-6.11/src/comm/Tcp.cc
--- squid-6.10/src/comm/Tcp.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/comm/Tcp.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/comm/Tcp.h squid-6.11/src/comm/Tcp.h
--- squid-6.10/src/comm/Tcp.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/comm/Tcp.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/comm/Write.cc squid-6.11/src/comm/Write.cc
--- squid-6.10/src/comm/Write.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/comm/Write.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/comm/Write.h squid-6.11/src/comm/Write.h
--- squid-6.10/src/comm/Write.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/comm/Write.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/CommandLine.cc squid-6.11/src/CommandLine.cc
--- squid-6.10/src/CommandLine.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/CommandLine.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/CommandLine.h squid-6.11/src/CommandLine.h
--- squid-6.10/src/CommandLine.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/CommandLine.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/CommCalls.cc squid-6.11/src/CommCalls.cc
--- squid-6.10/src/CommCalls.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/CommCalls.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/CommCalls.h squid-6.11/src/CommCalls.h
--- squid-6.10/src/CommCalls.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/CommCalls.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/comm.cc squid-6.11/src/comm.cc
--- squid-6.10/src/comm.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/comm.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -555,9 +555,6 @@
 
     comm_init_opened(conn, note, AI);
 
-    if (!(conn->flags & COMM_NOCLOEXEC))
-        fd_table[conn->fd].flags.close_on_exec = true;
-
     if (conn->local.port() > (unsigned short) 0) {
 #if _SQUID_WINDOWS_
         if (AI->ai_socktype != SOCK_DGRAM)
@@ -1146,9 +1143,6 @@
         int xerrno = errno;
         debugs(50, DBG_CRITICAL, "ERROR: " << MYNAME << "FD " << fd << ": set close-on-exec failed: " << xstrerr(xerrno));
     }
-
-    fd_table[fd].flags.close_on_exec = true;
-
 #endif
 }
 
diff -u -r -N squid-6.10/src/comm.h squid-6.11/src/comm.h
--- squid-6.10/src/comm.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/comm.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/Common.am squid-6.11/src/Common.am
--- squid-6.10/src/Common.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/Common.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/CommonPool.h squid-6.11/src/CommonPool.h
--- squid-6.10/src/CommonPool.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/CommonPool.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/CompositePoolNode.h squid-6.11/src/CompositePoolNode.h
--- squid-6.10/src/CompositePoolNode.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/CompositePoolNode.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ConfigOption.cc squid-6.11/src/ConfigOption.cc
--- squid-6.10/src/ConfigOption.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ConfigOption.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ConfigOption.h squid-6.11/src/ConfigOption.h
--- squid-6.10/src/ConfigOption.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ConfigOption.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ConfigParser.cc squid-6.11/src/ConfigParser.cc
--- squid-6.10/src/ConfigParser.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ConfigParser.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ConfigParser.h squid-6.11/src/ConfigParser.h
--- squid-6.10/src/ConfigParser.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ConfigParser.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/CpuAffinity.cc squid-6.11/src/CpuAffinity.cc
--- squid-6.10/src/CpuAffinity.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/CpuAffinity.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/CpuAffinity.h squid-6.11/src/CpuAffinity.h
--- squid-6.10/src/CpuAffinity.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/CpuAffinity.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/CpuAffinityMap.cc squid-6.11/src/CpuAffinityMap.cc
--- squid-6.10/src/CpuAffinityMap.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/CpuAffinityMap.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/CpuAffinityMap.h squid-6.11/src/CpuAffinityMap.h
--- squid-6.10/src/CpuAffinityMap.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/CpuAffinityMap.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/CpuAffinitySet.cc squid-6.11/src/CpuAffinitySet.cc
--- squid-6.10/src/CpuAffinitySet.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/CpuAffinitySet.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/CpuAffinitySet.h squid-6.11/src/CpuAffinitySet.h
--- squid-6.10/src/CpuAffinitySet.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/CpuAffinitySet.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/debug/debug.cc squid-6.11/src/debug/debug.cc
--- squid-6.10/src/debug/debug.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/debug/debug.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/debug/Makefile.am squid-6.11/src/debug/Makefile.am
--- squid-6.10/src/debug/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/debug/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/debug/Messages.h squid-6.11/src/debug/Messages.h
--- squid-6.10/src/debug/Messages.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/debug/Messages.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/debug/Stream.h squid-6.11/src/debug/Stream.h
--- squid-6.10/src/debug/Stream.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/debug/Stream.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/defines.h squid-6.11/src/defines.h
--- squid-6.10/src/defines.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/defines.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DelayBucket.cc squid-6.11/src/DelayBucket.cc
--- squid-6.10/src/DelayBucket.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DelayBucket.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DelayBucket.h squid-6.11/src/DelayBucket.h
--- squid-6.10/src/DelayBucket.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DelayBucket.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DelayConfig.cc squid-6.11/src/DelayConfig.cc
--- squid-6.10/src/DelayConfig.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DelayConfig.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DelayConfig.h squid-6.11/src/DelayConfig.h
--- squid-6.10/src/DelayConfig.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DelayConfig.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DelayId.cc squid-6.11/src/DelayId.cc
--- squid-6.10/src/DelayId.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DelayId.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DelayIdComposite.h squid-6.11/src/DelayIdComposite.h
--- squid-6.10/src/DelayIdComposite.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DelayIdComposite.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DelayId.h squid-6.11/src/DelayId.h
--- squid-6.10/src/DelayId.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DelayId.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DelayPool.cc squid-6.11/src/DelayPool.cc
--- squid-6.10/src/DelayPool.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DelayPool.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DelayPool.h squid-6.11/src/DelayPool.h
--- squid-6.10/src/DelayPool.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DelayPool.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/delay_pools.cc squid-6.11/src/delay_pools.cc
--- squid-6.10/src/delay_pools.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/delay_pools.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DelayPools.h squid-6.11/src/DelayPools.h
--- squid-6.10/src/DelayPools.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DelayPools.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DelaySpec.cc squid-6.11/src/DelaySpec.cc
--- squid-6.10/src/DelaySpec.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DelaySpec.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DelaySpec.h squid-6.11/src/DelaySpec.h
--- squid-6.10/src/DelaySpec.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DelaySpec.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DelayTagged.cc squid-6.11/src/DelayTagged.cc
--- squid-6.10/src/DelayTagged.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DelayTagged.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DelayTagged.h squid-6.11/src/DelayTagged.h
--- squid-6.10/src/DelayTagged.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DelayTagged.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DelayUser.cc squid-6.11/src/DelayUser.cc
--- squid-6.10/src/DelayUser.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DelayUser.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DelayUser.h squid-6.11/src/DelayUser.h
--- squid-6.10/src/DelayUser.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DelayUser.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DelayVector.cc squid-6.11/src/DelayVector.cc
--- squid-6.10/src/DelayVector.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DelayVector.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DelayVector.h squid-6.11/src/DelayVector.h
--- squid-6.10/src/DelayVector.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DelayVector.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DescriptorSet.cc squid-6.11/src/DescriptorSet.cc
--- squid-6.10/src/DescriptorSet.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DescriptorSet.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DescriptorSet.h squid-6.11/src/DescriptorSet.h
--- squid-6.10/src/DescriptorSet.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DescriptorSet.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/AIO/AIODiskFile.cc squid-6.11/src/DiskIO/AIO/AIODiskFile.cc
--- squid-6.10/src/DiskIO/AIO/AIODiskFile.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/AIO/AIODiskFile.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/AIO/AIODiskFile.h squid-6.11/src/DiskIO/AIO/AIODiskFile.h
--- squid-6.10/src/DiskIO/AIO/AIODiskFile.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/AIO/AIODiskFile.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/AIO/AIODiskIOModule.cc squid-6.11/src/DiskIO/AIO/AIODiskIOModule.cc
--- squid-6.10/src/DiskIO/AIO/AIODiskIOModule.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/AIO/AIODiskIOModule.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/AIO/AIODiskIOModule.h squid-6.11/src/DiskIO/AIO/AIODiskIOModule.h
--- squid-6.10/src/DiskIO/AIO/AIODiskIOModule.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/AIO/AIODiskIOModule.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/AIO/AIODiskIOStrategy.cc squid-6.11/src/DiskIO/AIO/AIODiskIOStrategy.cc
--- squid-6.10/src/DiskIO/AIO/AIODiskIOStrategy.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/AIO/AIODiskIOStrategy.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/AIO/AIODiskIOStrategy.h squid-6.11/src/DiskIO/AIO/AIODiskIOStrategy.h
--- squid-6.10/src/DiskIO/AIO/AIODiskIOStrategy.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/AIO/AIODiskIOStrategy.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/AIO/aio_win32.cc squid-6.11/src/DiskIO/AIO/aio_win32.cc
--- squid-6.10/src/DiskIO/AIO/aio_win32.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/AIO/aio_win32.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/AIO/aio_win32.h squid-6.11/src/DiskIO/AIO/aio_win32.h
--- squid-6.10/src/DiskIO/AIO/aio_win32.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/AIO/aio_win32.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/AIO/async_io.h squid-6.11/src/DiskIO/AIO/async_io.h
--- squid-6.10/src/DiskIO/AIO/async_io.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/AIO/async_io.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/AIO/Makefile.am squid-6.11/src/DiskIO/AIO/Makefile.am
--- squid-6.10/src/DiskIO/AIO/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/AIO/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/Blocking/BlockingDiskIOModule.cc squid-6.11/src/DiskIO/Blocking/BlockingDiskIOModule.cc
--- squid-6.10/src/DiskIO/Blocking/BlockingDiskIOModule.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/Blocking/BlockingDiskIOModule.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/Blocking/BlockingDiskIOModule.h squid-6.11/src/DiskIO/Blocking/BlockingDiskIOModule.h
--- squid-6.10/src/DiskIO/Blocking/BlockingDiskIOModule.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/Blocking/BlockingDiskIOModule.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/Blocking/BlockingFile.cc squid-6.11/src/DiskIO/Blocking/BlockingFile.cc
--- squid-6.10/src/DiskIO/Blocking/BlockingFile.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/Blocking/BlockingFile.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/Blocking/BlockingFile.h squid-6.11/src/DiskIO/Blocking/BlockingFile.h
--- squid-6.10/src/DiskIO/Blocking/BlockingFile.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/Blocking/BlockingFile.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/Blocking/BlockingIOStrategy.cc squid-6.11/src/DiskIO/Blocking/BlockingIOStrategy.cc
--- squid-6.10/src/DiskIO/Blocking/BlockingIOStrategy.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/Blocking/BlockingIOStrategy.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/Blocking/BlockingIOStrategy.h squid-6.11/src/DiskIO/Blocking/BlockingIOStrategy.h
--- squid-6.10/src/DiskIO/Blocking/BlockingIOStrategy.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/Blocking/BlockingIOStrategy.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/Blocking/Makefile.am squid-6.11/src/DiskIO/Blocking/Makefile.am
--- squid-6.10/src/DiskIO/Blocking/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/Blocking/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/DiskDaemon/diomsg.h squid-6.11/src/DiskIO/DiskDaemon/diomsg.h
--- squid-6.10/src/DiskIO/DiskDaemon/diomsg.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/DiskDaemon/diomsg.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/DiskDaemon/DiskdAction.cc squid-6.11/src/DiskIO/DiskDaemon/DiskdAction.cc
--- squid-6.10/src/DiskIO/DiskDaemon/DiskdAction.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/DiskDaemon/DiskdAction.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/DiskDaemon/DiskdAction.h squid-6.11/src/DiskIO/DiskDaemon/DiskdAction.h
--- squid-6.10/src/DiskIO/DiskDaemon/DiskdAction.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/DiskDaemon/DiskdAction.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.cc squid-6.11/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.cc
--- squid-6.10/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.h squid-6.11/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.h
--- squid-6.10/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/DiskDaemon/diskd.cc squid-6.11/src/DiskIO/DiskDaemon/diskd.cc
--- squid-6.10/src/DiskIO/DiskDaemon/diskd.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/DiskDaemon/diskd.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/DiskDaemon/DiskdFile.cc squid-6.11/src/DiskIO/DiskDaemon/DiskdFile.cc
--- squid-6.10/src/DiskIO/DiskDaemon/DiskdFile.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/DiskDaemon/DiskdFile.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/DiskDaemon/DiskdFile.h squid-6.11/src/DiskIO/DiskDaemon/DiskdFile.h
--- squid-6.10/src/DiskIO/DiskDaemon/DiskdFile.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/DiskDaemon/DiskdFile.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/DiskDaemon/DiskdIOStrategy.cc squid-6.11/src/DiskIO/DiskDaemon/DiskdIOStrategy.cc
--- squid-6.10/src/DiskIO/DiskDaemon/DiskdIOStrategy.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/DiskDaemon/DiskdIOStrategy.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/DiskDaemon/DiskdIOStrategy.h squid-6.11/src/DiskIO/DiskDaemon/DiskdIOStrategy.h
--- squid-6.10/src/DiskIO/DiskDaemon/DiskdIOStrategy.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/DiskDaemon/DiskdIOStrategy.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/DiskDaemon/Makefile.am squid-6.11/src/DiskIO/DiskDaemon/Makefile.am
--- squid-6.10/src/DiskIO/DiskDaemon/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/DiskDaemon/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/DiskFile.h squid-6.11/src/DiskIO/DiskFile.h
--- squid-6.10/src/DiskIO/DiskFile.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/DiskFile.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/DiskIOModule.cc squid-6.11/src/DiskIO/DiskIOModule.cc
--- squid-6.10/src/DiskIO/DiskIOModule.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/DiskIOModule.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/DiskIOModule.h squid-6.11/src/DiskIO/DiskIOModule.h
--- squid-6.10/src/DiskIO/DiskIOModule.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/DiskIOModule.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/DiskIOStrategy.h squid-6.11/src/DiskIO/DiskIOStrategy.h
--- squid-6.10/src/DiskIO/DiskIOStrategy.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/DiskIOStrategy.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/DiskThreads/aiops.cc squid-6.11/src/DiskIO/DiskThreads/aiops.cc
--- squid-6.10/src/DiskIO/DiskThreads/aiops.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/DiskThreads/aiops.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/DiskThreads/aiops_win32.cc squid-6.11/src/DiskIO/DiskThreads/aiops_win32.cc
--- squid-6.10/src/DiskIO/DiskThreads/aiops_win32.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/DiskThreads/aiops_win32.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/DiskThreads/async_io.cc squid-6.11/src/DiskIO/DiskThreads/async_io.cc
--- squid-6.10/src/DiskIO/DiskThreads/async_io.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/DiskThreads/async_io.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/DiskThreads/CommIO.cc squid-6.11/src/DiskIO/DiskThreads/CommIO.cc
--- squid-6.10/src/DiskIO/DiskThreads/CommIO.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/DiskThreads/CommIO.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/DiskThreads/CommIO.h squid-6.11/src/DiskIO/DiskThreads/CommIO.h
--- squid-6.10/src/DiskIO/DiskThreads/CommIO.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/DiskThreads/CommIO.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/DiskThreads/DiskThreadsDiskFile.cc squid-6.11/src/DiskIO/DiskThreads/DiskThreadsDiskFile.cc
--- squid-6.10/src/DiskIO/DiskThreads/DiskThreadsDiskFile.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/DiskThreads/DiskThreadsDiskFile.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/DiskThreads/DiskThreadsDiskFile.h squid-6.11/src/DiskIO/DiskThreads/DiskThreadsDiskFile.h
--- squid-6.10/src/DiskIO/DiskThreads/DiskThreadsDiskFile.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/DiskThreads/DiskThreadsDiskFile.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.cc squid-6.11/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.cc
--- squid-6.10/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.h squid-6.11/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.h
--- squid-6.10/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/DiskThreads/DiskThreads.h squid-6.11/src/DiskIO/DiskThreads/DiskThreads.h
--- squid-6.10/src/DiskIO/DiskThreads/DiskThreads.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/DiskThreads/DiskThreads.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.cc squid-6.11/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.cc
--- squid-6.10/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.h squid-6.11/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.h
--- squid-6.10/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/DiskThreads/Makefile.am squid-6.11/src/DiskIO/DiskThreads/Makefile.am
--- squid-6.10/src/DiskIO/DiskThreads/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/DiskThreads/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/IORequestor.h squid-6.11/src/DiskIO/IORequestor.h
--- squid-6.10/src/DiskIO/IORequestor.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/IORequestor.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/IpcIo/IpcIoDiskIOModule.cc squid-6.11/src/DiskIO/IpcIo/IpcIoDiskIOModule.cc
--- squid-6.10/src/DiskIO/IpcIo/IpcIoDiskIOModule.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/IpcIo/IpcIoDiskIOModule.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/IpcIo/IpcIoDiskIOModule.h squid-6.11/src/DiskIO/IpcIo/IpcIoDiskIOModule.h
--- squid-6.10/src/DiskIO/IpcIo/IpcIoDiskIOModule.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/IpcIo/IpcIoDiskIOModule.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/IpcIo/IpcIoFile.cc squid-6.11/src/DiskIO/IpcIo/IpcIoFile.cc
--- squid-6.10/src/DiskIO/IpcIo/IpcIoFile.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/IpcIo/IpcIoFile.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/IpcIo/IpcIoFile.h squid-6.11/src/DiskIO/IpcIo/IpcIoFile.h
--- squid-6.10/src/DiskIO/IpcIo/IpcIoFile.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/IpcIo/IpcIoFile.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/IpcIo/IpcIoIOStrategy.cc squid-6.11/src/DiskIO/IpcIo/IpcIoIOStrategy.cc
--- squid-6.10/src/DiskIO/IpcIo/IpcIoIOStrategy.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/IpcIo/IpcIoIOStrategy.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/IpcIo/IpcIoIOStrategy.h squid-6.11/src/DiskIO/IpcIo/IpcIoIOStrategy.h
--- squid-6.10/src/DiskIO/IpcIo/IpcIoIOStrategy.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/IpcIo/IpcIoIOStrategy.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/IpcIo/Makefile.am squid-6.11/src/DiskIO/IpcIo/Makefile.am
--- squid-6.10/src/DiskIO/IpcIo/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/IpcIo/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/Makefile.am squid-6.11/src/DiskIO/Makefile.am
--- squid-6.10/src/DiskIO/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/Mmapped/Makefile.am squid-6.11/src/DiskIO/Mmapped/Makefile.am
--- squid-6.10/src/DiskIO/Mmapped/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/Mmapped/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/Mmapped/MmappedDiskIOModule.cc squid-6.11/src/DiskIO/Mmapped/MmappedDiskIOModule.cc
--- squid-6.10/src/DiskIO/Mmapped/MmappedDiskIOModule.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/Mmapped/MmappedDiskIOModule.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/Mmapped/MmappedDiskIOModule.h squid-6.11/src/DiskIO/Mmapped/MmappedDiskIOModule.h
--- squid-6.10/src/DiskIO/Mmapped/MmappedDiskIOModule.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/Mmapped/MmappedDiskIOModule.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/Mmapped/MmappedFile.cc squid-6.11/src/DiskIO/Mmapped/MmappedFile.cc
--- squid-6.10/src/DiskIO/Mmapped/MmappedFile.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/Mmapped/MmappedFile.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/Mmapped/MmappedFile.h squid-6.11/src/DiskIO/Mmapped/MmappedFile.h
--- squid-6.10/src/DiskIO/Mmapped/MmappedFile.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/Mmapped/MmappedFile.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/Mmapped/MmappedIOStrategy.cc squid-6.11/src/DiskIO/Mmapped/MmappedIOStrategy.cc
--- squid-6.10/src/DiskIO/Mmapped/MmappedIOStrategy.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/Mmapped/MmappedIOStrategy.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/Mmapped/MmappedIOStrategy.h squid-6.11/src/DiskIO/Mmapped/MmappedIOStrategy.h
--- squid-6.10/src/DiskIO/Mmapped/MmappedIOStrategy.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/Mmapped/MmappedIOStrategy.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/ReadRequest.cc squid-6.11/src/DiskIO/ReadRequest.cc
--- squid-6.10/src/DiskIO/ReadRequest.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/ReadRequest.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/ReadRequest.h squid-6.11/src/DiskIO/ReadRequest.h
--- squid-6.10/src/DiskIO/ReadRequest.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/ReadRequest.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/WriteRequest.cc squid-6.11/src/DiskIO/WriteRequest.cc
--- squid-6.10/src/DiskIO/WriteRequest.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/WriteRequest.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/DiskIO/WriteRequest.h squid-6.11/src/DiskIO/WriteRequest.h
--- squid-6.10/src/DiskIO/WriteRequest.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/DiskIO/WriteRequest.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/dlink.cc squid-6.11/src/dlink.cc
--- squid-6.10/src/dlink.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/dlink.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/dlink.h squid-6.11/src/dlink.h
--- squid-6.10/src/dlink.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/dlink.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/dns/forward.h squid-6.11/src/dns/forward.h
--- squid-6.10/src/dns/forward.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/dns/forward.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/dns/LookupDetails.cc squid-6.11/src/dns/LookupDetails.cc
--- squid-6.10/src/dns/LookupDetails.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/dns/LookupDetails.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/dns/LookupDetails.h squid-6.11/src/dns/LookupDetails.h
--- squid-6.10/src/dns/LookupDetails.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/dns/LookupDetails.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/dns/Makefile.am squid-6.11/src/dns/Makefile.am
--- squid-6.10/src/dns/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/dns/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/dns/rfc1035.cc squid-6.11/src/dns/rfc1035.cc
--- squid-6.10/src/dns/rfc1035.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/dns/rfc1035.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/dns/rfc1035.h squid-6.11/src/dns/rfc1035.h
--- squid-6.10/src/dns/rfc1035.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/dns/rfc1035.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/dns/rfc2671.cc squid-6.11/src/dns/rfc2671.cc
--- squid-6.10/src/dns/rfc2671.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/dns/rfc2671.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/dns/rfc2671.h squid-6.11/src/dns/rfc2671.h
--- squid-6.10/src/dns/rfc2671.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/dns/rfc2671.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/dns/rfc3596.cc squid-6.11/src/dns/rfc3596.cc
--- squid-6.10/src/dns/rfc3596.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/dns/rfc3596.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/dns/rfc3596.h squid-6.11/src/dns/rfc3596.h
--- squid-6.10/src/dns/rfc3596.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/dns/rfc3596.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/dns_internal.cc squid-6.11/src/dns_internal.cc
--- squid-6.10/src/dns_internal.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/dns_internal.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -857,6 +857,7 @@
         if (vc->ns < nameservers.size())
             nameservers[vc->ns].S.toStr(buf,MAX_IPSTRLEN);
         debugs(78, DBG_IMPORTANT, "ERROR: Failed to connect to nameserver " << buf << " using TCP.");
+        delete vc;
         return;
     }
 
@@ -885,7 +886,9 @@
 {
     delete queue;
     delete msg;
-    if (ns < nameservers.size()) // XXX: idnsShutdownAndFreeState may have freed nameservers[]
+    // we may outlive nameservers version that was pointing to us because
+    // reconfigurations repopulate nameservers
+    if (ns < nameservers.size() && nameservers[ns].vc == this)
         nameservers[ns].vc = nullptr;
 }
 
@@ -930,7 +933,20 @@
         return;
     }
 
-    vc->queue->reset();
+    if (vc->queue->isNull())
+        vc->queue->init();
+
+    const auto serialiedQuerySize = 2 + q->sz + 1; // payload_length + payload + terminate()
+    if (vc->queue->potentialSpaceSize() < serialiedQuerySize) {
+        // header + payload + MemBuf terminator exceed maximum space size
+        debugs(78, DBG_IMPORTANT, "ERROR: Dropping DNS query due to insufficient buffer space for DNS over TCP query queue" <<
+               Debug::Extra << "query: " << q->name <<
+               Debug::Extra << "nameserver: " << nameservers[nsn].S <<
+               Debug::Extra << "used space: " << vc->queue->contentSize() <<
+               Debug::Extra << "remaining space: " << vc->queue->potentialSpaceSize() <<
+               Debug::Extra << "required space: " << serialiedQuerySize);
+        return; // the query will timeout and either fail or be retried
+    }
 
     short head = htons(q->sz);
 
diff -u -r -N squid-6.10/src/Downloader.cc squid-6.11/src/Downloader.cc
--- squid-6.10/src/Downloader.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/Downloader.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/Downloader.h squid-6.11/src/Downloader.h
--- squid-6.10/src/Downloader.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/Downloader.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/enums.h squid-6.11/src/enums.h
--- squid-6.10/src/enums.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/enums.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/error/Detail.cc squid-6.11/src/error/Detail.cc
--- squid-6.10/src/error/Detail.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/error/Detail.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/error/Detail.h squid-6.11/src/error/Detail.h
--- squid-6.10/src/error/Detail.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/error/Detail.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/error/Error.cc squid-6.11/src/error/Error.cc
--- squid-6.10/src/error/Error.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/error/Error.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/error/Error.h squid-6.11/src/error/Error.h
--- squid-6.10/src/error/Error.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/error/Error.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/error/ExceptionErrorDetail.h squid-6.11/src/error/ExceptionErrorDetail.h
--- squid-6.10/src/error/ExceptionErrorDetail.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/error/ExceptionErrorDetail.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/error/forward.h squid-6.11/src/error/forward.h
--- squid-6.10/src/error/forward.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/error/forward.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/error/Makefile.am squid-6.11/src/error/Makefile.am
--- squid-6.10/src/error/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/error/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/error/SysErrorDetail.cc squid-6.11/src/error/SysErrorDetail.cc
--- squid-6.10/src/error/SysErrorDetail.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/error/SysErrorDetail.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/error/SysErrorDetail.h squid-6.11/src/error/SysErrorDetail.h
--- squid-6.10/src/error/SysErrorDetail.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/error/SysErrorDetail.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/errorpage.cc squid-6.11/src/errorpage.cc
--- squid-6.10/src/errorpage.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/errorpage.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/errorpage.h squid-6.11/src/errorpage.h
--- squid-6.10/src/errorpage.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/errorpage.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/esi/Assign.cc squid-6.11/src/esi/Assign.cc
--- squid-6.10/src/esi/Assign.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/esi/Assign.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/esi/Assign.h squid-6.11/src/esi/Assign.h
--- squid-6.10/src/esi/Assign.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/esi/Assign.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/esi/Attempt.h squid-6.11/src/esi/Attempt.h
--- squid-6.10/src/esi/Attempt.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/esi/Attempt.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/esi/Context.cc squid-6.11/src/esi/Context.cc
--- squid-6.10/src/esi/Context.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/esi/Context.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/esi/Context.h squid-6.11/src/esi/Context.h
--- squid-6.10/src/esi/Context.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/esi/Context.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/esi/Element.h squid-6.11/src/esi/Element.h
--- squid-6.10/src/esi/Element.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/esi/Element.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/esi/Esi.cc squid-6.11/src/esi/Esi.cc
--- squid-6.10/src/esi/Esi.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/esi/Esi.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/esi/Esi.h squid-6.11/src/esi/Esi.h
--- squid-6.10/src/esi/Esi.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/esi/Esi.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/esi/Except.h squid-6.11/src/esi/Except.h
--- squid-6.10/src/esi/Except.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/esi/Except.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/esi/ExpatParser.cc squid-6.11/src/esi/ExpatParser.cc
--- squid-6.10/src/esi/ExpatParser.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/esi/ExpatParser.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/esi/ExpatParser.h squid-6.11/src/esi/ExpatParser.h
--- squid-6.10/src/esi/ExpatParser.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/esi/ExpatParser.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/esi/Expression.cc squid-6.11/src/esi/Expression.cc
--- squid-6.10/src/esi/Expression.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/esi/Expression.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/esi/Expression.h squid-6.11/src/esi/Expression.h
--- squid-6.10/src/esi/Expression.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/esi/Expression.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/esi/Include.cc squid-6.11/src/esi/Include.cc
--- squid-6.10/src/esi/Include.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/esi/Include.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/esi/Include.h squid-6.11/src/esi/Include.h
--- squid-6.10/src/esi/Include.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/esi/Include.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/esi/Libxml2Parser.cc squid-6.11/src/esi/Libxml2Parser.cc
--- squid-6.10/src/esi/Libxml2Parser.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/esi/Libxml2Parser.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/esi/Libxml2Parser.h squid-6.11/src/esi/Libxml2Parser.h
--- squid-6.10/src/esi/Libxml2Parser.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/esi/Libxml2Parser.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/esi/Literal.h squid-6.11/src/esi/Literal.h
--- squid-6.10/src/esi/Literal.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/esi/Literal.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/esi/Makefile.am squid-6.11/src/esi/Makefile.am
--- squid-6.10/src/esi/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/esi/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/esi/Parser.cc squid-6.11/src/esi/Parser.cc
--- squid-6.10/src/esi/Parser.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/esi/Parser.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/esi/Parser.h squid-6.11/src/esi/Parser.h
--- squid-6.10/src/esi/Parser.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/esi/Parser.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/esi/Segment.cc squid-6.11/src/esi/Segment.cc
--- squid-6.10/src/esi/Segment.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/esi/Segment.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/esi/Segment.h squid-6.11/src/esi/Segment.h
--- squid-6.10/src/esi/Segment.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/esi/Segment.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/esi/Sequence.cc squid-6.11/src/esi/Sequence.cc
--- squid-6.10/src/esi/Sequence.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/esi/Sequence.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/esi/Sequence.h squid-6.11/src/esi/Sequence.h
--- squid-6.10/src/esi/Sequence.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/esi/Sequence.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/esi/Var.h squid-6.11/src/esi/Var.h
--- squid-6.10/src/esi/Var.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/esi/Var.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/esi/VarState.cc squid-6.11/src/esi/VarState.cc
--- squid-6.10/src/esi/VarState.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/esi/VarState.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/esi/VarState.h squid-6.11/src/esi/VarState.h
--- squid-6.10/src/esi/VarState.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/esi/VarState.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ETag.cc squid-6.11/src/ETag.cc
--- squid-6.10/src/ETag.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ETag.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ETag.h squid-6.11/src/ETag.h
--- squid-6.10/src/ETag.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ETag.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/eui/Config.cc squid-6.11/src/eui/Config.cc
--- squid-6.10/src/eui/Config.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/eui/Config.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/eui/Config.h squid-6.11/src/eui/Config.h
--- squid-6.10/src/eui/Config.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/eui/Config.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/eui/Eui48.cc squid-6.11/src/eui/Eui48.cc
--- squid-6.10/src/eui/Eui48.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/eui/Eui48.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/eui/Eui48.h squid-6.11/src/eui/Eui48.h
--- squid-6.10/src/eui/Eui48.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/eui/Eui48.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/eui/Eui64.cc squid-6.11/src/eui/Eui64.cc
--- squid-6.10/src/eui/Eui64.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/eui/Eui64.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/eui/Eui64.h squid-6.11/src/eui/Eui64.h
--- squid-6.10/src/eui/Eui64.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/eui/Eui64.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/eui/Makefile.am squid-6.11/src/eui/Makefile.am
--- squid-6.10/src/eui/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/eui/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/event.cc squid-6.11/src/event.cc
--- squid-6.10/src/event.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/event.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/event.h squid-6.11/src/event.h
--- squid-6.10/src/event.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/event.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/EventLoop.cc squid-6.11/src/EventLoop.cc
--- squid-6.10/src/EventLoop.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/EventLoop.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/EventLoop.h squid-6.11/src/EventLoop.h
--- squid-6.10/src/EventLoop.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/EventLoop.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/external_acl.cc squid-6.11/src/external_acl.cc
--- squid-6.10/src/external_acl.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/external_acl.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ExternalACLEntry.cc squid-6.11/src/ExternalACLEntry.cc
--- squid-6.10/src/ExternalACLEntry.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ExternalACLEntry.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ExternalACLEntry.h squid-6.11/src/ExternalACLEntry.h
--- squid-6.10/src/ExternalACLEntry.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ExternalACLEntry.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ExternalACL.h squid-6.11/src/ExternalACL.h
--- squid-6.10/src/ExternalACL.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ExternalACL.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/FadingCounter.cc squid-6.11/src/FadingCounter.cc
--- squid-6.10/src/FadingCounter.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/FadingCounter.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/FadingCounter.h squid-6.11/src/FadingCounter.h
--- squid-6.10/src/FadingCounter.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/FadingCounter.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fatal.cc squid-6.11/src/fatal.cc
--- squid-6.10/src/fatal.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fatal.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fatal.h squid-6.11/src/fatal.h
--- squid-6.10/src/fatal.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fatal.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fd.cc squid-6.11/src/fd.cc
--- squid-6.10/src/fd.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fd.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fde.cc squid-6.11/src/fde.cc
--- squid-6.10/src/fde.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fde.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fde.h squid-6.11/src/fde.h
--- squid-6.10/src/fde.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fde.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -124,7 +124,6 @@
         bool ipc = false;
         bool called_connect = false;
         bool nodelay = false;
-        bool close_on_exec = false;
         /// buffering readMethod_ has data to give (regardless of socket state)
         bool read_pending = false;
         //bool write_pending; //XXX seems not to be used
diff -u -r -N squid-6.10/src/fd.h squid-6.11/src/fd.h
--- squid-6.10/src/fd.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fd.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/filemap.cc squid-6.11/src/filemap.cc
--- squid-6.10/src/filemap.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/filemap.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/FileMap.h squid-6.11/src/FileMap.h
--- squid-6.10/src/FileMap.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/FileMap.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/format/ByteCode.h squid-6.11/src/format/ByteCode.h
--- squid-6.10/src/format/ByteCode.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/format/ByteCode.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/format/Config.cc squid-6.11/src/format/Config.cc
--- squid-6.10/src/format/Config.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/format/Config.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/format/Config.h squid-6.11/src/format/Config.h
--- squid-6.10/src/format/Config.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/format/Config.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/format/Format.cc squid-6.11/src/format/Format.cc
--- squid-6.10/src/format/Format.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/format/Format.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/format/Format.h squid-6.11/src/format/Format.h
--- squid-6.10/src/format/Format.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/format/Format.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/format/Makefile.am squid-6.11/src/format/Makefile.am
--- squid-6.10/src/format/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/format/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/format/Quoting.cc squid-6.11/src/format/Quoting.cc
--- squid-6.10/src/format/Quoting.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/format/Quoting.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/format/Quoting.h squid-6.11/src/format/Quoting.h
--- squid-6.10/src/format/Quoting.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/format/Quoting.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/format/Token.cc squid-6.11/src/format/Token.cc
--- squid-6.10/src/format/Token.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/format/Token.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/format/Token.h squid-6.11/src/format/Token.h
--- squid-6.10/src/format/Token.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/format/Token.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/format/TokenTableEntry.h squid-6.11/src/format/TokenTableEntry.h
--- squid-6.10/src/format/TokenTableEntry.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/format/TokenTableEntry.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fqdncache.cc squid-6.11/src/fqdncache.cc
--- squid-6.10/src/fqdncache.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fqdncache.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fqdncache.h squid-6.11/src/fqdncache.h
--- squid-6.10/src/fqdncache.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fqdncache.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/aufs/StoreFSaufs.cc squid-6.11/src/fs/aufs/StoreFSaufs.cc
--- squid-6.10/src/fs/aufs/StoreFSaufs.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/aufs/StoreFSaufs.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/diskd/StoreFSdiskd.cc squid-6.11/src/fs/diskd/StoreFSdiskd.cc
--- squid-6.10/src/fs/diskd/StoreFSdiskd.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/diskd/StoreFSdiskd.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/Makefile.am squid-6.11/src/fs/Makefile.am
--- squid-6.10/src/fs/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/Module.cc squid-6.11/src/fs/Module.cc
--- squid-6.10/src/fs/Module.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/Module.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/Module.h squid-6.11/src/fs/Module.h
--- squid-6.10/src/fs/Module.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/Module.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/rock/forward.h squid-6.11/src/fs/rock/forward.h
--- squid-6.10/src/fs/rock/forward.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/rock/forward.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/rock/RockDbCell.cc squid-6.11/src/fs/rock/RockDbCell.cc
--- squid-6.10/src/fs/rock/RockDbCell.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/rock/RockDbCell.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/rock/RockDbCell.h squid-6.11/src/fs/rock/RockDbCell.h
--- squid-6.10/src/fs/rock/RockDbCell.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/rock/RockDbCell.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/rock/RockHeaderUpdater.cc squid-6.11/src/fs/rock/RockHeaderUpdater.cc
--- squid-6.10/src/fs/rock/RockHeaderUpdater.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/rock/RockHeaderUpdater.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/rock/RockHeaderUpdater.h squid-6.11/src/fs/rock/RockHeaderUpdater.h
--- squid-6.10/src/fs/rock/RockHeaderUpdater.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/rock/RockHeaderUpdater.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/rock/RockIoRequests.cc squid-6.11/src/fs/rock/RockIoRequests.cc
--- squid-6.10/src/fs/rock/RockIoRequests.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/rock/RockIoRequests.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/rock/RockIoRequests.h squid-6.11/src/fs/rock/RockIoRequests.h
--- squid-6.10/src/fs/rock/RockIoRequests.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/rock/RockIoRequests.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/rock/RockIoState.cc squid-6.11/src/fs/rock/RockIoState.cc
--- squid-6.10/src/fs/rock/RockIoState.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/rock/RockIoState.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/rock/RockIoState.h squid-6.11/src/fs/rock/RockIoState.h
--- squid-6.10/src/fs/rock/RockIoState.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/rock/RockIoState.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/rock/RockRebuild.cc squid-6.11/src/fs/rock/RockRebuild.cc
--- squid-6.10/src/fs/rock/RockRebuild.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/rock/RockRebuild.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/rock/RockRebuild.h squid-6.11/src/fs/rock/RockRebuild.h
--- squid-6.10/src/fs/rock/RockRebuild.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/rock/RockRebuild.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/rock/RockStoreFileSystem.cc squid-6.11/src/fs/rock/RockStoreFileSystem.cc
--- squid-6.10/src/fs/rock/RockStoreFileSystem.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/rock/RockStoreFileSystem.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/rock/RockStoreFileSystem.h squid-6.11/src/fs/rock/RockStoreFileSystem.h
--- squid-6.10/src/fs/rock/RockStoreFileSystem.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/rock/RockStoreFileSystem.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/rock/RockSwapDir.cc squid-6.11/src/fs/rock/RockSwapDir.cc
--- squid-6.10/src/fs/rock/RockSwapDir.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/rock/RockSwapDir.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/rock/RockSwapDir.h squid-6.11/src/fs/rock/RockSwapDir.h
--- squid-6.10/src/fs/rock/RockSwapDir.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/rock/RockSwapDir.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/ufs/RebuildState.cc squid-6.11/src/fs/ufs/RebuildState.cc
--- squid-6.10/src/fs/ufs/RebuildState.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/ufs/RebuildState.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/ufs/RebuildState.h squid-6.11/src/fs/ufs/RebuildState.h
--- squid-6.10/src/fs/ufs/RebuildState.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/ufs/RebuildState.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/ufs/StoreFSufs.cc squid-6.11/src/fs/ufs/StoreFSufs.cc
--- squid-6.10/src/fs/ufs/StoreFSufs.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/ufs/StoreFSufs.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/ufs/StoreFSufs.h squid-6.11/src/fs/ufs/StoreFSufs.h
--- squid-6.10/src/fs/ufs/StoreFSufs.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/ufs/StoreFSufs.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/ufs/StoreSearchUFS.cc squid-6.11/src/fs/ufs/StoreSearchUFS.cc
--- squid-6.10/src/fs/ufs/StoreSearchUFS.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/ufs/StoreSearchUFS.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/ufs/StoreSearchUFS.h squid-6.11/src/fs/ufs/StoreSearchUFS.h
--- squid-6.10/src/fs/ufs/StoreSearchUFS.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/ufs/StoreSearchUFS.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/ufs/UFSStoreState.cc squid-6.11/src/fs/ufs/UFSStoreState.cc
--- squid-6.10/src/fs/ufs/UFSStoreState.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/ufs/UFSStoreState.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/ufs/UFSStoreState.h squid-6.11/src/fs/ufs/UFSStoreState.h
--- squid-6.10/src/fs/ufs/UFSStoreState.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/ufs/UFSStoreState.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/ufs/UFSStrategy.cc squid-6.11/src/fs/ufs/UFSStrategy.cc
--- squid-6.10/src/fs/ufs/UFSStrategy.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/ufs/UFSStrategy.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/ufs/UFSStrategy.h squid-6.11/src/fs/ufs/UFSStrategy.h
--- squid-6.10/src/fs/ufs/UFSStrategy.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/ufs/UFSStrategy.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/ufs/UFSSwapDir.cc squid-6.11/src/fs/ufs/UFSSwapDir.cc
--- squid-6.10/src/fs/ufs/UFSSwapDir.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/ufs/UFSSwapDir.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/ufs/UFSSwapDir.h squid-6.11/src/fs/ufs/UFSSwapDir.h
--- squid-6.10/src/fs/ufs/UFSSwapDir.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/ufs/UFSSwapDir.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/ufs/UFSSwapLogParser.cc squid-6.11/src/fs/ufs/UFSSwapLogParser.cc
--- squid-6.10/src/fs/ufs/UFSSwapLogParser.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/ufs/UFSSwapLogParser.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs/ufs/UFSSwapLogParser.h squid-6.11/src/fs/ufs/UFSSwapLogParser.h
--- squid-6.10/src/fs/ufs/UFSSwapLogParser.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs/ufs/UFSSwapLogParser.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs_io.cc squid-6.11/src/fs_io.cc
--- squid-6.10/src/fs_io.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs_io.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/fs_io.h squid-6.11/src/fs_io.h
--- squid-6.10/src/fs_io.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/fs_io.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ftp/Elements.cc squid-6.11/src/ftp/Elements.cc
--- squid-6.10/src/ftp/Elements.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ftp/Elements.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ftp/Elements.h squid-6.11/src/ftp/Elements.h
--- squid-6.10/src/ftp/Elements.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ftp/Elements.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ftp/Makefile.am squid-6.11/src/ftp/Makefile.am
--- squid-6.10/src/ftp/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ftp/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ftp/Parsing.cc squid-6.11/src/ftp/Parsing.cc
--- squid-6.10/src/ftp/Parsing.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ftp/Parsing.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ftp/Parsing.h squid-6.11/src/ftp/Parsing.h
--- squid-6.10/src/ftp/Parsing.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ftp/Parsing.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/FwdState.cc squid-6.11/src/FwdState.cc
--- squid-6.10/src/FwdState.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/FwdState.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/FwdState.h squid-6.11/src/FwdState.h
--- squid-6.10/src/FwdState.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/FwdState.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/Generic.h squid-6.11/src/Generic.h
--- squid-6.10/src/Generic.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/Generic.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/globals.h squid-6.11/src/globals.h
--- squid-6.10/src/globals.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/globals.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/HappyConnOpener.cc squid-6.11/src/HappyConnOpener.cc
--- squid-6.10/src/HappyConnOpener.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/HappyConnOpener.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/HappyConnOpener.h squid-6.11/src/HappyConnOpener.h
--- squid-6.10/src/HappyConnOpener.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/HappyConnOpener.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/helper/ChildConfig.cc squid-6.11/src/helper/ChildConfig.cc
--- squid-6.10/src/helper/ChildConfig.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/helper/ChildConfig.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/helper/ChildConfig.h squid-6.11/src/helper/ChildConfig.h
--- squid-6.10/src/helper/ChildConfig.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/helper/ChildConfig.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/helper/forward.h squid-6.11/src/helper/forward.h
--- squid-6.10/src/helper/forward.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/helper/forward.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/helper/Makefile.am squid-6.11/src/helper/Makefile.am
--- squid-6.10/src/helper/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/helper/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/helper/protocol_defines.h squid-6.11/src/helper/protocol_defines.h
--- squid-6.10/src/helper/protocol_defines.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/helper/protocol_defines.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/helper/Reply.cc squid-6.11/src/helper/Reply.cc
--- squid-6.10/src/helper/Reply.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/helper/Reply.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/helper/Reply.h squid-6.11/src/helper/Reply.h
--- squid-6.10/src/helper/Reply.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/helper/Reply.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/helper/Request.h squid-6.11/src/helper/Request.h
--- squid-6.10/src/helper/Request.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/helper/Request.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/helper/ReservationId.cc squid-6.11/src/helper/ReservationId.cc
--- squid-6.10/src/helper/ReservationId.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/helper/ReservationId.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/helper/ReservationId.h squid-6.11/src/helper/ReservationId.h
--- squid-6.10/src/helper/ReservationId.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/helper/ReservationId.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/helper/ResultCode.h squid-6.11/src/helper/ResultCode.h
--- squid-6.10/src/helper/ResultCode.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/helper/ResultCode.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/helper.cc squid-6.11/src/helper.cc
--- squid-6.10/src/helper.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/helper.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/helper.h squid-6.11/src/helper.h
--- squid-6.10/src/helper.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/helper.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/HierarchyLogEntry.h squid-6.11/src/HierarchyLogEntry.h
--- squid-6.10/src/HierarchyLogEntry.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/HierarchyLogEntry.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/hier_code.h squid-6.11/src/hier_code.h
--- squid-6.10/src/hier_code.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/hier_code.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/htcp.cc squid-6.11/src/htcp.cc
--- squid-6.10/src/htcp.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/htcp.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/htcp.h squid-6.11/src/htcp.h
--- squid-6.10/src/htcp.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/htcp.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/ContentLengthInterpreter.cc squid-6.11/src/http/ContentLengthInterpreter.cc
--- squid-6.10/src/http/ContentLengthInterpreter.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/ContentLengthInterpreter.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/ContentLengthInterpreter.h squid-6.11/src/http/ContentLengthInterpreter.h
--- squid-6.10/src/http/ContentLengthInterpreter.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/ContentLengthInterpreter.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/forward.h squid-6.11/src/http/forward.h
--- squid-6.10/src/http/forward.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/forward.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/Makefile.am squid-6.11/src/http/Makefile.am
--- squid-6.10/src/http/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/Message.cc squid-6.11/src/http/Message.cc
--- squid-6.10/src/http/Message.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/Message.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/Message.h squid-6.11/src/http/Message.h
--- squid-6.10/src/http/Message.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/Message.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/MethodType.h squid-6.11/src/http/MethodType.h
--- squid-6.10/src/http/MethodType.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/MethodType.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/one/forward.h squid-6.11/src/http/one/forward.h
--- squid-6.10/src/http/one/forward.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/one/forward.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/one/Makefile.am squid-6.11/src/http/one/Makefile.am
--- squid-6.10/src/http/one/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/one/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/one/Parser.cc squid-6.11/src/http/one/Parser.cc
--- squid-6.10/src/http/one/Parser.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/one/Parser.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/one/Parser.h squid-6.11/src/http/one/Parser.h
--- squid-6.10/src/http/one/Parser.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/one/Parser.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/one/RequestParser.cc squid-6.11/src/http/one/RequestParser.cc
--- squid-6.10/src/http/one/RequestParser.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/one/RequestParser.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/one/RequestParser.h squid-6.11/src/http/one/RequestParser.h
--- squid-6.10/src/http/one/RequestParser.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/one/RequestParser.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/one/ResponseParser.cc squid-6.11/src/http/one/ResponseParser.cc
--- squid-6.10/src/http/one/ResponseParser.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/one/ResponseParser.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/one/ResponseParser.h squid-6.11/src/http/one/ResponseParser.h
--- squid-6.10/src/http/one/ResponseParser.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/one/ResponseParser.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/one/TeChunkedParser.cc squid-6.11/src/http/one/TeChunkedParser.cc
--- squid-6.10/src/http/one/TeChunkedParser.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/one/TeChunkedParser.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/one/TeChunkedParser.h squid-6.11/src/http/one/TeChunkedParser.h
--- squid-6.10/src/http/one/TeChunkedParser.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/one/TeChunkedParser.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/one/Tokenizer.cc squid-6.11/src/http/one/Tokenizer.cc
--- squid-6.10/src/http/one/Tokenizer.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/one/Tokenizer.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/one/Tokenizer.h squid-6.11/src/http/one/Tokenizer.h
--- squid-6.10/src/http/one/Tokenizer.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/one/Tokenizer.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/ProtocolVersion.h squid-6.11/src/http/ProtocolVersion.h
--- squid-6.10/src/http/ProtocolVersion.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/ProtocolVersion.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/RegisteredHeaders.cc squid-6.11/src/http/RegisteredHeaders.cc
--- squid-6.10/src/http/RegisteredHeaders.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/RegisteredHeaders.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/RegisteredHeaders.h squid-6.11/src/http/RegisteredHeaders.h
--- squid-6.10/src/http/RegisteredHeaders.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/RegisteredHeaders.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/RegisteredHeadersHash.cci squid-6.11/src/http/RegisteredHeadersHash.cci
--- squid-6.10/src/http/RegisteredHeadersHash.cci	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/RegisteredHeadersHash.cci	2024-09-15 20:54:35.000000000 +0000
@@ -34,7 +34,7 @@
 #line 1 "RegisteredHeadersHash.gperf"
 
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/RegisteredHeadersHash.gperf squid-6.11/src/http/RegisteredHeadersHash.gperf
--- squid-6.10/src/http/RegisteredHeadersHash.gperf	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/RegisteredHeadersHash.gperf	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 %{
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/RequestMethod.cc squid-6.11/src/http/RequestMethod.cc
--- squid-6.10/src/http/RequestMethod.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/RequestMethod.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/RequestMethod.h squid-6.11/src/http/RequestMethod.h
--- squid-6.10/src/http/RequestMethod.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/RequestMethod.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/StateFlags.h squid-6.11/src/http/StateFlags.h
--- squid-6.10/src/http/StateFlags.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/StateFlags.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/StatusCode.cc squid-6.11/src/http/StatusCode.cc
--- squid-6.10/src/http/StatusCode.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/StatusCode.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/StatusCode.h squid-6.11/src/http/StatusCode.h
--- squid-6.10/src/http/StatusCode.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/StatusCode.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/StatusLine.cc squid-6.11/src/http/StatusLine.cc
--- squid-6.10/src/http/StatusLine.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/StatusLine.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/StatusLine.h squid-6.11/src/http/StatusLine.h
--- squid-6.10/src/http/StatusLine.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/StatusLine.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/Stream.cc squid-6.11/src/http/Stream.cc
--- squid-6.10/src/http/Stream.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/Stream.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/Stream.h squid-6.11/src/http/Stream.h
--- squid-6.10/src/http/Stream.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/Stream.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/url_rewriters/fake/fake.cc squid-6.11/src/http/url_rewriters/fake/fake.cc
--- squid-6.10/src/http/url_rewriters/fake/fake.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/url_rewriters/fake/fake.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/url_rewriters/fake/Makefile.am squid-6.11/src/http/url_rewriters/fake/Makefile.am
--- squid-6.10/src/http/url_rewriters/fake/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/url_rewriters/fake/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/url_rewriters/fake/required.m4 squid-6.11/src/http/url_rewriters/fake/required.m4
--- squid-6.10/src/http/url_rewriters/fake/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/url_rewriters/fake/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/url_rewriters/fake/url_fake_rewrite.sh squid-6.11/src/http/url_rewriters/fake/url_fake_rewrite.sh
--- squid-6.10/src/http/url_rewriters/fake/url_fake_rewrite.sh	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/url_rewriters/fake/url_fake_rewrite.sh	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/url_rewriters/helpers.m4 squid-6.11/src/http/url_rewriters/helpers.m4
--- squid-6.10/src/http/url_rewriters/helpers.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/url_rewriters/helpers.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/url_rewriters/LFS/Makefile.am squid-6.11/src/http/url_rewriters/LFS/Makefile.am
--- squid-6.10/src/http/url_rewriters/LFS/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/url_rewriters/LFS/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/url_rewriters/LFS/required.m4 squid-6.11/src/http/url_rewriters/LFS/required.m4
--- squid-6.10/src/http/url_rewriters/LFS/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/url_rewriters/LFS/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/url_rewriters/LFS/url_lfs_rewrite.8 squid-6.11/src/http/url_rewriters/LFS/url_lfs_rewrite.8
--- squid-6.10/src/http/url_rewriters/LFS/url_lfs_rewrite.8	2024-06-08 14:52:01.000000000 +0000
+++ squid-6.11/src/http/url_rewriters/LFS/url_lfs_rewrite.8	2024-09-15 21:09:17.000000000 +0000
@@ -55,7 +55,7 @@
 .\" ========================================================================
 .\"
 .IX Title "URL_LFS_REWRITE 8"
-.TH URL_LFS_REWRITE 8 2024-06-08 "perl v5.38.2" "User Contributed Perl Documentation"
+.TH URL_LFS_REWRITE 8 2024-09-15 "perl v5.38.2" "User Contributed Perl Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -144,7 +144,7 @@
 .SH COPYRIGHT
 .IX Header "COPYRIGHT"
 .Vb 5
-\& * Copyright (C) 1996\-2023 The Squid Software Foundation and contributors
+\& * Copyright (C) 1996\-2024 The Squid Software Foundation and contributors
 \& *
 \& * Squid software is distributed under GPLv2+ license and includes
 \& * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/url_rewriters/LFS/url_lfs_rewrite.pl.in squid-6.11/src/http/url_rewriters/LFS/url_lfs_rewrite.pl.in
--- squid-6.10/src/http/url_rewriters/LFS/url_lfs_rewrite.pl.in	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/url_rewriters/LFS/url_lfs_rewrite.pl.in	2024-09-15 20:54:35.000000000 +0000
@@ -94,7 +94,7 @@
 
 =head1 COPYRIGHT
 
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http/url_rewriters/Makefile.am squid-6.11/src/http/url_rewriters/Makefile.am
--- squid-6.10/src/http/url_rewriters/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http/url_rewriters/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/HttpBody.cc squid-6.11/src/HttpBody.cc
--- squid-6.10/src/HttpBody.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/HttpBody.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/HttpBody.h squid-6.11/src/HttpBody.h
--- squid-6.10/src/HttpBody.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/HttpBody.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http.cc squid-6.11/src/http.cc
--- squid-6.10/src/http.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/HttpControlMsg.cc squid-6.11/src/HttpControlMsg.cc
--- squid-6.10/src/HttpControlMsg.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/HttpControlMsg.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/HttpControlMsg.h squid-6.11/src/HttpControlMsg.h
--- squid-6.10/src/HttpControlMsg.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/HttpControlMsg.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/http.h squid-6.11/src/http.h
--- squid-6.10/src/http.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/http.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/HttpHdrCc.cc squid-6.11/src/HttpHdrCc.cc
--- squid-6.10/src/HttpHdrCc.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/HttpHdrCc.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/HttpHdrCc.h squid-6.11/src/HttpHdrCc.h
--- squid-6.10/src/HttpHdrCc.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/HttpHdrCc.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/HttpHdrContRange.cc squid-6.11/src/HttpHdrContRange.cc
--- squid-6.10/src/HttpHdrContRange.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/HttpHdrContRange.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/HttpHdrContRange.h squid-6.11/src/HttpHdrContRange.h
--- squid-6.10/src/HttpHdrContRange.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/HttpHdrContRange.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/HttpHdrRange.cc squid-6.11/src/HttpHdrRange.cc
--- squid-6.10/src/HttpHdrRange.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/HttpHdrRange.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/HttpHdrSc.cc squid-6.11/src/HttpHdrSc.cc
--- squid-6.10/src/HttpHdrSc.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/HttpHdrSc.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/HttpHdrSc.h squid-6.11/src/HttpHdrSc.h
--- squid-6.10/src/HttpHdrSc.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/HttpHdrSc.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/HttpHdrScTarget.cc squid-6.11/src/HttpHdrScTarget.cc
--- squid-6.10/src/HttpHdrScTarget.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/HttpHdrScTarget.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/HttpHdrScTarget.h squid-6.11/src/HttpHdrScTarget.h
--- squid-6.10/src/HttpHdrScTarget.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/HttpHdrScTarget.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/HttpHeader.cc squid-6.11/src/HttpHeader.cc
--- squid-6.10/src/HttpHeader.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/HttpHeader.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/HttpHeaderFieldInfo.h squid-6.11/src/HttpHeaderFieldInfo.h
--- squid-6.10/src/HttpHeaderFieldInfo.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/HttpHeaderFieldInfo.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/HttpHeaderFieldStat.h squid-6.11/src/HttpHeaderFieldStat.h
--- squid-6.10/src/HttpHeaderFieldStat.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/HttpHeaderFieldStat.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/HttpHeader.h squid-6.11/src/HttpHeader.h
--- squid-6.10/src/HttpHeader.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/HttpHeader.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/HttpHeaderMask.h squid-6.11/src/HttpHeaderMask.h
--- squid-6.10/src/HttpHeaderMask.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/HttpHeaderMask.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/HttpHeaderRange.h squid-6.11/src/HttpHeaderRange.h
--- squid-6.10/src/HttpHeaderRange.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/HttpHeaderRange.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/HttpHeaderStat.h squid-6.11/src/HttpHeaderStat.h
--- squid-6.10/src/HttpHeaderStat.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/HttpHeaderStat.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/HttpHeaderTools.cc squid-6.11/src/HttpHeaderTools.cc
--- squid-6.10/src/HttpHeaderTools.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/HttpHeaderTools.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/HttpHeaderTools.h squid-6.11/src/HttpHeaderTools.h
--- squid-6.10/src/HttpHeaderTools.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/HttpHeaderTools.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/HttpReply.cc squid-6.11/src/HttpReply.cc
--- squid-6.10/src/HttpReply.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/HttpReply.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/HttpReply.h squid-6.11/src/HttpReply.h
--- squid-6.10/src/HttpReply.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/HttpReply.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/HttpRequest.cc squid-6.11/src/HttpRequest.cc
--- squid-6.10/src/HttpRequest.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/HttpRequest.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/HttpRequest.h squid-6.11/src/HttpRequest.h
--- squid-6.10/src/HttpRequest.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/HttpRequest.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/HttpUpgradeProtocolAccess.cc squid-6.11/src/HttpUpgradeProtocolAccess.cc
--- squid-6.10/src/HttpUpgradeProtocolAccess.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/HttpUpgradeProtocolAccess.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/HttpUpgradeProtocolAccess.h squid-6.11/src/HttpUpgradeProtocolAccess.h
--- squid-6.10/src/HttpUpgradeProtocolAccess.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/HttpUpgradeProtocolAccess.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/icmp/Icmp4.cc squid-6.11/src/icmp/Icmp4.cc
--- squid-6.10/src/icmp/Icmp4.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/icmp/Icmp4.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/icmp/Icmp4.h squid-6.11/src/icmp/Icmp4.h
--- squid-6.10/src/icmp/Icmp4.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/icmp/Icmp4.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/icmp/Icmp6.cc squid-6.11/src/icmp/Icmp6.cc
--- squid-6.10/src/icmp/Icmp6.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/icmp/Icmp6.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/icmp/Icmp6.h squid-6.11/src/icmp/Icmp6.h
--- squid-6.10/src/icmp/Icmp6.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/icmp/Icmp6.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/icmp/Icmp.cc squid-6.11/src/icmp/Icmp.cc
--- squid-6.10/src/icmp/Icmp.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/icmp/Icmp.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/icmp/IcmpConfig.cc squid-6.11/src/icmp/IcmpConfig.cc
--- squid-6.10/src/icmp/IcmpConfig.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/icmp/IcmpConfig.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/icmp/IcmpConfig.h squid-6.11/src/icmp/IcmpConfig.h
--- squid-6.10/src/icmp/IcmpConfig.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/icmp/IcmpConfig.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/icmp/Icmp.h squid-6.11/src/icmp/Icmp.h
--- squid-6.10/src/icmp/Icmp.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/icmp/Icmp.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/icmp/IcmpPinger.cc squid-6.11/src/icmp/IcmpPinger.cc
--- squid-6.10/src/icmp/IcmpPinger.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/icmp/IcmpPinger.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/icmp/IcmpPinger.h squid-6.11/src/icmp/IcmpPinger.h
--- squid-6.10/src/icmp/IcmpPinger.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/icmp/IcmpPinger.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/icmp/IcmpSquid.cc squid-6.11/src/icmp/IcmpSquid.cc
--- squid-6.10/src/icmp/IcmpSquid.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/icmp/IcmpSquid.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/icmp/IcmpSquid.h squid-6.11/src/icmp/IcmpSquid.h
--- squid-6.10/src/icmp/IcmpSquid.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/icmp/IcmpSquid.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/icmp/Makefile.am squid-6.11/src/icmp/Makefile.am
--- squid-6.10/src/icmp/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/icmp/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/icmp/net_db.cc squid-6.11/src/icmp/net_db.cc
--- squid-6.10/src/icmp/net_db.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/icmp/net_db.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/icmp/net_db.h squid-6.11/src/icmp/net_db.h
--- squid-6.10/src/icmp/net_db.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/icmp/net_db.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/icmp/pinger.cc squid-6.11/src/icmp/pinger.cc
--- squid-6.10/src/icmp/pinger.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/icmp/pinger.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ICP.h squid-6.11/src/ICP.h
--- squid-6.10/src/ICP.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ICP.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/icp_opcode.h squid-6.11/src/icp_opcode.h
--- squid-6.10/src/icp_opcode.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/icp_opcode.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/icp_v2.cc squid-6.11/src/icp_v2.cc
--- squid-6.10/src/icp_v2.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/icp_v2.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/icp_v3.cc squid-6.11/src/icp_v3.cc
--- squid-6.10/src/icp_v3.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/icp_v3.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ident/AclIdent.cc squid-6.11/src/ident/AclIdent.cc
--- squid-6.10/src/ident/AclIdent.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ident/AclIdent.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ident/AclIdent.h squid-6.11/src/ident/AclIdent.h
--- squid-6.10/src/ident/AclIdent.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ident/AclIdent.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ident/Config.h squid-6.11/src/ident/Config.h
--- squid-6.10/src/ident/Config.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ident/Config.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ident/Ident.cc squid-6.11/src/ident/Ident.cc
--- squid-6.10/src/ident/Ident.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ident/Ident.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ident/Ident.h squid-6.11/src/ident/Ident.h
--- squid-6.10/src/ident/Ident.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ident/Ident.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ident/Makefile.am squid-6.11/src/ident/Makefile.am
--- squid-6.10/src/ident/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ident/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/Instance.cc squid-6.11/src/Instance.cc
--- squid-6.10/src/Instance.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/Instance.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/Instance.h squid-6.11/src/Instance.h
--- squid-6.10/src/Instance.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/Instance.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/int.cc squid-6.11/src/int.cc
--- squid-6.10/src/int.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/int.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/internal.cc squid-6.11/src/internal.cc
--- squid-6.10/src/internal.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/internal.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/internal.h squid-6.11/src/internal.h
--- squid-6.10/src/internal.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/internal.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/int.h squid-6.11/src/int.h
--- squid-6.10/src/int.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/int.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/IoStats.h squid-6.11/src/IoStats.h
--- squid-6.10/src/IoStats.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/IoStats.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ip/Address.cc squid-6.11/src/ip/Address.cc
--- squid-6.10/src/ip/Address.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ip/Address.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ip/Address.h squid-6.11/src/ip/Address.h
--- squid-6.10/src/ip/Address.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ip/Address.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ip/forward.h squid-6.11/src/ip/forward.h
--- squid-6.10/src/ip/forward.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ip/forward.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ip/Intercept.cc squid-6.11/src/ip/Intercept.cc
--- squid-6.10/src/ip/Intercept.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ip/Intercept.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ip/Intercept.h squid-6.11/src/ip/Intercept.h
--- squid-6.10/src/ip/Intercept.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ip/Intercept.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ip/Makefile.am squid-6.11/src/ip/Makefile.am
--- squid-6.10/src/ip/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ip/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ip/NfMarkConfig.cc squid-6.11/src/ip/NfMarkConfig.cc
--- squid-6.10/src/ip/NfMarkConfig.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ip/NfMarkConfig.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ip/NfMarkConfig.h squid-6.11/src/ip/NfMarkConfig.h
--- squid-6.10/src/ip/NfMarkConfig.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ip/NfMarkConfig.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ip/QosConfig.cc squid-6.11/src/ip/QosConfig.cc
--- squid-6.10/src/ip/QosConfig.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ip/QosConfig.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ip/QosConfig.h squid-6.11/src/ip/QosConfig.h
--- squid-6.10/src/ip/QosConfig.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ip/QosConfig.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ip/tools.cc squid-6.11/src/ip/tools.cc
--- squid-6.10/src/ip/tools.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ip/tools.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ip/tools.h squid-6.11/src/ip/tools.h
--- squid-6.10/src/ip/tools.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ip/tools.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/Coordinator.cc squid-6.11/src/ipc/Coordinator.cc
--- squid-6.10/src/ipc/Coordinator.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/Coordinator.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/Coordinator.h squid-6.11/src/ipc/Coordinator.h
--- squid-6.10/src/ipc/Coordinator.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/Coordinator.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/FdNotes.cc squid-6.11/src/ipc/FdNotes.cc
--- squid-6.10/src/ipc/FdNotes.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/FdNotes.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/FdNotes.h squid-6.11/src/ipc/FdNotes.h
--- squid-6.10/src/ipc/FdNotes.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/FdNotes.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/Forwarder.cc squid-6.11/src/ipc/Forwarder.cc
--- squid-6.10/src/ipc/Forwarder.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/Forwarder.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/Forwarder.h squid-6.11/src/ipc/Forwarder.h
--- squid-6.10/src/ipc/Forwarder.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/Forwarder.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/forward.h squid-6.11/src/ipc/forward.h
--- squid-6.10/src/ipc/forward.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/forward.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/Inquirer.cc squid-6.11/src/ipc/Inquirer.cc
--- squid-6.10/src/ipc/Inquirer.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/Inquirer.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/Inquirer.h squid-6.11/src/ipc/Inquirer.h
--- squid-6.10/src/ipc/Inquirer.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/Inquirer.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/Kid.cc squid-6.11/src/ipc/Kid.cc
--- squid-6.10/src/ipc/Kid.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/Kid.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/Kid.h squid-6.11/src/ipc/Kid.h
--- squid-6.10/src/ipc/Kid.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/Kid.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/Kids.cc squid-6.11/src/ipc/Kids.cc
--- squid-6.10/src/ipc/Kids.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/Kids.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/Kids.h squid-6.11/src/ipc/Kids.h
--- squid-6.10/src/ipc/Kids.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/Kids.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/Makefile.am squid-6.11/src/ipc/Makefile.am
--- squid-6.10/src/ipc/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/mem/FlexibleArray.h squid-6.11/src/ipc/mem/FlexibleArray.h
--- squid-6.10/src/ipc/mem/FlexibleArray.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/mem/FlexibleArray.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/mem/forward.h squid-6.11/src/ipc/mem/forward.h
--- squid-6.10/src/ipc/mem/forward.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/mem/forward.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/mem/Page.cc squid-6.11/src/ipc/mem/Page.cc
--- squid-6.10/src/ipc/mem/Page.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/mem/Page.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/mem/Page.h squid-6.11/src/ipc/mem/Page.h
--- squid-6.10/src/ipc/mem/Page.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/mem/Page.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/mem/PagePool.cc squid-6.11/src/ipc/mem/PagePool.cc
--- squid-6.10/src/ipc/mem/PagePool.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/mem/PagePool.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/mem/PagePool.h squid-6.11/src/ipc/mem/PagePool.h
--- squid-6.10/src/ipc/mem/PagePool.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/mem/PagePool.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/mem/Pages.cc squid-6.11/src/ipc/mem/Pages.cc
--- squid-6.10/src/ipc/mem/Pages.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/mem/Pages.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/mem/Pages.h squid-6.11/src/ipc/mem/Pages.h
--- squid-6.10/src/ipc/mem/Pages.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/mem/Pages.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/mem/PageStack.cc squid-6.11/src/ipc/mem/PageStack.cc
--- squid-6.10/src/ipc/mem/PageStack.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/mem/PageStack.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/mem/PageStack.h squid-6.11/src/ipc/mem/PageStack.h
--- squid-6.10/src/ipc/mem/PageStack.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/mem/PageStack.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/mem/Pointer.h squid-6.11/src/ipc/mem/Pointer.h
--- squid-6.10/src/ipc/mem/Pointer.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/mem/Pointer.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/mem/Segment.cc squid-6.11/src/ipc/mem/Segment.cc
--- squid-6.10/src/ipc/mem/Segment.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/mem/Segment.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/mem/Segment.h squid-6.11/src/ipc/mem/Segment.h
--- squid-6.10/src/ipc/mem/Segment.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/mem/Segment.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/MemMap.cc squid-6.11/src/ipc/MemMap.cc
--- squid-6.10/src/ipc/MemMap.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/MemMap.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/MemMap.h squid-6.11/src/ipc/MemMap.h
--- squid-6.10/src/ipc/MemMap.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/MemMap.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/Messages.h squid-6.11/src/ipc/Messages.h
--- squid-6.10/src/ipc/Messages.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/Messages.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/Port.cc squid-6.11/src/ipc/Port.cc
--- squid-6.10/src/ipc/Port.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/Port.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/Port.h squid-6.11/src/ipc/Port.h
--- squid-6.10/src/ipc/Port.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/Port.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/QuestionerId.cc squid-6.11/src/ipc/QuestionerId.cc
--- squid-6.10/src/ipc/QuestionerId.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/QuestionerId.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/QuestionerId.h squid-6.11/src/ipc/QuestionerId.h
--- squid-6.10/src/ipc/QuestionerId.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/QuestionerId.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/Queue.cc squid-6.11/src/ipc/Queue.cc
--- squid-6.10/src/ipc/Queue.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/Queue.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/Queue.h squid-6.11/src/ipc/Queue.h
--- squid-6.10/src/ipc/Queue.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/Queue.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/ReadWriteLock.cc squid-6.11/src/ipc/ReadWriteLock.cc
--- squid-6.10/src/ipc/ReadWriteLock.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/ReadWriteLock.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/ReadWriteLock.h squid-6.11/src/ipc/ReadWriteLock.h
--- squid-6.10/src/ipc/ReadWriteLock.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/ReadWriteLock.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/Request.h squid-6.11/src/ipc/Request.h
--- squid-6.10/src/ipc/Request.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/Request.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/RequestId.cc squid-6.11/src/ipc/RequestId.cc
--- squid-6.10/src/ipc/RequestId.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/RequestId.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/RequestId.h squid-6.11/src/ipc/RequestId.h
--- squid-6.10/src/ipc/RequestId.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/RequestId.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/Response.h squid-6.11/src/ipc/Response.h
--- squid-6.10/src/ipc/Response.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/Response.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/SharedListen.cc squid-6.11/src/ipc/SharedListen.cc
--- squid-6.10/src/ipc/SharedListen.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/SharedListen.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/SharedListen.h squid-6.11/src/ipc/SharedListen.h
--- squid-6.10/src/ipc/SharedListen.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/SharedListen.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/StartListening.cc squid-6.11/src/ipc/StartListening.cc
--- squid-6.10/src/ipc/StartListening.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/StartListening.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/StartListening.h squid-6.11/src/ipc/StartListening.h
--- squid-6.10/src/ipc/StartListening.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/StartListening.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/StoreMap.cc squid-6.11/src/ipc/StoreMap.cc
--- squid-6.10/src/ipc/StoreMap.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/StoreMap.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/StoreMap.h squid-6.11/src/ipc/StoreMap.h
--- squid-6.10/src/ipc/StoreMap.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/StoreMap.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/Strand.cc squid-6.11/src/ipc/Strand.cc
--- squid-6.10/src/ipc/Strand.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/Strand.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/StrandCoord.cc squid-6.11/src/ipc/StrandCoord.cc
--- squid-6.10/src/ipc/StrandCoord.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/StrandCoord.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/StrandCoord.h squid-6.11/src/ipc/StrandCoord.h
--- squid-6.10/src/ipc/StrandCoord.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/StrandCoord.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/StrandCoords.h squid-6.11/src/ipc/StrandCoords.h
--- squid-6.10/src/ipc/StrandCoords.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/StrandCoords.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/Strand.h squid-6.11/src/ipc/Strand.h
--- squid-6.10/src/ipc/Strand.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/Strand.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/StrandSearch.cc squid-6.11/src/ipc/StrandSearch.cc
--- squid-6.10/src/ipc/StrandSearch.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/StrandSearch.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/StrandSearch.h squid-6.11/src/ipc/StrandSearch.h
--- squid-6.10/src/ipc/StrandSearch.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/StrandSearch.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/TypedMsgHdr.cc squid-6.11/src/ipc/TypedMsgHdr.cc
--- squid-6.10/src/ipc/TypedMsgHdr.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/TypedMsgHdr.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/TypedMsgHdr.h squid-6.11/src/ipc/TypedMsgHdr.h
--- squid-6.10/src/ipc/TypedMsgHdr.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/TypedMsgHdr.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/UdsOp.cc squid-6.11/src/ipc/UdsOp.cc
--- squid-6.10/src/ipc/UdsOp.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/UdsOp.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc/UdsOp.h squid-6.11/src/ipc/UdsOp.h
--- squid-6.10/src/ipc/UdsOp.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc/UdsOp.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipcache.cc squid-6.11/src/ipcache.cc
--- squid-6.10/src/ipcache.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipcache.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipcache.h squid-6.11/src/ipcache.h
--- squid-6.10/src/ipcache.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipcache.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc.cc squid-6.11/src/ipc.cc
--- squid-6.10/src/ipc.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ipc_win32.cc squid-6.11/src/ipc_win32.cc
--- squid-6.10/src/ipc_win32.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ipc_win32.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/LoadableModule.cc squid-6.11/src/LoadableModule.cc
--- squid-6.10/src/LoadableModule.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/LoadableModule.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/LoadableModule.h squid-6.11/src/LoadableModule.h
--- squid-6.10/src/LoadableModule.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/LoadableModule.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/LoadableModules.cc squid-6.11/src/LoadableModules.cc
--- squid-6.10/src/LoadableModules.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/LoadableModules.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/LoadableModules.h squid-6.11/src/LoadableModules.h
--- squid-6.10/src/LoadableModules.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/LoadableModules.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/access_log.cc squid-6.11/src/log/access_log.cc
--- squid-6.10/src/log/access_log.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/access_log.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/access_log.h squid-6.11/src/log/access_log.h
--- squid-6.10/src/log/access_log.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/access_log.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/Config.cc squid-6.11/src/log/Config.cc
--- squid-6.10/src/log/Config.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/Config.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/Config.h squid-6.11/src/log/Config.h
--- squid-6.10/src/log/Config.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/Config.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/CustomLog.h squid-6.11/src/log/CustomLog.h
--- squid-6.10/src/log/CustomLog.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/CustomLog.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/DB/doc/date_day_column.sql squid-6.11/src/log/DB/doc/date_day_column.sql
--- squid-6.10/src/log/DB/doc/date_day_column.sql	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/DB/doc/date_day_column.sql	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
--- Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+-- Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 --
 -- Squid software is distributed under GPLv2+ license and includes
 -- contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/DB/doc/views.sql squid-6.11/src/log/DB/doc/views.sql
--- squid-6.10/src/log/DB/doc/views.sql	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/DB/doc/views.sql	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
--- Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+-- Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 --
 -- Squid software is distributed under GPLv2+ license and includes
 -- contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/DB/log_db_daemon.8 squid-6.11/src/log/DB/log_db_daemon.8
--- squid-6.10/src/log/DB/log_db_daemon.8	2024-06-08 14:52:01.000000000 +0000
+++ squid-6.11/src/log/DB/log_db_daemon.8	2024-09-15 21:09:18.000000000 +0000
@@ -55,7 +55,7 @@
 .\" ========================================================================
 .\"
 .IX Title "LOG_DB_DAEMON 8"
-.TH LOG_DB_DAEMON 8 2024-06-08 "perl v5.38.2" "User Contributed Perl Documentation"
+.TH LOG_DB_DAEMON 8 2024-09-15 "perl v5.38.2" "User Contributed Perl Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -339,7 +339,7 @@
 .SH COPYRIGHT
 .IX Header "COPYRIGHT"
 .Vb 5
-\& * Copyright (C) 1996\-2023 The Squid Software Foundation and contributors
+\& * Copyright (C) 1996\-2024 The Squid Software Foundation and contributors
 \& *
 \& * Squid software is distributed under GPLv2+ license and includes
 \& * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/DB/log_db_daemon.pl.in squid-6.11/src/log/DB/log_db_daemon.pl.in
--- squid-6.10/src/log/DB/log_db_daemon.pl.in	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/DB/log_db_daemon.pl.in	2024-09-15 20:54:35.000000000 +0000
@@ -288,7 +288,7 @@
 
 =head1 COPYRIGHT
 
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/DB/Makefile.am squid-6.11/src/log/DB/Makefile.am
--- squid-6.10/src/log/DB/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/DB/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/DB/required.m4 squid-6.11/src/log/DB/required.m4
--- squid-6.10/src/log/DB/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/DB/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/file/log_file_daemon.cc squid-6.11/src/log/file/log_file_daemon.cc
--- squid-6.10/src/log/file/log_file_daemon.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/file/log_file_daemon.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/file/Makefile.am squid-6.11/src/log/file/Makefile.am
--- squid-6.10/src/log/file/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/file/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/file/required.m4 squid-6.11/src/log/file/required.m4
--- squid-6.10/src/log/file/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/file/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/File.cc squid-6.11/src/log/File.cc
--- squid-6.10/src/log/File.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/File.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/File.h squid-6.11/src/log/File.h
--- squid-6.10/src/log/File.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/File.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/FormatHttpdCombined.cc squid-6.11/src/log/FormatHttpdCombined.cc
--- squid-6.10/src/log/FormatHttpdCombined.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/FormatHttpdCombined.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/FormatHttpdCommon.cc squid-6.11/src/log/FormatHttpdCommon.cc
--- squid-6.10/src/log/FormatHttpdCommon.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/FormatHttpdCommon.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/Formats.h squid-6.11/src/log/Formats.h
--- squid-6.10/src/log/Formats.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/Formats.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/FormatSquidCustom.cc squid-6.11/src/log/FormatSquidCustom.cc
--- squid-6.10/src/log/FormatSquidCustom.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/FormatSquidCustom.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/FormatSquidIcap.cc squid-6.11/src/log/FormatSquidIcap.cc
--- squid-6.10/src/log/FormatSquidIcap.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/FormatSquidIcap.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/FormatSquidNative.cc squid-6.11/src/log/FormatSquidNative.cc
--- squid-6.10/src/log/FormatSquidNative.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/FormatSquidNative.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/FormatSquidReferer.cc squid-6.11/src/log/FormatSquidReferer.cc
--- squid-6.10/src/log/FormatSquidReferer.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/FormatSquidReferer.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/FormatSquidUseragent.cc squid-6.11/src/log/FormatSquidUseragent.cc
--- squid-6.10/src/log/FormatSquidUseragent.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/FormatSquidUseragent.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/FormattedLog.cc squid-6.11/src/log/FormattedLog.cc
--- squid-6.10/src/log/FormattedLog.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/FormattedLog.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/FormattedLog.h squid-6.11/src/log/FormattedLog.h
--- squid-6.10/src/log/FormattedLog.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/FormattedLog.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/forward.h squid-6.11/src/log/forward.h
--- squid-6.10/src/log/forward.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/forward.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/helpers.m4 squid-6.11/src/log/helpers.m4
--- squid-6.10/src/log/helpers.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/helpers.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/Makefile.am squid-6.11/src/log/Makefile.am
--- squid-6.10/src/log/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/ModDaemon.cc squid-6.11/src/log/ModDaemon.cc
--- squid-6.10/src/log/ModDaemon.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/ModDaemon.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/ModDaemon.h squid-6.11/src/log/ModDaemon.h
--- squid-6.10/src/log/ModDaemon.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/ModDaemon.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/ModStdio.cc squid-6.11/src/log/ModStdio.cc
--- squid-6.10/src/log/ModStdio.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/ModStdio.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/ModStdio.h squid-6.11/src/log/ModStdio.h
--- squid-6.10/src/log/ModStdio.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/ModStdio.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/ModSyslog.cc squid-6.11/src/log/ModSyslog.cc
--- squid-6.10/src/log/ModSyslog.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/ModSyslog.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/ModSyslog.h squid-6.11/src/log/ModSyslog.h
--- squid-6.10/src/log/ModSyslog.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/ModSyslog.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/ModUdp.cc squid-6.11/src/log/ModUdp.cc
--- squid-6.10/src/log/ModUdp.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/ModUdp.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/ModUdp.h squid-6.11/src/log/ModUdp.h
--- squid-6.10/src/log/ModUdp.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/ModUdp.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/TcpLogger.cc squid-6.11/src/log/TcpLogger.cc
--- squid-6.10/src/log/TcpLogger.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/TcpLogger.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/log/TcpLogger.h squid-6.11/src/log/TcpLogger.h
--- squid-6.10/src/log/TcpLogger.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/log/TcpLogger.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/LogTags.cc squid-6.11/src/LogTags.cc
--- squid-6.10/src/LogTags.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/LogTags.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/LogTags.h squid-6.11/src/LogTags.h
--- squid-6.10/src/LogTags.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/LogTags.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/lookup_t.h squid-6.11/src/lookup_t.h
--- squid-6.10/src/lookup_t.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/lookup_t.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/main.cc squid-6.11/src/main.cc
--- squid-6.10/src/main.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/main.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/Makefile.am squid-6.11/src/Makefile.am
--- squid-6.10/src/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/MasterXaction.cc squid-6.11/src/MasterXaction.cc
--- squid-6.10/src/MasterXaction.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/MasterXaction.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/MasterXaction.h squid-6.11/src/MasterXaction.h
--- squid-6.10/src/MasterXaction.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/MasterXaction.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mem/Allocator.h squid-6.11/src/mem/Allocator.h
--- squid-6.10/src/mem/Allocator.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mem/Allocator.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mem/AllocatorProxy.cc squid-6.11/src/mem/AllocatorProxy.cc
--- squid-6.10/src/mem/AllocatorProxy.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mem/AllocatorProxy.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mem/AllocatorProxy.h squid-6.11/src/mem/AllocatorProxy.h
--- squid-6.10/src/mem/AllocatorProxy.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mem/AllocatorProxy.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mem/forward.h squid-6.11/src/mem/forward.h
--- squid-6.10/src/mem/forward.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mem/forward.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mem/Makefile.am squid-6.11/src/mem/Makefile.am
--- squid-6.10/src/mem/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mem/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mem/Meter.h squid-6.11/src/mem/Meter.h
--- squid-6.10/src/mem/Meter.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mem/Meter.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mem/minimal.cc squid-6.11/src/mem/minimal.cc
--- squid-6.10/src/mem/minimal.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mem/minimal.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mem/old_api.cc squid-6.11/src/mem/old_api.cc
--- squid-6.10/src/mem/old_api.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mem/old_api.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mem/Pool.cc squid-6.11/src/mem/Pool.cc
--- squid-6.10/src/mem/Pool.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mem/Pool.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mem/PoolChunked.cc squid-6.11/src/mem/PoolChunked.cc
--- squid-6.10/src/mem/PoolChunked.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mem/PoolChunked.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mem/PoolChunked.h squid-6.11/src/mem/PoolChunked.h
--- squid-6.10/src/mem/PoolChunked.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mem/PoolChunked.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mem/Pool.h squid-6.11/src/mem/Pool.h
--- squid-6.10/src/mem/Pool.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mem/Pool.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mem/PoolingAllocator.h squid-6.11/src/mem/PoolingAllocator.h
--- squid-6.10/src/mem/PoolingAllocator.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mem/PoolingAllocator.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mem/PoolMalloc.cc squid-6.11/src/mem/PoolMalloc.cc
--- squid-6.10/src/mem/PoolMalloc.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mem/PoolMalloc.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mem/PoolMalloc.h squid-6.11/src/mem/PoolMalloc.h
--- squid-6.10/src/mem/PoolMalloc.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mem/PoolMalloc.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mem/Sensitive.h squid-6.11/src/mem/Sensitive.h
--- squid-6.10/src/mem/Sensitive.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mem/Sensitive.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mem/Stats.cc squid-6.11/src/mem/Stats.cc
--- squid-6.10/src/mem/Stats.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mem/Stats.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mem/Stats.h squid-6.11/src/mem/Stats.h
--- squid-6.10/src/mem/Stats.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mem/Stats.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/MemBuf.cc squid-6.11/src/MemBuf.cc
--- squid-6.10/src/MemBuf.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/MemBuf.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/MemBuf.h squid-6.11/src/MemBuf.h
--- squid-6.10/src/MemBuf.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/MemBuf.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mem_node.cc squid-6.11/src/mem_node.cc
--- squid-6.10/src/mem_node.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mem_node.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mem_node.h squid-6.11/src/mem_node.h
--- squid-6.10/src/mem_node.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mem_node.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/MemObject.cc squid-6.11/src/MemObject.cc
--- squid-6.10/src/MemObject.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/MemObject.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/MemObject.h squid-6.11/src/MemObject.h
--- squid-6.10/src/MemObject.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/MemObject.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/MemStore.cc squid-6.11/src/MemStore.cc
--- squid-6.10/src/MemStore.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/MemStore.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/MemStore.h squid-6.11/src/MemStore.h
--- squid-6.10/src/MemStore.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/MemStore.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/MessageBucket.cc squid-6.11/src/MessageBucket.cc
--- squid-6.10/src/MessageBucket.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/MessageBucket.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/MessageBucket.h squid-6.11/src/MessageBucket.h
--- squid-6.10/src/MessageBucket.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/MessageBucket.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/MessageDelayPools.cc squid-6.11/src/MessageDelayPools.cc
--- squid-6.10/src/MessageDelayPools.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/MessageDelayPools.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/MessageDelayPools.h squid-6.11/src/MessageDelayPools.h
--- squid-6.10/src/MessageDelayPools.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/MessageDelayPools.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/MessageSizes.h squid-6.11/src/MessageSizes.h
--- squid-6.10/src/MessageSizes.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/MessageSizes.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/Action.cc squid-6.11/src/mgr/Action.cc
--- squid-6.10/src/mgr/Action.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/Action.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/ActionCreator.h squid-6.11/src/mgr/ActionCreator.h
--- squid-6.10/src/mgr/ActionCreator.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/ActionCreator.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/Action.h squid-6.11/src/mgr/Action.h
--- squid-6.10/src/mgr/Action.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/Action.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/ActionParams.cc squid-6.11/src/mgr/ActionParams.cc
--- squid-6.10/src/mgr/ActionParams.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/ActionParams.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/ActionParams.h squid-6.11/src/mgr/ActionParams.h
--- squid-6.10/src/mgr/ActionParams.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/ActionParams.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/ActionPasswordList.cc squid-6.11/src/mgr/ActionPasswordList.cc
--- squid-6.10/src/mgr/ActionPasswordList.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/ActionPasswordList.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/ActionPasswordList.h squid-6.11/src/mgr/ActionPasswordList.h
--- squid-6.10/src/mgr/ActionPasswordList.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/ActionPasswordList.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/ActionProfile.h squid-6.11/src/mgr/ActionProfile.h
--- squid-6.10/src/mgr/ActionProfile.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/ActionProfile.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/ActionWriter.cc squid-6.11/src/mgr/ActionWriter.cc
--- squid-6.10/src/mgr/ActionWriter.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/ActionWriter.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/ActionWriter.h squid-6.11/src/mgr/ActionWriter.h
--- squid-6.10/src/mgr/ActionWriter.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/ActionWriter.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/BasicActions.cc squid-6.11/src/mgr/BasicActions.cc
--- squid-6.10/src/mgr/BasicActions.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/BasicActions.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/BasicActions.h squid-6.11/src/mgr/BasicActions.h
--- squid-6.10/src/mgr/BasicActions.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/BasicActions.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/Command.cc squid-6.11/src/mgr/Command.cc
--- squid-6.10/src/mgr/Command.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/Command.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/Command.h squid-6.11/src/mgr/Command.h
--- squid-6.10/src/mgr/Command.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/Command.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/CountersAction.cc squid-6.11/src/mgr/CountersAction.cc
--- squid-6.10/src/mgr/CountersAction.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/CountersAction.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/CountersAction.h squid-6.11/src/mgr/CountersAction.h
--- squid-6.10/src/mgr/CountersAction.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/CountersAction.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/Filler.cc squid-6.11/src/mgr/Filler.cc
--- squid-6.10/src/mgr/Filler.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/Filler.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/Filler.h squid-6.11/src/mgr/Filler.h
--- squid-6.10/src/mgr/Filler.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/Filler.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/Forwarder.cc squid-6.11/src/mgr/Forwarder.cc
--- squid-6.10/src/mgr/Forwarder.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/Forwarder.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/Forwarder.h squid-6.11/src/mgr/Forwarder.h
--- squid-6.10/src/mgr/Forwarder.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/Forwarder.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/forward.h squid-6.11/src/mgr/forward.h
--- squid-6.10/src/mgr/forward.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/forward.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/FunAction.cc squid-6.11/src/mgr/FunAction.cc
--- squid-6.10/src/mgr/FunAction.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/FunAction.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/FunAction.h squid-6.11/src/mgr/FunAction.h
--- squid-6.10/src/mgr/FunAction.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/FunAction.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/InfoAction.cc squid-6.11/src/mgr/InfoAction.cc
--- squid-6.10/src/mgr/InfoAction.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/InfoAction.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/InfoAction.h squid-6.11/src/mgr/InfoAction.h
--- squid-6.10/src/mgr/InfoAction.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/InfoAction.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/Inquirer.cc squid-6.11/src/mgr/Inquirer.cc
--- squid-6.10/src/mgr/Inquirer.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/Inquirer.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/Inquirer.h squid-6.11/src/mgr/Inquirer.h
--- squid-6.10/src/mgr/Inquirer.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/Inquirer.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/IntervalAction.cc squid-6.11/src/mgr/IntervalAction.cc
--- squid-6.10/src/mgr/IntervalAction.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/IntervalAction.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/IntervalAction.h squid-6.11/src/mgr/IntervalAction.h
--- squid-6.10/src/mgr/IntervalAction.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/IntervalAction.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/IntParam.cc squid-6.11/src/mgr/IntParam.cc
--- squid-6.10/src/mgr/IntParam.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/IntParam.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/IntParam.h squid-6.11/src/mgr/IntParam.h
--- squid-6.10/src/mgr/IntParam.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/IntParam.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/IoAction.cc squid-6.11/src/mgr/IoAction.cc
--- squid-6.10/src/mgr/IoAction.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/IoAction.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/IoAction.h squid-6.11/src/mgr/IoAction.h
--- squid-6.10/src/mgr/IoAction.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/IoAction.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/Makefile.am squid-6.11/src/mgr/Makefile.am
--- squid-6.10/src/mgr/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/QueryParam.h squid-6.11/src/mgr/QueryParam.h
--- squid-6.10/src/mgr/QueryParam.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/QueryParam.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/QueryParams.cc squid-6.11/src/mgr/QueryParams.cc
--- squid-6.10/src/mgr/QueryParams.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/QueryParams.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/QueryParams.h squid-6.11/src/mgr/QueryParams.h
--- squid-6.10/src/mgr/QueryParams.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/QueryParams.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/Registration.cc squid-6.11/src/mgr/Registration.cc
--- squid-6.10/src/mgr/Registration.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/Registration.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/Registration.h squid-6.11/src/mgr/Registration.h
--- squid-6.10/src/mgr/Registration.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/Registration.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/Request.cc squid-6.11/src/mgr/Request.cc
--- squid-6.10/src/mgr/Request.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/Request.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/Request.h squid-6.11/src/mgr/Request.h
--- squid-6.10/src/mgr/Request.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/Request.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/Response.cc squid-6.11/src/mgr/Response.cc
--- squid-6.10/src/mgr/Response.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/Response.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/Response.h squid-6.11/src/mgr/Response.h
--- squid-6.10/src/mgr/Response.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/Response.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/ServiceTimesAction.cc squid-6.11/src/mgr/ServiceTimesAction.cc
--- squid-6.10/src/mgr/ServiceTimesAction.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/ServiceTimesAction.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/ServiceTimesAction.h squid-6.11/src/mgr/ServiceTimesAction.h
--- squid-6.10/src/mgr/ServiceTimesAction.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/ServiceTimesAction.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/StoreIoAction.cc squid-6.11/src/mgr/StoreIoAction.cc
--- squid-6.10/src/mgr/StoreIoAction.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/StoreIoAction.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/StoreIoAction.h squid-6.11/src/mgr/StoreIoAction.h
--- squid-6.10/src/mgr/StoreIoAction.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/StoreIoAction.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/StoreToCommWriter.cc squid-6.11/src/mgr/StoreToCommWriter.cc
--- squid-6.10/src/mgr/StoreToCommWriter.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/StoreToCommWriter.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/StoreToCommWriter.h squid-6.11/src/mgr/StoreToCommWriter.h
--- squid-6.10/src/mgr/StoreToCommWriter.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/StoreToCommWriter.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/StringParam.cc squid-6.11/src/mgr/StringParam.cc
--- squid-6.10/src/mgr/StringParam.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/StringParam.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mgr/StringParam.h squid-6.11/src/mgr/StringParam.h
--- squid-6.10/src/mgr/StringParam.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mgr/StringParam.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mime.cc squid-6.11/src/mime.cc
--- squid-6.10/src/mime.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mime.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mime.conf.default squid-6.11/src/mime.conf.default
--- squid-6.10/src/mime.conf.default	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mime.conf.default	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mime.h squid-6.11/src/mime.h
--- squid-6.10/src/mime.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mime.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mime_header.cc squid-6.11/src/mime_header.cc
--- squid-6.10/src/mime_header.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mime_header.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mime_header.h squid-6.11/src/mime_header.h
--- squid-6.10/src/mime_header.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mime_header.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mk-globals-c.awk squid-6.11/src/mk-globals-c.awk
--- squid-6.10/src/mk-globals-c.awk	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mk-globals-c.awk	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/mk-string-arrays.awk squid-6.11/src/mk-string-arrays.awk
--- squid-6.10/src/mk-string-arrays.awk	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/mk-string-arrays.awk	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/multicast.cc squid-6.11/src/multicast.cc
--- squid-6.10/src/multicast.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/multicast.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/multicast.h squid-6.11/src/multicast.h
--- squid-6.10/src/multicast.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/multicast.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/neighbors.cc squid-6.11/src/neighbors.cc
--- squid-6.10/src/neighbors.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/neighbors.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/neighbors.h squid-6.11/src/neighbors.h
--- squid-6.10/src/neighbors.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/neighbors.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/NeighborTypeDomainList.h squid-6.11/src/NeighborTypeDomainList.h
--- squid-6.10/src/NeighborTypeDomainList.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/NeighborTypeDomainList.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/Notes.cc squid-6.11/src/Notes.cc
--- squid-6.10/src/Notes.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/Notes.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/Notes.h squid-6.11/src/Notes.h
--- squid-6.10/src/Notes.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/Notes.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/NullDelayId.h squid-6.11/src/NullDelayId.h
--- squid-6.10/src/NullDelayId.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/NullDelayId.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/parser/BinaryTokenizer.cc squid-6.11/src/parser/BinaryTokenizer.cc
--- squid-6.10/src/parser/BinaryTokenizer.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/parser/BinaryTokenizer.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/parser/BinaryTokenizer.h squid-6.11/src/parser/BinaryTokenizer.h
--- squid-6.10/src/parser/BinaryTokenizer.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/parser/BinaryTokenizer.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/parser/forward.h squid-6.11/src/parser/forward.h
--- squid-6.10/src/parser/forward.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/parser/forward.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/parser/Makefile.am squid-6.11/src/parser/Makefile.am
--- squid-6.10/src/parser/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/parser/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/parser/Tokenizer.cc squid-6.11/src/parser/Tokenizer.cc
--- squid-6.10/src/parser/Tokenizer.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/parser/Tokenizer.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/parser/Tokenizer.h squid-6.11/src/parser/Tokenizer.h
--- squid-6.10/src/parser/Tokenizer.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/parser/Tokenizer.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/Parsing.cc squid-6.11/src/Parsing.cc
--- squid-6.10/src/Parsing.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/Parsing.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/Parsing.h squid-6.11/src/Parsing.h
--- squid-6.10/src/Parsing.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/Parsing.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/pconn.cc squid-6.11/src/pconn.cc
--- squid-6.10/src/pconn.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/pconn.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/pconn.h squid-6.11/src/pconn.h
--- squid-6.10/src/pconn.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/pconn.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/peer_digest.cc squid-6.11/src/peer_digest.cc
--- squid-6.10/src/peer_digest.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/peer_digest.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/PeerDigest.h squid-6.11/src/PeerDigest.h
--- squid-6.10/src/PeerDigest.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/PeerDigest.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/PeerPoolMgr.cc squid-6.11/src/PeerPoolMgr.cc
--- squid-6.10/src/PeerPoolMgr.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/PeerPoolMgr.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/PeerPoolMgr.h squid-6.11/src/PeerPoolMgr.h
--- squid-6.10/src/PeerPoolMgr.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/PeerPoolMgr.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/peer_proxy_negotiate_auth.cc squid-6.11/src/peer_proxy_negotiate_auth.cc
--- squid-6.10/src/peer_proxy_negotiate_auth.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/peer_proxy_negotiate_auth.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/peer_proxy_negotiate_auth.h squid-6.11/src/peer_proxy_negotiate_auth.h
--- squid-6.10/src/peer_proxy_negotiate_auth.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/peer_proxy_negotiate_auth.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/peer_select.cc squid-6.11/src/peer_select.cc
--- squid-6.10/src/peer_select.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/peer_select.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/PeerSelectState.h squid-6.11/src/PeerSelectState.h
--- squid-6.10/src/PeerSelectState.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/PeerSelectState.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/peer_sourcehash.cc squid-6.11/src/peer_sourcehash.cc
--- squid-6.10/src/peer_sourcehash.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/peer_sourcehash.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/peer_sourcehash.h squid-6.11/src/peer_sourcehash.h
--- squid-6.10/src/peer_sourcehash.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/peer_sourcehash.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/peer_userhash.cc squid-6.11/src/peer_userhash.cc
--- squid-6.10/src/peer_userhash.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/peer_userhash.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/peer_userhash.h squid-6.11/src/peer_userhash.h
--- squid-6.10/src/peer_userhash.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/peer_userhash.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/PingData.h squid-6.11/src/PingData.h
--- squid-6.10/src/PingData.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/PingData.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/Pipeline.cc squid-6.11/src/Pipeline.cc
--- squid-6.10/src/Pipeline.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/Pipeline.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/Pipeline.h squid-6.11/src/Pipeline.h
--- squid-6.10/src/Pipeline.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/Pipeline.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/protos.h squid-6.11/src/protos.h
--- squid-6.10/src/protos.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/protos.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/proxyp/Elements.cc squid-6.11/src/proxyp/Elements.cc
--- squid-6.10/src/proxyp/Elements.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/proxyp/Elements.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/proxyp/Elements.h squid-6.11/src/proxyp/Elements.h
--- squid-6.10/src/proxyp/Elements.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/proxyp/Elements.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/proxyp/forward.h squid-6.11/src/proxyp/forward.h
--- squid-6.10/src/proxyp/forward.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/proxyp/forward.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/proxyp/Header.cc squid-6.11/src/proxyp/Header.cc
--- squid-6.10/src/proxyp/Header.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/proxyp/Header.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/proxyp/Header.h squid-6.11/src/proxyp/Header.h
--- squid-6.10/src/proxyp/Header.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/proxyp/Header.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/proxyp/Makefile.am squid-6.11/src/proxyp/Makefile.am
--- squid-6.10/src/proxyp/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/proxyp/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/proxyp/Parser.cc squid-6.11/src/proxyp/Parser.cc
--- squid-6.10/src/proxyp/Parser.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/proxyp/Parser.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/proxyp/Parser.h squid-6.11/src/proxyp/Parser.h
--- squid-6.10/src/proxyp/Parser.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/proxyp/Parser.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/redirect.cc squid-6.11/src/redirect.cc
--- squid-6.10/src/redirect.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/redirect.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/redirect.h squid-6.11/src/redirect.h
--- squid-6.10/src/redirect.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/redirect.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/refresh.cc squid-6.11/src/refresh.cc
--- squid-6.10/src/refresh.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/refresh.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/refresh.h squid-6.11/src/refresh.h
--- squid-6.10/src/refresh.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/refresh.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/RefreshPattern.h squid-6.11/src/RefreshPattern.h
--- squid-6.10/src/RefreshPattern.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/RefreshPattern.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/RemovalPolicy.cc squid-6.11/src/RemovalPolicy.cc
--- squid-6.10/src/RemovalPolicy.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/RemovalPolicy.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/RemovalPolicy.h squid-6.11/src/RemovalPolicy.h
--- squid-6.10/src/RemovalPolicy.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/RemovalPolicy.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/repl/heap/store_heap_replacement.cc squid-6.11/src/repl/heap/store_heap_replacement.cc
--- squid-6.10/src/repl/heap/store_heap_replacement.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/repl/heap/store_heap_replacement.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/repl/heap/store_heap_replacement.h squid-6.11/src/repl/heap/store_heap_replacement.h
--- squid-6.10/src/repl/heap/store_heap_replacement.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/repl/heap/store_heap_replacement.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/repl/heap/store_repl_heap.cc squid-6.11/src/repl/heap/store_repl_heap.cc
--- squid-6.10/src/repl/heap/store_repl_heap.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/repl/heap/store_repl_heap.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/repl/lru/store_repl_lru.cc squid-6.11/src/repl/lru/store_repl_lru.cc
--- squid-6.10/src/repl/lru/store_repl_lru.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/repl/lru/store_repl_lru.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/repl/Makefile.am squid-6.11/src/repl/Makefile.am
--- squid-6.10/src/repl/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/repl/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/repl_modules.h squid-6.11/src/repl_modules.h
--- squid-6.10/src/repl_modules.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/repl_modules.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/repl_modules.sh squid-6.11/src/repl_modules.sh
--- squid-6.10/src/repl_modules.sh	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/repl_modules.sh	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/RequestFlags.cc squid-6.11/src/RequestFlags.cc
--- squid-6.10/src/RequestFlags.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/RequestFlags.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/RequestFlags.h squid-6.11/src/RequestFlags.h
--- squid-6.10/src/RequestFlags.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/RequestFlags.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ResolvedPeers.cc squid-6.11/src/ResolvedPeers.cc
--- squid-6.10/src/ResolvedPeers.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ResolvedPeers.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ResolvedPeers.h squid-6.11/src/ResolvedPeers.h
--- squid-6.10/src/ResolvedPeers.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ResolvedPeers.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/sbuf/Algorithms.cc squid-6.11/src/sbuf/Algorithms.cc
--- squid-6.10/src/sbuf/Algorithms.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/sbuf/Algorithms.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/sbuf/Algorithms.h squid-6.11/src/sbuf/Algorithms.h
--- squid-6.10/src/sbuf/Algorithms.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/sbuf/Algorithms.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/sbuf/forward.h squid-6.11/src/sbuf/forward.h
--- squid-6.10/src/sbuf/forward.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/sbuf/forward.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/sbuf/List.cc squid-6.11/src/sbuf/List.cc
--- squid-6.10/src/sbuf/List.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/sbuf/List.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/sbuf/List.h squid-6.11/src/sbuf/List.h
--- squid-6.10/src/sbuf/List.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/sbuf/List.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/sbuf/Makefile.am squid-6.11/src/sbuf/Makefile.am
--- squid-6.10/src/sbuf/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/sbuf/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/sbuf/MemBlob.cc squid-6.11/src/sbuf/MemBlob.cc
--- squid-6.10/src/sbuf/MemBlob.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/sbuf/MemBlob.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/sbuf/MemBlob.h squid-6.11/src/sbuf/MemBlob.h
--- squid-6.10/src/sbuf/MemBlob.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/sbuf/MemBlob.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/sbuf/SBuf.cc squid-6.11/src/sbuf/SBuf.cc
--- squid-6.10/src/sbuf/SBuf.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/sbuf/SBuf.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/sbuf/SBuf.h squid-6.11/src/sbuf/SBuf.h
--- squid-6.10/src/sbuf/SBuf.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/sbuf/SBuf.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/sbuf/Stats.cc squid-6.11/src/sbuf/Stats.cc
--- squid-6.10/src/sbuf/Stats.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/sbuf/Stats.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/sbuf/Stats.h squid-6.11/src/sbuf/Stats.h
--- squid-6.10/src/sbuf/Stats.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/sbuf/Stats.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/sbuf/Stream.h squid-6.11/src/sbuf/Stream.h
--- squid-6.10/src/sbuf/Stream.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/sbuf/Stream.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/sbuf/StringConvert.h squid-6.11/src/sbuf/StringConvert.h
--- squid-6.10/src/sbuf/StringConvert.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/sbuf/StringConvert.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/SBufStatsAction.cc squid-6.11/src/SBufStatsAction.cc
--- squid-6.10/src/SBufStatsAction.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/SBufStatsAction.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/SBufStatsAction.h squid-6.11/src/SBufStatsAction.h
--- squid-6.10/src/SBufStatsAction.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/SBufStatsAction.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/BlindPeerConnector.cc squid-6.11/src/security/BlindPeerConnector.cc
--- squid-6.10/src/security/BlindPeerConnector.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/BlindPeerConnector.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/BlindPeerConnector.h squid-6.11/src/security/BlindPeerConnector.h
--- squid-6.10/src/security/BlindPeerConnector.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/BlindPeerConnector.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/CertError.h squid-6.11/src/security/CertError.h
--- squid-6.10/src/security/CertError.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/CertError.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/cert_generators/file/certificate_db.cc squid-6.11/src/security/cert_generators/file/certificate_db.cc
--- squid-6.10/src/security/cert_generators/file/certificate_db.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/cert_generators/file/certificate_db.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/cert_generators/file/certificate_db.h squid-6.11/src/security/cert_generators/file/certificate_db.h
--- squid-6.10/src/security/cert_generators/file/certificate_db.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/cert_generators/file/certificate_db.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/cert_generators/file/Makefile.am squid-6.11/src/security/cert_generators/file/Makefile.am
--- squid-6.10/src/security/cert_generators/file/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/cert_generators/file/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/cert_generators/file/required.m4 squid-6.11/src/security/cert_generators/file/required.m4
--- squid-6.10/src/security/cert_generators/file/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/cert_generators/file/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/cert_generators/file/security_file_certgen.8.in squid-6.11/src/security/cert_generators/file/security_file_certgen.8.in
--- squid-6.10/src/security/cert_generators/file/security_file_certgen.8.in	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/cert_generators/file/security_file_certgen.8.in	2024-09-15 20:54:35.000000000 +0000
@@ -157,7 +157,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/cert_generators/file/security_file_certgen.cc squid-6.11/src/security/cert_generators/file/security_file_certgen.cc
--- squid-6.10/src/security/cert_generators/file/security_file_certgen.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/cert_generators/file/security_file_certgen.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/cert_generators/helpers.m4 squid-6.11/src/security/cert_generators/helpers.m4
--- squid-6.10/src/security/cert_generators/helpers.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/cert_generators/helpers.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/cert_generators/Makefile.am squid-6.11/src/security/cert_generators/Makefile.am
--- squid-6.10/src/security/cert_generators/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/cert_generators/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/Certificate.cc squid-6.11/src/security/Certificate.cc
--- squid-6.10/src/security/Certificate.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/Certificate.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/Certificate.h squid-6.11/src/security/Certificate.h
--- squid-6.10/src/security/Certificate.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/Certificate.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/cert_validators/fake/Makefile.am squid-6.11/src/security/cert_validators/fake/Makefile.am
--- squid-6.10/src/security/cert_validators/fake/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/cert_validators/fake/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/cert_validators/fake/required.m4 squid-6.11/src/security/cert_validators/fake/required.m4
--- squid-6.10/src/security/cert_validators/fake/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/cert_validators/fake/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/cert_validators/fake/security_fake_certverify.8 squid-6.11/src/security/cert_validators/fake/security_fake_certverify.8
--- squid-6.10/src/security/cert_validators/fake/security_fake_certverify.8	2024-06-08 14:52:02.000000000 +0000
+++ squid-6.11/src/security/cert_validators/fake/security_fake_certverify.8	2024-09-15 21:09:18.000000000 +0000
@@ -55,7 +55,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SECURITY_FAKE_CERTVERIFY 8"
-.TH SECURITY_FAKE_CERTVERIFY 8 2024-06-08 "perl v5.38.2" "User Contributed Perl Documentation"
+.TH SECURITY_FAKE_CERTVERIFY 8 2024-09-15 "perl v5.38.2" "User Contributed Perl Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -83,7 +83,7 @@
 .SH COPYRIGHT
 .IX Header "COPYRIGHT"
 .Vb 5
-\& * Copyright (C) 1996\-2023 The Squid Software Foundation and contributors
+\& * Copyright (C) 1996\-2024 The Squid Software Foundation and contributors
 \& *
 \& * Squid software is distributed under GPLv2+ license and includes
 \& * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/cert_validators/fake/security_fake_certverify.pl.in squid-6.11/src/security/cert_validators/fake/security_fake_certverify.pl.in
--- squid-6.10/src/security/cert_validators/fake/security_fake_certverify.pl.in	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/cert_validators/fake/security_fake_certverify.pl.in	2024-09-15 20:54:35.000000000 +0000
@@ -46,7 +46,7 @@
 
 =head1 COPYRIGHT
 
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/cert_validators/helpers.m4 squid-6.11/src/security/cert_validators/helpers.m4
--- squid-6.10/src/security/cert_validators/helpers.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/cert_validators/helpers.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/cert_validators/Makefile.am squid-6.11/src/security/cert_validators/Makefile.am
--- squid-6.10/src/security/cert_validators/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/cert_validators/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/CommunicationSecrets.cc squid-6.11/src/security/CommunicationSecrets.cc
--- squid-6.10/src/security/CommunicationSecrets.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/CommunicationSecrets.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/CommunicationSecrets.h squid-6.11/src/security/CommunicationSecrets.h
--- squid-6.10/src/security/CommunicationSecrets.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/CommunicationSecrets.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/Context.h squid-6.11/src/security/Context.h
--- squid-6.10/src/security/Context.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/Context.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/EncryptorAnswer.cc squid-6.11/src/security/EncryptorAnswer.cc
--- squid-6.10/src/security/EncryptorAnswer.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/EncryptorAnswer.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/EncryptorAnswer.h squid-6.11/src/security/EncryptorAnswer.h
--- squid-6.10/src/security/EncryptorAnswer.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/EncryptorAnswer.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/ErrorDetail.cc squid-6.11/src/security/ErrorDetail.cc
--- squid-6.10/src/security/ErrorDetail.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/ErrorDetail.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/ErrorDetail.h squid-6.11/src/security/ErrorDetail.h
--- squid-6.10/src/security/ErrorDetail.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/ErrorDetail.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/forward.h squid-6.11/src/security/forward.h
--- squid-6.10/src/security/forward.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/forward.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/Handshake.cc squid-6.11/src/security/Handshake.cc
--- squid-6.10/src/security/Handshake.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/Handshake.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/Handshake.h squid-6.11/src/security/Handshake.h
--- squid-6.10/src/security/Handshake.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/Handshake.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/Io.cc squid-6.11/src/security/Io.cc
--- squid-6.10/src/security/Io.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/Io.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/Io.h squid-6.11/src/security/Io.h
--- squid-6.10/src/security/Io.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/Io.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/KeyData.cc squid-6.11/src/security/KeyData.cc
--- squid-6.10/src/security/KeyData.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/KeyData.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/KeyData.h squid-6.11/src/security/KeyData.h
--- squid-6.10/src/security/KeyData.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/KeyData.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/KeyLog.cc squid-6.11/src/security/KeyLog.cc
--- squid-6.10/src/security/KeyLog.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/KeyLog.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/KeyLogger.cc squid-6.11/src/security/KeyLogger.cc
--- squid-6.10/src/security/KeyLogger.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/KeyLogger.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/KeyLogger.h squid-6.11/src/security/KeyLogger.h
--- squid-6.10/src/security/KeyLogger.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/KeyLogger.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/KeyLog.h squid-6.11/src/security/KeyLog.h
--- squid-6.10/src/security/KeyLog.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/KeyLog.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/LockingPointer.h squid-6.11/src/security/LockingPointer.h
--- squid-6.10/src/security/LockingPointer.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/LockingPointer.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/Makefile.am squid-6.11/src/security/Makefile.am
--- squid-6.10/src/security/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/NegotiationHistory.cc squid-6.11/src/security/NegotiationHistory.cc
--- squid-6.10/src/security/NegotiationHistory.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/NegotiationHistory.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/NegotiationHistory.h squid-6.11/src/security/NegotiationHistory.h
--- squid-6.10/src/security/NegotiationHistory.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/NegotiationHistory.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/PeerConnector.cc squid-6.11/src/security/PeerConnector.cc
--- squid-6.10/src/security/PeerConnector.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/PeerConnector.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/PeerConnector.h squid-6.11/src/security/PeerConnector.h
--- squid-6.10/src/security/PeerConnector.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/PeerConnector.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/PeerOptions.cc squid-6.11/src/security/PeerOptions.cc
--- squid-6.10/src/security/PeerOptions.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/PeerOptions.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/PeerOptions.h squid-6.11/src/security/PeerOptions.h
--- squid-6.10/src/security/PeerOptions.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/PeerOptions.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/ServerOptions.cc squid-6.11/src/security/ServerOptions.cc
--- squid-6.10/src/security/ServerOptions.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/ServerOptions.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/ServerOptions.h squid-6.11/src/security/ServerOptions.h
--- squid-6.10/src/security/ServerOptions.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/ServerOptions.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/Session.cc squid-6.11/src/security/Session.cc
--- squid-6.10/src/security/Session.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/Session.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/security/Session.h squid-6.11/src/security/Session.h
--- squid-6.10/src/security/Session.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/security/Session.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/servers/forward.h squid-6.11/src/servers/forward.h
--- squid-6.10/src/servers/forward.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/servers/forward.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/servers/FtpServer.cc squid-6.11/src/servers/FtpServer.cc
--- squid-6.10/src/servers/FtpServer.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/servers/FtpServer.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/servers/FtpServer.h squid-6.11/src/servers/FtpServer.h
--- squid-6.10/src/servers/FtpServer.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/servers/FtpServer.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/servers/Http1Server.cc squid-6.11/src/servers/Http1Server.cc
--- squid-6.10/src/servers/Http1Server.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/servers/Http1Server.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/servers/Http1Server.h squid-6.11/src/servers/Http1Server.h
--- squid-6.10/src/servers/Http1Server.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/servers/Http1Server.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/servers/Makefile.am squid-6.11/src/servers/Makefile.am
--- squid-6.10/src/servers/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/servers/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/servers/Server.cc squid-6.11/src/servers/Server.cc
--- squid-6.10/src/servers/Server.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/servers/Server.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/servers/Server.h squid-6.11/src/servers/Server.h
--- squid-6.10/src/servers/Server.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/servers/Server.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/snmp/Forwarder.cc squid-6.11/src/snmp/Forwarder.cc
--- squid-6.10/src/snmp/Forwarder.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/snmp/Forwarder.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/snmp/Forwarder.h squid-6.11/src/snmp/Forwarder.h
--- squid-6.10/src/snmp/Forwarder.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/snmp/Forwarder.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/snmp/forward.h squid-6.11/src/snmp/forward.h
--- squid-6.10/src/snmp/forward.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/snmp/forward.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/snmp/Inquirer.cc squid-6.11/src/snmp/Inquirer.cc
--- squid-6.10/src/snmp/Inquirer.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/snmp/Inquirer.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/snmp/Inquirer.h squid-6.11/src/snmp/Inquirer.h
--- squid-6.10/src/snmp/Inquirer.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/snmp/Inquirer.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/snmp/Makefile.am squid-6.11/src/snmp/Makefile.am
--- squid-6.10/src/snmp/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/snmp/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/snmp/Pdu.cc squid-6.11/src/snmp/Pdu.cc
--- squid-6.10/src/snmp/Pdu.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/snmp/Pdu.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/snmp/Pdu.h squid-6.11/src/snmp/Pdu.h
--- squid-6.10/src/snmp/Pdu.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/snmp/Pdu.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/snmp/Request.cc squid-6.11/src/snmp/Request.cc
--- squid-6.10/src/snmp/Request.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/snmp/Request.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/snmp/Request.h squid-6.11/src/snmp/Request.h
--- squid-6.10/src/snmp/Request.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/snmp/Request.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/snmp/Response.cc squid-6.11/src/snmp/Response.cc
--- squid-6.10/src/snmp/Response.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/snmp/Response.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/snmp/Response.h squid-6.11/src/snmp/Response.h
--- squid-6.10/src/snmp/Response.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/snmp/Response.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/snmp/Session.cc squid-6.11/src/snmp/Session.cc
--- squid-6.10/src/snmp/Session.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/snmp/Session.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/snmp/Session.h squid-6.11/src/snmp/Session.h
--- squid-6.10/src/snmp/Session.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/snmp/Session.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/snmp/Var.cc squid-6.11/src/snmp/Var.cc
--- squid-6.10/src/snmp/Var.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/snmp/Var.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/snmp/Var.h squid-6.11/src/snmp/Var.h
--- squid-6.10/src/snmp/Var.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/snmp/Var.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/snmp_agent.cc squid-6.11/src/snmp_agent.cc
--- squid-6.10/src/snmp_agent.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/snmp_agent.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/snmp_agent.h squid-6.11/src/snmp_agent.h
--- squid-6.10/src/snmp_agent.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/snmp_agent.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/snmp_core.cc squid-6.11/src/snmp_core.cc
--- squid-6.10/src/snmp_core.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/snmp_core.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/snmp_core.h squid-6.11/src/snmp_core.h
--- squid-6.10/src/snmp_core.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/snmp_core.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/SnmpRequest.h squid-6.11/src/SnmpRequest.h
--- squid-6.10/src/SnmpRequest.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/SnmpRequest.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/squid.8.in squid-6.11/src/squid.8.in
--- squid-6.10/src/squid.8.in	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/squid.8.in	2024-09-15 20:54:35.000000000 +0000
@@ -256,7 +256,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/SquidConfig.cc squid-6.11/src/SquidConfig.cc
--- squid-6.10/src/SquidConfig.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/SquidConfig.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/SquidConfig.h squid-6.11/src/SquidConfig.h
--- squid-6.10/src/SquidConfig.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/SquidConfig.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/SquidIpc.h squid-6.11/src/SquidIpc.h
--- squid-6.10/src/SquidIpc.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/SquidIpc.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/SquidMath.cc squid-6.11/src/SquidMath.cc
--- squid-6.10/src/SquidMath.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/SquidMath.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/SquidMath.h squid-6.11/src/SquidMath.h
--- squid-6.10/src/SquidMath.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/SquidMath.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/SquidString.h squid-6.11/src/SquidString.h
--- squid-6.10/src/SquidString.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/SquidString.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ssl/bio.cc squid-6.11/src/ssl/bio.cc
--- squid-6.10/src/ssl/bio.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ssl/bio.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ssl/bio.h squid-6.11/src/ssl/bio.h
--- squid-6.10/src/ssl/bio.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ssl/bio.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ssl/cert_validate_message.cc squid-6.11/src/ssl/cert_validate_message.cc
--- squid-6.10/src/ssl/cert_validate_message.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ssl/cert_validate_message.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ssl/cert_validate_message.h squid-6.11/src/ssl/cert_validate_message.h
--- squid-6.10/src/ssl/cert_validate_message.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ssl/cert_validate_message.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ssl/Config.cc squid-6.11/src/ssl/Config.cc
--- squid-6.10/src/ssl/Config.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ssl/Config.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ssl/Config.h squid-6.11/src/ssl/Config.h
--- squid-6.10/src/ssl/Config.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ssl/Config.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ssl/context_storage.cc squid-6.11/src/ssl/context_storage.cc
--- squid-6.10/src/ssl/context_storage.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ssl/context_storage.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ssl/context_storage.h squid-6.11/src/ssl/context_storage.h
--- squid-6.10/src/ssl/context_storage.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ssl/context_storage.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ssl/crtd_message.cc squid-6.11/src/ssl/crtd_message.cc
--- squid-6.10/src/ssl/crtd_message.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ssl/crtd_message.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ssl/crtd_message.h squid-6.11/src/ssl/crtd_message.h
--- squid-6.10/src/ssl/crtd_message.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ssl/crtd_message.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ssl/ErrorDetail.cc squid-6.11/src/ssl/ErrorDetail.cc
--- squid-6.10/src/ssl/ErrorDetail.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ssl/ErrorDetail.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ssl/ErrorDetail.h squid-6.11/src/ssl/ErrorDetail.h
--- squid-6.10/src/ssl/ErrorDetail.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ssl/ErrorDetail.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ssl/ErrorDetailManager.cc squid-6.11/src/ssl/ErrorDetailManager.cc
--- squid-6.10/src/ssl/ErrorDetailManager.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ssl/ErrorDetailManager.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ssl/ErrorDetailManager.h squid-6.11/src/ssl/ErrorDetailManager.h
--- squid-6.10/src/ssl/ErrorDetailManager.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ssl/ErrorDetailManager.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ssl/gadgets.cc squid-6.11/src/ssl/gadgets.cc
--- squid-6.10/src/ssl/gadgets.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ssl/gadgets.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ssl/gadgets.h squid-6.11/src/ssl/gadgets.h
--- squid-6.10/src/ssl/gadgets.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ssl/gadgets.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ssl/helper.cc squid-6.11/src/ssl/helper.cc
--- squid-6.10/src/ssl/helper.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ssl/helper.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ssl/helper.h squid-6.11/src/ssl/helper.h
--- squid-6.10/src/ssl/helper.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ssl/helper.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ssl/Makefile.am squid-6.11/src/ssl/Makefile.am
--- squid-6.10/src/ssl/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ssl/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ssl/PeekingPeerConnector.cc squid-6.11/src/ssl/PeekingPeerConnector.cc
--- squid-6.10/src/ssl/PeekingPeerConnector.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ssl/PeekingPeerConnector.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ssl/PeekingPeerConnector.h squid-6.11/src/ssl/PeekingPeerConnector.h
--- squid-6.10/src/ssl/PeekingPeerConnector.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ssl/PeekingPeerConnector.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ssl/ProxyCerts.h squid-6.11/src/ssl/ProxyCerts.h
--- squid-6.10/src/ssl/ProxyCerts.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ssl/ProxyCerts.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ssl/ServerBump.cc squid-6.11/src/ssl/ServerBump.cc
--- squid-6.10/src/ssl/ServerBump.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ssl/ServerBump.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ssl/ServerBump.h squid-6.11/src/ssl/ServerBump.h
--- squid-6.10/src/ssl/ServerBump.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ssl/ServerBump.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ssl/support.cc squid-6.11/src/ssl/support.cc
--- squid-6.10/src/ssl/support.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ssl/support.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/ssl/support.h squid-6.11/src/ssl/support.h
--- squid-6.10/src/ssl/support.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/ssl/support.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/stat.cc squid-6.11/src/stat.cc
--- squid-6.10/src/stat.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/stat.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/StatCounters.cc squid-6.11/src/StatCounters.cc
--- squid-6.10/src/StatCounters.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/StatCounters.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/StatCounters.h squid-6.11/src/StatCounters.h
--- squid-6.10/src/StatCounters.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/StatCounters.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/stat.h squid-6.11/src/stat.h
--- squid-6.10/src/stat.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/stat.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/StatHist.cc squid-6.11/src/StatHist.cc
--- squid-6.10/src/StatHist.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/StatHist.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/StatHist.h squid-6.11/src/StatHist.h
--- squid-6.10/src/StatHist.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/StatHist.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/stmem.cc squid-6.11/src/stmem.cc
--- squid-6.10/src/stmem.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/stmem.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/stmem.h squid-6.11/src/stmem.h
--- squid-6.10/src/stmem.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/stmem.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store/Controlled.h squid-6.11/src/store/Controlled.h
--- squid-6.10/src/store/Controlled.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store/Controlled.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store/Controller.cc squid-6.11/src/store/Controller.cc
--- squid-6.10/src/store/Controller.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store/Controller.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store/Controller.h squid-6.11/src/store/Controller.h
--- squid-6.10/src/store/Controller.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store/Controller.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store/Disk.cc squid-6.11/src/store/Disk.cc
--- squid-6.10/src/store/Disk.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store/Disk.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store/Disk.h squid-6.11/src/store/Disk.h
--- squid-6.10/src/store/Disk.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store/Disk.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store/Disks.cc squid-6.11/src/store/Disks.cc
--- squid-6.10/src/store/Disks.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store/Disks.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store/Disks.h squid-6.11/src/store/Disks.h
--- squid-6.10/src/store/Disks.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store/Disks.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store/forward.h squid-6.11/src/store/forward.h
--- squid-6.10/src/store/forward.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store/forward.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store/id_rewriters/file/Makefile.am squid-6.11/src/store/id_rewriters/file/Makefile.am
--- squid-6.10/src/store/id_rewriters/file/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store/id_rewriters/file/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store/id_rewriters/file/required.m4 squid-6.11/src/store/id_rewriters/file/required.m4
--- squid-6.10/src/store/id_rewriters/file/required.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store/id_rewriters/file/required.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store/id_rewriters/file/storeid_file_rewrite.8 squid-6.11/src/store/id_rewriters/file/storeid_file_rewrite.8
--- squid-6.10/src/store/id_rewriters/file/storeid_file_rewrite.8	2024-06-08 14:51:59.000000000 +0000
+++ squid-6.11/src/store/id_rewriters/file/storeid_file_rewrite.8	2024-09-15 21:09:15.000000000 +0000
@@ -55,7 +55,7 @@
 .\" ========================================================================
 .\"
 .IX Title "STOREID_FILE_REWRITE 8"
-.TH STOREID_FILE_REWRITE 8 2024-06-08 "perl v5.38.2" "User Contributed Perl Documentation"
+.TH STOREID_FILE_REWRITE 8 2024-09-15 "perl v5.38.2" "User Contributed Perl Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -97,7 +97,7 @@
 .SH COPYRIGHT
 .IX Header "COPYRIGHT"
 .Vb 5
-\& * Copyright (C) 1996\-2023 The Squid Software Foundation and contributors
+\& * Copyright (C) 1996\-2024 The Squid Software Foundation and contributors
 \& *
 \& * Squid software is distributed under GPLv2+ license and includes
 \& * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store/id_rewriters/file/storeid_file_rewrite.pl.in squid-6.11/src/store/id_rewriters/file/storeid_file_rewrite.pl.in
--- squid-6.10/src/store/id_rewriters/file/storeid_file_rewrite.pl.in	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store/id_rewriters/file/storeid_file_rewrite.pl.in	2024-09-15 20:54:35.000000000 +0000
@@ -44,7 +44,7 @@
 
 =head1 COPYRIGHT
 
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store/id_rewriters/helpers.m4 squid-6.11/src/store/id_rewriters/helpers.m4
--- squid-6.10/src/store/id_rewriters/helpers.m4	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store/id_rewriters/helpers.m4	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store/id_rewriters/Makefile.am squid-6.11/src/store/id_rewriters/Makefile.am
--- squid-6.10/src/store/id_rewriters/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store/id_rewriters/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store/LocalSearch.cc squid-6.11/src/store/LocalSearch.cc
--- squid-6.10/src/store/LocalSearch.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store/LocalSearch.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store/LocalSearch.h squid-6.11/src/store/LocalSearch.h
--- squid-6.10/src/store/LocalSearch.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store/LocalSearch.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store/Makefile.am squid-6.11/src/store/Makefile.am
--- squid-6.10/src/store/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store/ParsingBuffer.cc squid-6.11/src/store/ParsingBuffer.cc
--- squid-6.10/src/store/ParsingBuffer.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store/ParsingBuffer.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store/ParsingBuffer.h squid-6.11/src/store/ParsingBuffer.h
--- squid-6.10/src/store/ParsingBuffer.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store/ParsingBuffer.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store/Storage.h squid-6.11/src/store/Storage.h
--- squid-6.10/src/store/Storage.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store/Storage.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store/SwapMeta.cc squid-6.11/src/store/SwapMeta.cc
--- squid-6.10/src/store/SwapMeta.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store/SwapMeta.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store/SwapMeta.h squid-6.11/src/store/SwapMeta.h
--- squid-6.10/src/store/SwapMeta.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store/SwapMeta.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store/SwapMetaIn.cc squid-6.11/src/store/SwapMetaIn.cc
--- squid-6.10/src/store/SwapMetaIn.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store/SwapMetaIn.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store/SwapMetaIn.h squid-6.11/src/store/SwapMetaIn.h
--- squid-6.10/src/store/SwapMetaIn.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store/SwapMetaIn.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store/SwapMetaOut.cc squid-6.11/src/store/SwapMetaOut.cc
--- squid-6.10/src/store/SwapMetaOut.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store/SwapMetaOut.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store/SwapMetaOut.h squid-6.11/src/store/SwapMetaOut.h
--- squid-6.10/src/store/SwapMetaOut.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store/SwapMetaOut.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store/SwapMetaView.cc squid-6.11/src/store/SwapMetaView.cc
--- squid-6.10/src/store/SwapMetaView.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store/SwapMetaView.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store/SwapMetaView.h squid-6.11/src/store/SwapMetaView.h
--- squid-6.10/src/store/SwapMetaView.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store/SwapMetaView.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store.cc squid-6.11/src/store.cc
--- squid-6.10/src/store.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store_client.cc squid-6.11/src/store_client.cc
--- squid-6.10/src/store_client.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store_client.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/StoreClient.h squid-6.11/src/StoreClient.h
--- squid-6.10/src/StoreClient.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/StoreClient.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store_digest.cc squid-6.11/src/store_digest.cc
--- squid-6.10/src/store_digest.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store_digest.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store_digest.h squid-6.11/src/store_digest.h
--- squid-6.10/src/store_digest.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store_digest.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/StoreFileSystem.cc squid-6.11/src/StoreFileSystem.cc
--- squid-6.10/src/StoreFileSystem.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/StoreFileSystem.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/StoreFileSystem.h squid-6.11/src/StoreFileSystem.h
--- squid-6.10/src/StoreFileSystem.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/StoreFileSystem.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/Store.h squid-6.11/src/Store.h
--- squid-6.10/src/Store.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/Store.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/StoreIOBuffer.h squid-6.11/src/StoreIOBuffer.h
--- squid-6.10/src/StoreIOBuffer.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/StoreIOBuffer.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store_io.cc squid-6.11/src/store_io.cc
--- squid-6.10/src/store_io.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store_io.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/StoreIOState.cc squid-6.11/src/StoreIOState.cc
--- squid-6.10/src/StoreIOState.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/StoreIOState.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/StoreIOState.h squid-6.11/src/StoreIOState.h
--- squid-6.10/src/StoreIOState.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/StoreIOState.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store_key_md5.cc squid-6.11/src/store_key_md5.cc
--- squid-6.10/src/store_key_md5.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store_key_md5.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store_key_md5.h squid-6.11/src/store_key_md5.h
--- squid-6.10/src/store_key_md5.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store_key_md5.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store_log.cc squid-6.11/src/store_log.cc
--- squid-6.10/src/store_log.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store_log.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store_log.h squid-6.11/src/store_log.h
--- squid-6.10/src/store_log.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store_log.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store_rebuild.cc squid-6.11/src/store_rebuild.cc
--- squid-6.10/src/store_rebuild.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store_rebuild.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store_rebuild.h squid-6.11/src/store_rebuild.h
--- squid-6.10/src/store_rebuild.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store_rebuild.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/StoreSearch.h squid-6.11/src/StoreSearch.h
--- squid-6.10/src/StoreSearch.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/StoreSearch.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/StoreStats.cc squid-6.11/src/StoreStats.cc
--- squid-6.10/src/StoreStats.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/StoreStats.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/StoreStats.h squid-6.11/src/StoreStats.h
--- squid-6.10/src/StoreStats.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/StoreStats.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store_swapin.cc squid-6.11/src/store_swapin.cc
--- squid-6.10/src/store_swapin.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store_swapin.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store_swapin.h squid-6.11/src/store_swapin.h
--- squid-6.10/src/store_swapin.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store_swapin.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/StoreSwapLogData.cc squid-6.11/src/StoreSwapLogData.cc
--- squid-6.10/src/StoreSwapLogData.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/StoreSwapLogData.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/StoreSwapLogData.h squid-6.11/src/StoreSwapLogData.h
--- squid-6.10/src/StoreSwapLogData.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/StoreSwapLogData.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/store_swapout.cc squid-6.11/src/store_swapout.cc
--- squid-6.10/src/store_swapout.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/store_swapout.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/String.cc squid-6.11/src/String.cc
--- squid-6.10/src/String.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/String.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/StrList.cc squid-6.11/src/StrList.cc
--- squid-6.10/src/StrList.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/StrList.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/StrList.h squid-6.11/src/StrList.h
--- squid-6.10/src/StrList.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/StrList.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/swap_log_op.h squid-6.11/src/swap_log_op.h
--- squid-6.10/src/swap_log_op.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/swap_log_op.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/TestHeaders.am squid-6.11/src/TestHeaders.am
--- squid-6.10/src/TestHeaders.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/TestHeaders.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/CapturingStoreEntry.h squid-6.11/src/tests/CapturingStoreEntry.h
--- squid-6.10/src/tests/CapturingStoreEntry.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/CapturingStoreEntry.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/SBufFindTest.cc squid-6.11/src/tests/SBufFindTest.cc
--- squid-6.10/src/tests/SBufFindTest.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/SBufFindTest.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/SBufFindTest.h squid-6.11/src/tests/SBufFindTest.h
--- squid-6.10/src/tests/SBufFindTest.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/SBufFindTest.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_access_log.cc squid-6.11/src/tests/stub_access_log.cc
--- squid-6.10/src/tests/stub_access_log.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_access_log.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_acl.cc squid-6.11/src/tests/stub_acl.cc
--- squid-6.10/src/tests/stub_acl.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_acl.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/Stub.am squid-6.11/src/tests/Stub.am
--- squid-6.10/src/tests/Stub.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/Stub.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 ##
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_cache_cf.cc squid-6.11/src/tests/stub_cache_cf.cc
--- squid-6.10/src/tests/stub_cache_cf.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_cache_cf.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_CacheDigest.cc squid-6.11/src/tests/stub_CacheDigest.cc
--- squid-6.10/src/tests/stub_CacheDigest.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_CacheDigest.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_cache_manager.cc squid-6.11/src/tests/stub_cache_manager.cc
--- squid-6.10/src/tests/stub_cache_manager.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_cache_manager.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_CachePeer.cc squid-6.11/src/tests/stub_CachePeer.cc
--- squid-6.10/src/tests/stub_CachePeer.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_CachePeer.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_carp.cc squid-6.11/src/tests/stub_carp.cc
--- squid-6.10/src/tests/stub_carp.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_carp.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_cbdata.cc squid-6.11/src/tests/stub_cbdata.cc
--- squid-6.10/src/tests/stub_cbdata.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_cbdata.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_client_db.cc squid-6.11/src/tests/stub_client_db.cc
--- squid-6.10/src/tests/stub_client_db.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_client_db.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_client_side.cc squid-6.11/src/tests/stub_client_side.cc
--- squid-6.10/src/tests/stub_client_side.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_client_side.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_client_side_request.cc squid-6.11/src/tests/stub_client_side_request.cc
--- squid-6.10/src/tests/stub_client_side_request.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_client_side_request.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_CollapsedForwarding.cc squid-6.11/src/tests/stub_CollapsedForwarding.cc
--- squid-6.10/src/tests/stub_CollapsedForwarding.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_CollapsedForwarding.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_comm.cc squid-6.11/src/tests/stub_comm.cc
--- squid-6.10/src/tests/stub_comm.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_comm.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_CommIO.cc squid-6.11/src/tests/stub_CommIO.cc
--- squid-6.10/src/tests/stub_CommIO.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_CommIO.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_debug.cc squid-6.11/src/tests/stub_debug.cc
--- squid-6.10/src/tests/stub_debug.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_debug.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_DelayId.cc squid-6.11/src/tests/stub_DelayId.cc
--- squid-6.10/src/tests/stub_DelayId.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_DelayId.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_errorpage.cc squid-6.11/src/tests/stub_errorpage.cc
--- squid-6.10/src/tests/stub_errorpage.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_errorpage.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_ETag.cc squid-6.11/src/tests/stub_ETag.cc
--- squid-6.10/src/tests/stub_ETag.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_ETag.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_event.cc squid-6.11/src/tests/stub_event.cc
--- squid-6.10/src/tests/stub_event.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_event.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_EventLoop.cc squid-6.11/src/tests/stub_EventLoop.cc
--- squid-6.10/src/tests/stub_EventLoop.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_EventLoop.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_external_acl.cc squid-6.11/src/tests/stub_external_acl.cc
--- squid-6.10/src/tests/stub_external_acl.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_external_acl.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_fatal.cc squid-6.11/src/tests/stub_fatal.cc
--- squid-6.10/src/tests/stub_fatal.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_fatal.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_fd.cc squid-6.11/src/tests/stub_fd.cc
--- squid-6.10/src/tests/stub_fd.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_fd.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_fqdncache.cc squid-6.11/src/tests/stub_fqdncache.cc
--- squid-6.10/src/tests/stub_fqdncache.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_fqdncache.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/STUB.h squid-6.11/src/tests/STUB.h
--- squid-6.10/src/tests/STUB.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/STUB.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_helper.cc squid-6.11/src/tests/stub_helper.cc
--- squid-6.10/src/tests/stub_helper.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_helper.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_HelperChildConfig.cc squid-6.11/src/tests/stub_HelperChildConfig.cc
--- squid-6.10/src/tests/stub_HelperChildConfig.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_HelperChildConfig.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_http.cc squid-6.11/src/tests/stub_http.cc
--- squid-6.10/src/tests/stub_http.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_http.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_HttpControlMsg.cc squid-6.11/src/tests/stub_HttpControlMsg.cc
--- squid-6.10/src/tests/stub_HttpControlMsg.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_HttpControlMsg.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_HttpHeader.cc squid-6.11/src/tests/stub_HttpHeader.cc
--- squid-6.10/src/tests/stub_HttpHeader.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_HttpHeader.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_HttpReply.cc squid-6.11/src/tests/stub_HttpReply.cc
--- squid-6.10/src/tests/stub_HttpReply.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_HttpReply.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_HttpRequest.cc squid-6.11/src/tests/stub_HttpRequest.cc
--- squid-6.10/src/tests/stub_HttpRequest.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_HttpRequest.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_HttpUpgradeProtocolAccess.cc squid-6.11/src/tests/stub_HttpUpgradeProtocolAccess.cc
--- squid-6.10/src/tests/stub_HttpUpgradeProtocolAccess.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_HttpUpgradeProtocolAccess.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_icp.cc squid-6.11/src/tests/stub_icp.cc
--- squid-6.10/src/tests/stub_icp.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_icp.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_internal.cc squid-6.11/src/tests/stub_internal.cc
--- squid-6.10/src/tests/stub_internal.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_internal.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_ipcache.cc squid-6.11/src/tests/stub_ipcache.cc
--- squid-6.10/src/tests/stub_ipcache.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_ipcache.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_ipc.cc squid-6.11/src/tests/stub_ipc.cc
--- squid-6.10/src/tests/stub_ipc.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_ipc.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_ipc_Forwarder.cc squid-6.11/src/tests/stub_ipc_Forwarder.cc
--- squid-6.10/src/tests/stub_ipc_Forwarder.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_ipc_Forwarder.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_IpcIoFile.cc squid-6.11/src/tests/stub_IpcIoFile.cc
--- squid-6.10/src/tests/stub_IpcIoFile.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_IpcIoFile.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_ipc_TypedMsgHdr.cc squid-6.11/src/tests/stub_ipc_TypedMsgHdr.cc
--- squid-6.10/src/tests/stub_ipc_TypedMsgHdr.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_ipc_TypedMsgHdr.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_libanyp.cc squid-6.11/src/tests/stub_libanyp.cc
--- squid-6.10/src/tests/stub_libanyp.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_libanyp.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_libauth_acls.cc squid-6.11/src/tests/stub_libauth_acls.cc
--- squid-6.10/src/tests/stub_libauth_acls.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_libauth_acls.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_libauth.cc squid-6.11/src/tests/stub_libauth.cc
--- squid-6.10/src/tests/stub_libauth.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_libauth.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_libcomm.cc squid-6.11/src/tests/stub_libcomm.cc
--- squid-6.10/src/tests/stub_libcomm.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_libcomm.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_libdiskio.cc squid-6.11/src/tests/stub_libdiskio.cc
--- squid-6.10/src/tests/stub_libdiskio.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_libdiskio.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_liberror.cc squid-6.11/src/tests/stub_liberror.cc
--- squid-6.10/src/tests/stub_liberror.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_liberror.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_libeui.cc squid-6.11/src/tests/stub_libeui.cc
--- squid-6.10/src/tests/stub_libeui.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_libeui.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_libformat.cc squid-6.11/src/tests/stub_libformat.cc
--- squid-6.10/src/tests/stub_libformat.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_libformat.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_libhttp.cc squid-6.11/src/tests/stub_libhttp.cc
--- squid-6.10/src/tests/stub_libhttp.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_libhttp.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_libicmp.cc squid-6.11/src/tests/stub_libicmp.cc
--- squid-6.10/src/tests/stub_libicmp.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_libicmp.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_libip.cc squid-6.11/src/tests/stub_libip.cc
--- squid-6.10/src/tests/stub_libip.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_libip.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_liblog.cc squid-6.11/src/tests/stub_liblog.cc
--- squid-6.10/src/tests/stub_liblog.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_liblog.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_libmem.cc squid-6.11/src/tests/stub_libmem.cc
--- squid-6.10/src/tests/stub_libmem.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_libmem.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_libmgr.cc squid-6.11/src/tests/stub_libmgr.cc
--- squid-6.10/src/tests/stub_libmgr.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_libmgr.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_libsecurity.cc squid-6.11/src/tests/stub_libsecurity.cc
--- squid-6.10/src/tests/stub_libsecurity.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_libsecurity.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_libsslsquid.cc squid-6.11/src/tests/stub_libsslsquid.cc
--- squid-6.10/src/tests/stub_libsslsquid.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_libsslsquid.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_libstore.cc squid-6.11/src/tests/stub_libstore.cc
--- squid-6.10/src/tests/stub_libstore.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_libstore.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_libtime.cc squid-6.11/src/tests/stub_libtime.cc
--- squid-6.10/src/tests/stub_libtime.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_libtime.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_main_cc.cc squid-6.11/src/tests/stub_main_cc.cc
--- squid-6.10/src/tests/stub_main_cc.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_main_cc.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_MemBuf.cc squid-6.11/src/tests/stub_MemBuf.cc
--- squid-6.10/src/tests/stub_MemBuf.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_MemBuf.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_mem_node.cc squid-6.11/src/tests/stub_mem_node.cc
--- squid-6.10/src/tests/stub_mem_node.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_mem_node.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_MemObject.cc squid-6.11/src/tests/stub_MemObject.cc
--- squid-6.10/src/tests/stub_MemObject.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_MemObject.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_MemStore.cc squid-6.11/src/tests/stub_MemStore.cc
--- squid-6.10/src/tests/stub_MemStore.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_MemStore.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_mime.cc squid-6.11/src/tests/stub_mime.cc
--- squid-6.10/src/tests/stub_mime.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_mime.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_neighbors.cc squid-6.11/src/tests/stub_neighbors.cc
--- squid-6.10/src/tests/stub_neighbors.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_neighbors.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_pconn.cc squid-6.11/src/tests/stub_pconn.cc
--- squid-6.10/src/tests/stub_pconn.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_pconn.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_Port.cc squid-6.11/src/tests/stub_Port.cc
--- squid-6.10/src/tests/stub_Port.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_Port.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_redirect.cc squid-6.11/src/tests/stub_redirect.cc
--- squid-6.10/src/tests/stub_redirect.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_redirect.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_SBuf.cc squid-6.11/src/tests/stub_SBuf.cc
--- squid-6.10/src/tests/stub_SBuf.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_SBuf.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_stat.cc squid-6.11/src/tests/stub_stat.cc
--- squid-6.10/src/tests/stub_stat.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_stat.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_StatHist.cc squid-6.11/src/tests/stub_StatHist.cc
--- squid-6.10/src/tests/stub_StatHist.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_StatHist.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_stmem.cc squid-6.11/src/tests/stub_stmem.cc
--- squid-6.10/src/tests/stub_stmem.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_stmem.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_store.cc squid-6.11/src/tests/stub_store.cc
--- squid-6.10/src/tests/stub_store.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_store.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_store_client.cc squid-6.11/src/tests/stub_store_client.cc
--- squid-6.10/src/tests/stub_store_client.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_store_client.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_store_digest.cc squid-6.11/src/tests/stub_store_digest.cc
--- squid-6.10/src/tests/stub_store_digest.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_store_digest.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_store_rebuild.cc squid-6.11/src/tests/stub_store_rebuild.cc
--- squid-6.10/src/tests/stub_store_rebuild.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_store_rebuild.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_store_stats.cc squid-6.11/src/tests/stub_store_stats.cc
--- squid-6.10/src/tests/stub_store_stats.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_store_stats.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_tools.cc squid-6.11/src/tests/stub_tools.cc
--- squid-6.10/src/tests/stub_tools.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_tools.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_tunnel.cc squid-6.11/src/tests/stub_tunnel.cc
--- squid-6.10/src/tests/stub_tunnel.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_tunnel.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_UdsOp.cc squid-6.11/src/tests/stub_UdsOp.cc
--- squid-6.10/src/tests/stub_UdsOp.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_UdsOp.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_wccp2.cc squid-6.11/src/tests/stub_wccp2.cc
--- squid-6.10/src/tests/stub_wccp2.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_wccp2.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_whois.cc squid-6.11/src/tests/stub_whois.cc
--- squid-6.10/src/tests/stub_whois.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_whois.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/stub_wordlist.cc squid-6.11/src/tests/stub_wordlist.cc
--- squid-6.10/src/tests/stub_wordlist.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/stub_wordlist.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testACLMaxUserIP.cc squid-6.11/src/tests/testACLMaxUserIP.cc
--- squid-6.10/src/tests/testACLMaxUserIP.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testACLMaxUserIP.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testACLMaxUserIP.h squid-6.11/src/tests/testACLMaxUserIP.h
--- squid-6.10/src/tests/testACLMaxUserIP.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testACLMaxUserIP.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testBoilerplate.cc squid-6.11/src/tests/testBoilerplate.cc
--- squid-6.10/src/tests/testBoilerplate.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testBoilerplate.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testBoilerplate.h squid-6.11/src/tests/testBoilerplate.h
--- squid-6.10/src/tests/testBoilerplate.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testBoilerplate.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testCacheManager.cc squid-6.11/src/tests/testCacheManager.cc
--- squid-6.10/src/tests/testCacheManager.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testCacheManager.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testCacheManager.h squid-6.11/src/tests/testCacheManager.h
--- squid-6.10/src/tests/testCacheManager.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testCacheManager.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testCharacterSet.cc squid-6.11/src/tests/testCharacterSet.cc
--- squid-6.10/src/tests/testCharacterSet.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testCharacterSet.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testCharacterSet.h squid-6.11/src/tests/testCharacterSet.h
--- squid-6.10/src/tests/testCharacterSet.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testCharacterSet.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testConfigParser.cc squid-6.11/src/tests/testConfigParser.cc
--- squid-6.10/src/tests/testConfigParser.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testConfigParser.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testConfigParser.h squid-6.11/src/tests/testConfigParser.h
--- squid-6.10/src/tests/testConfigParser.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testConfigParser.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testDiskIO.cc squid-6.11/src/tests/testDiskIO.cc
--- squid-6.10/src/tests/testDiskIO.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testDiskIO.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testDiskIO.h squid-6.11/src/tests/testDiskIO.h
--- squid-6.10/src/tests/testDiskIO.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testDiskIO.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testEnumIterator.cc squid-6.11/src/tests/testEnumIterator.cc
--- squid-6.10/src/tests/testEnumIterator.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testEnumIterator.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testEnumIterator.h squid-6.11/src/tests/testEnumIterator.h
--- squid-6.10/src/tests/testEnumIterator.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testEnumIterator.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testEvent.cc squid-6.11/src/tests/testEvent.cc
--- squid-6.10/src/tests/testEvent.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testEvent.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testEvent.h squid-6.11/src/tests/testEvent.h
--- squid-6.10/src/tests/testEvent.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testEvent.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testEventLoop.cc squid-6.11/src/tests/testEventLoop.cc
--- squid-6.10/src/tests/testEventLoop.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testEventLoop.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testEventLoop.h squid-6.11/src/tests/testEventLoop.h
--- squid-6.10/src/tests/testEventLoop.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testEventLoop.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testHttp1Parser.cc squid-6.11/src/tests/testHttp1Parser.cc
--- squid-6.10/src/tests/testHttp1Parser.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testHttp1Parser.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testHttp1Parser.h squid-6.11/src/tests/testHttp1Parser.h
--- squid-6.10/src/tests/testHttp1Parser.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testHttp1Parser.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/test_http_range.cc squid-6.11/src/tests/test_http_range.cc
--- squid-6.10/src/tests/test_http_range.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/test_http_range.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testHttpReply.cc squid-6.11/src/tests/testHttpReply.cc
--- squid-6.10/src/tests/testHttpReply.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testHttpReply.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testHttpReply.h squid-6.11/src/tests/testHttpReply.h
--- squid-6.10/src/tests/testHttpReply.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testHttpReply.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testHttpRequest.cc squid-6.11/src/tests/testHttpRequest.cc
--- squid-6.10/src/tests/testHttpRequest.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testHttpRequest.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testHttpRequest.h squid-6.11/src/tests/testHttpRequest.h
--- squid-6.10/src/tests/testHttpRequest.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testHttpRequest.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testHttpRequestMethod.cc squid-6.11/src/tests/testHttpRequestMethod.cc
--- squid-6.10/src/tests/testHttpRequestMethod.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testHttpRequestMethod.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testHttpRequestMethod.h squid-6.11/src/tests/testHttpRequestMethod.h
--- squid-6.10/src/tests/testHttpRequestMethod.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testHttpRequestMethod.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testIcmp.cc squid-6.11/src/tests/testIcmp.cc
--- squid-6.10/src/tests/testIcmp.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testIcmp.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testIcmp.h squid-6.11/src/tests/testIcmp.h
--- squid-6.10/src/tests/testIcmp.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testIcmp.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testIoManip.cc squid-6.11/src/tests/testIoManip.cc
--- squid-6.10/src/tests/testIoManip.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testIoManip.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testIpAddress.cc squid-6.11/src/tests/testIpAddress.cc
--- squid-6.10/src/tests/testIpAddress.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testIpAddress.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testIpAddress.h squid-6.11/src/tests/testIpAddress.h
--- squid-6.10/src/tests/testIpAddress.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testIpAddress.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testLookupTable.cc squid-6.11/src/tests/testLookupTable.cc
--- squid-6.10/src/tests/testLookupTable.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testLookupTable.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testLookupTable.h squid-6.11/src/tests/testLookupTable.h
--- squid-6.10/src/tests/testLookupTable.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testLookupTable.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testMath.cc squid-6.11/src/tests/testMath.cc
--- squid-6.10/src/tests/testMath.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testMath.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testMem.cc squid-6.11/src/tests/testMem.cc
--- squid-6.10/src/tests/testMem.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testMem.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testMem.h squid-6.11/src/tests/testMem.h
--- squid-6.10/src/tests/testMem.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testMem.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testNetDb.cc squid-6.11/src/tests/testNetDb.cc
--- squid-6.10/src/tests/testNetDb.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testNetDb.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testNetDb.h squid-6.11/src/tests/testNetDb.h
--- squid-6.10/src/tests/testNetDb.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testNetDb.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testPackableStream.cc squid-6.11/src/tests/testPackableStream.cc
--- squid-6.10/src/tests/testPackableStream.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testPackableStream.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testPackableStream.h squid-6.11/src/tests/testPackableStream.h
--- squid-6.10/src/tests/testPackableStream.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testPackableStream.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testRandomUuid.cc squid-6.11/src/tests/testRandomUuid.cc
--- squid-6.10/src/tests/testRandomUuid.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testRandomUuid.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testRefCount.cc squid-6.11/src/tests/testRefCount.cc
--- squid-6.10/src/tests/testRefCount.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testRefCount.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testRefCount.h squid-6.11/src/tests/testRefCount.h
--- squid-6.10/src/tests/testRefCount.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testRefCount.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testRFC1035.cc squid-6.11/src/tests/testRFC1035.cc
--- squid-6.10/src/tests/testRFC1035.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testRFC1035.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testRFC1035.h squid-6.11/src/tests/testRFC1035.h
--- squid-6.10/src/tests/testRFC1035.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testRFC1035.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testRock.cc squid-6.11/src/tests/testRock.cc
--- squid-6.10/src/tests/testRock.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testRock.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testRock.h squid-6.11/src/tests/testRock.h
--- squid-6.10/src/tests/testRock.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testRock.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testSBuf.cc squid-6.11/src/tests/testSBuf.cc
--- squid-6.10/src/tests/testSBuf.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testSBuf.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testSBuf.h squid-6.11/src/tests/testSBuf.h
--- squid-6.10/src/tests/testSBuf.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testSBuf.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testSBufList.cc squid-6.11/src/tests/testSBufList.cc
--- squid-6.10/src/tests/testSBufList.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testSBufList.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testSBufList.h squid-6.11/src/tests/testSBufList.h
--- squid-6.10/src/tests/testSBufList.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testSBufList.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testStatHist.cc squid-6.11/src/tests/testStatHist.cc
--- squid-6.10/src/tests/testStatHist.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testStatHist.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testStatHist.h squid-6.11/src/tests/testStatHist.h
--- squid-6.10/src/tests/testStatHist.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testStatHist.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testStore.cc squid-6.11/src/tests/testStore.cc
--- squid-6.10/src/tests/testStore.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testStore.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testStoreController.cc squid-6.11/src/tests/testStoreController.cc
--- squid-6.10/src/tests/testStoreController.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testStoreController.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testStoreController.h squid-6.11/src/tests/testStoreController.h
--- squid-6.10/src/tests/testStoreController.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testStoreController.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testStore.h squid-6.11/src/tests/testStore.h
--- squid-6.10/src/tests/testStore.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testStore.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testStoreHashIndex.cc squid-6.11/src/tests/testStoreHashIndex.cc
--- squid-6.10/src/tests/testStoreHashIndex.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testStoreHashIndex.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testStoreHashIndex.h squid-6.11/src/tests/testStoreHashIndex.h
--- squid-6.10/src/tests/testStoreHashIndex.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testStoreHashIndex.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testStoreSupport.cc squid-6.11/src/tests/testStoreSupport.cc
--- squid-6.10/src/tests/testStoreSupport.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testStoreSupport.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testStoreSupport.h squid-6.11/src/tests/testStoreSupport.h
--- squid-6.10/src/tests/testStoreSupport.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testStoreSupport.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testString.cc squid-6.11/src/tests/testString.cc
--- squid-6.10/src/tests/testString.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testString.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testString.h squid-6.11/src/tests/testString.h
--- squid-6.10/src/tests/testString.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testString.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/TestSwapDir.cc squid-6.11/src/tests/TestSwapDir.cc
--- squid-6.10/src/tests/TestSwapDir.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/TestSwapDir.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/TestSwapDir.h squid-6.11/src/tests/TestSwapDir.h
--- squid-6.10/src/tests/TestSwapDir.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/TestSwapDir.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testTokenizer.cc squid-6.11/src/tests/testTokenizer.cc
--- squid-6.10/src/tests/testTokenizer.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testTokenizer.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testTokenizer.h squid-6.11/src/tests/testTokenizer.h
--- squid-6.10/src/tests/testTokenizer.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testTokenizer.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testUfs.cc squid-6.11/src/tests/testUfs.cc
--- squid-6.10/src/tests/testUfs.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testUfs.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testUfs.h squid-6.11/src/tests/testUfs.h
--- squid-6.10/src/tests/testUfs.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testUfs.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testUriScheme.cc squid-6.11/src/tests/testUriScheme.cc
--- squid-6.10/src/tests/testUriScheme.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testUriScheme.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testUriScheme.h squid-6.11/src/tests/testUriScheme.h
--- squid-6.10/src/tests/testUriScheme.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testUriScheme.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testURL.cc squid-6.11/src/tests/testURL.cc
--- squid-6.10/src/tests/testURL.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testURL.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testURL.h squid-6.11/src/tests/testURL.h
--- squid-6.10/src/tests/testURL.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testURL.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testYesNoNone.cc squid-6.11/src/tests/testYesNoNone.cc
--- squid-6.10/src/tests/testYesNoNone.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testYesNoNone.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tests/testYesNoNone.h squid-6.11/src/tests/testYesNoNone.h
--- squid-6.10/src/tests/testYesNoNone.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tests/testYesNoNone.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/time/Engine.cc squid-6.11/src/time/Engine.cc
--- squid-6.10/src/time/Engine.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/time/Engine.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/time/Engine.h squid-6.11/src/time/Engine.h
--- squid-6.10/src/time/Engine.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/time/Engine.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/time/forward.h squid-6.11/src/time/forward.h
--- squid-6.10/src/time/forward.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/time/forward.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/time/gadgets.cc squid-6.11/src/time/gadgets.cc
--- squid-6.10/src/time/gadgets.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/time/gadgets.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/time/gadgets.h squid-6.11/src/time/gadgets.h
--- squid-6.10/src/time/gadgets.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/time/gadgets.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/time/iso3307.cc squid-6.11/src/time/iso3307.cc
--- squid-6.10/src/time/iso3307.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/time/iso3307.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/time/Makefile.am squid-6.11/src/time/Makefile.am
--- squid-6.10/src/time/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/time/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/time/rfc1123.cc squid-6.11/src/time/rfc1123.cc
--- squid-6.10/src/time/rfc1123.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/time/rfc1123.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/TimeOrTag.h squid-6.11/src/TimeOrTag.h
--- squid-6.10/src/TimeOrTag.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/TimeOrTag.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tools.cc squid-6.11/src/tools.cc
--- squid-6.10/src/tools.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tools.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tools.h squid-6.11/src/tools.h
--- squid-6.10/src/tools.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tools.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/Transients.cc squid-6.11/src/Transients.cc
--- squid-6.10/src/Transients.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/Transients.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/Transients.h squid-6.11/src/Transients.h
--- squid-6.10/src/Transients.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/Transients.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tunnel.cc squid-6.11/src/tunnel.cc
--- squid-6.10/src/tunnel.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tunnel.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/tunnel.h squid-6.11/src/tunnel.h
--- squid-6.10/src/tunnel.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/tunnel.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/typedefs.h squid-6.11/src/typedefs.h
--- squid-6.10/src/typedefs.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/typedefs.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/unlinkd.cc squid-6.11/src/unlinkd.cc
--- squid-6.10/src/unlinkd.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/unlinkd.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/unlinkd_daemon.cc squid-6.11/src/unlinkd_daemon.cc
--- squid-6.10/src/unlinkd_daemon.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/unlinkd_daemon.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/unlinkd.h squid-6.11/src/unlinkd.h
--- squid-6.10/src/unlinkd.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/unlinkd.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/urn.cc squid-6.11/src/urn.cc
--- squid-6.10/src/urn.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/urn.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/urn.h squid-6.11/src/urn.h
--- squid-6.10/src/urn.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/urn.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/wccp2.cc squid-6.11/src/wccp2.cc
--- squid-6.10/src/wccp2.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/wccp2.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/wccp2.h squid-6.11/src/wccp2.h
--- squid-6.10/src/wccp2.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/wccp2.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/wccp.cc squid-6.11/src/wccp.cc
--- squid-6.10/src/wccp.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/wccp.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/wccp.h squid-6.11/src/wccp.h
--- squid-6.10/src/wccp.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/wccp.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/whois.cc squid-6.11/src/whois.cc
--- squid-6.10/src/whois.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/whois.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/whois.h squid-6.11/src/whois.h
--- squid-6.10/src/whois.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/whois.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/win32.cc squid-6.11/src/win32.cc
--- squid-6.10/src/win32.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/win32.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/win32.h squid-6.11/src/win32.h
--- squid-6.10/src/win32.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/win32.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/windows_service.cc squid-6.11/src/windows_service.cc
--- squid-6.10/src/windows_service.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/windows_service.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/windows_service.h squid-6.11/src/windows_service.h
--- squid-6.10/src/windows_service.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/windows_service.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/wordlist.cc squid-6.11/src/wordlist.cc
--- squid-6.10/src/wordlist.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/wordlist.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/wordlist.h squid-6.11/src/wordlist.h
--- squid-6.10/src/wordlist.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/wordlist.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/XactionInitiator.cc squid-6.11/src/XactionInitiator.cc
--- squid-6.10/src/XactionInitiator.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/XactionInitiator.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/XactionInitiator.h squid-6.11/src/XactionInitiator.h
--- squid-6.10/src/XactionInitiator.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/XactionInitiator.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/src/XactionStep.h squid-6.11/src/XactionStep.h
--- squid-6.10/src/XactionStep.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/src/XactionStep.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/ESIExpressions.cc squid-6.11/test-suite/ESIExpressions.cc
--- squid-6.10/test-suite/ESIExpressions.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/test-suite/ESIExpressions.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/Makefile.am squid-6.11/test-suite/Makefile.am
--- squid-6.10/test-suite/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/test-suite/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/mem_hdr_test.cc squid-6.11/test-suite/mem_hdr_test.cc
--- squid-6.10/test-suite/mem_hdr_test.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/test-suite/mem_hdr_test.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/mem_node_test.cc squid-6.11/test-suite/mem_node_test.cc
--- squid-6.10/test-suite/mem_node_test.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/test-suite/mem_node_test.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/splay.cc squid-6.11/test-suite/splay.cc
--- squid-6.10/test-suite/splay.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/test-suite/splay.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/squidconf/bad-regex.conf squid-6.11/test-suite/squidconf/bad-regex.conf
--- squid-6.10/test-suite/squidconf/bad-regex.conf	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/test-suite/squidconf/bad-regex.conf	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/squidconf/bug4832.conf squid-6.11/test-suite/squidconf/bug4832.conf
--- squid-6.10/test-suite/squidconf/bug4832.conf	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/test-suite/squidconf/bug4832.conf	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/squidconf/empty.conf squid-6.11/test-suite/squidconf/empty.conf
--- squid-6.10/test-suite/squidconf/empty.conf	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/test-suite/squidconf/empty.conf	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/squidconf/external_acl_type.conf squid-6.11/test-suite/squidconf/external_acl_type.conf
--- squid-6.10/test-suite/squidconf/external_acl_type.conf	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/test-suite/squidconf/external_acl_type.conf	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/squidconf/mgr_passwd.conf squid-6.11/test-suite/squidconf/mgr_passwd.conf
--- squid-6.10/test-suite/squidconf/mgr_passwd.conf	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/test-suite/squidconf/mgr_passwd.conf	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/squidconf/note-key-change.conf squid-6.11/test-suite/squidconf/note-key-change.conf
--- squid-6.10/test-suite/squidconf/note-key-change.conf	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/test-suite/squidconf/note-key-change.conf	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/squidconf/regex.conf squid-6.11/test-suite/squidconf/regex.conf
--- squid-6.10/test-suite/squidconf/regex.conf	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/test-suite/squidconf/regex.conf	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/squidconf/regressions-3.3.conf squid-6.11/test-suite/squidconf/regressions-3.3.conf
--- squid-6.10/test-suite/squidconf/regressions-3.3.conf	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/test-suite/squidconf/regressions-3.3.conf	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/squidconf/regressions-3.4.0.1.conf squid-6.11/test-suite/squidconf/regressions-3.4.0.1.conf
--- squid-6.10/test-suite/squidconf/regressions-3.4.0.1.conf	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/test-suite/squidconf/regressions-3.4.0.1.conf	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/squidconf/regressions-3.5.0.2.conf squid-6.11/test-suite/squidconf/regressions-3.5.0.2.conf
--- squid-6.10/test-suite/squidconf/regressions-3.5.0.2.conf	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/test-suite/squidconf/regressions-3.5.0.2.conf	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/squidconf/regressions-4.0.18.conf squid-6.11/test-suite/squidconf/regressions-4.0.18.conf
--- squid-6.10/test-suite/squidconf/regressions-4.0.18.conf	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/test-suite/squidconf/regressions-4.0.18.conf	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/squidconf/req-header-key-change.conf squid-6.11/test-suite/squidconf/req-header-key-change.conf
--- squid-6.10/test-suite/squidconf/req-header-key-change.conf	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/test-suite/squidconf/req-header-key-change.conf	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/squidconf/time_units.conf squid-6.11/test-suite/squidconf/time_units.conf
--- squid-6.10/test-suite/squidconf/time_units.conf	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/test-suite/squidconf/time_units.conf	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/stub_cbdata.cc squid-6.11/test-suite/stub_cbdata.cc
--- squid-6.10/test-suite/stub_cbdata.cc	2024-06-08 14:52:02.000000000 +0000
+++ squid-6.11/test-suite/stub_cbdata.cc	2024-09-15 21:09:19.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/stub_fatal.cc squid-6.11/test-suite/stub_fatal.cc
--- squid-6.10/test-suite/stub_fatal.cc	2024-06-08 14:52:02.000000000 +0000
+++ squid-6.11/test-suite/stub_fatal.cc	2024-09-15 21:09:19.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/STUB.h squid-6.11/test-suite/STUB.h
--- squid-6.10/test-suite/STUB.h	2024-06-08 14:52:02.000000000 +0000
+++ squid-6.11/test-suite/STUB.h	2024-09-15 21:09:19.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/stub_libmem.cc squid-6.11/test-suite/stub_libmem.cc
--- squid-6.10/test-suite/stub_libmem.cc	2024-06-08 14:52:02.000000000 +0000
+++ squid-6.11/test-suite/stub_libmem.cc	2024-09-15 21:09:19.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/stub_MemBuf.cc squid-6.11/test-suite/stub_MemBuf.cc
--- squid-6.10/test-suite/stub_MemBuf.cc	2024-06-08 14:52:02.000000000 +0000
+++ squid-6.11/test-suite/stub_MemBuf.cc	2024-09-15 21:09:19.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/stub_SBuf.cc squid-6.11/test-suite/stub_SBuf.cc
--- squid-6.10/test-suite/stub_SBuf.cc	2024-06-08 14:52:02.000000000 +0000
+++ squid-6.11/test-suite/stub_SBuf.cc	2024-09-15 21:09:19.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/stub_tools.cc squid-6.11/test-suite/stub_tools.cc
--- squid-6.10/test-suite/stub_tools.cc	2024-06-08 14:52:02.000000000 +0000
+++ squid-6.11/test-suite/stub_tools.cc	2024-09-15 21:09:19.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/syntheticoperators.cc squid-6.11/test-suite/syntheticoperators.cc
--- squid-6.10/test-suite/syntheticoperators.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/test-suite/syntheticoperators.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/test-functionality.sh squid-6.11/test-suite/test-functionality.sh
--- squid-6.10/test-suite/test-functionality.sh	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/test-suite/test-functionality.sh	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/testheaders.sh squid-6.11/test-suite/testheaders.sh
--- squid-6.10/test-suite/testheaders.sh	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/test-suite/testheaders.sh	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/test-sources.sh squid-6.11/test-suite/test-sources.sh
--- squid-6.10/test-suite/test-sources.sh	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/test-suite/test-sources.sh	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/test-squid-conf.sh squid-6.11/test-suite/test-squid-conf.sh
--- squid-6.10/test-suite/test-squid-conf.sh	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/test-suite/test-squid-conf.sh	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/test_tools.cc squid-6.11/test-suite/test_tools.cc
--- squid-6.10/test-suite/test_tools.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/test-suite/test_tools.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/test-suite/VirtualDeleteOperator.cc squid-6.11/test-suite/VirtualDeleteOperator.cc
--- squid-6.10/test-suite/VirtualDeleteOperator.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/test-suite/VirtualDeleteOperator.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/apparmor/Makefile.am squid-6.11/tools/apparmor/Makefile.am
--- squid-6.10/tools/apparmor/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/apparmor/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/apparmor/usr.sbin.squid squid-6.11/tools/apparmor/usr.sbin.squid
--- squid-6.10/tools/apparmor/usr.sbin.squid	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/apparmor/usr.sbin.squid	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/cachemgr.cc squid-6.11/tools/cachemgr.cc
--- squid-6.10/tools/cachemgr.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/cachemgr.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/cachemgr.cgi.8 squid-6.11/tools/cachemgr.cgi.8
--- squid-6.10/tools/cachemgr.cgi.8	2024-06-08 14:52:03.000000000 +0000
+++ squid-6.11/tools/cachemgr.cgi.8	2024-09-15 21:09:19.000000000 +0000
@@ -54,7 +54,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/cachemgr.cgi.8.in squid-6.11/tools/cachemgr.cgi.8.in
--- squid-6.10/tools/cachemgr.cgi.8.in	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/cachemgr.cgi.8.in	2024-09-15 20:54:35.000000000 +0000
@@ -54,7 +54,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/cachemgr.conf squid-6.11/tools/cachemgr.conf
--- squid-6.10/tools/cachemgr.conf	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/cachemgr.conf	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/CharacterSet.cc squid-6.11/tools/CharacterSet.cc
--- squid-6.10/tools/CharacterSet.cc	2024-06-08 14:52:03.000000000 +0000
+++ squid-6.11/tools/CharacterSet.cc	2024-09-15 21:09:19.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/helper-mux/helper-mux.8 squid-6.11/tools/helper-mux/helper-mux.8
--- squid-6.10/tools/helper-mux/helper-mux.8	2024-06-08 14:52:03.000000000 +0000
+++ squid-6.11/tools/helper-mux/helper-mux.8	2024-09-15 21:09:19.000000000 +0000
@@ -55,7 +55,7 @@
 .\" ========================================================================
 .\"
 .IX Title "HELPER-MUX 8"
-.TH HELPER-MUX 8 2024-06-08 "perl v5.38.2" "User Contributed Perl Documentation"
+.TH HELPER-MUX 8 2024-09-15 "perl v5.38.2" "User Contributed Perl Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -96,7 +96,7 @@
 .SH COPYRIGHT
 .IX Header "COPYRIGHT"
 .Vb 5
-\& * Copyright (C) 1996\-2023 The Squid Software Foundation and contributors
+\& * Copyright (C) 1996\-2024 The Squid Software Foundation and contributors
 \& *
 \& * Squid software is distributed under GPLv2+ license and includes
 \& * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/helper-mux/helper-mux.pl.in squid-6.11/tools/helper-mux/helper-mux.pl.in
--- squid-6.10/tools/helper-mux/helper-mux.pl.in	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/helper-mux/helper-mux.pl.in	2024-09-15 20:54:35.000000000 +0000
@@ -54,7 +54,7 @@
 
 =head1 COPYRIGHT
 
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/helper-mux/Makefile.am squid-6.11/tools/helper-mux/Makefile.am
--- squid-6.10/tools/helper-mux/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/helper-mux/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/helper-ok-dying.pl squid-6.11/tools/helper-ok-dying.pl
--- squid-6.10/tools/helper-ok-dying.pl	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/helper-ok-dying.pl	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/helper-ok.pl squid-6.11/tools/helper-ok.pl
--- squid-6.10/tools/helper-ok.pl	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/helper-ok.pl	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/Here.cc squid-6.11/tools/Here.cc
--- squid-6.10/tools/Here.cc	2024-06-08 14:52:03.000000000 +0000
+++ squid-6.11/tools/Here.cc	2024-09-15 21:09:19.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/Makefile.am squid-6.11/tools/Makefile.am
--- squid-6.10/tools/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/MemBuf.cc squid-6.11/tools/MemBuf.cc
--- squid-6.10/tools/MemBuf.cc	2024-06-08 14:52:03.000000000 +0000
+++ squid-6.11/tools/MemBuf.cc	2024-09-15 21:09:19.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/purge/conffile.cc squid-6.11/tools/purge/conffile.cc
--- squid-6.10/tools/purge/conffile.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/purge/conffile.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/purge/conffile.hh squid-6.11/tools/purge/conffile.hh
--- squid-6.10/tools/purge/conffile.hh	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/purge/conffile.hh	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/purge/convert.cc squid-6.11/tools/purge/convert.cc
--- squid-6.10/tools/purge/convert.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/purge/convert.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/purge/convert.hh squid-6.11/tools/purge/convert.hh
--- squid-6.10/tools/purge/convert.hh	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/purge/convert.hh	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/purge/copyout.cc squid-6.11/tools/purge/copyout.cc
--- squid-6.10/tools/purge/copyout.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/purge/copyout.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/purge/copyout.hh squid-6.11/tools/purge/copyout.hh
--- squid-6.10/tools/purge/copyout.hh	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/purge/copyout.hh	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/purge/Makefile.am squid-6.11/tools/purge/Makefile.am
--- squid-6.10/tools/purge/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/purge/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/purge/purge.1 squid-6.11/tools/purge/purge.1
--- squid-6.10/tools/purge/purge.1	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/purge/purge.1	2024-09-15 20:54:35.000000000 +0000
@@ -260,7 +260,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/purge/purge.cc squid-6.11/tools/purge/purge.cc
--- squid-6.10/tools/purge/purge.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/purge/purge.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/purge/signal.cc squid-6.11/tools/purge/signal.cc
--- squid-6.10/tools/purge/signal.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/purge/signal.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/purge/signal.hh squid-6.11/tools/purge/signal.hh
--- squid-6.10/tools/purge/signal.hh	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/purge/signal.hh	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/purge/socket.cc squid-6.11/tools/purge/socket.cc
--- squid-6.10/tools/purge/socket.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/purge/socket.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/purge/socket.hh squid-6.11/tools/purge/socket.hh
--- squid-6.10/tools/purge/socket.hh	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/purge/socket.hh	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/purge/squid-tlv.cc squid-6.11/tools/purge/squid-tlv.cc
--- squid-6.10/tools/purge/squid-tlv.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/purge/squid-tlv.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/purge/squid-tlv.hh squid-6.11/tools/purge/squid-tlv.hh
--- squid-6.10/tools/purge/squid-tlv.hh	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/purge/squid-tlv.hh	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/squidclient/gssapi_support.cc squid-6.11/tools/squidclient/gssapi_support.cc
--- squid-6.10/tools/squidclient/gssapi_support.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/squidclient/gssapi_support.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/squidclient/gssapi_support.h squid-6.11/tools/squidclient/gssapi_support.h
--- squid-6.10/tools/squidclient/gssapi_support.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/squidclient/gssapi_support.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/squidclient/Makefile.am squid-6.11/tools/squidclient/Makefile.am
--- squid-6.10/tools/squidclient/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/squidclient/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/squidclient/Parameters.h squid-6.11/tools/squidclient/Parameters.h
--- squid-6.10/tools/squidclient/Parameters.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/squidclient/Parameters.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/squidclient/Ping.cc squid-6.11/tools/squidclient/Ping.cc
--- squid-6.10/tools/squidclient/Ping.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/squidclient/Ping.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/squidclient/Ping.h squid-6.11/tools/squidclient/Ping.h
--- squid-6.10/tools/squidclient/Ping.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/squidclient/Ping.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/squidclient/squidclient.1 squid-6.11/tools/squidclient/squidclient.1
--- squid-6.10/tools/squidclient/squidclient.1	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/squidclient/squidclient.1	2024-09-15 20:54:35.000000000 +0000
@@ -236,7 +236,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/squidclient/squidclient.cc squid-6.11/tools/squidclient/squidclient.cc
--- squid-6.10/tools/squidclient/squidclient.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/squidclient/squidclient.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/squidclient/test_tools.cc squid-6.11/tools/squidclient/test_tools.cc
--- squid-6.10/tools/squidclient/test_tools.cc	2024-06-08 14:52:03.000000000 +0000
+++ squid-6.11/tools/squidclient/test_tools.cc	2024-09-15 21:09:20.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/squidclient/Transport.cc squid-6.11/tools/squidclient/Transport.cc
--- squid-6.10/tools/squidclient/Transport.cc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/squidclient/Transport.cc	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/squidclient/Transport.h squid-6.11/tools/squidclient/Transport.h
--- squid-6.10/tools/squidclient/Transport.h	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/squidclient/Transport.h	2024-09-15 20:54:35.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/systemd/Makefile.am squid-6.11/tools/systemd/Makefile.am
--- squid-6.10/tools/systemd/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/systemd/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/systemd/squid.service squid-6.11/tools/systemd/squid.service
--- squid-6.10/tools/systemd/squid.service	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/systemd/squid.service	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/sysvinit/Makefile.am squid-6.11/tools/sysvinit/Makefile.am
--- squid-6.10/tools/sysvinit/Makefile.am	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/sysvinit/Makefile.am	2024-09-15 20:54:35.000000000 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/sysvinit/squid.rc squid-6.11/tools/sysvinit/squid.rc
--- squid-6.10/tools/sysvinit/squid.rc	2024-06-08 13:28:58.000000000 +0000
+++ squid-6.11/tools/sysvinit/squid.rc	2024-09-15 20:54:35.000000000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2024 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-6.10/tools/test_tools.cc squid-6.11/tools/test_tools.cc
--- squid-6.10/tools/test_tools.cc	2024-06-08 14:52:03.000000000 +0000
+++ squid-6.11/tools/test_tools.cc	2024-09-15 21:09:19.000000000 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2024 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
