summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-p2p/syncthing: add 1.16.1Marek Szuba2021-05-072-0/+786
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: remove versions vulnerable to CVE-2021-21404Marek Szuba2021-04-122-843/+0
| | | | | Bug: https://bugs.gentoo.org/780678 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: Stabilize 1.15.1 amd64, #780678Sam James2021-04-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/syncthing: Stabilize 1.15.1 arm64, #780678Sam James2021-04-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/syncthing: Stabilize 1.15.1 arm, #780678Sam James2021-04-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/syncthing: Stabilize 1.15.1 x86, #780678Sam James2021-04-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/syncthing: Stabilize 1.15.1 ppc64, #780678Sam James2021-04-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/syncthing: bump to 1.15.1Marek Szuba2021-04-072-0/+811
| | | | | | | Addresses CVE-2021-21404. Bug: https://bugs.gentoo.org/780678 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: remove oldMarek Szuba2021-04-073-1555/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: Stabilize 1.13.1 arm, #775452Sam James2021-03-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/syncthing: Stabilize 1.13.1 arm64, #775452Sam James2021-03-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/syncthing: Stabilize 1.13.1 ppc64, #775452Sam James2021-03-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/syncthing: Stabilize 1.13.1 x86, #775452Sam James2021-03-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/syncthing: Stabilize 1.13.1 amd64, #775452Sam James2021-03-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/syncthing: remove oldMarek Szuba2021-03-042-801/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: bump to 1.14.0Marek Szuba2021-03-042-0/+802
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: bump to 1.13.1Marek Szuba2021-02-082-0/+803
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing-1.12.1: fix copyright noticeMarek Szuba2021-01-191-1/+1
| | | | | | I'll remember it's not 2020 any more SOME day. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: remove oldMarek Szuba2021-01-194-2054/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: bump to 1.12.1Marek Szuba2021-01-192-0/+804
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: bump to 1.12.0Marek Szuba2020-12-092-0/+1079
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: 1.10.0 ppc64 stable, bug #752381Georgy Yakovlev2020-11-131-1/+1
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* net-p2p/syncthing: x86 stable (bug #752381)Thomas Deutschmann2020-11-121-1/+1
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* net-p2p/syncthing: Stabilize 1.10.0 amd64, #752381Sam James2020-11-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/syncthing: remove oldMarek Szuba2020-11-052-626/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: bump to 1.11.1Marek Szuba2020-11-052-0/+622
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: Stabilize 1.10.0 arm64, #752381Sam James2020-11-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/syncthing: Stabilize 1.10.0 arm, #752381Sam James2020-11-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/syncthing: do not use fownersMarek Szuba2020-10-123-6/+3
| | | | | | | | | | | /var/log/syncthing is used by the OpenRC init script to store stdout and stderr of the daemon, and the script takes care of adjusting permissions accordingly. /var/lib/syncthing on the other hand is now owned by acct-user/syncthing. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: bump to 1.10.0Marek Szuba2020-10-072-0/+641
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: bump to 1.9.0Marek Szuba2020-09-102-63/+151
| | | | | | | All tests pass when built with go-1.15 so hopefully it will run fine with it too. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: remove oldMarek Szuba2020-09-052-391/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: stable 1.7.1 for ppc64Sergei Trofimovich2020-09-051-1/+1
| | | | | | | | stable wrt bug # Tested-by: ernsteiswuerfel Package-Manager: Portage-3.0.5, Repoman-3.0.1 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* net-p2p/syncthing: Stabilize 1.7.1 amd64, #739256Sam James2020-09-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/syncthing: update BDEPEND settingWilliam Hubbs2020-08-302-2/+2
| | | | | This was approved by the maintainer. Signed-off-by: William Hubbs <williamh@gentoo.org>
* net-p2p/syncthing: x86 stable (bug #739256)Thomas Deutschmann2020-08-301-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* net-p2p/syncthing: Stabilize 1.7.1 arm, #739256Sam James2020-08-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/syncthing: Stabilize 1.7.1 arm64, #739256Sam James2020-08-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/syncthing: block go-1.15+Marek Szuba2020-08-273-0/+3
| | | | | | | | Builds but does not run, see https://github.com/syncthing/syncthing/issues/6889. Fix already committed upstream, 1.9.0 should be fine with new Go. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: remove oldMarek Szuba2020-08-274-1299/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: bump to 1.8.0Marek Szuba2020-08-242-0/+625
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: bump to 1.7.1Marek Szuba2020-07-132-2/+11
| | | | | | | Also, install .desktop files provided by upstream. Closes: https://bugs.gentoo.org/732460 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: bump to 1.7.0Marek Szuba2020-07-102-0/+619
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* 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>