diff options
author | gdt <gdt@pkgsrc.org> | 2015-11-25 23:35:56 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2015-11-25 23:35:56 +0000 |
commit | 3225e95cdaf462a8ad3a1ec8bc5f3bbce4ed7388 (patch) | |
tree | b468c944f1359c6fbe5570cad96aa5f5965e3756 | |
parent | 1ce4dacf68504c9778a7c8d9ca34bb102b660978 (diff) | |
download | pkgsrc-3225e95cdaf462a8ad3a1ec8bc5f3bbce4ed7388.tar.gz |
Update to 0.12.4.
NB: 0.12.x is not compatible with 0.11.x. F-droid has a version that
is now interoperable with 0.12, vs 0.11. Upstream changes:
0.12.4:
Warn the user if they're running with an insecure looking setup (#2139, @calmh)
Add remaining scanning time (#2484, @calmh)
Handle sparse files (#245, @calmh)
Improved relay handling (@AudriusButkevicius)
0.12.3:
Fix address list in DeviceDiscovered, add debug prints (#2444, @calmh)
Audit logins with new LoginAttempt event (#2377, @tylerbrazier)
More local discovery URL debugging (#2444, @calmh)
Made upgrade-system smarter (#2446, @Stefan-Code)
Remove folder without restart (#2262, @calmh)
Don't dirty blockmap key between lookups (#2455, @calmh)
0.12.2:
Change a discovery server certificate
Fix "INFO: bug: uncached path call" log output on first startup
0.12.1:
Actually do negative caching on failed discovery lookups (#2434, @calmh)
-rw-r--r-- | net/syncthing/Makefile | 4 | ||||
-rw-r--r-- | net/syncthing/distinfo | 12 | ||||
-rw-r--r-- | net/syncthing/patches/patch-lib_config_config.go | 16 |
3 files changed, 8 insertions, 24 deletions
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index f0c18046195..15fe0a6485b 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2015/10/03 16:26:00 tnn Exp $ +# $NetBSD: Makefile,v 1.2 2015/11/25 23:35:56 gdt Exp $ -DISTNAME= syncthing-0.11.25 +DISTNAME= syncthing-0.12.4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo index 340ad5ca635..cd92984a28c 100644 --- a/net/syncthing/distinfo +++ b/net/syncthing/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 00:35:39 agc Exp $ +$NetBSD: distinfo,v 1.3 2015/11/25 23:35:56 gdt Exp $ -SHA1 (syncthing-0.11.25.tar.gz) = 6387204c517327eb1d28cc83104b44145037f367 -RMD160 (syncthing-0.11.25.tar.gz) = 1751a81e0a7db6497ba2ae16a760f8d844beb926 -SHA512 (syncthing-0.11.25.tar.gz) = d13a09b678c6d8f5d5c6c8d49d793579071ea395d97bb940061b6bddd3a1e2dc1dd5dec057fd2741d12b135c1a77e92c51f8a52cc630d3003d6355faf316f028 -Size (syncthing-0.11.25.tar.gz) = 4202742 bytes -SHA1 (patch-lib_config_config.go) = 3d4188721292e21106b16914f0a1ed75d8882638 +SHA1 (syncthing-0.12.4.tar.gz) = c5eb3d7b1a72ee3aee8548cdb7b9f53e14faf3f4 +RMD160 (syncthing-0.12.4.tar.gz) = 8e90dd54582377425feff17d65b18c73733c14bf +SHA512 (syncthing-0.12.4.tar.gz) = 3d75054cad561c42baa1defc6e36cc1e35ee6102219d88841757708aa8b6002aaa327d1cb885f028e2c847fbd680500c7e6186a35671c384c572cd626cc1332b +Size (syncthing-0.12.4.tar.gz) = 3980565 bytes +SHA1 (patch-lib_config_optionsconfiguration.go) = a0e0608a90ac947be44c17494d046a4a958d02a7 diff --git a/net/syncthing/patches/patch-lib_config_config.go b/net/syncthing/patches/patch-lib_config_config.go deleted file mode 100644 index 7567f5dd162..00000000000 --- a/net/syncthing/patches/patch-lib_config_config.go +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-lib_config_config.go,v 1.1 2015/10/03 16:26:00 tnn Exp $ - -Disable auto upgrade mechanism. It would overwrite the binary in /usr/pkg/bin -with something the user doesn't necessarily trust. - ---- lib/config/config.go.orig 2015-08-16 13:29:48.000000000 +0000 -+++ lib/config/config.go -@@ -229,7 +229,7 @@ type OptionsConfiguration struct { - URAccepted int `xml:"urAccepted" json:"urAccepted"` // Accepted usage reporting version; 0 for off (undecided), -1 for off (permanently) - URUniqueID string `xml:"urUniqueID" json:"urUniqueId"` // Unique ID for reporting purposes, regenerated when UR is turned on. - RestartOnWakeup bool `xml:"restartOnWakeup" json:"restartOnWakeup" default:"true"` -- AutoUpgradeIntervalH int `xml:"autoUpgradeIntervalH" json:"autoUpgradeIntervalH" default:"12"` // 0 for off -+ AutoUpgradeIntervalH int `xml:"autoUpgradeIntervalH" json:"autoUpgradeIntervalH" default:"0"` // 0 for off - KeepTemporariesH int `xml:"keepTemporariesH" json:"keepTemporariesH" default:"24"` // 0 for off - CacheIgnoredFiles bool `xml:"cacheIgnoredFiles" json:"cacheIgnoredFiles" default:"true"` - ProgressUpdateIntervalS int `xml:"progressUpdateIntervalS" json:"progressUpdateIntervalS" default:"5"` |