Bug 237912

Summary: net-p2p/rslsync: Update to 2.6.3
Product: Ports & Packages Reporter: Volodymyr Kostyrko <arcade>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Some People CC: joshruehlig
Priority: --- Keywords: easy, patch-ready
Version: LatestFlags: joshruehlig: maintainer-feedback+
Hardware: Any   
OS: Any   
Attachments:
Description Flags
update to 2.6.3 none

Description Volodymyr Kostyrko 2019-05-15 15:41:56 UTC
Created attachment 204392 [details]
update to 2.6.3

Also taking maintainership.

Changelog:

2.6.3
 - Fixed moving files to Archive and replacing them with 0 bytes files
 - Fixed downloading big files to disk on x86 and arm architectures
 - Optimized work with Keynote files on OS X
 - Fixed some crashes at starting and existing Sync

2.6.2
- OpenSUSE repository now works correctly
- Fixed false positive "no free space" error on old arm cpus
- Added option to skip disk free space check in power user settings
- Fixed permissions check before downloading single files
- Added 'proxy_resolve' option to sync.conf
- Added validation of arguments passed to '--decrypt' option
- Fixed disk space detection on btrfs & file systems mounted via FUSE on Linux
- Fixed issue when a partially downloaded file was deleted and .!sync remained in .sync directory
- Fixed crashes
- Fixed invalid symbols in path on Windows that caused syncing stuck
- Improvements and optimization in core
Comment 1 joshruehlig 2019-05-15 16:03:53 UTC
Thank you, i will try to test it soon. Can you make sure thr tinestamp is updated. I think 'make makesum' should do this for you, but you'll need to add back the other architecture lines.
Comment 2 Volodymyr Kostyrko 2019-05-15 19:35:22 UTC
Ah, shoot, that how was it meant to be... Though I'm not sure how to make correct timestamp in this case, depending on ARCH it should be different anyway.

I guess `TIMESTAMP = 1557948371` will do. That's the one for amd64.
Comment 3 joshruehlig 2019-05-15 20:22:15 UTC
The timestamp is just the time you run 'make makesum'
Comment 4 joshruehlig 2019-05-15 21:31:47 UTC
Diff works good.
Comment 5 joshruehlig 2019-05-15 21:33:44 UTC
For some reason I can't add the "+" flag to the diff, but I approve it.
Comment 6 commit-hook freebsd_committer freebsd_triage 2019-05-23 20:36:56 UTC
A commit references this bug:

Author: swills
Date: Thu May 23 20:35:55 UTC 2019
New revision: 502355
URL: https://svnweb.freebsd.org/changeset/ports/502355

Log:
  net-p2p/rslsync: Update to 2.6.3

  PR:		237912
  Submitted by:	Volodymyr Kostyrko <arcade@b1t.name>
  Approved by:	joshruehlig@gmail.com (maintainer)

Changes:
  head/net-p2p/rslsync/Makefile
  head/net-p2p/rslsync/distinfo
Comment 7 Steve Wills freebsd_committer freebsd_triage 2019-05-23 20:37:00 UTC
Committed, thanks!