Hello,
Update for Varnish to 6.1.0:
https://varnish-cache.org/docs/6.1/whats-new/upgrading-6.1.html#whatsnew-upgrading-6-1
https://varnish-cache.org/releases/rel6.1.0.html#rel6-1-0
OK? Comments?
Cheers.-
--
Sending from my toaster.
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/varnish/Makefile,v
retrieving revision 1.37
diff -u -p -r1.37 Makefile
--- Makefile 3 Apr 2018 09:40:27 -0000 1.37
+++ Makefile 4 Oct 2018 15:45:14 -0000
@@ -2,7 +2,7 @@
COMMENT = high-performance HTTP accelerator
-DISTNAME = varnish-6.0.0
+DISTNAME = varnish-6.1.0
CATEGORIES = www
@@ -30,7 +30,8 @@ MODPY_ADJ_FILES = lib/libvcc/{vsc,vmod}t
BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} \
${MODGNU_AUTOMAKE_DEPENDS} \
devel/libtool \
- textproc/py-docutils${MODPY_FLAVOR}
+ textproc/py-docutils${MODPY_FLAVOR} \
+ textproc/py-sphinx
LIB_DEPENDS = devel/pcre
# The internal backtrace implementation fails to build with -Werror on arm/hppa
LIB_DEPENDS += devel/libexecinfo
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/varnish/distinfo,v
retrieving revision 1.19
diff -u -p -r1.19 distinfo
--- distinfo 3 Apr 2018 09:40:27 -0000 1.19
+++ distinfo 4 Oct 2018 15:45:14 -0000
@@ -1,2 +1,2 @@
-SHA256 (varnish-6.0.0.tgz) = x7KDnJWyvx8zarwgtdixScOqct7/FC8jedHUMSBrC+4=
-SIZE (varnish-6.0.0.tgz) = 3033621
+SHA256 (varnish-6.1.0.tgz) = FhuSUZgBJAiGpVzCdITvyZXd4a1HA9mv1J+o8yZW4n0=
+SIZE (varnish-6.1.0.tgz) = 3137149
Index: patches/patch-lib_libvmod_unix_cred_compat_h
===================================================================
RCS file: /cvs/ports/www/varnish/patches/patch-lib_libvmod_unix_cred_compat_h,v
retrieving revision 1.1
diff -u -p -r1.1 patch-lib_libvmod_unix_cred_compat_h
--- patches/patch-lib_libvmod_unix_cred_compat_h 3 Apr 2018 09:40:27
-0000 1.1
+++ patches/patch-lib_libvmod_unix_cred_compat_h 4 Oct 2018 15:45:14
-0000
@@ -3,7 +3,7 @@ $OpenBSD: patch-lib_libvmod_unix_cred_co
Index: lib/libvmod_unix/cred_compat.h
--- lib/libvmod_unix/cred_compat.h.orig
+++ lib/libvmod_unix/cred_compat.h
-@@ -48,7 +48,7 @@ get_ids(int fd, uid_t *uid, gid_t *gid)
+@@ -70,7 +70,7 @@ get_ids(int fd, uid_t *uid, gid_t *gid)
#if defined(SO_PEERCRED)
Index: pkg/MESSAGE
===================================================================
RCS file: /cvs/ports/www/varnish/pkg/MESSAGE,v
retrieving revision 1.6
diff -u -p -r1.6 MESSAGE
--- pkg/MESSAGE 3 Apr 2018 09:40:27 -0000 1.6
+++ pkg/MESSAGE 4 Oct 2018 15:45:14 -0000
@@ -5,4 +5,4 @@ or the following link for more informati
and for further information:
- ${HOMEPAGE}docs/6.0/
+ ${HOMEPAGE}docs/6.1/
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/varnish/pkg/PLIST,v
retrieving revision 1.12
diff -u -p -r1.12 PLIST
--- pkg/PLIST 3 Apr 2018 09:40:27 -0000 1.12
+++ pkg/PLIST 4 Oct 2018 15:45:14 -0000
@@ -1,6 +1,7 @@
@comment $OpenBSD: PLIST,v 1.12 2018/04/03 09:40:27 gonzalo Exp $
@newgroup _varnish:625
@newuser _varnish:625:_varnish:daemon:Varnish Cache:/var/varnish:/bin/sh
+@rcscript ${RCDIR}/varnishd
@bin bin/varnishadm
@bin bin/varnishhist
@bin bin/varnishlog
@@ -33,6 +34,7 @@ include/varnish/tbl/h2_error.h
include/varnish/tbl/h2_frames.h
include/varnish/tbl/h2_settings.h
include/varnish/tbl/h2_stream.h
+include/varnish/tbl/htc.h
include/varnish/tbl/http_headers.h
include/varnish/tbl/http_response.h
include/varnish/tbl/locks.h
@@ -128,11 +130,6 @@ share/aclocal/varnish.m4
share/doc/varnish/
share/doc/varnish/builtin.vcl
share/doc/varnish/example.vcl
-share/varnish/
-share/varnish/vcl/
-share/varnish/vcl/devicedetect.vcl
-share/varnish/vmodtool.py
-share/varnish/vsctool.py
share/examples/varnish/
@sample ${SYSCONFDIR}/varnish/
share/examples/varnish/builtin.vcl
@@ -141,4 +138,8 @@ share/examples/varnish/example.vcl
@sample ${SYSCONFDIR}/varnish/example.vcl
@exec-add mkdir -p /var/varnish
@extraunexec rm -fr /var/varnish
-@rcscript ${RCDIR}/varnishd
+share/varnish/
+share/varnish/vcl/
+share/varnish/vcl/devicedetect.vcl
+share/varnish/vmodtool.py
+share/varnish/vsctool.py