aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
* 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>
* | php7: update to 7.1.11Michael Heimpold2017-10-31
|/ | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* Merge pull request #5027 from pprindeville/perl-makefile_pl-failurePhilip Prindeville2017-10-29
|\ | | | | perl: when Makefile.PL fails give more feedback
| * perl: when Makefile.PL fails give more feedbackPhilip Prindeville2017-10-27
| | | | | | | | | | | | | | | | | | | | There are a few packages which mysteriously fail during the configure stage. Give us better means of understanding why. Also, some Makefile.PL's have "use" statements which reference files which are in or under ".". Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | openpyxl: update to 2.5.0b1Gergely Kiss2017-10-29
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | django-constance: update to 2.0.0Gergely Kiss2017-10-29
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | django-restframework: update to 3.7.1Gergely Kiss2017-10-29
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | python-urllib3: update to 1.22Gergely Kiss2017-10-29
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | django-compressor: update to 2.2Gergely Kiss2017-10-29
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | django-picklefield: update to 1.0.0Gergely Kiss2017-10-29
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | gunicorn: update to 19.7.1Gergely Kiss2017-10-29
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | jdcal: update to 1.3Gergely Kiss2017-10-29
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | chardet: update to 3.0.4Gergely Kiss2017-10-29
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | pytz: update to 2017.2Gergely Kiss2017-10-29
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | simplejson: update to 3.11.1Gergely Kiss2017-10-29
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | django-postoffice: update to 3.0.3Gergely Kiss2017-10-29
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | python-dateutil: update to 2.6.1Gergely Kiss2017-10-29
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | django-statici18n: update to 1.4.0Gergely Kiss2017-10-29
|/ | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* perl: modules failing due to dot not in @INCPhilip Prindeville2017-10-27
| | | | | | | | 5.26.1 introduced default_inc_excludes_dot which is causing perl-html-tags and possibly other modules to fail. Add explict dot back when invoking module's ./Makefile.PL. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* Merge pull request #4956 from pprindeville/perl-update-5.26.1Philip Prindeville2017-10-26
|\ | | | | perl: update to 5.26.1
| * perl: update to 5.26.1Philip Prindeville2017-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Required changes: * Add qualifying '.' to scripts or to @INC, as appropriate since we're enabling default_inc_excludes_dot; * Add new platform/library definitions like double-double format and locale library functions/headers; * Delete patch 020 as it's been upstreamed; Optional changes: * Instead of using -@rm and having that fail, emit an error message, and be ignored, just use @rm -f instead which will always succeed. Security [CVE-2017-12837] Heap buffer overflow in regular expression compiler Compiling certain regular expression patterns with the case-insensitive modifier could cause a heap buffer overflow and crash perl. This has now been fixed. [perl #131582] [CVE-2017-12883] Buffer over-read in regular expression parser For certain types of syntax error in a regular expression pattern, the error message could either contain the contents of a random, possibly large, chunk of memory, or could crash perl. This has now been fixed. [perl #131598] [CVE-2017-12814] $ENV{$key} stack buffer overflow on Windows A possible stack buffer overflow in the %ENV code on Windows has been fixed by removing the buffer completely since it was superfluous anyway. [perl #131665] Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | vala: bump to version 0.34.5Gergely Kiss2017-10-18
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | Merge pull request #4954 from kissg1988/djangoHannu Nyman2017-10-18
|\ \ | |/ |/| django: update to 1.8.18
| * django: update to 1.8.18Gergely Kiss2017-10-17
| | | | | | | | | | | | Fixes CVE-2017-7233 and CVE-2017-7234 Signed-off-by: Gergely Kiss <mail.gery@gmail.com>