aboutsummaryrefslogtreecommitdiff
path: root/net/seafile-server/patches
Commit message (Collapse)AuthorAge
* seafile-server: Update to 6.3.4Rosen Penev2018-11-13
| | | | | | Switched to codeload for simplicity and easier package bumping. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* seafile-server: avoid error creating superuserEneas U de Queiroz2018-06-27
| | | | | | | Make sure ccnet-server is running during the final setup step to avoid an error creating django superuser Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* seafile-server: Fix SystemInfo table in sqlite db.Eneas U de Queiroz2018-06-22
| | | | | | | Added a patch applied upstream. - Fix that table SystemInfo can't be created in sqlite db. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* seafile-server: bump to 6.3.0Eneas U de Queiroz2018-06-11
| | | | | | Added patch to remove openssl 1.1 deprecated API. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* treewide: replace $(STAGING_DIR)/host and $(HOST_BUILD_PREFIX) with ↵Matthias Schiffer2017-01-10
| | | | | | | | | | | | | | | | | | $(STAGING_DIR_HOSTPKG) As both LEDE and OpenWrt have STAGING_DIR_HOSTPKG now, we can start to rely on it. See 73b7f55424de52d8179a9ad808252fe3bf8dcc9d for more information on STAGING_DIR_HOSTPKG. STAGING_DIR_HOSTPKG won't actually be changed before the first LEDE release (it is equivalent to $(STAGING_DIR)/host), so this simple search/replace cleanup is safe to apply. Doing this cleanup now will be useful for the Gluon project (an OpenWrt/LEDE based firmware framework) for experimenting with modifying STAGING_DIR_HOSTPKG before doing this in the LEDE upstream. Also fixes a typo in the dbus Makefile ("STAGIND_DIR"). Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* seafile-server: add config options for extra featuresGergely Kiss2016-08-24
| | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* seafile-server: fix patch fileGergely Kiss2016-08-24
| | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* seafile: fix path of host built valacGergely Kiss2016-08-24
| | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* seafile: import version 5.1.1 and its dependenciesGergely Kiss2016-08-24
| | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* seafile-server: fix libevent2 includesGergely Kiss2015-09-14
| | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* seafile-server: fix libevent2 include pathsGergely Kiss2015-09-04
| | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* seafile: build against libevhtp 1.1 instead of 1.2Gergely Kiss2015-06-14
| | | | | | This fixes multiple issues like upload/download problems on seahub and also makes it possible to use the new HTTP syncing feature which doesn't work with libevhtp 1.2.10 at all.
* seafile: deleted outdated patchGergely Kiss2015-02-20
| | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* seafile-server: fix fastcgi mode settings in seafile-admin scriptGergely Kiss2014-12-22
| | | | | | | | * Use the correct path for the pidfile * Start a multithreaded daemon instead of pre-forking worker processes. This avoids consuming too much memory and makes context switches faster Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* seafile: import seafile-server package and its dependenciesGergely Kiss2014-12-16
Signed-off-by: Gergely Kiss <mail.gery@gmail.com> Tested-by: Gergely Kiss <mail.gery@gmail.com>