aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
* Merge pull request #5411 from jefferyto/python-pyasn1-modules-0.2.1Hannu Nyman2018-01-10
|\ | | | | python-pyasn1-modules: update to 0.2.1
| * python-pyasn1-modules: update to 0.2.1Jeffery To2018-01-10
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #5410 from jefferyto/python-pyasn1-0.4.2Hannu Nyman2018-01-10
|\ \ | | | | | | python-pyasn1: update to 0.4.2
| * | python-pyasn1: update to 0.4.2Jeffery To2018-01-10
| |/ | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #5409 from jefferyto/python-parsley-py3Hannu Nyman2018-01-10
|\ \ | | | | | | python-parsley: add python3 variant
| * | python-parsley: add python3 variantJeffery To2018-01-10
| |/ | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #5408 from jefferyto/python-ipaddress-1.0.19Hannu Nyman2018-01-10
|\ \ | | | | | | python-ipaddress: update to 1.0.19
| * | python-ipaddress: update to 1.0.19Jeffery To2018-01-10
| |/ | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #5407 from jefferyto/python-gmpy2-py3Hannu Nyman2018-01-10
|\ \ | | | | | | python-gmpy2: add python3 variant
| * | python-gmpy2: add python3 variantJeffery To2018-01-10
| |/ | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #5404 from jefferyto/python-cryptography-2.1.4Hannu Nyman2018-01-10
|\ \ | | | | | | python-cryptography: update to 2.1.4, refresh patches
| * | python-cryptography: update to 2.1.4, refresh patchesJeffery To2018-01-10
| |/ | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* / python-attrs: update to 17.4.0, add python3 variantJeffery To2018-01-10
|/ | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* treewide: fix incorrect *_BUILD_DEPENDSMatthias Schiffer2018-01-09
| | | | | | | | | | | | | | | | Build depends refer to source package names, not binary package names. In many cases, PKG_BUILD_DEPENDS simply duplicated runtime dependencies of a source package's binary packages; as the corresponding source packages are implicitly added as bulid dependencies, PKG_BUILD_DEPENDS can simply be dropped in these cases. In the other cases, *_BUILD_DEPENDS is fixed to refer to the correct source package name. Dependency of mysql-server is adjusted from libncursesw to libncurses (as libncursesw is a virtual package provided by libncurses), so the build dependency on ncurses is emitted unconditionally. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* python,python3: undo egg-info removalJeffery To2018-01-08
| | | | | | | | | | This reverts commits 4333d1dcbfd67dde4ca7d08717bc345cc424fbf8 and 074d2863be48c1a9093fffcda91f7a328bc7d0cb, making Python packages discoverable again by pkg_resources. Fixes #5361. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* treewide: remove superfluous + signs from PKG_BUILD_DEPENDSMatthias Schiffer2018-01-07
| | | | | | A + sign does not have meaning in build depends. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* luaposix: move PKG_BUILD_DEPENDS to generic part of MakefileMatthias Schiffer2018-01-07
| | | | | | | Also remove the superfluous + sign in PKG_BUILD_DEPENDS (a + sign does not have meaning in build depends). Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* Merge pull request #5356 from luizluca/ruby-2.5.0Luiz Angelo Daros de Luca2018-01-05
|\ | | | | ruby: bump to 2.5.0
| * ruby: bump to 2.5.0Luiz Angelo Daros de Luca2018-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2.5.0 introduces many new features and performance improvements. See: https://www.ruby-lang.org/en/news/2017/12/25/ruby-2-5-0-released/ Packaging changes: * As date was promoted into a gem, ruby-datetime was splitted into ruby-date and ruby-time * New packages for gemified stdlib files: - ruby-cmath (from ruby-math) - ruby-date (from ruby-datetime) - ruby-etc (from ruby-misc) - ruby-fcntl (from ruby-misc) - ruby-fileutils (from ruby-filelib) - ruby-ipaddr (from ruby-socket) - ruby-scanf (from ruby-misc) - ruby-stringio (from ruby-misc) - ruby-strscan (from ruby-misc) Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | php7: update to 7.2.1Michael Heimpold2018-01-04
| | | | | | | | | | | | | | | | | | Remove a patch which was included upstream. While at, also add openssl configuration parameters when modules are selected which depend on openssl (reported by Philip Prindeville). Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | python,python3: add zlib/host to HOST_BUILD_DEPENDS (ver 2)Alexandru Ardelean2018-01-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3c6d14021e62d68a7d9bdd4520b799c5c207fde1. ( which is a revert of commit c764f77dc1a62ce667b38520496ddb9bfaececab ) The initiall commit ( c764f77dc1a62ce667b38520496ddb9bfaececab ) was reverted, becase zlib did not have a host-build. Now it does: https://github.com/openwrt/openwrt/commit/cbe71649bc49ccc6ae96385482d0794c33336f68 So, now it should be good to put this in. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python3: bump to version 3.6.4Alexandru Ardelean2017-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-worked patch `003-do-not-run-distutils-tests.patch` to reduce patch-size. Removed `011-fix-ncursesw-definition-colisions.patch` it is fixed upstream. Refreshed with `make package/python3/refresh` Resetting PKG_RELEASE to 1. This variable was never used for pip3 & setuptools, since VERSION is specified in the package definitions. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #5303 from commodo/python-source-date-epochHannu Nyman2017-12-31
|\ \ | | | | | | python,python3: add support for SOURCE_DATE_EPOCH var
| * | python,python3: add support for SOURCE_DATE_EPOCH varAlexandru Ardelean2017-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See: https://github.com/openwrt/packages/issues/5278 This should make Python & Python3 packages reproducible when building. In my local tests, I got the same sha256 for a sample .pyc file, so likely this is the solution that should address this. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #5334 from commodo/python-cffi-fix-host-buildHannu Nyman2017-12-30
|\ \ \ | | | | | | | | python-cffi: fix host build/installation
| * | | python-cffi: fix host build/installationAlexandru Ardelean2017-12-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: https://github.com/openwrt/packages/issues/5318 Not sure how this worked before. The host python-cffi needs a libffi installed on the host side. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | php7: fix syntax issue in MIPS code for pcrePhilip Prindeville2017-12-29
|/ / / | | | | | | | | | | | | | | | Copied from upstream (master). Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | php7: disable valgrind supportMichael Heimpold2017-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The check to enable/disable this new feature of PHP 7.2 works incorrectly when cross-compiling because it detects the host headers only and there is no way to pass in a dedicated directory. The wish to change this was reported upstream at: https://bugs.php.net/bug.php?id=75722 For the meantime, use a self-cooked patch. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | Merge branch 'php7-update-7.2.0' of https://github.com/pprindeville/packagesMichael Heimpold2017-12-28
|\ \ \ | |_|/ |/| | | | | | | | | | | into pprindeville-php7-update-7.2.0 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | php7: update to 7.2.0Philip Prindeville2017-12-22
| |/ | | | | | | | | | | | | | | Also drop mcrypt module as it's deprecated. Dropped patches have been accepted upstream or something homologous. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | Merge pull request #5061 from mrkiko/hostside-luarockschamptar2017-12-23
|\ \ | | | | | | luarocks: Allow building luarocks for the host
| * | ldbus: add new packageEnrico Mioso2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | This package contains "ldbus": LUA bindings to interact with the DBUS message bus, and services connected to it. See https://github.com/daurnimator/ldbus for more details. Signed-off-by: Enrico Mioso <mrkiko.rs@gmail.com>
| * | luarocks: allow building for the hostEnrico Mioso2017-11-06
| | | | | | | | | | | | | | | | | | | | | Allow building luarocks for the host-side, thus making luarocks-based LUA modules packging easier. Signed-off-by: Enrico Mioso <mrkiko.rs@gmail.com>
* | | ruby: bump to 2.4.3Luiz Angelo Daros de Luca2017-12-23
| |/ |/| | | | | | | | | | | | | This release includes some bug fixes and a security fix. CVE-2017-17405: Command injection vulnerability in Net::FTP Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | Merge pull request #5236 from lynxis/rb_perlPhilip Prindeville2017-12-16
|\ \ | | | | | | perl: remove build timestamp
| * | perl: remove build timestampAlexander Couzens2017-12-14
| | | | | | | | | | | | | | | | | | | | | | | | Build timestamp prevents reproducible builds [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | Revert "python,python3: add zlib/host to HOST_BUILD_DEPENDS"Hannu Nyman2017-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c764f77dc1a62ce667b38520496ddb9bfaececab. The commit caused warnings to be displayed at make defconfig etc. WARNING: Makefile 'package/feeds/packages/python/python/Makefile' has a host build dependency on 'zlib/host' but 'package/libs/zlib/Makefile' does not implement a 'host' build type Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | Merge pull request #5274 from commodo/python-host-zlibHannu Nyman2017-12-16
|\ \ \ | | | | | | | | python,python3: add zlib/host to HOST_BUILD_DEPENDS
| * | | python,python3: add zlib/host to HOST_BUILD_DEPENDSAlexandru Ardelean2017-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should fix the zlibmodule build on the host side. Usually, if zlib is not found, Python/Python3 builds fine without it, but there are some cases where the Python/Python3 interpreter on the host-side requires zlib to run. At the moment, zlib does not have a host-build. This should be available when this PR gets merged: https://github.com/lede-project/source/pull/1329 [ or a similar one that contains host-build support for zlib ]. In the meantime, this change can go into Python/Python3. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | Merge pull request #5237 from lynxis/rb_php7Michael Heimpold2017-12-15
|\ \ \ \ | |/ / / |/| | | php7: remove build timestamp
| * | | php7: remove build timestampAlexander Couzens2017-12-14
| |/ / | | | | | | | | | | | | | | | | | | | | | Build timestamp prevents reproducible builds [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | Merge pull request #5218 from lynxis/rb_lua-rs232Ted Hess2017-12-12
|\ \ \ | | | | | | | | lua-rs232: remove build timestamp
| * | | lua-rs232: remove build timestampAlexander Couzens2017-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build timestamp prevents reproducible builds [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | | Merge pull request #5259 from valdi74/update_python-curlchamptar2017-12-10
|\ \ \ \ | | | | | | | | | | python-curl: update to 7.43.0.1
| * | | | python-curl: update to 7.43.0.1Waldemar Konik2017-12-10
| | |/ / | |/| | | | | | | | | | Signed-off-by: Waldemar Konik <informatyk74@interia.pl>
* | | | python,python3: define config option for bluetooth supportAlexandru Ardelean2017-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was reported via https://github.com/openwrt/packages/pull/5122#issuecomment-347395472 that if bluez-libs is selected as an installable package, then the error below will show up: ``` * satisfy_dependencies_for: Cannot satisfy the following dependencies for python-light: * bluez-libs * * opkg_install_cmd: Cannot install package python-light. ``` This looks like a limitation in the design of package deps, and maybe a misuse of conditional deps (i.e. PACKAGE_bluez-libs:bluez-libs). So, to fix this, an idea we're adding an extra symbol that enfoces installation of bluez-libs if selected. We also need to add a way to disable bluetooth build if PYTHON(3)_BLUETOOTH_SUPPORT is de-selected. Otherwise, bluetooth is installed and the socket module is broken due to linker errors. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | python-pip-conf: split package away from python packageAlexandru Ardelean2017-12-10
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should improve build time if you only want to build Python3 (and not Python). Because python-pip-conf was part of the python package, the whole python package (host + target) would get built if Python3 would need to get built. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #5220 from pprindeville/perl-cgi-4.38Philip Prindeville2017-12-03
|\ \ \ | |/ / |/| | perl-cgi: Update to 4.38
| * | perl-cgi: Update to 4.38Philip Prindeville2017-12-03
| | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | Merge pull request #4869 from apatrushev/masterchamptar2017-12-02
|\ \ \ | | | | | | | | micropython: updated to v1.9.2, micropython-lib: updated to v1.9