tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
net/syncthing update
If no objection, I will update net/syncthing to 1.14.0 after testing it works correctly (probably tomorrow).
Below the trival diff and the upstream changes.
-- patch -----------------------------------------------------------------------
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/net/syncthing/Makefile,v
retrieving revision 1.129
diff -r1.129 Makefile
4c4
< DISTNAME= syncthing-source-v1.12.0
---
> DISTNAME= syncthing-source-v1.14.0
6d5
< PKGREVISION= 1
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/net/syncthing/distinfo,v
retrieving revision 1.84
diff -r1.84 distinfo
3,6c3,6
< SHA1 (syncthing-source-v1.12.0.tar.gz) = c86a9f3588162850761afcad557f5256d98873cb
< RMD160 (syncthing-source-v1.12.0.tar.gz) = 63c8454b6a156ceb1b1193434cfbb05a75fbdc14
< SHA512 (syncthing-source-v1.12.0.tar.gz) = 43a7fdefec6e8acc2d4508a52bad7ba39242186b286f8d2d50762dd639c37ff2f70a13f7957ae85d2006b49947426b8ed54be93cf6abfffa811a140b5c921d5f
< Size (syncthing-source-v1.12.0.tar.gz) = 11598323 bytes
---
> SHA1 (syncthing-source-v1.14.0.tar.gz) = 741ae89a3d9ac681ba97652a77912232d422529f
> RMD160 (syncthing-source-v1.14.0.tar.gz) = c0ddda9c1f981fc860fe0bfedbefda88500faf28
> SHA512 (syncthing-source-v1.14.0.tar.gz) = 8b06f7e19afd1f699de569090dd3d58cc81a658bfb10a923bb2023d922fe18bf9fcaca38244e338fac9939054b86cc626db63e6a8588f62f981cc5d37eb7ad88
> Size (syncthing-source-v1.14.0.tar.gz) = 11729886 bytes
cvs diff: Diffing files
-- diff ------------------------------------------------------------------------
v1.14.0
@st-release st-release released this 14 days ago · 190 commits to main since this release
This release adds configurable device and folder defaults.
The output format of the /rest/db/browse
endpoint has
changed.
Bugfixes:
#5426: Old device removed from introducer isn't removable from other devices
#6086: Default Folder uses different config than user-created folders
#7257: Rescan All button should be greyed out when all folders are paused.
#7263: GUI displays Syncing (100%, 0 B) when syncing byte-sized files
#7267: GUI log tailing is broken if closed when scrolled up
#7268: Data requests block each other, and some API requests, due to casefs lock contention
#7270: Data requests block API requests that also touch the filesystem
#7273: Data requests block adding new folder
#7280: Stopped folder not synchronizing after a rescan
#7284: Do not touch .stignore on saving folder config when ignore patterns have not changed
#7287: Tons of "Found x elements with non-unique id #optionsInputX" JavaScript errors when opening Advanced Configuration
#7333: Encrypted folder fails to serve files < 1024 bytes
#7347: “TypeError: Cannot set property ‘connected’ of undefined” error when removing devices
#7354: Error message when external versioning fails is ambiguous
#7371: junctionsAsDirs requires Syncthing restart to trigger
Enhancements:
#944: Handle info labels that are longer than available space
#4224: Editable default values for folders, devices
#5187: Remove pending folders if remote device no longer announces them
#6949: Visual eye sore on Advanced Configuration page.
#7340: Change name from "Open Source Continuous File Synchronization" to "Syncthing" in Windows Firewall
Other issues:
#7344: Very slow tests due to encryption token generation
v1.13.1
@st-release st-release released this on 3 Feb · 253 commits to main since this release
This is a re-release of v1.13.0, but with the optional tech-ui GUI
moved from being a theme to being a sub-directory under the default
theme. This solves the issue with selecting the tech-ui theme and then
being unable to switch back as this functionality is missing in the
tech-ui.
Bugfixes:
#7324: Official builds of v1.13.0 come with the Tech Ui, which is impossible to switch back from
v1.13.0
@st-release st-release released this on 2 Feb · 253 commits to main since this release
This release adds configuration options for min/max connections (see
https://docs.syncthing.net/advanced/option-connection-limits.html) and
moves the storage of pending devices/folders from the config to the
database (see
https://docs.syncthing.net/dev/rest.html#cluster-endpoints).
Bugfixes:
#7005: panic: nil pointer dereference because (*db.Lowlevel)getMetaAndCheck() returns nil
#7076: File not detected due to watching reporting events on old, deleted path
#7165: Connections aren't actually closed when closing a protocol connection
#7184: Spurious unexpected directory in untrusted folder
#7197: In Recent Changes, the Device column is empty
#7231: panic: deadlock detected at fmut
Enhancements:
#7176: Active connections min/max setting
#7178: Pending devices and folders should live in the database instead of configuration
Other issues:
#6551: Test failure because of umask
Home |
Main Index |
Thread Index |
Old Index