From 55077aa5c7190131e2f1d5dcd788f54babcaf61b87a9d604878c9e78d9af2710 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 21 Sep 2023 05:39:19 +0000 Subject: [PATCH] - Update to release 7.4.1 OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=123 --- varnish-7.2.1.tgz | 3 --- varnish-7.4.1.tgz | 3 +++ varnish.changes | 12 ++++++++++++ varnish.spec | 9 ++++----- 4 files changed, 19 insertions(+), 8 deletions(-) delete mode 100644 varnish-7.2.1.tgz create mode 100644 varnish-7.4.1.tgz diff --git a/varnish-7.2.1.tgz b/varnish-7.2.1.tgz deleted file mode 100644 index 69d560d..0000000 --- a/varnish-7.2.1.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d937d1720a8ec19c533f972d9303a1c9889b7bfca7437893ae5c27cf204a940 -size 4019119 diff --git a/varnish-7.4.1.tgz b/varnish-7.4.1.tgz new file mode 100644 index 0000000..3220fe0 --- /dev/null +++ b/varnish-7.4.1.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:874d837aaf49b8f2718cb60b8c8c7900e9ea10c264f218c88cd672d596f4b89f +size 3970921 diff --git a/varnish.changes b/varnish.changes index ceba694..fc068db 100644 --- a/varnish.changes +++ b/varnish.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Sep 21 02:13:28 UTC 2023 - Jan Engelhardt + +- Update to release 7.4.1 + * Response status codes other than 200 and 204 are now considered + errors for ESI fragments. + * Support for abstract AF_LOCAL sockets. + * HTTP/2 header field validation is now more strict with respect + to allowed characters. + * VCL tracing now needs to be explicitly activated by setting the + req.trace or bereq.trace VCL variables. + ------------------------------------------------------------------- Wed Nov 9 17:16:51 UTC 2022 - Jan Engelhardt diff --git a/varnish.spec b/varnish.spec index 1b1a270..ca70dc9 100644 --- a/varnish.spec +++ b/varnish.spec @@ -1,7 +1,7 @@ # # spec file for package varnish # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ %define _fillupdir %_localstatedir/adm/fillup-templates %endif Name: varnish -Version: 7.2.1 +Version: 7.4.1 Release: 0 Summary: Accelerator for HTTP services License: BSD-2-Clause @@ -41,15 +41,14 @@ Source9: varnish_reload_vcl Patch2: uninit.patch BuildRequires: libxslt-devel BuildRequires: ncurses-devel -BuildRequires: pkgconfig(libpcre2-8) BuildRequires: python3-Sphinx BuildRequires: python3-docutils BuildRequires: readline-devel BuildRequires: systemd-rpm-macros BuildRequires: xz +BuildRequires: pkgconfig(libpcre2-8) Requires: c_compiler -Requires(pre): %_sbindir/groupadd -Requires(pre): %_sbindir/useradd +Requires(pre): shadow Recommends: logrotate %description