mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
www/varnish7: Update to 7.4.2, Fix vulnerability
Release notes: https://varnish-cache.org/releases/rel7.4.2.html#rel7-4-2 Security: f25a34b1-910d-11ee-a1a2-641c67a117d8
This commit is contained in:
parent
4e03e6d862
commit
8a63ecc2d7
@ -1,5 +1,5 @@
|
||||
PORTNAME= varnish
|
||||
DISTVERSION= 7.4.1
|
||||
DISTVERSION= 7.4.2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://varnish-cache.org/downloads/
|
||||
PKGNAMESUFFIX= 7
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1696208682
|
||||
SHA256 (varnish-7.4.1.tgz) = 874d837aaf49b8f2718cb60b8c8c7900e9ea10c264f218c88cd672d596f4b89f
|
||||
SIZE (varnish-7.4.1.tgz) = 3970921
|
||||
TIMESTAMP = 1701519754
|
||||
SHA256 (varnish-7.4.2.tgz) = 6d3d03c67514e6bb4e8584e40a381f51e708607d39337a63dc4ae42061d9a46f
|
||||
SIZE (varnish-7.4.2.tgz) = 3977831
|
||||
|
@ -99,6 +99,7 @@ lib/varnish/vmods/libvmod_blob.so
|
||||
lib/varnish/vmods/libvmod_cookie.so
|
||||
lib/varnish/vmods/libvmod_debug.so
|
||||
lib/varnish/vmods/libvmod_directors.so
|
||||
lib/varnish/vmods/libvmod_h2.so
|
||||
lib/varnish/vmods/libvmod_proxy.so
|
||||
lib/varnish/vmods/libvmod_purge.so
|
||||
lib/varnish/vmods/libvmod_std.so
|
||||
@ -116,6 +117,7 @@ man/man1/varnishtop.1.gz
|
||||
man/man3/vmod_blob.3.gz
|
||||
man/man3/vmod_cookie.3.gz
|
||||
man/man3/vmod_directors.3.gz
|
||||
man/man3/vmod_h2.3.gz
|
||||
man/man3/vmod_proxy.3.gz
|
||||
man/man3/vmod_purge.3.gz
|
||||
man/man3/vmod_std.3.gz
|
||||
@ -139,6 +141,7 @@ share/aclocal/varnish.m4
|
||||
%%DATADIR%%/vcc/vmod_blob.vcc
|
||||
%%DATADIR%%/vcc/vmod_cookie.vcc
|
||||
%%DATADIR%%/vcc/vmod_directors.vcc
|
||||
%%DATADIR%%/vcc/vmod_h2.vcc
|
||||
%%DATADIR%%/vcc/vmod_proxy.vcc
|
||||
%%DATADIR%%/vcc/vmod_purge.vcc
|
||||
%%DATADIR%%/vcc/vmod_std.vcc
|
||||
|
Loading…
Reference in New Issue
Block a user