On 2018/12/17 09:09, Renaud Allard wrote:
>
>
> On 12/16/18 6:08 PM, Landry Breuil wrote:
> > On Sun, Dec 16, 2018 at 04:15:25PM +0100, Renaud Allard wrote:
> > > Yes, I will make a README telling how to make the UI listen on 127.0.0.1
> > > only and how to proxyfy it. Restricting the listening ports really has to
> > > be
> > > made with a firewall at the moment, but that could change in a future
> > > revision.
> >
> > A friend of me working on traccar pointed me to
> > https://github.com/traccar/traccar/issues/4066 - i think we should patch
> > out the default.xml file so that it doesnt phone home by default.
> >
>
> Here is the diff
> Index: geo/traccar//patches/patch-conf_default_xml
> ===================================================================
> RCS file: /cvs/ports/geo/traccar/patches/patch-conf_default_xml,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 patch-conf_default_xml
> --- geo/traccar//patches/patch-conf_default_xml 16 Dec 2018 15:09:58
> -0000 1.1.1.1
> +++ geo/traccar//patches/patch-conf_default_xml 17 Dec 2018 08:06:40
> -0000
> @@ -1,8 +1,5 @@
> -$OpenBSD: patch-conf_default_xml,v 1.1.1.1 2018/12/16 15:09:58 landry Exp $
> -
> -Index: conf/default.xml
Ports patches should be generated with "make update-patches".
> +++ geo/traccar//pkg/README 17 Dec 2018 08:06:40 -0000
Please use /usr/ports/infrastructure/templates/README.template as a
template, specifically:
> @@ -0,0 +1,68 @@
> +
> ++-----------------------------------------------------------------------
> +| Running traccar on OpenBSD
> ++-----------------------------------------------------------------------
use ${PKGSTEM}, like every other pkg/README in the ports tree
> +Web Interface:
> +==============
these don't have a trailing :