Here is an update to 2.2.14.

On Sun, Dec 23, 2018 at 10:54:04PM +0000, [email protected] wrote:
>       Hi,
> 
> I'm currently trying to use burp and am experiencing the following 2
> issues:
> 
> _ /var/spool/burp/ is created with root:root ownership and burp, when
>   used in server mode, is failing to write backups there.
>   I had to "chown _burp:_burp" it to make it works.
> 
> _ burp, in server mode, is starting, logging such a following line:
>         Dec 23 22:09:18 burp burp[48269]: server 0.0.0.0:4971 (max 5)
>   and exits just after.  Adding the '-F' option makes it continuing to
>   run but it is not the normal mode.
> 
> Am I the only one to experience these problem ?
> 
> Thank you,
> Best
> 
> -- 
> Olivier Cherrier
> Phone: +352691754777
> mailto:[email protected]
> 
Index: sysutils/burp/2.2//Makefile
===================================================================
RCS file: /cvs/ports/sysutils/burp/2.2/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- sysutils/burp/2.2//Makefile 1 Dec 2018 09:13:08 -0000       1.1.1.1
+++ sysutils/burp/2.2//Makefile 23 Dec 2018 23:44:59 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.1.1.1 2018/12/01 09:13:08 florian Exp $
 
-VERSION =      2.2.12
+VERSION =      2.2.14
 
 post-extract:
        sed -i 's,"/usr/sbin/%s","${TRUEPREFIX}/sbin/%s",' \
Index: sysutils/burp/2.2//distinfo
===================================================================
RCS file: /cvs/ports/sysutils/burp/2.2/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- sysutils/burp/2.2//distinfo 1 Dec 2018 09:13:08 -0000       1.1.1.1
+++ sysutils/burp/2.2//distinfo 23 Dec 2018 23:44:59 -0000
@@ -1,2 +1,2 @@
-SHA256 (burp-2.2.12.tar.bz2) = g5baoJOgrKOhfiXlumZL6Nu0S8z0+O07xy2jAsBjOG0=
-SIZE (burp-2.2.12.tar.bz2) = 810424
+SHA256 (burp-2.2.14.tar.bz2) = G9gENbjTHSPCciDj0cZbvNLAoIpAfl+MbTCafD1bvW0=
+SIZE (burp-2.2.14.tar.bz2) = 815236
Index: sysutils/burp/2.2//pkg/PLIST
===================================================================
RCS file: /cvs/ports/sysutils/burp/2.2/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- sysutils/burp/2.2//pkg/PLIST        1 Dec 2018 09:13:08 -0000       1.1.1.1
+++ sysutils/burp/2.2//pkg/PLIST        23 Dec 2018 23:44:59 -0000
@@ -72,8 +72,8 @@
 @owner _burp
 @group _burp
 @sample ${SYSCONFDIR}/clientconfdir/incexc/example
+@sample ${LOCALSTATEDIR}/spool/burp/
 @owner
 @group
 share/examples/burp/clientconfdir/testclient
-@sample ${LOCALSTATEDIR}/spool/burp/
 @sample ${SYSCONFDIR}/CA-client/

Reply via email to