pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/varnish



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Apr 12 22:13:36 UTC 2022

Modified Files:
        pkgsrc/www/varnish: Makefile PLIST distinfo

Log Message:
varnish: update to 7.1.0

Noteworthy changes:
- New VCL timestamp variables have been added
- Some deprecated parameters and command-line options removed
- Regex literals can now be concatenated strings
- New STRING strftime(TIME time, STRING format) function for UTC formatting


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/varnish/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/varnish/PLIST
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/varnish/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/varnish/Makefile
diff -u pkgsrc/www/varnish/Makefile:1.34 pkgsrc/www/varnish/Makefile:1.35
--- pkgsrc/www/varnish/Makefile:1.34    Fri Mar 11 20:35:40 2022
+++ pkgsrc/www/varnish/Makefile Tue Apr 12 22:13:36 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2022/03/11 20:35:40 tnn Exp $
+# $NetBSD: Makefile,v 1.35 2022/04/12 22:13:36 tnn Exp $
 
-DISTNAME=      varnish-7.0.2
+DISTNAME=      varnish-7.1.0
 CATEGORIES=    www
 MASTER_SITES=  https://varnish-cache.org/_downloads/
 EXTRACT_SUFX=  .tgz
@@ -45,7 +45,7 @@ FILES_SUBST+=         VRNUSER=${VRNUSER}
 FILES_SUBST+=          VRNGROUP=${VRNGROUP}
 
 REPLACE_PYTHON+=       lib/libvcc/vmodtool.py
-REPLACE_PYTHON+=       lib/libvcc/vsctool.py
+REPLACE_PYTHON+=       lib/libvsc/vsctool.py
 
 CONFIGURE_ARGS+=       --localstatedir=${STATEDIR}
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASE}

Index: pkgsrc/www/varnish/PLIST
diff -u pkgsrc/www/varnish/PLIST:1.11 pkgsrc/www/varnish/PLIST:1.12
--- pkgsrc/www/varnish/PLIST:1.11       Sun Jan  9 02:55:08 2022
+++ pkgsrc/www/varnish/PLIST    Tue Apr 12 22:13:36 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2022/01/09 02:55:08 tnn Exp $
+@comment $NetBSD: PLIST,v 1.12 2022/04/12 22:13:36 tnn Exp $
 bin/varnishadm
 bin/varnishhist
 bin/varnishlog
@@ -25,6 +25,7 @@ include/varnish/tbl/boc_state.h
 include/varnish/tbl/body_status.h
 include/varnish/tbl/cli_cmds.h
 include/varnish/tbl/debug_bits.h
+include/varnish/tbl/experimental_bits.h
 include/varnish/tbl/feature_bits.h
 include/varnish/tbl/h2_error.h
 include/varnish/tbl/h2_frames.h

Index: pkgsrc/www/varnish/distinfo
diff -u pkgsrc/www/varnish/distinfo:1.20 pkgsrc/www/varnish/distinfo:1.21
--- pkgsrc/www/varnish/distinfo:1.20    Fri Mar 11 20:35:40 2022
+++ pkgsrc/www/varnish/distinfo Tue Apr 12 22:13:36 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.20 2022/03/11 20:35:40 tnn Exp $
+$NetBSD: distinfo,v 1.21 2022/04/12 22:13:36 tnn Exp $
 
-BLAKE2s (varnish-7.0.2.tgz) = b4e0dd219812cacd3913b12fb7ca058a0aba131a44336fd5947bdf5e2ab1e71a
-SHA512 (varnish-7.0.2.tgz) = 5eb08345c95152639266b7ad241185188477f8fd04e88e4dfda1579719a1a413790a0616f25d70994f6d3b8f7640ea80926ece7c547555dad856fd9f6960c9a3
-Size (varnish-7.0.2.tgz) = 3703686 bytes
+BLAKE2s (varnish-7.1.0.tgz) = aa4656da7e2b3d63c551ec7ccee402f813ed13bb2cf43e65a031505acd52a847
+SHA512 (varnish-7.1.0.tgz) = ad9ce0cdc759976fcb7044914d28863edd197167f583fab2d1bc57f4e5b86c224b7c948faf1f7364a2a16bde9c415375d011462bdc43026c5f7a60e65bd21f73
+Size (varnish-7.1.0.tgz) = 3787588 bytes
 SHA1 (patch-bin_varnishd_cache_cache__panic.c) = cf2b9c1f2c3ba15c7e20baca3c9af607a3e1fa82
 SHA1 (patch-etc_Makefile.in) = f4407cad5f9f6c6402ab3b7fce0e1577d70b36be
 SHA1 (patch-include_tbl_params.h) = 7a52ef6a98ec29409c7284876adffdb5c53facff



Home | Main Index | Thread Index | Old Index