bugfix update to seafile-6.0.0

This commit is contained in:
kirby 2016-10-17 09:51:20 +00:00
parent 9c7efb7e49
commit a0f978a176
5 changed files with 14 additions and 14 deletions

View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile.inc,v 1.16 2016/08/01 11:38:49 kirby Exp $
# $OpenBSD: Makefile.inc,v 1.17 2016/10/17 09:51:20 kirby Exp $
GH_TAGNAME ?= v5.1.4
GH_TAGNAME ?= v6.0.0
V = ${GH_TAGNAME:S/v//:S/-server//:S/-testing//:S/-latest//}
DISTNAME = ${GH_PROJECT}-${V}

View File

@ -1,2 +1,2 @@
SHA256 (ccnet-5.1.4.tar.gz) = +a1ylHtnFCxxdY7a9N1VQlg0G1aOdDKE/YCVOKdPhmE=
SIZE (ccnet-5.1.4.tar.gz) = 222085
SHA256 (ccnet-6.0.0.tar.gz) = +fh1DiOcM2S66cCp/onKQACAXmiE99hPIjLmAWK+k24=
SIZE (ccnet-6.0.0.tar.gz) = 222118

View File

@ -1,2 +1,2 @@
SHA256 (seafile-client-5.1.4.tar.gz) = dEjTraCWw2UzYjpGCg7NEuAr8IHDe3vI89b8374Us48=
SIZE (seafile-client-5.1.4.tar.gz) = 2130085
SHA256 (seafile-client-6.0.0.tar.gz) = BqMrDONKt/DvKYUg+e9LJMG5xMLlqNjySMxETva9BUQ=
SIZE (seafile-client-6.0.0.tar.gz) = 2131535

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-src_seafile-applet_cpp,v 1.7 2016/06/16 16:35:51 kirby Exp $
$OpenBSD: patch-src_seafile-applet_cpp,v 1.8 2016/10/17 09:51:20 kirby Exp $
Disable checking for updates.
--- src/seafile-applet.cpp.orig Fri Apr 29 07:32:14 2016
+++ src/seafile-applet.cpp Wed May 11 09:40:47 2016
--- src/seafile-applet.cpp.orig Sun Oct 16 22:31:21 2016
+++ src/seafile-applet.cpp Sun Oct 16 22:32:24 2016
@@ -376,10 +376,6 @@ void SeafileApplet::onDaemonStarted()
configurator_->installCustomUrlHandler();
#endif
@ -12,6 +12,6 @@ Disable checking for updates.
- checkLatestVersionInfo();
- }
-
OpenLocalHelper::instance()->checkPendingOpenLocalRequest();
QTimer::singleShot(kIntervalForUpdateRepoProperty,
QString value;
if (seafApplet->rpcClient()->seafileGetConfig("client_name", &value) < 0 || value.isEmpty()) {
// We do this because clients before 6.0 don't set the "client_name" option.

View File

@ -1,2 +1,2 @@
SHA256 (seafile-5.1.4.tar.gz) = QLMcQt+3RSGnvoVoxkpNmeQ3EcGuqIiCIOqUuUZWPSM=
SIZE (seafile-5.1.4.tar.gz) = 1147765
SHA256 (seafile-6.0.0.tar.gz) = Y7z4qxICOMjnWsoD/BI0E//cf7sngyKeQzI2k7Y1Yo0=
SIZE (seafile-6.0.0.tar.gz) = 1154298