Sat Dec 26 00:38:29 2015 UTC ()
Update to 2.1.0

Changelog:
elease 2.1.0 December 3rd 2015

    GUI: Added a separate view for not synced items, ignores, errors
    GUI: Improved upload/download progress UI (#3403, #3569)
    Allowed sharing with ownCloud internal users and groups from Desktop
    Changed files starting in .* to be considered hidden on all platforms (#4023)
    Reflect read-only permissions in filesystem (#3244)
    Blacklist: Clear on successful chunk upload (#3934)
    Improved reconnecting after network change/disconnect (#4167 #3969 ...)
    Improved performance in Windows file system discovery
    Removed libneon-based propagator. As a consequence, The client can no longer provide bandwith limiting on Linux-distributions where it is using Qt < 5.4
    Performance improvements in the logging functions
    Ensured that local disk space problems are handled gracefully (#2939)
    Improved handling of checksums: transport validation, db (#3735)
    For *eml-files don't reupload if size and checksum are unchanged (#3235)
    Ensured 403 reply code is handled properly (File Firewall) (#3490)
    Reduced number of PROPFIND requests to server(#3964)
    GUI: Added Account toolbox widget to keep account actions (#4139)
    Tray Menu: Added fixes for Recent Activity menu (#4093, #3969)
    FolderMan: Fixed infinite wait on pause (#4093)
    Renamed env variables to include unit (#2939)
    FolderStatusModel: Attempt to detect removed undecided files (#3612)
    SyncEngine: Don't whipe the white list if the sync was aborted (#4018)
    Quota: Handle special negative value for the quota (#3940)
    State app name in update notification (#4020)
    PropagateUpload: Fixed double-emission of finished (#3844)
    GUI: Ensured folder names which are excluded from sync can be clicked
    Shell Integration: Dolphin support, requires KF 5.16 and KDE Application 15.12
    FolderStatusModel: Ensured reset also if a folder was renamed (#4011)
    GUI: Fixed accessiblity of remaing items in full settings toolbar (#3795)
    Introduced the term "folder sync connection" in more places (#3757)
    AccountSettings: Don't disable pause when offline (#4010)
    Fixed handling of hidden files (#3980)
    Handle download errors while resuming as soft errors (#4000)
    SocketAPI: Ensured that the command isn't trimmed (#3297)
    Shutdown socket API before removing the db (#3824)
    GUI: Made "Keep" default in the delete-all dialog (#3824)
    owncloudcmd: Introduced return code 0 for --version and --help
    owncloudcmd: Added --max-sync-retries (#4037)
    owncloudcmd: Don't do a check that file are older than 2s (#4160)
    Fixed getting size for selective sync (#3986)
    Re-added close button in the settings window (#3713)
    Added abililty to handle storage limitations gracefully (#3736)
    Updated 3rdparty dependencies: sqlite version 3.9.1
    Organized patches to our base Qt version into admin/qt/patches
    Plus: A lot of unmentioned improvements and fixes


(ryoon)
diff -r1.7 -r1.8 pkgsrc/net/owncloudclient/Makefile
diff -r1.3 -r1.4 pkgsrc/net/owncloudclient/PLIST
diff -r1.4 -r1.5 pkgsrc/net/owncloudclient/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/net/owncloudclient/Makefile (expand / switch to unified diff)

--- pkgsrc/net/owncloudclient/Makefile 2015/11/02 15:52:24 1.7
+++ pkgsrc/net/owncloudclient/Makefile 2015/12/26 00:38:29 1.8
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2015/11/02 15:52:24 ryoon Exp $ 1# $NetBSD: Makefile,v 1.8 2015/12/26 00:38:29 ryoon Exp $
2 2
3DISTNAME= owncloudclient-2.0.2 3DISTNAME= owncloudclient-2.1.0
4CATEGORIES= net 4CATEGORIES= net
5MASTER_SITES= https://download.owncloud.com/desktop/stable/ 5MASTER_SITES= https://download.owncloud.com/desktop/stable/
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= ryoon@NetBSD.org 8MAINTAINER= ryoon@NetBSD.org
9HOMEPAGE= https://owncloud.com/ 9HOMEPAGE= https://owncloud.com/
10COMMENT= Synchronization program for ownCloud 10COMMENT= Synchronization program for ownCloud
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13# Do not use libocsync.so from net/ocsync. 13# Do not use libocsync.so from net/ocsync.
14CONFLICTS= ocsync-[0-9]* 14CONFLICTS= ocsync-[0-9]*
15CONFLICTS= mirall-[0-9]* 15CONFLICTS= mirall-[0-9]*
16 16

cvs diff -r1.3 -r1.4 pkgsrc/net/owncloudclient/PLIST (expand / switch to unified diff)

--- pkgsrc/net/owncloudclient/PLIST 2015/08/05 15:17:21 1.3
+++ pkgsrc/net/owncloudclient/PLIST 2015/12/26 00:38:29 1.4
@@ -1,28 +1,26 @@ @@ -1,28 +1,26 @@
1@comment $NetBSD: PLIST,v 1.3 2015/08/05 15:17:21 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.4 2015/12/26 00:38:29 ryoon Exp $
2bin/owncloud 2bin/owncloud
3bin/owncloudcmd 3bin/owncloudcmd
4include/httpbf.h 
5include/owncloudsync/creds/abstractcredentials.h 4include/owncloudsync/creds/abstractcredentials.h
6include/owncloudsync/creds/httpcredentials.h 5include/owncloudsync/creds/httpcredentials.h
7include/owncloudsync/mirall/account.h 6include/owncloudsync/mirall/account.h
8include/owncloudsync/mirall/configfile.h 7include/owncloudsync/mirall/configfile.h
9include/owncloudsync/mirall/networkjobs.h 8include/owncloudsync/mirall/networkjobs.h
10include/owncloudsync/mirall/progressdispatcher.h 9include/owncloudsync/mirall/progressdispatcher.h
11include/owncloudsync/mirall/syncengine.h 10include/owncloudsync/mirall/syncengine.h
12include/owncloudsync/mirall/syncfileitem.h 11include/owncloudsync/mirall/syncfileitem.h
13include/owncloudsync/mirall/syncjournaldb.h 12include/owncloudsync/mirall/syncjournaldb.h
14include/owncloudsync/mirall/syncresult.h 13include/owncloudsync/mirall/syncresult.h
15lib/libhttpbf.a 
16lib/libowncloudsync.so 14lib/libowncloudsync.so
17lib/libowncloudsync.so.0 15lib/libowncloudsync.so.0
18lib/libowncloudsync.so.${PKGVERSION} 16lib/libowncloudsync.so.${PKGVERSION}
19lib/owncloud/libocsync.so 17lib/owncloud/libocsync.so
20lib/owncloud/libocsync.so.0 18lib/owncloud/libocsync.so.0
21lib/owncloud/libocsync.so.${PKGVERSION} 19lib/owncloud/libocsync.so.${PKGVERSION}
22share/applications/owncloud.desktop 20share/applications/owncloud.desktop
23share/examples/owncloud/sync-exclude.lst 21share/examples/owncloud/sync-exclude.lst
24share/icons/hicolor/128x128/apps/ownCloud_error.png 22share/icons/hicolor/128x128/apps/ownCloud_error.png
25share/icons/hicolor/128x128/apps/ownCloud_error_shared.png 23share/icons/hicolor/128x128/apps/ownCloud_error_shared.png
26share/icons/hicolor/128x128/apps/ownCloud_ok.png 24share/icons/hicolor/128x128/apps/ownCloud_ok.png
27share/icons/hicolor/128x128/apps/ownCloud_ok_shared.png 25share/icons/hicolor/128x128/apps/ownCloud_ok_shared.png
28share/icons/hicolor/128x128/apps/ownCloud_sync.png 26share/icons/hicolor/128x128/apps/ownCloud_sync.png

cvs diff -r1.4 -r1.5 pkgsrc/net/owncloudclient/distinfo (expand / switch to unified diff)

--- pkgsrc/net/owncloudclient/distinfo 2015/11/02 15:52:24 1.4
+++ pkgsrc/net/owncloudclient/distinfo 2015/12/26 00:38:29 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2015/11/02 15:52:24 ryoon Exp $ 1$NetBSD: distinfo,v 1.5 2015/12/26 00:38:29 ryoon Exp $
2 2
3SHA1 (owncloudclient-2.0.2.tar.xz) = 95c0796f8d633e2cb45dcbe515d3f1f093200583 3SHA1 (owncloudclient-2.1.0.tar.xz) = 9ca9d6e3c1711d33b38b6d8a96913e439b8fa772
4RMD160 (owncloudclient-2.0.2.tar.xz) = a7edc3f2e5335746530790e41dfcf15951d0982e 4RMD160 (owncloudclient-2.1.0.tar.xz) = 6e4d37915ba6e37a0f915aff6ebb6b006a28e97f
5SHA512 (owncloudclient-2.0.2.tar.xz) = 69b42ba45f95ed85f7afda586fb213069098ca5f7e779121a2a935066438403dba5e56292329997d955bbefbbafc3fadfed6bf1239ae9f0f90c91455d998c616 5SHA512 (owncloudclient-2.1.0.tar.xz) = 1db9c27fa00b2896799c8ab2ca7b9bed40c5f514e495320234a06d453c703356ddf012eacde9abe9ffb3c29472fedc7e1eac78baae8a43ea743e2c1ab1176b1d
6Size (owncloudclient-2.0.2.tar.xz) = 11518700 bytes 6Size (owncloudclient-2.1.0.tar.xz) = 11749608 bytes