bugfix update to seafile-4.3.3

regen patches while here
This commit is contained in:
kirby 2015-09-14 12:56:15 +00:00
parent f7c7382984
commit e472afc19f
7 changed files with 20 additions and 20 deletions

View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile.inc,v 1.7 2015/09/11 21:28:53 kirby Exp $
# $OpenBSD: Makefile.inc,v 1.8 2015/09/14 12:56:15 kirby Exp $
GH_TAGNAME ?= v4.3.3
GH_TAGNAME ?= v4.3.4
V = ${GH_TAGNAME:S/v//:S/-server//:S/-testing//:S/-latest//}
DISTNAME = ${GH_PROJECT}-${V}

View File

@ -1,2 +1,2 @@
SHA256 (ccnet-4.3.3.tar.gz) = p4hVaAmdBkNbvedIurGBFTutoX6klo5uHkqRx9BkZoQ=
SIZE (ccnet-4.3.3.tar.gz) = 219485
SHA256 (ccnet-4.3.4.tar.gz) = E41t6SOIRAzjePySPFBnS4D4I+PSOWJU3Gxg2l2vKgk=
SIZE (ccnet-4.3.4.tar.gz) = 219793

View File

@ -1,2 +1,2 @@
SHA256 (seafile-client-4.3.3.tar.gz) = MyNIo99gkSAFWX88TL/0ZgizCg5kD9suAdS4inapQMs=
SIZE (seafile-client-4.3.3.tar.gz) = 2044872
SHA256 (seafile-client-4.3.4.tar.gz) = VFCkOquPT3BZHCGbMFiZhmTJmjvxRtd0ArRoAP70ik4=
SIZE (seafile-client-4.3.4.tar.gz) = 2044883

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-src_seafile-applet_cpp,v 1.2 2015/04/06 20:59:47 kirby Exp $
$OpenBSD: patch-src_seafile-applet_cpp,v 1.3 2015/09/14 12:56:15 kirby Exp $
Disable checking for updates.
--- src/seafile-applet.cpp.orig Fri Mar 27 10:28:30 2015
+++ src/seafile-applet.cpp Sun Apr 5 21:15:29 2015
@@ -318,10 +318,6 @@ void SeafileApplet::onDaemonStarted()
--- src/seafile-applet.cpp.orig Fri Sep 11 05:34:58 2015
+++ src/seafile-applet.cpp Mon Sep 14 12:27:17 2015
@@ -380,10 +380,6 @@ void SeafileApplet::onDaemonStarted()
configurator_->installCustomUrlHandler();
#endif

View File

@ -1,2 +1,2 @@
SHA256 (seafile-4.3.3.tar.gz) = eZe0nnjrYhq4um/33wvl4C3DmGlyoE+DkNDpi/X+C90=
SIZE (seafile-4.3.3.tar.gz) = 1135069
SHA256 (seafile-4.3.4.tar.gz) = VyuNIGIMq74SRkrLFGlL9tEROwGXdvI8eDTgrBV/w2A=
SIZE (seafile-4.3.4.tar.gz) = 1135031

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-daemon_Makefile_am,v 1.3 2015/07/07 08:44:42 kirby Exp $
--- daemon/Makefile.am.orig Thu Jun 25 12:57:57 2015
+++ daemon/Makefile.am Sun Jun 28 17:38:47 2015
@@ -126,7 +126,7 @@ seaf_daemon_SOURCES = seaf-daemon.c $(common_src)
$OpenBSD: patch-daemon_Makefile_am,v 1.4 2015/09/14 12:56:15 kirby Exp $
--- daemon/Makefile.am.orig Fri Sep 11 05:39:32 2015
+++ daemon/Makefile.am Mon Sep 14 12:06:03 2015
@@ -132,7 +132,7 @@ seaf_daemon_SOURCES = seaf-daemon.c $(common_src)
seaf_daemon_LDADD = $(top_builddir)/lib/libseafile_common.la \
@LIB_INTL@ \

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-daemon_http-tx-mgr_c,v 1.1 2015/07/07 08:44:42 kirby Exp $
--- daemon/http-tx-mgr.c.orig Sun Jun 28 17:42:58 2015
+++ daemon/http-tx-mgr.c Sun Jun 28 17:45:34 2015
@@ -57,6 +57,10 @@
$OpenBSD: patch-daemon_http-tx-mgr_c,v 1.2 2015/09/14 12:56:15 kirby Exp $
--- daemon/http-tx-mgr.c.orig Fri Sep 11 05:39:32 2015
+++ daemon/http-tx-mgr.c Mon Sep 14 12:06:03 2015
@@ -58,6 +58,10 @@
#define USER_AGENT_OS "Linux"
#endif