aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* libsoc: fix compilation error caused by multiple goals on makeYousong Zhou2018-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Error of the following kind can happen when parallel build with goals "all" and "install" both specified on the command line. Seems like make can parallelly build for both targets causing race conditions make[3]: Entering directory `/tmp/tmp.HIR3tEIqBb/build_dir/target-mips_24kc_musl/libsoc-2016-12-22-5b788d4d' Making all in lib Making install in lib make[4]: Entering directory `/tmp/tmp.HIR3tEIqBb/build_dir/target-mips_24kc_musl/libsoc-2016-12-22-5b788d4d/lib' CC libsoc_la-gpio.lo make[4]: Entering directory `/tmp/tmp.HIR3tEIqBb/build_dir/target-mips_24kc_musl/libsoc-2016-12-22-5b788d4d/lib' CC libsoc_la-spi.lo CC libsoc_la-gpio.lo CC libsoc_la-file.lo CC libsoc_la-i2c.lo CC libsoc_la-spi.lo CC libsoc_la-pwm.lo CC libsoc_la-board.lo CC libsoc_la-file.lo CC libsoc_la-conffile.lo CC libsoc_la-debug.lo CC libsoc_la-pwm.lo CC libsoc_la-conffile.lo CCLD libsoc.la OpenWrt-libtool: link: `libsoc_la-pwm.lo' is not a valid libtool object make[4]: *** [libsoc.la] Error 1 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* Merge pull request #6429 from MikePetullo/gst1-plugins-uglyTed Hess2018-07-08
|\ | | | | gst1-plugins-ugly: update to 1.14.1
| * gst1-plugins-ugly: update to 1.14.1W. Michael Petullo2018-07-08
|/ | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* Merge pull request #6421 from micmac1/gnunet-uclibc-iconvDaniel Golle2018-07-08
|\ | | | | gnunet: fix uclibc build issue
| * gnunet: fix uclibc build issueSebastian Kemper2018-07-08
| | | | | | | | | | | | | | | | | | | | | | | | libmariadb 10.2.x needs to be linked in together with iconv. On glibc and musl iconv is part of libc. But on uclibc libiconv-full needs to be used. gnunet only has access to iconv on uclibc when BUILD_NLS is selected. This commit adds hidden symbol GNUNET_HAS_ICONV_SUPPORT which sorts this out. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | Merge pull request #6422 from micmac1/libzdb-uclibc-iconvHannu Nyman2018-07-08
|\ \ | | | | | | libzdb: fix uclibc build issue
| * | libzdb: fix uclibc build issueSebastian Kemper2018-07-08
| |/ | | | | | | | | | | | | | | | | libmariadb 10.2 needs to be linked in together with iconv. On musl and glibc iconv is part of libc. That's not the case for uclibc, where libiconv-full needs to be used. This commit adds -liconv to the linker flags and aids libzdb in finding libiconv. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | Merge pull request #6419 from micmac1/python-mysql-404Hannu Nyman2018-07-08
|\ \ | | | | | | python-mysql: fix 404 and uclibc build failures
| * | python-mysql: fix uclibc build failureSebastian Kemper2018-07-08
| | | | | | | | | | | | | | | | | | | | | | | | libmariadb 10.2.x needs to be linked in together with iconv. On uclibc iconv is not included in libc and libiconv-full needs to be used. This commit helps python-mysql find the shared library. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | python-mysql: fix download URLSebastian Kemper2018-07-08
| |/ | | | | | | | | | | | | During a previous pull request the PKG_NAME was first changed and then reverted back. But the download URL was not changed accordingly. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | Merge pull request #6418 from micmac1/mariadb-uclibcHannu Nyman2018-07-08
|\ \ | | | | | | mariadb: fix uclibc builds
| * | mariadb: fix uClibc buildsSebastian Kemper2018-07-08
| | | | | | | | | | | | | | | | | | | | | mariadb 10.2.x depends on iconv. glibc and musl include iconv, uclibc does not. So for uclibc builds a depend on libiconv-full is required. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | mariadb: fix CPPFLAGS handlingSebastian Kemper2018-07-08
| |/ | | | | | | | | | | | | The mariadb build system ignores CPPFLAGS. Add them to CFLAGS as a workaround. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* / utils/collectd: run with low priorityMarc Benoit2018-07-08
|/ | | | | | | | | | | | | | | Even on a powerful platform a collectd process' activities are sometimes affecting throoughput and latency. This is a backgroud process, that should not be running with default priority. Even if it is a little deplayed, that is not a worry in this case. The routing should be the main priority, stats collection can wait a bit. Tested on Netgear R7800 Signed-off-by: Marc Benoit <marcb62185@gmail.com> Make niceness more moderate, bump version. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* 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