aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
* golang: fix package clean / autoremove, add output whitespaceJeffery To2018-12-12
| | | | | | | | | | | | | | | go 1.11 added modules, which are cached locally. The go developers have decided to make this cache read-only (golang/go#27455), which causes problems with package clean / autoremove (#7635). This adds a call to clear this cache right after building, as currently there is no easy way to hook into autoremove (it may be possible to hook into package clean). This also adds whitespace (blank lines) to certain places in make output, to aid debugging. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* lua-penlight: update to 1.6.0Karl Palsson2018-12-10
| | | | | | | | | | | | | | Full changelog at https://github.com/stevedonovan/Penlight/blob/master/CHANGELOG.md#160-2018-11-23 Interesting changes: * version numbers fixed * import_into includes everything properly * more compat with lua 5.1 Includes a switch to codeload to avoid the git cloning and mirror hashes. Signed-off-by: Karl Palsson <karlp@etactica.com>
* php7-pecl-http: ensure libidnkit is disabledEneas U de Queiroz2018-12-09
| | | | | | Otherwise, configure may pick up the host system library. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* php7: update to 7.2.13Michael Heimpold2018-12-09
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* Merge pull request #7493 from neheb/luajitHannu Nyman2018-12-09
|\ | | | | luajit: Switch to versioned releases
| * luajit: Switch to versioned releasesRosen Penev2018-12-06
| | | | | | | | | | | | Allows to simplify the Makefile Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #7487 from neheb/lsqlHannu Nyman2018-12-09
|\ \ | | | | | | luasql: Update to 2.4.0
| * | luasql: Update to 2.4.0Rosen Penev2018-12-06
| |/ | | | | | | | | | | | | | | Switch to codeload + other adjustments. Removed nico as he seems to no longer be active. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | python-psycopg2: Update to 2.7.6.1Rosen Penev2018-12-08
| | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #7607 from cotequeiroz/python-egenix-mx-base_sourcesHannu Nyman2018-12-08
|\ \ | | | | | | python-egenix-mx-base: use source distribution
| * | python-egenix-mx-base: use source distributionEneas U de Queiroz2018-12-07
| |/ | | | | | | | | | | | | The zip file distribution did not include the source files, and downloaded pre-built binaries from the web. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | Merge pull request #7584 from cretingame/masterHannu Nyman2018-12-08
|\ \ | | | | | | erlang: license corrected
| * | erlang: license correctedArnaud Sautaux2018-12-05
| | | | | | | | | | | | Signed-off-by: Arnaud Sautaux <arnaud.sautaux@infoteam.ch>
* | | node-serialport: copy files, not symlinksEneas U de Queiroz2018-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | This was meant to be included in 93d6d1b, but wasn't. 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. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | node-hid: copy files, not symlinksEneas U de Queiroz2018-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | This was meant to be included in 1e0720e, but wasn't. 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. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | node-cylon: copy files, not symlinksEneas U de Queiroz2018-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | This was meant to be included in 56fe558, but wasn't. 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. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | node-arduino-firmata: copy files, not symlinksEneas U de Queiroz2018-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | This was meant to be included in 6ed62c6, but wasn't. 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. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | python-idna: Update to 2.8Rosen Penev2018-12-06
| |/ |/| | | | | | | | | | | | | Changed URL to pythonhosted one. Some Makefile rearrangements for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | 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