Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 777BC7A26E for ; Sun, 25 Sep 2016 13:19:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2799A85EF4; Sun, 25 Sep 2016 13:19:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AB26485EE0 for ; Sun, 25 Sep 2016 13:19:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 03L5tko0jUJC for ; Sun, 25 Sep 2016 13:19:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0DE3385E84 for ; Sun, 25 Sep 2016 13:19:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 090B7FBD1; Sun, 25 Sep 2016 13:19:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1474809587144270" MIME-Version: 1.0 Date: Sun, 25 Sep 2016 13:19:47 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/net/owncloudclient To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20160925131947.090B7FBD1@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1474809587144270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sun Sep 25 13:19:46 UTC 2016 Modified Files: pkgsrc/net/owncloudclient: Makefile distinfo Log Message: Update to 2.2.3 Changelog: Release 2.2.3 August 8th 2016 SyncEngine: Fix detection of backup (#5104) Fix bug with overriding URL in config (#5016) Sharing: Fix bug with file names containing percent encodes (#5042, #5043) Sharing: Permissions for federated shares on servers >=9.1 (#4996, #5001) Overlays: Fix issues with file name casing on OS X and Windows Windows: Skip symlinks and junctions again (#5019) Only accept notification API Capability if endpoint is OCS-enabled (#5034) Fix windows HiDPI (#4994) SocketAPI: Use different pipe name to avoid unusual delay (#4977) Tray: Add minimal mode as workaround and testing tool for Linux issues (#4985, #4990) owncloudcmd: Fix --exclude regression #4979 Small memleak: Use the full file stat destructors (#4992) Fix small QAction memleak (#5008) Fix crash on shutting down during propagation (#4979) Decrease memory usage during sync (#4979) Fix a deadlock when shutting down during discovery (#4993) Setup csync logging earlier to get all log output (#4991) Enable Shibboleth debug view with OWNCLOUD_SHIBBOLETH_DEBUG env Release 2.2.2 June 21st 2016 Excludes: Don't redundantly add the same exclude files (#4967, #4988) Excludes: Only log if the pattern was really logged. (#4989) Release 2.2.1 June 6th 2016 Fix out of memory error when too many uploads happen (#4611) Fix display errors in progress display (#4803, #4856) LockWatcher: Remember to upload files after they become unlocked (#4865) Fix overlay icons for files with umlauts (#4884) Certs: Re-ask for different cert after rejection (#4898, #4911) Progress: Don't count items without propagation jobs (#4856, #4910) Utility: Fix for the translation of minutes, second (#4855) SyncEngine: invalid the blacklist entry when the rename destination change Several fixes to speed up reconnect after connection changes Updater: Fix small memory leak Linux: Revert forced HiDPI detection settings (#4840, #4861) Release 2.2.0 May 12th 2016 Overlay icons: Refactoring - mainly for performance improvements Improved error handling with Sync Journal on USB storages (#4632) Sharing Completion: Improved UI of completion in sharing from desktop. (#3737) Show server notifications on the client (#3733) Improved Speed with small files by dynamic parallel request count (#4529) LockWatcher: Make sure to sync files after apps released exclusive locks on Windows. Improved handling of Win32 file locks and network files Workaround Ubuntu 16.04 tray icon bug (#4693) Removed the Alias field from the folder definition (#4695) Improved netrc parser (#4691) Improved user notifications about ignored files and conflicts (#4761, #3222) Add warnings for old server versions (#4523) Enable tranportation checksums if the server supports based on server capabilities (#3735) Default Chunk-size changed to 10MB (#4354) Documentation Improvements, ie. about overlay icons Translation fixes Countless other bugfixes Sqlite Update to recent version Update of QtKeyChain to support Windows credential store To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/owncloudclient/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/owncloudclient/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1474809587144270 Content-Disposition: inline Content-Length: 1757 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/owncloudclient/Makefile diff -u pkgsrc/net/owncloudclient/Makefile:1.11 pkgsrc/net/owncloudclient/Makefile:1.12 --- pkgsrc/net/owncloudclient/Makefile:1.11 Mon Apr 11 19:02:01 2016 +++ pkgsrc/net/owncloudclient/Makefile Sun Sep 25 13:19:46 2016 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2016/04/11 19:02:01 ryoon Exp $ +# $NetBSD: Makefile,v 1.12 2016/09/25 13:19:46 ryoon Exp $ -DISTNAME= owncloudclient-2.1.1 -PKGREVISION= 1 +DISTNAME= owncloudclient-2.2.3 CATEGORIES= net MASTER_SITES= https://download.owncloud.com/desktop/stable/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/net/owncloudclient/distinfo diff -u pkgsrc/net/owncloudclient/distinfo:1.6 pkgsrc/net/owncloudclient/distinfo:1.7 --- pkgsrc/net/owncloudclient/distinfo:1.6 Mon Mar 21 11:36:13 2016 +++ pkgsrc/net/owncloudclient/distinfo Sun Sep 25 13:19:46 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2016/03/21 11:36:13 ryoon Exp $ +$NetBSD: distinfo,v 1.7 2016/09/25 13:19:46 ryoon Exp $ -SHA1 (owncloudclient-2.1.1.tar.xz) = 456cc73ad3deec5dd512c0b52e316395038bd09b -RMD160 (owncloudclient-2.1.1.tar.xz) = 05507dfab485d47170aaab10b771cf8598d43a09 -SHA512 (owncloudclient-2.1.1.tar.xz) = 62cd22c1c7119cc2269537ab562072bffa1a968b720263810f35b58722bac5b370b7b7ae6ec6fd3e9778bd996c8e4b0b91c34c1a3b533e1a60853963a8de5e19 -Size (owncloudclient-2.1.1.tar.xz) = 11920024 bytes +SHA1 (owncloudclient-2.2.3.tar.xz) = b1434b445dc656ca7b90f6452994efdb59781d01 +RMD160 (owncloudclient-2.2.3.tar.xz) = ac18451135f15e5747f0308c733a07a48f2f6777 +SHA512 (owncloudclient-2.2.3.tar.xz) = 71be325e5d6177a767dc61b043bd6126b5b7a492a2a777c0179c2dbb77bf6104e26fce92734a6d4bfcc7b9c451026e86a2f44d39869e9451f21b0e534c26e189 +Size (owncloudclient-2.2.3.tar.xz) = 12215320 bytes --_----------=_1474809587144270--