aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* lighttpd: fix CONFIGURE_ARGSSebastian Kemper2018-07-13
| | | | | | | | | | With the current layout CONFIGURE_ARGS can end up like this: --with-mysql --without-mysql To avoid that join the ifneqs of the two mysql related plugins. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* Merge pull request #6417 from MikePetullo/gst1-plugins-goodHannu Nyman2018-07-08
|\ | | | | gst1-plugins-good: update to 1.14.1
| * gst1-plugins-good: update to 1.14.1W. Michael Petullo2018-07-07
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | Merge pull request #6416 from MikePetullo/gst1-plugins-baseHannu Nyman2018-07-08
|\ \ | | | | | | gst1-plugins-base: update to 1.14.1
| * | gst1-plugins-base: update to 1.14.1W. Michael Petullo2018-07-07
| |/ | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | Merge pull request #6415 from MikePetullo/gstreamer1Hannu Nyman2018-07-08
|\ \ | |/ |/| gstreamer1: update to 1.14.1
| * gstreamer1: update to 1.14.1W. Michael Petullo2018-07-07
|/ | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* Merge pull request #6414 from tru7/libfmtHannu Nyman2018-07-07
|\ | | | | libfmt: bump to new release 5.1.0
| * libfmt: bump to new release 5.1.0Othmar Truniger2018-07-07
|/ | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* Merge pull request #6229 from sartura/dhcpcd_bump_to_7.0.5Hannu Nyman2018-07-07
|\ | | | | dhcpcd: bump to 7.0.5
| * dhcpcd: bump to 7.0.5Marko Ratkaj2018-06-08
| | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | Merge pull request #5646 from neheb/libnetHannu Nyman2018-07-07
|\ \ | | | | | | libnet: Change PKG_SOURCE_URL to use @SF macro.
| * | libnet: Change PKG_SOURCE_URL to use @SF macro.Rosen Penev2018-07-07
| | | | | | | | | | | | | | | | | | More flexible with more mirrors. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #6313 from neheb/sispmctlHannu Nyman2018-07-07
|\ \ \ | | | | | | | | sispmctl: Update to 4.0
| * | | sispmctl: Update to 4.0Rosen Penev2018-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched from git to tarball. There seems to be no activity since release 4.0. Removed unneeded patches. Added a library package since it seems to be required now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #6365 from neheb/patch-3Hannu Nyman2018-07-07
|\ \ \ \ | | | | | | | | | | fdm: Switch to GitHub releases.
| * | | | fdm: Switch to GitHub releases.Rosen Penev2018-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sourceforge link went away. The GitHub mirror also has the wrong path. Replaced compatibility patches with upstream solution. Also added an OpenSSL 1.1.0 compile fix. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #6202 from cotequeiroz/seafile_openssl-1.1Hannu Nyman2018-07-07
|\ \ \ \ \ | | | | | | | | | | | | seafile: upgrade to 6.3.0
| * | | | | 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>
| * | | | | pyjwt: add new packageEneas U de Queiroz2018-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | JSON Web Token implementation in Python. This package is a direct dependency of python-requests-oauthlib, a dependency of seafile-seahub. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | python-oauthlib: add new packageEneas U de Queiroz2018-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A generic, spec-compliant, thorough implementation of the OAuth request-signing logic. This package is a direct dependency of python-requests-oauthlib, a dependency of seafile-seahub. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | python-requests-oauthlib: add new packageEneas U de Queiroz2018-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OAuthlib authentication support for Requests. This package is a direct dependency of seafile-seahub. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | python-certifi: add new packageEneas U de Queiroz2018-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python package for providing Mozilla's CA Bundle. This package is a direct dependency of python-requests, a dependency of seafile-seahub. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | python-requests: add new packageEneas U de Queiroz2018-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HTTP library for Python. This package is a direct dependency of seafile-seahub. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | python-qrcode: add new packageEneas U de Queiroz2018-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QR Code image generator. This package is a direct dependency of seafile-seahub. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | django-webpack-loader: add new packageEneas U de Queiroz2018-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Transparently use webpack with django. This package is a direct dependency of seafile-seahub. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | django-ranged-response: add new packageEneas U de Queiroz2018-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modified Django FileResponse that adds Content-Range headers. This package is a direct dependency of django-simple-captcha, a dependency of seafile-seahub. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | django-simple-captcha: add new packageEneas U de Queiroz2018-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A very simple, yet powerful, Django captcha application. This package is a direct dependency of seafile-seahub. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | django-formtools: add new packageEneas U de Queiroz2018-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A set of high-level abstractions for Django forms. This package is a direct dependency of seafile-seahub. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | seafile-ccnet: fixed deprecated API patchEneas U de Queiroz2018-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RSA key generation failure check was backwards. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | seafile-seahub: added new python dependenciesEneas U de Queiroz2018-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several required dependencies were added: django-formtools django-simple-captcha django-webpack-loader python-qrcode python-requests python-requests-oauthlib 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>
| * | | | | seafile-seahub: bump to 6.3.0Eneas U de Queiroz2018-06-06
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | seafile-ccnet: bump to 6.3.0Eneas U de Queiroz2018-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added patch to remove openssl 1.1 deprecated API. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | libsearpc: bump to version 3.0.8Eneas U de Queiroz2018-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even though there's no git tag, configure.ac sets that version number. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | Merge pull request #6279 from neheb/patch-19Hannu Nyman2018-07-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | lzmq: Update to 0.4.4
| * | | | | | lzmq: Update to 0.4.4Rosen Penev2018-06-11
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #6270 from neheb/patch-24Hannu Nyman2018-07-07
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | yunbridge: Swich to 1.6.0
| * | | | | | | yunbridge: Swich to 1.6.0Rosen Penev2018-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a stable release which is one revision higher than what it was previously. Adjusted the Makefile to track the stable release. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #6251 from neheb/patch-12Hannu Nyman2018-07-07
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | esniper: Update to 2.33.0
| * | | | | | | | esniper: Update to 2.33.0Rosen Penev2018-06-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #6249 from neheb/patch-10Hannu Nyman2018-07-07
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | apr-util: Update to 1.6.1
| * | | | | | | | | apr-util: Update to 1.6.1Rosen Penev2018-06-09
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #6230 from sartura/sysstat_bump_to_11.6.4Hannu Nyman2018-07-07
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | sysstat: bump to 11.6.4
| * | | | | | | | | sysstat: bump to 11.6.4Marko Ratkaj2018-06-08
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | | | | Merge pull request #6221 from neheb/patch-5Hannu Nyman2018-07-07
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | zsh: Update to 5.5.1
| * | | | | | | | | zsh: Update to 5.5.1Rosen Penev2018-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #6218 from neheb/patch-2Hannu Nyman2018-07-07
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | apr: Update to 1.6.3
| * | | | | | | | | | apr: Update to 1.6.3Rosen Penev2018-06-07
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>