aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
| * | | | | python-six: Update to 1.12.0Rosen Penev2018-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to standard pythonhosted URL. Cosmetic Makefile rearrangements for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | node: Update to 8.14.1Rosen Penev2018-12-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mainly CVE fixes. Added a patch to fix compilation without deprecated OpenSSL APIs. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | node: use system libnghttp2 libuv libhttp-parserEneas U de Queiroz2018-12-24
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Use the openwrt system libraries instead of the ones bundled with node. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | Merge pull request #7692 from neheb/patch-6Hannu Nyman2018-12-21
|\ \ \ \ \ | | | | | | | | | | | | django: Update to 1.11.17
| * | | | | django: Update to 1.11.17Rosen Penev2018-12-16
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added PKG_CPE_ID for proper CVE tracking. Some Makefile rearrangements for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #7711 from neheb/patch-16Hannu Nyman2018-12-21
|\ \ \ \ \ | | | | | | | | | | | | python-service-identity: Update to 18.1.0
| * | | | | python-service-identity: Update to 18.1.0Rosen Penev2018-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched URL to standard one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #7709 from neheb/patch-14Hannu Nyman2018-12-21
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | python-mysql: Update to 1.3.14
| * | | | | python-mysql: Update to 1.3.14Rosen Penev2018-12-17
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #7633 from cotequeiroz/node-mozila-iot-gateway_CPUMarko Ratkaj2018-12-20
|\ \ \ \ \ | |_|/ / / |/| | | | node-mozilla-iot-gateway: fix copy of sqlite3 module directory
| * | | | node-mozilla-iot-gateway: fix copy of sqlite3 modEneas U de Queiroz2018-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use $(CPU) to find sqlite3 module node binding dir. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | Merge pull request #7684 from neheb/patch-4Hannu Nyman2018-12-19
|\ \ \ \ \ | | | | | | | | | | | | tcp: Update to 8.6.9
| * | | | | tcl: Update to 8.6.9Rosen Penev2018-12-17
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #7718 from neheb/patch-23Hannu Nyman2018-12-19
|\ \ \ \ \ | | | | | | | | | | | | python-dpkt: Update to 1.92
| * | | | | python-dpkt: Update to 1.9.2Rosen Penev2018-12-17
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | / golang: update to latest versionJeffery To2018-12-19
| |_|_|/ |/| | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python-requests: Update to 2.21.0Rosen Penev2018-12-17
|/ / / | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | luv: Update to 1.22.0-1Rosen Penev2018-12-15
| | | | | | | | | | | | | | | | | | Switched to tarball and rearranged Makefile for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #7617 from neheb/sipHannu Nyman2018-12-14
|\ \ \ | |_|/ |/| | golang-github-dchest-siphash: Switch to versioned releases
| * | golang-github-dchest-siphash: Switch to versioned releasesRosen Penev2018-12-08
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | 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