Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id D2E3F1A9239 for ; Sun, 9 Jan 2022 02:55:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7EB3D84D91; Sun, 9 Jan 2022 02:55:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AF91584D80 for ; Sun, 9 Jan 2022 02:55:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id xAlz_UaRkuue for ; Sun, 9 Jan 2022 02:55:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 123BD84D72 for ; Sun, 9 Jan 2022 02:55:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0B22FFAEC; Sun, 9 Jan 2022 02:55:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641696909237650" MIME-Version: 1.0 Date: Sun, 9 Jan 2022 02:55:09 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/www/varnish To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20220109025509.0B22FFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641696909237650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Sun Jan 9 02:55:08 UTC 2022 Modified Files: pkgsrc/www/varnish: Makefile PLIST buildlink3.mk distinfo Log Message: varnish: update to 7.0.1 New in varnish 7: - switch from PCRE to PCRE2 - RFC8941 Structured Fields - increased default values for memory settings - bit flags in ACLs To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/varnish/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/varnish/PLIST cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/varnish/buildlink3.mk cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/varnish/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1641696909237650 Content-Disposition: inline Content-Length: 3468 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/varnish/Makefile diff -u pkgsrc/www/varnish/Makefile:1.32 pkgsrc/www/varnish/Makefile:1.33 --- pkgsrc/www/varnish/Makefile:1.32 Mon Jul 19 12:47:31 2021 +++ pkgsrc/www/varnish/Makefile Sun Jan 9 02:55:08 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2021/07/19 12:47:31 tnn Exp $ +# $NetBSD: Makefile,v 1.33 2022/01/09 02:55:08 tnn Exp $ -DISTNAME= varnish-6.6.1 +DISTNAME= varnish-7.0.1 CATEGORIES= www MASTER_SITES= https://varnish-cache.org/_downloads/ EXTRACT_SUFX= .tgz @@ -76,7 +76,7 @@ RCD_SCRIPTS= varnishd varnishlog varnis TEST_TARGET= check -.include "../../devel/pcre/buildlink3.mk" +.include "../../devel/pcre2/buildlink3.mk" .include "../../devel/libexecinfo/buildlink3.mk" .include "../../lang/python/application.mk" .include "../../lang/python/versioned_dependencies.mk" Index: pkgsrc/www/varnish/PLIST diff -u pkgsrc/www/varnish/PLIST:1.10 pkgsrc/www/varnish/PLIST:1.11 --- pkgsrc/www/varnish/PLIST:1.10 Fri Jun 25 12:21:08 2021 +++ pkgsrc/www/varnish/PLIST Sun Jan 9 02:55:08 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2021/06/25 12:21:08 tnn Exp $ +@comment $NetBSD: PLIST,v 1.11 2022/01/09 02:55:08 tnn Exp $ bin/varnishadm bin/varnishhist bin/varnishlog @@ -74,6 +74,7 @@ include/varnish/vdef.h include/varnish/vmod_abi.h include/varnish/vqueue.h include/varnish/vre.h +include/varnish/vre_pcre2.h include/varnish/vrnd.h include/varnish/vrt.h include/varnish/vrt_obj.h Index: pkgsrc/www/varnish/buildlink3.mk diff -u pkgsrc/www/varnish/buildlink3.mk:1.2 pkgsrc/www/varnish/buildlink3.mk:1.3 --- pkgsrc/www/varnish/buildlink3.mk:1.2 Fri Jun 25 12:21:08 2021 +++ pkgsrc/www/varnish/buildlink3.mk Sun Jan 9 02:55:08 2022 @@ -1,15 +1,15 @@ -# $NetBSD: buildlink3.mk,v 1.2 2021/06/25 12:21:08 tnn Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2022/01/09 02:55:08 tnn Exp $ BUILDLINK_TREE+= varnish .if !defined(VARNISH_BUILDLINK3_MK) VARNISH_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.varnish+= varnish>=6.6.0 +BUILDLINK_API_DEPENDS.varnish+= varnish>=7.0.1 BUILDLINK_PKGSRCDIR.varnish?= ../../www/varnish .include "../../devel/libexecinfo/buildlink3.mk" -.include "../../devel/pcre/buildlink3.mk" +.include "../../devel/pcre2/buildlink3.mk" .endif # VARNISH_BUILDLINK3_MK Index: pkgsrc/www/varnish/distinfo diff -u pkgsrc/www/varnish/distinfo:1.18 pkgsrc/www/varnish/distinfo:1.19 --- pkgsrc/www/varnish/distinfo:1.18 Tue Oct 26 11:31:12 2021 +++ pkgsrc/www/varnish/distinfo Sun Jan 9 02:55:08 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.18 2021/10/26 11:31:12 nia Exp $ +$NetBSD: distinfo,v 1.19 2022/01/09 02:55:08 tnn Exp $ -BLAKE2s (varnish-6.6.1.tgz) = 3e1e87379c7509ac43143d2699b63339b43066c9c7f125ad917abe2cd078b983 -SHA512 (varnish-6.6.1.tgz) = af3ee1743af2ede2d3efbb73e5aa9b42c7bbd5f86163ec338c8afd1989c3e51ff3e1b40bed6b72224b5d339a74f22d6e5f3c3faf2fedee8ab4715307ed5d871b -Size (varnish-6.6.1.tgz) = 3518308 bytes +BLAKE2s (varnish-7.0.1.tgz) = f09454c68b5c33c98b3718ec183ef18f55072a2255f74dd0709a48812425198b +SHA512 (varnish-7.0.1.tgz) = 7541d50b03a113f0a13660d459cc4c2eb45d57fb19380ab56a5413a4e5d702f9c0856585f09aeea6084a239ad8c69017af3805a864540b4697e0eac29f00b408 +Size (varnish-7.0.1.tgz) = 3712763 bytes SHA1 (patch-bin_varnishd_cache_cache__panic.c) = cf2b9c1f2c3ba15c7e20baca3c9af607a3e1fa82 SHA1 (patch-etc_Makefile.in) = f4407cad5f9f6c6402ab3b7fce0e1577d70b36be SHA1 (patch-include_tbl_params.h) = 7a52ef6a98ec29409c7284876adffdb5c53facff --_----------=_1641696909237650--