diff --git a/varnish-6.5.1.tgz b/varnish-6.5.1.tgz deleted file mode 100644 index 1d04704..0000000 --- a/varnish-6.5.1.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11964c688f9852237c99c1e327d54dc487549ddb5f0f5aa7996e521333d7cdb5 -size 3460024 diff --git a/varnish-6.6.0.tgz b/varnish-6.6.0.tgz new file mode 100644 index 0000000..2fc7cc1 --- /dev/null +++ b/varnish-6.6.0.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5ff82f2041276dfaeb9a652a88b6d7287cfcf7ca345bb02c438fb65d2bca2e5 +size 3519048 diff --git a/varnish.changes b/varnish.changes index a1e7b6c..86b1244 100644 --- a/varnish.changes +++ b/varnish.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Sun Jul 4 20:13:29 UTC 2021 - Dirk Müller + +- update to 6.6.0: + * The ban_cutoff parameter now refers to the overall length of + the ban list, including completed bans, where before only + non-completed (“active”) bans were counted towards ban_cutoff. + * Body bytes accounting has been fixed to always represent the + number of body bytes moved on the wire, exclusive of + protocol-specific overhead like HTTP/1 chunked encoding or + HTTP/2 framing. + * The connection close reason has been fixed to properly report + SC_RESP_CLOSE where previously only SC_REQ_CLOSE was reported. + * Unless the new validate_headers feature is disabled, all newly + set headers are now validated to contain only characters + allowed by RFC7230. + * The filter_re, keep_re and get_re functions from the bundled + cookie vmod have been changed to take the VCL_REGEX type. This + implies that their regular expression arguments now need to be + literal, not e.g. string. + * The interface for private pointers in VMODs has been changed, + the VRT backend interface has been changed, many filter + (VDP/VFP) related signatures have been changed, and the + stevedore API has been changed. (Details thereto, see online + changelog.) + ------------------------------------------------------------------- Fri Oct 2 12:27:56 UTC 2020 - Jan Engelhardt diff --git a/varnish.spec b/varnish.spec index 1f08f82..326271b 100644 --- a/varnish.spec +++ b/varnish.spec @@ -26,7 +26,7 @@ %define pkg_logdir %_localstatedir/log/%name %define pkg_cachedir %_localstatedir/cache/%name Name: varnish -Version: 6.5.1 +Version: 6.6.0 Release: 0 Summary: Accelerator for HTTP services License: BSD-2-Clause