aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
* | | | | | | | php7: update to 7.2.14Michael Heimpold2019-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While at, add --with-pic to configure arguments. This prevents the following build errors spotted by the build bots for i386 targets: -snip- ... ext/openssl/.libs/openssl.o: direct GOT relocation R_386_GOT32X against `X509_REQ_free' without base register can not be used when making a shared object ... -snap- This parameter seems to make no difference on other targets, nor improve or make worse the package size. Run tested for i386 in VirtualBox VM and on Duckbill for mxs platform. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | Merge pull request #7913 from commodo/python-readmeHannu Nyman2019-01-09
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | lang/python/README.md: add doc describing the lang/python subtree
| * | | | | | | lang/python/README.md: add doc describing the lang/python subtreeAlexandru Ardelean2019-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was a semi-popular request a while back that I put off for a while. Here's a quick doc. I'll update it later as things change and I don't forget. It also lets other people update if something is wrong. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | Merge pull request #7899 from cshoredaniel/pr-update-dateutilHannu Nyman2019-01-08
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | python-dateutil: update dateutil packaging
| * | | | | | | python-dateutil: Update packaging and add Python3 versionDaniel F. Dickinson2019-01-07
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the packaging to use the generic bits by @commodo. Radicale 2.x requires Python3 and python-dateutils, so build for Python3 as well. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | | | Merge pull request #7908 from cshoredaniel/pr-add-passlibHannu Nyman2019-01-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | passlib: Add python library
| * | | | | | | passlib: Add python libraryDaniel F. Dickinson2019-01-08
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | passlib is extremely useful for more secure Radicale authentication so add it. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | | | Merge pull request #7903 from commodo/pyasn1-modulesHannu Nyman2019-01-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python-pyasn1-modules: bump to version 0.2.3
| * | | | | | | python-pyasn1-modules: bump to version 0.2.3Alexandru Ardelean2019-01-07
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change upgrades the version of pyasn1-modules to version 0.2.3. Run-tested on an x86 VM. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* / / / / / / python-lxml: bump to version 4.3.0Alexandru Ardelean2019-01-07
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change upgrades the version of lxml to 4.3.0. Run-tested on an x86 VM. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | python,python3: use setuptools & pip versions from python{3}-version.mkAlexandru Ardelean2019-01-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `setuptools` & `pip` whl files were selected via wildcards, because it was easier in the beginning. Also, initially there weren't any PYTHON{3}_{SETUTPTOOLS/PIP}_VERSION variables. But now since these vars exist, it makes sense to use them, because we can catch easier (at build) time if Python/Python3 bump these versions. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | python3: Fix py3 pip and setuptools versionsDaniel F. Dickinson2019-01-02
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The update to Python 3.7.2 missed updating pip and setuptools versions, so fix that. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | Merge pull request #7821 from commodo/python3-7-2Hannu Nyman2019-01-01
|\ \ \ \ \ | | | | | | | | | | | | python3: bump to version 3.7.2
| * | | | | python3: bump to version 3.7.2Alexandru Ardelean2018-12-31
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #7818 from commodo/python-CVE-2018-14647Hannu Nyman2018-12-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | python: backport CVE-2018-14647 patches from upstream
| * | | | | | python: backport CVE-2018-14647 patches from upstreamAlexandru Ardelean2018-12-31
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These patches are backports from Python 2.7 upstream. The security issue is described here: https://nvd.nist.gov/vuln/detail/CVE-2018-14647 The Python bug report: https://bugs.python.org/issue34623 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* / / / / / python-pyasn1: bump to version 0.4.5Alexandru Ardelean2018-12-31
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #7755 from jefferyto/python-dist-infoHannu Nyman2018-12-30
|\ \ \ \ \ | |_|_|_|/ |/| | | | python/python3: fix .dist-info missing for setuptools and pip
| * | | | python/python3: fix .dist-info missing for setuptools and pipJeffery To2018-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without .dist-info (similar to .egg-info), setuptools and pip are not discoverable by pkg_resources. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #7662 from neheb/lanesHannu Nyman2018-12-27
|\ \ \ \ \ | |_|_|/ / |/| | | | lualanes: Update to 3.13.0
| * | | | lualanes: Update to 3.13.0Rosen Penev2018-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to codeload for a simpler Makefile. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #7655 from cotequeiroz/pyjwt-1.7.1Hannu Nyman2018-12-26
|\ \ \ \ \ | | | | | | | | | | | | pyjwt: bump to version 1.7.1
| * | | | | pyjwt: bump to version 1.7.1Eneas U de Queiroz2018-12-13
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | This is a bugfix release. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | Merge pull request #7739 from sartura/things_gateway_0.6.1Hannu Nyman2018-12-26
|\ \ \ \ \ | | | | | | | | | | | | node-mozilla-iot-gateway: bump package to 0.6.1
| * | | | | node-mozilla-iot-gateway: bump package to 0.6.1Marko Ratkaj2018-12-20
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | Merge pull request #7716 from neheb/patch-20Hannu Nyman2018-12-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | python-six: Update to 1.12.0
| * | | | | | 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>