aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
* | | 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
| * | | micropython: updated to v1.9.2, micropython-lib: updated to v1.9Anton Patrushev2017-09-23
| | | | | | | | | | | | | | | | Signed-off-by: Anton Patrushev <apatrushev@gmail.com>
* | | | Merge pull request #5148 from mach327/openwrt_519champtar2017-12-02
|\ \ \ \ | | | | | | | | | | python3-idna: Fix openwrt/openwrt#519, opkg package list segfault.
| * | | | python3-idna: Fix openwrt_repo 519, opkg segfault.mike mcginty2017-11-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: mike mcginty <mach327@gmail.com>
* | | | | php7-mod-imap: add missing dependency for libpamMichael Heimpold2017-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When libpam is selected, then mod_imap pulls in a dep to libpam, and there seems no way to disable it via configure arguments. So add this dep here conditionally. Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com> Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | php7: try fix imap build-bot buildLucian Cristian2017-12-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | php7: try to fix compilation on LEDE buildbotsMichael Heimpold2017-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Detection of U8T_DECOMPOSE seems to be broken when cross-compiling, so needs to be preseeded. -snip- checking for utf8_mime2text signature... new checking for U8T_DECOMPOSE... configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This should not happen. Check config.log for additional information. -snap- This requires also a patch for PHP to make the preseeding working. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | php7: update to 7.1.12Michael Heimpold2017-11-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | php7-pecl-http: add dependency to php7-mod-hashMichael Heimpold2017-11-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | Merge pull request #5066 from lucize/php7imapMichael Heimpold2017-11-25
|\ \ \ \ \ | | | | | | | | | | | | php7: add php7-mod-imap
| * | | | | php7: add php7-mod-imapLucian Cristian2017-11-08
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | perl-uri: upgrade to 1.72Tomasz Maciej Nowak2017-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #5089 Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
* | | | | | php7-mod-gd: add Freetype 2 supportVal Kulkov2017-11-19
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Freetype 2 support to php7-mod-gd. Introduce a configuration parameter to disable Freetype 2 support if the increased package size is a concern. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | php7: re-enable system timezone data usageMichael Heimpold2017-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This part of the Makefile was commented out during update from PHP 5.x to 7.x and not re-enabled in the meanswhile, so fix this finally. Reported-by: Val Kulkov <val.kulkov@gmail.com> Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | python,python3: build bluetooth support if bluez-libs selectedAlexandru Ardelean2017-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should hopefully fix the Python3 build on buildbot. For a while I assumed it may be a build-bot issue, but then looking through the packages repo [and finding the bluez package] it looks like, if you try to build all packages, Python3 detects the bluetooth headers installed by bluez. It looks like Python's bluetooth support was somewhat broken ; it was not detecting the <bluetooth/bluetooth.h> header, so a backport from Python3 to Python fixed that. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #5113 from pprindeville/perl-text-csv_xs-update-1.34Philip Prindeville2017-11-12
|\ \ \ \ \ | | | | | | | | | | | | perl-text-csv_xs: update to 1.34
| * | | | | perl-text-csv_xs: update to 1.34Philip Prindeville2017-11-12
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | php7: add configuration files to conffilesVal Kulkov2017-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two important configuration files, /etc/php7-fpm.conf and /etc/php7-fpm.d/www.conf are silently overwritten on each php7-fpm upgrade or lost on a sysupgrade. This commit adds the conffiles section for php7-fpm and revises the conffiles section for php7. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | lua-mosquitto: bump to 0.3 releaseKarl Palsson2017-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor additions of bindings. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | lua-mosquitto: update maintainer emailKarl Palsson2017-11-10
|/ / / / | | | | | | | | | | | | | | | | Signed-off-by: Karl Palsson <karlp@remake.is> Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | perl-inline-c: extutils not a run-time dependencyPhilip Prindeville2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Just about everything needs extutils to be built. But very little requires it to run. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | perl-inline-c: update to 0.78Philip Prindeville2017-11-07
| | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | Merge pull request #5083 from pprindeville/perl-inline-c-fix-makefile_plPhilip Prindeville2017-11-07
|\ \ \ \ | | | | | | | | | | perl-inline-c: patch Makefile.PL to not eval undef
| * | | | perl-inline-c: patch Makefile.PL to not eval undefPhilip Prindeville2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Our build wrappers don't like Makefile.PL scripts which evaluate to undef. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | perlmod: redux handling odd Makefile.PL eval valuePhilip Prindeville2017-11-07
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | It seems that Inline::C evaluates to undef which is problematic, so we need to handle this better. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>