Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Oct 2015 16:35:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 203987] net/syncthing-discosrv invalid arguments in rc-script
Message-ID:  <bug-203987-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203987

            Bug ID: 203987
           Summary: net/syncthing-discosrv invalid arguments in rc-script
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: swills@FreeBSD.org
          Reporter: wraul@dbox.se
             Flags: maintainer-feedback?(swills@FreeBSD.org)
          Assignee: swills@FreeBSD.org

Two things have happened to Syncthing and discosrv.

1. discosrv have changed to use an in memory database by default.
This have deprecated the --db-dir command line argument and it should be
removed from the rc-script.
It should also be possible to continue using a file backed database by
specifying a argument like -db-dsn="file://path/to/db"

2. The protocol with which Syncthing and discosrv communicates have changed to
use HTTPS.
This makes it necessary to specify a private key and a certificate using the
--key and --cert arguments when launching discosrv.

These two changes results in discosrv not starting using the current rc-script.

The change in protocol also makes the version of Syncthing available in the
ports tree incompatible with the version of discosrv.
Syncthing uses the new protocol from version 0.12 and forward.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203987-13>