On Mon, 22 Aug 2016 at 22:05:02 -0300, Gonzalo L. Rodriguez wrote: ; Hi, ; ; Update for Varnish to 4.1.3: ; ; https://github.com/varnishcache/varnish-cache/blob/4.1/doc/changes.rst ; ; Comments? Ok? ; ; Cheers.- ; ; -- ; Sending from my toaster.
Now with diff. -- Sending from my toaster.
Index: Makefile =================================================================== RCS file: /cvs/ports/www/varnish/Makefile,v retrieving revision 1.23 diff -u -p -r1.23 Makefile --- Makefile 16 Mar 2016 21:19:39 -0000 1.23 +++ Makefile 23 Aug 2016 01:16:55 -0000 @@ -3,7 +3,7 @@ BROKEN-hppa = execinfo.c:144: warning: unsupported argument to '__builtin_return_address' + Werror COMMENT = high-performance HTTP accelerator -DISTNAME = varnish-4.1.2 +DISTNAME = varnish-4.1.3 CATEGORIES = www SHARED_LIBS = varnishapi 1.0 Index: distinfo =================================================================== RCS file: /cvs/ports/www/varnish/distinfo,v retrieving revision 1.10 diff -u -p -r1.10 distinfo --- distinfo 15 Mar 2016 15:07:36 -0000 1.10 +++ distinfo 23 Aug 2016 01:16:55 -0000 @@ -1,2 +1,2 @@ -SHA256 (varnish-4.1.2.tar.gz) = lyjalE0o61vpDnq2eZwsTIMe9N9eUVRTfrfy5dXjSMQ= -SIZE (varnish-4.1.2.tar.gz) = 2030846 +SHA256 (varnish-4.1.3.tar.gz) = n5Rpuf2ipXjaKp0oLHHDTutcQu2n+NhygoTZIoIQhCk= +SIZE (varnish-4.1.3.tar.gz) = 2134205 Index: pkg/varnishd.rc =================================================================== RCS file: /cvs/ports/www/varnish/pkg/varnishd.rc,v retrieving revision 1.2 diff -u -p -r1.2 varnishd.rc --- pkg/varnishd.rc 16 Jul 2015 00:43:36 -0000 1.2 +++ pkg/varnishd.rc 23 Aug 2016 01:16:55 -0000 @@ -3,7 +3,7 @@ # $OpenBSD: varnishd.rc,v 1.2 2015/07/16 00:43:36 ajacoutot Exp $ daemon="${PREFIX}/sbin/varnishd" -daemon_flags="-f ${SYSCONFDIR}/varnish/default.vcl -u _varnish" +daemon_flags="-j unix,user=_varnish,ccgroup=_varnish -f ${SYSCONFDIR}/varnish/default.vcl" . /etc/rc.d/rc.subr