[Bug 203987] net/syncthing-discosrv invalid arguments in rc-script

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Oct 23 16:35:55 UTC 2015


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 at FreeBSD.org
          Reporter: wraul at dbox.se
             Flags: maintainer-feedback?(swills at FreeBSD.org)
          Assignee: swills at 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.


More information about the freebsd-ports-bugs mailing list