aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
* | | | 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>
* | | | Merge pull request #5052 from pprindeville/perl-text-csv_xsPhilip Prindeville2017-11-07
|\ \ \ \ | | | | | | | | | | perl: package Text::CSV_XS module
| * | | | perl: add Text::CSV_XS for iptables-mod-geoipPhilip Prindeville2017-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are scripts to download and preprocess the GeoIP database for iptables-mod-geoip which require this Perl module. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | pyodbc: update to version 4.0.21Daniel Golle2017-11-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | Merge pull request #5071 from commodo/python-batch-upgradeHannu Nyman2017-11-06
|\ \ \ \ \ | |_|_|_|/ |/| | | | Python batch upgrade
| * | | | python,python3: apply PKG_FIXUP:=autoreconfAlexandru Ardelean2017-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should hopefully provide more consistent results across distros. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | python-asn1crypto: update to version 0.23.0Alexandru Ardelean2017-11-06
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | python-cryptography: update to version 2.1.3Alexandru Ardelean2017-11-06
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | python-cffi: update to version 1.11.2Alexandru Ardelean2017-11-06
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | python-pyasn1-modules: update to version 0.1.5Alexandru Ardelean2017-11-06
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | python-pyasn1: update to version 0.3.7Alexandru Ardelean2017-11-06
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | python-lxml: upgrade to version 4.1.1Alexandru Ardelean2017-11-06
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | python3: bump to version 3.6.3Alexandru Ardelean2017-11-06
| | |/ / | |/| | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | Merge pull request #5067 from pprindeville/perl-cgi-update-4.37Philip Prindeville2017-11-06
|\ \ \ \ | |/ / / |/| | | perl-cgi: update to 4.37
| * | | perl-cgi: update to 4.37Philip Prindeville2017-11-05
| |/ / | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | python3: package CGI componentMirko Vogt2017-10-31
| | | | | | | | | | | | Signed-off-by: Mirko Vogt <mirko-openwrt@nanl.de>