diff options
author | ryoon <ryoon> | 2015-08-05 15:17:21 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2015-08-05 15:17:21 +0000 |
commit | d2e1dd3fa90b3dea85a40d9990a9b7aa6b2c6bde (patch) | |
tree | c2533725f14607a87ca5d7421ca1c9ac2fedc568 /net/owncloudclient | |
parent | 993b3ff09715fc0667ce9dee95f9efcd2d45a400 (diff) | |
download | pkgsrc-d2e1dd3fa90b3dea85a40d9990a9b7aa6b2c6bde.tar.gz |
Update to 1.8.4
Chagelog:
Release 1.8.4 July 13th 2015
Release to ship a security release of openSSL. No source changes of the ownCloud Client code.
Release 1.8.3 June 23th 2015
Fix a bug in the Windows Installer that could crash explorer (#3320)
Reduce 'Connection closed' errors (#3318, #3313, #3298)
Ignores: Force a remote discovery after ignore list change (#3172)
Shibboleth: Avoid crash by letting the webview use its own QNAM (#3359)
System Ignores: Removed *.tmp from system ignore again. If a user wants to ignore *.tmp, it needs to be added to the user ignore list.
Release 1.8.2 (retracted) June 8th 2015
Improve reporting of server error messages (#3220)
Discovery: Ignore folders with any 503 (#3113)
Wizard: Show server error message if possible (#3220)
QNAM: Fix handling of mitm cert changes (#3283)
Win32: Installer translations added (#3277)
Win32: Allow concurrent OEM (un-)installers (#3272)
Win32: Make Setup/Update Mutex theme-unique (#3272)
HTTP: Add the branding name to the UserAgent string
ConnectonValidator: Always run with new credentials (#3266)
Recall Feature: Admins can trigger an upload of a file from client to server again (#3246)
Propagator: Add 'Content-Length: 0' header to MKCOL request (#3256)
Switch on checksum verification through branding or config
Add ability for checksum verification of up and download
Fix opening external links for some labels (#3135)
AccountState: Run only a single validator, allow error message overriding (#3236, #3153)
SyncJournalDB: Minor fixes and simplificatons
SyncEngine: Force re-read of folder Etags for upgrades from 1.8.0 and 1.8.1
Propagator: Limit length of temporary file name (#2789)
ShareDialog: Password ui fixes (#3189)
Fix startup hang by removing QSettings lock file (#3175)
Wizard: Allow SSL cert dialog to show twice (#3168)
ProtocolWidget: Fix rename message (#3210)
Discovery: Test better, treat invalid hrefs as error (#3176)
Propagator: Overwrite local data only if unchanged (#3156)
ShareDialog: Improve error reporting for share API fails
OSX Updater: Only allow updates only if in /Applications (#2931)
Wizard: Fix lock icon (#1447)
Fix compilation with GCC 5
Treat any 503 error as temporary (#3113)
Work around for the Qt PUT corruption bug (#2425)
OSX Shell integration: Optimizations
Windows Shell integration: Optimizations
Diffstat (limited to 'net/owncloudclient')
-rw-r--r-- | net/owncloudclient/Makefile | 4 | ||||
-rw-r--r-- | net/owncloudclient/PLIST | 3 | ||||
-rw-r--r-- | net/owncloudclient/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/net/owncloudclient/Makefile b/net/owncloudclient/Makefile index 3aff460e933..a1791929905 100644 --- a/net/owncloudclient/Makefile +++ b/net/owncloudclient/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2015/06/23 13:28:35 ryoon Exp $ +# $NetBSD: Makefile,v 1.5 2015/08/05 15:17:21 ryoon Exp $ -DISTNAME= owncloudclient-1.8.1 +DISTNAME= owncloudclient-1.8.4 CATEGORIES= net MASTER_SITES= https://download.owncloud.com/desktop/stable/ EXTRACT_SUFX= .tar.xz diff --git a/net/owncloudclient/PLIST b/net/owncloudclient/PLIST index 9edf07f290f..d086855133f 100644 --- a/net/owncloudclient/PLIST +++ b/net/owncloudclient/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2015/06/23 13:28:35 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.3 2015/08/05 15:17:21 ryoon Exp $ bin/owncloud bin/owncloudcmd include/httpbf.h @@ -102,6 +102,7 @@ share/owncloud/i18n/client_gl.qm share/owncloud/i18n/client_hu.qm share/owncloud/i18n/client_it.qm share/owncloud/i18n/client_ja.qm +share/owncloud/i18n/client_nb_NO.qm share/owncloud/i18n/client_nl.qm share/owncloud/i18n/client_pl.qm share/owncloud/i18n/client_pt.qm diff --git a/net/owncloudclient/distinfo b/net/owncloudclient/distinfo index 434bf7fb37a..a29a216de26 100644 --- a/net/owncloudclient/distinfo +++ b/net/owncloudclient/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2015/06/23 13:28:35 ryoon Exp $ +$NetBSD: distinfo,v 1.3 2015/08/05 15:17:21 ryoon Exp $ -SHA1 (owncloudclient-1.8.1.tar.xz) = 55bf371011f2bea2d569c9d606b06cfa881fe170 -RMD160 (owncloudclient-1.8.1.tar.xz) = ba93f52a758eb91f5b9c4d624d9fae93257bd151 -Size (owncloudclient-1.8.1.tar.xz) = 11343868 bytes +SHA1 (owncloudclient-1.8.4.tar.xz) = a73e2d1d8b8048115f2e787c0dac11ca7f2a33f7 +RMD160 (owncloudclient-1.8.4.tar.xz) = 165bf71a20657f106b1f15e4c113f5ec548e5708 +Size (owncloudclient-1.8.4.tar.xz) = 11371640 bytes |