forked from pool/varnish
Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
879eae3409 | |||
1a010af8ac | |||
4f2ee58190 | |||
aee9008c9d | |||
9e9f153361 |
BIN
varnish-7.6.0.tgz
(Stored with Git LFS)
Normal file
BIN
varnish-7.6.0.tgz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
varnish-7.7.1.tgz
(Stored with Git LFS)
BIN
varnish-7.7.1.tgz
(Stored with Git LFS)
Binary file not shown.
@@ -1,22 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Thu May 15 05:19:43 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
|
||||||
|
|
||||||
- Update to release 7.7.1
|
|
||||||
* VSV-16: Resolve request smuggling attack
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sun Apr 13 19:01:43 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
|
||||||
|
|
||||||
- Update to release 7.7.0
|
|
||||||
* The `linux` jail gained control of transparent huge pages
|
|
||||||
settings.
|
|
||||||
* An issue has been fixed which could cause a crash when varnishd
|
|
||||||
receives an invalid Content-Range header from a backend.
|
|
||||||
* Timestamping for HTTP/2 requests (when idle period begins) has
|
|
||||||
been switched to be more in line with HTTP/1.
|
|
||||||
* VSV-15: The client connection is now always closed when a
|
|
||||||
malformed request is received. [CVE-2025-30346, boo#1239892]
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 5 15:23:58 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
Sat Oct 5 15:23:58 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package varnish
|
# spec file for package varnish
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
%define _fillupdir %_localstatedir/adm/fillup-templates
|
%define _fillupdir %_localstatedir/adm/fillup-templates
|
||||||
%endif
|
%endif
|
||||||
Name: varnish
|
Name: varnish
|
||||||
Version: 7.7.1
|
Version: 7.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Accelerator for HTTP services
|
Summary: Accelerator for HTTP services
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@@ -160,7 +160,8 @@ fi
|
|||||||
%postun
|
%postun
|
||||||
%service_del_postun varnish.service varnishlog.service
|
%service_del_postun varnish.service varnishlog.service
|
||||||
|
|
||||||
%ldconfig_scriptlets -n %library_name
|
%post -n %library_name -p /sbin/ldconfig
|
||||||
|
%postun -n %library_name -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%_unitdir/*.service
|
%_unitdir/*.service
|
||||||
|
Reference in New Issue
Block a user