summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-p2p/syncthing: bump to 1.6.1Marek Szuba2020-06-182-0/+709
| | | | | Closes: https://bugs.gentoo.org/728216 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: bump to 1.5.0Marek Szuba2020-05-142-0/+393
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: arm64 keyworded (bug #716838)Sam James (sam_c)2020-04-281-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* net-p2p/syncthing: ppc64 stable wrt bug #715982Agostino Sarubbo2020-04-231-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-p2p/syncthing: work around ppc64 test failureMarek Szuba2020-04-173-0/+26
| | | | | | | | | | | | | | For some reason one of the Syncthing tests - TestIssue5063 - times out on our ppc64 buildhost, with 100% reproducibility. Upstream were not aware of the problem because apparently they have never run the test suite on such a system, that said their suggestion to adjust the time-out threshold appears to do the trick. Make it 20 s i.e. twice what it originally is, hopefully this will prevent the problem from resurfacing any time soon. Closes: https://bugs.gentoo.org/717108 See-also: https://github.com/syncthing/syncthing/issues/6539 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: remove oldMarek Szuba2020-04-173-587/+0
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: x86 stable wrt bug #715982Agostino Sarubbo2020-04-141-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-p2p/syncthing: arm stable wrt bug #715982Agostino Sarubbo2020-04-111-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-p2p/syncthing: amd64 stable wrt bug #715982Agostino Sarubbo2020-04-101-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-p2p/syncthing: bump to 1.4.2Marek Szuba2020-04-092-0/+377
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: bump to 1.4.0Marek Szuba2020-03-202-0/+385
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: remove oldMarek Szuba2020-03-094-527/+0
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: migrate 1.3.4 to EGO_SUMMarek Szuba2020-03-092-0/+622
| | | | | | | | | | | | | Done ahead of the mass migration planned by williamh in order to work around the "mod flag may be set only once" error in go-module.eclass. Revbump because some of the dependencies might have changed - in the past if a vendored module offered a recent-enough release I would use it, now the ebuild uses verbatim whatever tags have been specified in the syncthing go.sum file. Bug: https://bugs.gentoo.org/711640 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: bump to 1.3.4Marek Szuba2020-02-102-0/+163
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: keyword 1.3.2 on ~ppc64Georgy Yakovlev2019-12-211-1/+1
| | | | | Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* net-p2p/syncthing: bump to 1.3.2Marek Szuba2019-12-192-0/+164
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: remove oldMarek Szuba2019-12-193-335/+0
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing-1.3.1: temporarily restrict tests if USE=tools is setMarek Szuba2019-11-071-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For some reason the switch to go-module.eclass has resulted in the following test failure appearing repeatedly when USE=tools is set: --- FAIL: TestAPIServiceRequests (5.45s) api_test.go:394: Testing /rest/db/completion?device=<snip> api_test.go:394: Testing /rest/db/file?folder=default&file=something ... api_test.go:394: Testing /rest/db/ignores?folder=default ... api_test.go:394: Testing /rest/db/need?folder=default ... api_test.go:394: Testing /rest/db/status?folder=default ... api_test.go:394: Testing /rest/db/browse?folder=default ... api_test.go:394: Testing /rest/stats/device ... api_test.go:394: Testing /rest/stats/folder ... api_test.go:394: Testing /rest/svc/deviceid?id=<snip> api_test.go:394: Testing /rest/svc/lang ... api_test.go:394: Testing /rest/svc/report ... api_test.go:419: Unexpected error requesting /rest/svc/report: Get http://127.0.0.1:36607/rest/svc/report: net/http: request canceled (Client.Timeout exceeded while awaiting headers) api_test.go:394: Testing /rest/system/browse?current=~ ... api_test.go:394: Testing /rest/system/config ... api_test.go:394: Testing /rest/system/config/insync ... api_test.go:394: Testing /rest/system/connections ... api_test.go:394: Testing /rest/system/discovery ... api_test.go:394: Testing /rest/system/error?since=0 ... api_test.go:394: Testing /rest/system/ping ... api_test.go:394: Testing /rest/system/status ... api_test.go:394: Testing /rest/system/version ... api_test.go:394: Testing /rest/system/debug ... api_test.go:394: Testing /rest/system/log?since=0 ... api_test.go:394: Testing /rest/system/log.txt?since=0 ... FAIL FAIL github.com/syncthing/syncthing/lib/api 66.295s This may or may not be a consequence of the fact Syncthing upstream doesn't fully support go-1.13 yet, as shown by the fact their CI configuration uses the very-much-not-recommended workaround of deleting go.sum. Anyway, since the tests pass with USE=-tools and there have been requests for Syncthing ebuilds with go-1.13 support, disable testing when USE=tools is set until the problem has been resolved. Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing-1.3.1: switch to go-module.eclassMarek Szuba2019-11-071-15/+8
| | | | | | | | | Should hopefully resolve problems with go-1.13 in the network sandbox observed by some users. Bug: https://bugs.gentoo.org/693922 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: bump to 1.3.1Marek Szuba2019-11-052-0/+163
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: bump to 1.3.0Marek Szuba2019-10-082-0/+191
| | | | | | | | | No optional command 'stupgrades' because the relevant code fails to compile, not that distro-packaged Syncthing needs it to begin with. Closes: https://bugs.gentoo.org/696300 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: add licences of vendored packages to LICENSEMarek Szuba2019-10-082-2/+2
| | | | | | Closes: https://bugs.gentoo.org/695294 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: require <dev-lang/go-1.13Marek Szuba2019-09-202-2/+2
| | | | | | | | | | | Having checked upstream, 1.13 is not supported by any of the versions currently in Gentoo. On the other hand, we have removed versions older than 1.12 so there is presently no need for the lower version limit. Closes: https://bugs.gentoo.org/693922 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: remove oldMarek Szuba2019-09-203-273/+0
| | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: bump to 1.2.1Marek Szuba2019-08-052-0/+183
| | | | | | Closes: https://bugs.gentoo.org/691000 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: remove oldMarek Szuba2019-08-055-579/+0
| | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: arm stable wrt bug #689656Mikle Kolyada2019-07-291-1/+1
| | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* net-p2p/syncthing: x86 stable wrt bug #689656Agostino Sarubbo2019-07-171-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="x86"
* net-p2p/syncthing: amd64 stable wrt bug #689656Agostino Sarubbo2019-07-121-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* net-p2p/syncthing: depend on appropriate acct-{user,group} packagesMarek Szuba2019-07-031-0/+149
| | | | | Signed-off-by: Marek Szuba <marecki@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
* net-p2p/syncthing: bump to 1.1.4Marek Szuba2019-06-112-0/+168
| | | | | Signed-off-by: Marek Szuba <marecki@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
* net-p2p/syncthing: bump to 1.1.3Marek Szuba2019-05-242-0/+164
| | | | | Signed-off-by: Marek Szuba <marecki@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* net-p2p/syncthing: Add discovery serviceGábor Oszkár Dénes2019-05-245-0/+219
| | | | | | | | Closes: https://github.com/gentoo/gentoo/pull/11803 Signed-off-by: Gábor Oszkár Dénes <gaboroszkar@protonmail.com> Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: bump to 1.1.0Marek Szuba2019-03-272-0/+202
| | | | | | | Now with a ginormous list of vendored packages! Signed-off-by: Marek Szuba <marecki@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* net-p2p/syncthing: reset xdg environmentMarek Szuba2019-03-151-1/+4
| | | | | | | | | | | | | Turns out go uses $XDG_CACHE_HOME to decide where to put the build cache. Make sure it, and to be on the safe side the rest of XDG environment as well, is reset before building Syncthing. We do not inherit xdg.eclass for this purpose because it introduces several dependencies we do not actually need. Closes: https://bugs.gentoo.org/679280 Signed-off-by: Marek Szuba <marecki@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* net-p2p/syncthing: remove oldMarek Szuba2019-03-152-93/+0
| | | | | Signed-off-by: Marek Szuba <marecki@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* net-p2p/syncthing: bump to version 1.0.1 and EAPI 7Marek Szuba2019-03-122-0/+93
| | | | | Signed-off-by: Marek Szuba <marecki@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* net-p2p/syncthing: remove oldMarek Szuba2019-03-123-248/+0
| | | | | Signed-off-by: Marek Szuba <marecki@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* net-p2p/syncthing: arm stable wrt bug #672572Mikle Kolyada2019-02-101-2/+2
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* net-p2p/syncthing: bump to 1.0.0Marek Szuba2019-01-092-0/+93
| | | | | | | | | | | Note that this is *not* in fact a major version change - it is simply a renamed 0.14.55. For details, see https://forum.syncthing.net/t/syncthing-graduation-day/12617 Closes: https://bugs.gentoo.org/show_bug.cgi?id=674928 Signed-off-by: Marek Szuba <marecki@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* net-p2p/syncthing: amd64 stable wrt bug #672572Mikle Kolyada2018-12-131-1/+1
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* net-p2p/syncthing: x86 stable (bug #672572)Thomas Deutschmann2018-12-071-1/+1
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* net-p2p/syncthing: remove oldMarek Szuba2018-11-074-372/+0
| | | | | Signed-off-by: Marek Szuba <marecki@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* net-p2p/syncthing: bump to 0.14.52Marek Szuba2018-11-072-0/+124
| | | | | Signed-off-by: Marek Szuba <marecki@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* net-p2p/syncthing: bump to 0.14.51Marek Szuba2018-10-032-0/+124
| | | | | | | Also migrate from versionator to eapi7-ver. Signed-off-by: Marek Szuba <marecki@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10
* net-p2p/syncthing: bump to 0.14.49Marek Szuba2018-07-262-0/+124
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-p2p/syncthing: remove oldMarek Szuba2018-05-023-248/+0
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* net-p2p/syncthing: bump to 0.14.47Marek Szuba2018-05-022-0/+124
| | | | | Closes: https://bugs.gentoo.org/654570 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* net-p2p/syncthing: bump to 0.14.46Marek Szuba2018-04-182-0/+124
| | | | | Closes: https://bugs.gentoo.org/show_bug.cgi?id=652460 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* net-p2p/syncthing: arm stable wrt bug #626786Mikle Kolyada2018-04-171-2/+2
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6