aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
* | | 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>
* | | perl: put -rdynamic in proper build variablePhilip Prindeville2017-10-16
| | | | | | | | | | | | | | | | | | | | | The standard way to pass -rdynamic (or -Wl,--dynamic-export) is via the $ccdlflags variable. Do what is best practice. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | perl: simplify passing in ldflagsPhilip Prindeville2017-10-16
|/ / | | | | | | | | | | | | Originally as PR #2383 but rewritten. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | python-lxml: update to version 4.1.0Alexandru Ardelean2017-10-16
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #4897 from commodo/python-egg-info-disableHannu Nyman2017-10-04
|\ \ | | | | | | python,python3: add option to keep egg-info dirs for python packages
| * | python,python3: add option to keep egg-info dirs for python packagesAlexandru Ardelean2017-10-03
| | | | | | | | | | | | | | | | | | | | | That way some python packages can choose to keep their egg-info dirs, if they want to, or they're needed. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | php7: upgrade to 7.1.10Michael Heimpold2017-10-03
|/ / | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php7: add conditional dependency to libstdcpp for FPMMichael Heimpold2017-09-27
| | | | | | | | | | | | This should fix buildbot breakage introduced by last commit. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php7: drop dependency to cgi for fpm sapi (refs #4522)Michael Heimpold2017-09-26
| | | | | | | | | | | | | | | | | | | | The FPM SAPI works fine without the CGI SAPI installed. It seems that this is a copy & paste error introduced a long time ago, when FPM support was added - and nobody noticed. So drop the dependency now to allow smaller footprints on installations which only use FPM. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #4848 from commodo/python-updates3champtar2017-09-23
|\ \ | | | | | | python: update interpreter to 2.7.14 & update some packages
| * | python-idna: update to version 2.6Alexandru Ardelean2017-09-23
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | python-six: update to version 1.11.0Alexandru Ardelean2017-09-23
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | python-pyopenssl: update to version 17.3.0Alexandru Ardelean2017-09-23
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | python-pyasn1-modules: update to version 0.1.4Alexandru Ardelean2017-09-23
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | python-pyasn1: update to version 0.3.5Alexandru Ardelean2017-09-23
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | python-lxml: update to version 4.0.0Alexandru Ardelean2017-09-23
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | python-cffi: update to version 1.11.0Alexandru Ardelean2017-09-23
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | python: bump to version 2.7.14Alexandru Ardelean2017-09-23
| |/ | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #4826 from nxhack/node-cylon_fix_PKG_NODE_VERSIONchamptar2017-09-23
|\ \ | | | | | | node-cylon: fix PKG_NODE_VERSION
| * | node-cylon: fix PKG_NODE_VERSIONHirokazu MORIKAWA2017-09-13
| | | | | | | | | | | | | | | | | | and modify position of DEPENDS line Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | Merge pull request #4824 from nxhack/node-arduino-firmata_fix_dependschamptar2017-09-23
|\ \ \ | | | | | | | | node-arduino-firmata: Correct multiple DEPENDS lines
| * | | node-arduino-firmata: Correct multiple DEPENDS lines & fix PKG_NODE_VERSIONHirokazu MORIKAWA2017-09-13
| |/ / | | | | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | Merge pull request #4827 from nxhack/node-serialport_fix_PKG_NODE_VERSIONchamptar2017-09-23
|\ \ \ | | | | | | | | node-serialport: fix PKG_NODE_VERSION
| * | | node-serialport: fix PKG_NODE_VERSIONHirokazu MORIKAWA2017-09-13
| |/ / | | | | | | | | | | | | | | | and modify position of DEPENDS line Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | Merge pull request #4825 from nxhack/node-hid_fix_dependschamptar2017-09-23
|\ \ \ | |_|/ |/| | node-hid: Correct multiple DEPENDS lines
| * | node-hid: Correct multiple DEPENDS linesHirokazu MORIKAWA2017-09-13
| |/ | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | ruby: bump to 2.4.2Luiz Angelo Daros de Luca2017-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release contains some security fixes. CVE-2017-0898: Buffer underrun vulnerability in Kernel.sprintf CVE-2017-10784: Escape sequence injection vulnerability in the Basic authentication of WEBrick CVE-2017-14033: Buffer underrun vulnerability in OpenSSL ASN1 decode CVE-2017-14064: Heap exposure in generating JSON Multiple vulnerabilities in RubyGems Update bundled libyaml to version 0.1.7. And many other bugfix. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | python3: fix install mk filenamesAlexandru Ardelean2017-09-15
| | | | | | | | | | | | | | | | Copy + paste error. Seems I fixed it while testing but forgot to update PR with this. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #4632 from smutt/python-dpktchamptar2017-09-14
|\ \ | | | | | | python-dpkt:Add package lang/python-dpkt
| * | python-dpkt: Add package python-dpktAndrew McConachie2017-08-17
| | | | | | | | | | | | Signed-off-by: Andrew McConachie <andrew@depht.com>
* | | Merge pull request #4478 from valdi74/add_package_python-curlHannu Nyman2017-09-14
|\ \ \ | | | | | | | | python-curl: add new package
| * | | python-curl: add new packageWaldemar Konik2017-08-18
| | | | | | | | | | | | | | | | Signed-off-by: Waldemar Konik <informatyk74@interia.pl>
* | | | python,python3: install mk files in both host build and InstallDev partAlexandru Ardelean2017-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not sure how it can happen that the files are not installed via the host build. Maybe some SDK-like build. Let's make sure they are installed via InstallDev rule too. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | python,python3: add host-flags/settings to host pip install rulesAlexandru Ardelean2017-09-14
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | The host pip install should have the host's CFLAGS, LDFLAGS, etc available. And not the target's flags. Otherwise, weird things can happen when installing packages (host-side) that need to build C code. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | node: delete unnecessary TAB characters at the end of a lineHirokazu MORIKAWA2017-09-11
| | | | | | | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | node: fix typoHirokazu MORIKAWA2017-09-07
| | | | | | | | | | | | | | | | | | https://github.com/openwrt/packages/issues/4742 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | php7: upgrade to 7.1.9Michael Heimpold2017-09-04
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | Merge pull request #3074 from paulo-raca/python-evdevHannu Nyman2017-08-22
|\ \ \ | | | | | | | | python-evdev: new package