2020-02-10 12:56:30 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (2) | |
Log message:
syncthing: update to 1.3.4
upstream changes:
-----------------
v1.3.4
Bugfixes
#4570: Negative percentage and data to sync
#5867: Progress bar not visible
#6044: Clicking "Save" in options says "You have unsaved \
changes" when changing automatic upgrade setting
#6213: Tone down STUN logging a bit
#6222: Connection Error on Listing More Locally Changed Files
#6234: Docker image uses wrong path for default folder
#6240: GUI: ignore patterns path is one row too low
#6263: Panics due to database being closed
v1.3.3
Bugfixes
#6104: Windows: Syncthing log file filling up primary drive.
#6133: Race condition in restarting folder
#6139: Some sync errors get cleared despite them still being valid
#6206: Soft limit for maxfiles is NOT increased to the hard one on macOS
Enhancements
#5887: Upgrade Button Does Not Have Confirmation Dialog
#6057: "Nearby devices" links should look more like links (mouse \
pointer)
#6190: Do not create .stignore if there are no ignore patterns
|
2020-02-02 15:19:15 by Benny Siegert | Files touched by this commit (169) | |
Log message:
Revbump all Go packages after go113 update.
|
2020-01-10 14:32:32 by Benny Siegert | Files touched by this commit (169) |
Log message:
Revbump Go packages after Go default version bump.
|
2019-12-28 03:28:46 by Greg Troxel | Files touched by this commit (2) | |
Log message:
net/syncthing: Update to 1.3.2
Update prepared by Frédéric Fauberteau <triaxx@NetBSD.org>.
While this update is slightly larger than micro, syncthing is a leaf
package or nearly so, and the update fixes a critical bug:
https://github.com/syncthing/syncthing/issues/6081
which results in excessive CPU use and syslog trouble.
Tested on netbsd-8/amd64 interoperating with Android Syncthing 1.3.2
from f-droid. (For the record, pkgsrc synching 1.3.1 worked fine with
android 1.3.2, other than the QUIC accept bug.)
packaging change: Drop note about differing Android versions now that
Android version relate to the main version.
Upstream changelog
v1.3.2
Bugfixes
#5810: GUI theme not changing on WebKit-based/like browsers
#5968: Folder "Up To Date" but has pending "Revert Local \
Changes"
#5980: (De)select all not working in add device dialog
#6027: Folder shows as "Syncing" when there is no data transfer
#6043: Cannot exit after failed startup
#6081: QUIC accept error loops too quickly, causing excessive log output
#6090: Pull-scan loop due to symlink traversal
#6093: cmd/stdiscosrv: Data race in replication
#6136: API + UI device last seen is empty/Never
#6160: Uses too much RAM when syncing large files (1.3.0+)
Enhancements
#6036: Generate HTTPS certificates accepted by iOS 13 / macOS Catalina
#6056: Improve sharing tab when there are no devices to share with
#6115: Change Web UI based on prefers-color-scheme
|
2019-12-13 08:44:06 by Benny Siegert | Files touched by this commit (168) | |
Log message:
Revbump all Go packages after Go 1.12.14 update.
|
2019-11-13 16:51:00 by Nia Alarie | Files touched by this commit (2) |
Log message:
syncthing: Update to 1.3.1
Bugfixes
5993: Build information missing in discovery and relay server binaries
5995: Usage-reported transfer stats are meaningless
6008: Changed file in receive-only folder cannot be ignored
6040: Shows authentication warning when listening on UNIX socket
6049: Hostnames resolving to localhost are not considered 'local' in remote \
access warning
Enhancements
5583: White tab in black Interface ?
5627: Stalled scans need better UI representation
Other issues
6010: STUN server stun.voxgratia.org should be removed
|
2019-10-18 16:59:01 by Benny Siegert | Files touched by this commit (155) | |
Log message:
Revbump all Go packages after lang/go112 update
|
2019-10-04 19:01:56 by Nia Alarie | Files touched by this commit (2) |
Log message:
syncthing: Update to 1.3.0
This release adds the "databaseTuning" config option to adjust \
parameters for the database size in use. The default is "auto" which \
automatically determines appropriate parameters. The other options are \
"small" (results in the parameters used previously, and used now for \
small databases) and "large" (results in the new parameters for large \
databases, regardless of the actual database size).
Bugfixes
#5985: Log spam and high CPU use if #include path is wrong in .stignore
Enhancements
#5138: Rate limit can be very bursty
#5948: Improve free space checking when syncing
#5966: Database performance: improve situation with huge databases
Other issues
#5924: Upgrade server JSON generator
#5991: lib/api: TestHostCheck never finishes with Go 1.13rc2 under Docker
#5999: Allow providing your own ldflags for building
|
2019-09-26 22:10:57 by Benny Siegert | Files touched by this commit (155) | |
Log message:
Revbump all Go packages after 1.12.10 update.
ok wiz@ for PMC
|
2019-08-14 17:45:52 by Benny Siegert | Files touched by this commit (152) | |
Log message:
Recursive bump of all packages using Go after Go 1.12.8 update.
|