syncthing: bump to 1.9.0

This release adds the advanced folder option caseSensitiveFS
(https://docs.syncthing.net/advanced/folder-caseSensitiveFS.html) to
disable the new safe handling of case insensitive filesystems.

Bugfixes:

    : Case-only renames break stuff
    : Properly handle upper-/lowercase-only file name collisions
    : TestWatchRename test fails on FreeBSD.
    : Error status should take precedence over Local Additions
    : Global state incorrect when ignoring local change
    : Folder incorrectly marked “Up to Date” after switching from “Receive Only” to “Send & Receive”
    : Certificate error when built with Go 1.15
    : chmod permission after editing .stignore via WebUI not preserved
    : test failures with Go 1.15
    : Syncthing 1.8.0 trying to connect via wrong network route
    : tests in TestCopyRange fail on ppc64le with "inappropriate ioctl for device"
    : NAT service fails to terminate during Shutdown
    : Local Additions when deleting file after changing folder type from SR to RO
    : Auto accepted folders not saved
    : Modifying config during first scan corrupts folder state

Enhancements:

    : Syncthing should be case insensitive by default
    : Avoid anti-aliasing artifacts for svg device icons
    : Don't fail dirs in receive-only folders that were removed elsewhere but exist locally

Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
Paul Spooren 2020-09-09 10:42:35 -10:00
parent 0dfa53bfba
commit 84763c8480

View file

@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=syncthing
PKG_VERSION:=1.6.1
PKG_RELEASE:=2
PKG_VERSION:=1.9.0
PKG_RELEASE:=1
PKG_SOURCE:=syncthing-source-v$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/syncthing/syncthing/releases/download/v$(PKG_VERSION)
PKG_HASH:=f42518d453f7475022b5632420f21a6e0ab8d77f19c29b65ad582bc98e00a0a5
PKG_HASH:=a4e3e5997b2c4c76512ed9b32a067b2a90e26c0d445f8c3c62af65d2b93d4d8b
PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/$(PKG_NAME)