diff options
author | riggs <riggs@FreeBSD.org> | 2016-07-03 00:54:22 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2016-07-03 00:54:22 +0800 |
commit | 69171e13dc95feedf8859063ec1a13d2184309dd (patch) | |
tree | 30f9fb3d7db533359b2fdaffe4270742b919c2f6 /net-p2p | |
parent | ff25149f1e62a50a806289dde76a7f9ba051fe8d (diff) | |
download | freebsd-ports-gnome-69171e13dc95feedf8859063ec1a13d2184309dd.tar.gz freebsd-ports-gnome-69171e13dc95feedf8859063ec1a13d2184309dd.tar.zst freebsd-ports-gnome-69171e13dc95feedf8859063ec1a13d2184309dd.zip |
Update to upstream version 2.3.8
Detaile log:
- Fixed issue with all folders disconnected by devices that reconnect after 30 days being offline
- Fixed Sync crashing on QNAP NAS
- Fixed Sync doesn't let HDD sleep on Synology NAS
- Fixed bind_interface power option not working on Mac
- Fixed files moved to Archive when unplugging USB drive with synced folder
- Fixed inability to share the folder as Owner after disconnection
- Added parameter to get Sync version thru API
- Improved Sync compatibility to FlexRaid disk pool
PR: 210555
Submitted by: joshruehlig@gmail.com (maintainer)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/btsync/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/btsync/distinfo | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-p2p/btsync/Makefile b/net-p2p/btsync/Makefile index 9c62ed29a957..19d748f58866 100644 --- a/net-p2p/btsync/Makefile +++ b/net-p2p/btsync/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= btsync -PORTVERSION= 2.3.7 +PORTVERSION= 2.3.8 CATEGORIES= net-p2p MASTER_SITES= https://download-cdn.getsync.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/ \ http://download-cdn.getsync.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/ diff --git a/net-p2p/btsync/distinfo b/net-p2p/btsync/distinfo index 3dc1ddb62c9d..c06d2a451455 100644 --- a/net-p2p/btsync/distinfo +++ b/net-p2p/btsync/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1463242475 -SHA256 (BitTorrent-Sync_freebsd_i386.tar.gz) = b2cfc7a741f732c6210b88dc0d21640453821212a38b7fd9ef2d5174c3e66543 -SIZE (BitTorrent-Sync_freebsd_i386.tar.gz) = 5714346 -SHA256 (BitTorrent-Sync_freebsd_x64.tar.gz) = 50263101a7ada661e49fbaceb29b8dceebfd84adcbb2ba2fcc4e5b2b62b2de67 -SIZE (BitTorrent-Sync_freebsd_x64.tar.gz) = 5878898 +TIMESTAMP = 1466844210 +SHA256 (BitTorrent-Sync_freebsd_i386.tar.gz) = 103ba012acd4af2365243f10f2fa8a2bdc551b47ac326b00a71624a0289c73fc +SIZE (BitTorrent-Sync_freebsd_i386.tar.gz) = 5714805 +SHA256 (BitTorrent-Sync_freebsd_x64.tar.gz) = fa0312f6616eb29ac9daa4b436ffda3dda3790d03f57008271963c63006060f6 +SIZE (BitTorrent-Sync_freebsd_x64.tar.gz) = 5879165 |