git: 46f9b9d69319 - main - www/varnish7: Update to 7.7.1, Fix vulnerability
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 07 Jun 2025 00:44:55 UTC
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/ports/commit/?id=46f9b9d69319875651e906ef854fd5bbdfd96b2d commit 46f9b9d69319875651e906ef854fd5bbdfd96b2d Author: Chris Petrik <cpetrik@proton.me> AuthorDate: 2025-05-06 22:56:44 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2025-06-07 00:32:19 +0000 www/varnish7: Update to 7.7.1, Fix vulnerability Release notes: https://varnish-cache.org/releases/rel7.7.0.html https://varnish-cache.org/releases/rel7.7.1.html PR: 286338 PR: 287077 Security: 89c668d5-2f80-11f0-9632-641c67a117d8 Co-authored-by: Danilo G. Baio <dbaio@FreeBSD.org> --- www/varnish7/Makefile | 2 +- www/varnish7/distinfo | 6 +++--- www/varnish7/files/pkg-message.in | 13 +++++++++++++ 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/www/varnish7/Makefile b/www/varnish7/Makefile index 3dc6465d92ab..27bd11c3c7f1 100644 --- a/www/varnish7/Makefile +++ b/www/varnish7/Makefile @@ -1,5 +1,5 @@ PORTNAME= varnish -DISTVERSION= 7.6.2 +DISTVERSION= 7.7.1 CATEGORIES= www MASTER_SITES= https://varnish-cache.org/downloads/ PKGNAMESUFFIX= 7 diff --git a/www/varnish7/distinfo b/www/varnish7/distinfo index 7540271f8b45..bdf8e757fcca 100644 --- a/www/varnish7/distinfo +++ b/www/varnish7/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742598389 -SHA256 (varnish-7.6.2.tgz) = 385c610ecc63dcfeb53d76f47cc465e89ebe27da2c09226f9861c4fa8e9d2c9a -SIZE (varnish-7.6.2.tgz) = 4259932 +TIMESTAMP = 1747087678 +SHA256 (varnish-7.7.1.tgz) = 4c06c5c99680a429b72934f9fd513963f7e1ba8553b33ca7ec12c85a5c2b751a +SIZE (varnish-7.7.1.tgz) = 4350220 diff --git a/www/varnish7/files/pkg-message.in b/www/varnish7/files/pkg-message.in index d0be5586c82d..f4102f499495 100644 --- a/www/varnish7/files/pkg-message.in +++ b/www/varnish7/files/pkg-message.in @@ -60,4 +60,17 @@ EOM type: upgrade maximum_version: "7.6.1" } +{ + message: <<EOM +For information about updating your current Varnish deployment to the new +version, see Upgrading to Varnish 7.7: + https://varnish-cache.org/docs/7.7/whats-new/upgrading-7.7.html + +For the complete release information, see the Varnish Cache 7.7.X release pages: + https://varnish-cache.org/releases/rel7.7.0.html + https://varnish-cache.org/releases/rel7.7.1.html +EOM + type: upgrade + maximum_version: "7.7.1" +} ]