aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
* Merge pull request #6720 from cotequeiroz/node-_update-npmHannu Nyman2018-12-06
|\ | | | | Node-{arduino-firmata,cylon,hid,serialport}: fix npm installation
| * node-serialport: fix issues with node 8.11.3Eneas U de Queiroz2018-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | Get node version from node executable instead of keeping it hardcoded to the Makefile. Current version of npm install installs a link to the build directory. The workaround is to use npm pack to make a tarball and install from that. npm also adds useless metadata to package.json exposing PKG_BUILD_DIR, so it needs to be stripped. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * node-hid: fix issues with node 8.11.3Eneas U de Queiroz2018-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | Get node version from node executable instead of keeping it hardcoded to the Makefile. Current version of npm install installs a link to the build directory. The workaround is to use npm pack to make a tarball and install from that. npm also adds useless metadata to package.json exposing PKG_BUILD_DIR, so it needs to be stripped. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * node-cylon: fix issues with node 8.11.3Eneas U de Queiroz2018-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | Get node version from node executable instead of keeping it hardcoded to the Makefile. Current version of npm install installs a link to the build directory. The workaround is to use npm pack to make a tarball and install from that. npm also adds useless metadata to package.json exposing PKG_BUILD_DIR, so it needs to be stripped. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * node-arduino-firmata: fix issues with node 8.11.3Eneas U de Queiroz2018-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | Get node version from node executable instead of keeping it hardcoded to the Makefile. Current version of npm install installs a link to the build directory. The workaround is to use npm pack to make a tarball and install from that. npm also adds useless metadata to package.json exposing PKG_BUILD_DIR, so it needs to be stripped. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | Merge pull request #7491 from neheb/luasecHannu Nyman2018-12-06
|\ \ | | | | | | luasec: Update to 0.7
| * | luasec: Update to 0.7Rosen Penev2018-11-20
| | | | | | | | | | | | | | | | | | | | | | | | Switched to codeload to keep a sane source name. Backported a few useful patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #7578 from cotequeiroz/django-simple-captcha_PyPackageHannu Nyman2018-12-06
|\ \ \ | | | | | | | | django-simple-captcha: use PyPackage to build
| * | | django-simple-captcha: use PyPackage to buildEneas U de Queiroz2018-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated Makefile to use PyPackage, added option to build source package, and updated PKG_SOURCE_URL. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | Merge pull request #7579 from cotequeiroz/django-webpack-loader_PyPackageHannu Nyman2018-12-06
|\ \ \ \ | | | | | | | | | | django-webpack-loader: use PyPackage to build
| * | | | django-webpack-loader: use PyPackage to buildEneas U de Queiroz2018-12-05
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Updated Makefile to use PyPackage, added option to build source package, and updated PKG_SOURCE_URL. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | Merge pull request #7577 from cotequeiroz/django-ranged-response_PyPackageHannu Nyman2018-12-06
|\ \ \ \ | | | | | | | | | | django-ranged-response: use PyPackage to build
| * | | | django-ranged-response: use PyPackage to buildEneas U de Queiroz2018-12-05
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Updated Makefile to use PyPackage, added option to build source package, and updated PKG_SOURCE_URL. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | Merge pull request #7576 from cotequeiroz/django-formtools_PyPackageHannu Nyman2018-12-06
|\ \ \ \ | | | | | | | | | | django-formtools: use PyPackage to build
| * | | | django-formtools: use PyPackage to buildEneas U de Queiroz2018-12-05
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Updated Makefile to use PyPackage, added option to build source package, and updated PKG_SOURCE_URL. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | Merge pull request #7580 from cotequeiroz/pyjwt-1.7.0Hannu Nyman2018-12-06
|\ \ \ \ | | | | | | | | | | pyjwt: Bump to version 1.7.0 -- python-requests-oauthlib: use PyPackage
| * | | | python-requests-oauthlib: use PyPackage to buildEneas U de Queiroz2018-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated Makefile to use PyPackage, added option to build source package, updated PKG_SOURCE_URL, and adpated to python-pyjwt new package name. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | pyjwt: Bump to version 1.7.0, add ptyhon3Eneas U de Queiroz2018-12-05
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 1.7.0 brings compatibility with python 3.7. As a result of building a python3 version, the python2 package name was changed from pyjwt to python-pyjwt. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | Merge pull request #7582 from cotequeiroz/python-requests_PyPackageHannu Nyman2018-12-06
|\ \ \ \ | | | | | | | | | | python-requests: use PyPackage to build
| * | | | python-requests: use PyPackage to buildEneas U de Queiroz2018-12-05
| |/ / / | | | | | | | | | | | | | | | | | | | | Updated Makefile to use PyPackage, added option to build source package. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | Merge pull request #7583 from cotequeiroz/python-certifi-2018.11.29Hannu Nyman2018-12-06
|\ \ \ \ | | | | | | | | | | python-certifi: Update to 2018.11.29, add python3
| * | | | python-certifi: Update to 2018.11.29, add python3Eneas U de Queiroz2018-12-05
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Package was upgraded to current version, and the python3 variant was added. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | Merge pull request #7581 from cotequeiroz/python-oauthlib_python3Hannu Nyman2018-12-06
|\ \ \ \ | | | | | | | | | | python-oauthlib: add python3 package
| * | | | python-oauthlib: add python3 packageEneas U de Queiroz2018-12-05
| |/ / / | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* / / / pytz: fix host-compile dependencyEneas U de Queiroz2018-12-05
|/ / / | | | | | | | | | | | | | | | Add HOST_BUILD_DEPENDS=python/host Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | perl: update to 5.28.1Philip Prindeville2018-12-03
| | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | Merge pull request #7534 from neheb/patch-3Hannu Nyman2018-12-02
|\ \ \ | | | | | | | | pytz: Add python/host to BUILD_DEPENDS
| * | | pytz: Add python/host to BUILD_DEPENDS Rosen Penev2018-11-27
| | | | | | | | | | | | | | | | | | | | Buildbots occasionally fail because of this. Travis also seems to try to build this before python. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | python-crypgoraphy: Update to 2.4.2Rosen Penev2018-12-01
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #7475 from miska/mozillaMarko Ratkaj2018-11-30
|\ \ \ \ | | | | | | | | | | node-mozilla-iot-gateway: Cleanup init script
| * | | | node-mozilla-iot-gateway: Cleanup init scriptMichal Hrusecky2018-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrates to procd (and fixes actual shutdown of the service) and also avoids writing log to roots home directory by using system log. Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
* | | | | Merge pull request #7486 from neheb/wspiHannu Nyman2018-11-28
|\ \ \ \ \ | | | | | | | | | | | | lua-wsapi: Update to 1.7
| * | | | | lua-wsapi: Update to 1.7Rosen Penev2018-11-20
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Switched to codeload + other adjustments. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #7485 from neheb/xavaHannu Nyman2018-11-28
|\ \ \ \ \ | | | | | | | | | | | | lua-xavante: Update to 2.4.0
| * | | | | lua-xavante: Update to 2.4.0Rosen Penev2018-11-20
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Switched to codeload + other adjustments. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #7497 from neheb/copasHannu Nyman2018-11-28
|\ \ \ \ \ | | | | | | | | | | | | lua-copas: Update to 2.0.2
| * | | | | lua-copas: Update to 2.0.2Rosen Penev2018-11-27
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Switched to codeload + other adjustments. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #7498 from neheb/benHannu Nyman2018-11-28
|\ \ \ \ \ | | | | | | | | | | | | lua-bencode: Switch to 2.2.0
| * | | | | lua-bencode: Switch to 2.2.0Rosen Penev2018-11-21
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Minor adjustments for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #7489 from neheb/modHannu Nyman2018-11-28
|\ \ \ \ \ | |_|/ / / |/| | | | lua-mobdebug: Update to 0.70
| * | | | lua-mobdebug: Update to 0.70Rosen Penev2018-11-20
| |/ / / | | | | | | | | | | | | | | | | | | | | Switched to codeload + other adjustments. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #7432 from neheb/nodeHannu Nyman2018-11-25
|\ \ \ \ | | | | | | | | | | node: Update to 8.12.0
| * | | | node: Update to 8.12.0Rosen Penev2018-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes several CVEs. Added PKG_CPE_ID for proper CVE tracking. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #7352 from neheb/patch-2Hannu Nyman2018-11-24
|\ \ \ \ \ | | | | | | | | | | | | MarkupSafe: Update to 1.1.0
| * | | | | MarkupSafe: Update to 1.1.0Rosen Penev2018-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most interesting: Use newer CPython API on Python 3, resulting in a 1.5x speedup. Switched to a standard URL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #7385 from neheb/patch-6Hannu Nyman2018-11-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | Jinja2: Update to 2.10
| * | | | | | Jinja2: Update to 2.10Rosen Penev2018-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch URL to a deterministic one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #7384 from neheb/patch-4Hannu Nyman2018-11-24
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Flask: Update to 1.0.2
| * | | | | | Flask: Update to 1.0.2Rosen Penev2018-11-10
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | Update URL to a deterministic one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | / / node-mozilla-iot-gateway: add README.mdMarko Ratkaj2018-11-20
| |_|_|/ / |/| | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>