aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
* | 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
| * | | python-evdev: new packagePaulo Costa2017-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This build script supports both Python 2.x (python-evdev) and 3.x (python3-evdev) From the README: This package provides bindings to the generic input event interface in Linux. The evdev interface serves the purpose of passing events generated in the kernel directly to userspace through character devices that are typically located in /dev/input/. This package also comes with bindings to uinput, the userspace input subsystem. Uinput allows userspace programs to create and handle input devices that can inject events directly into the input subsystem. Signed-off-by: Paulo Costa <me@paulo.costa.nom.br>
* | | | Merge pull request #4550 from pprindeville/php-multiline-syslog-fixMichael Heimpold2017-08-19
|\ \ \ \ | |/ / / |/| | | php7: error_log shouldn't squirt multi-line messages into syslog()
| * | | php7: backport upstream fix for multiline loggingPhilip Prindeville2017-08-19
| | | | | | | | | | | | | | | | | | | | | | | | See: https://github.com/php/php-src/pull/2674 Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | Merge pull request #3751 from ianchi/nodeJo-Philipp Wich2017-08-17
|\ \ \ \ | | | | | | | | | | Node: update error & fix compile error
| * | | | node: fix path patchAdrian Panella2017-08-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Adrian Panella <ianchi74@outlook.com>
| * | | | node: bump version and add maintainerAdrian Panella2017-08-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Adrian Panella <ianchi74@outlook.com>
| * | | | node: bump version and tweak configAdrian Panella2017-08-16
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump version to 6.11.0 Add ICU dependency when using i18n Tweak fpu configs Signed-off-by: Adrian Panella <ianchi74@outlook.com>
* | | | lang/penlight: Update maintainer emailKarl Palsson2017-08-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Karl Palsson <karlp@remake.is> Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | lang/penlight: Update to 1.5.4Karl Palsson2017-08-17
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Major release from old 1.3.2. See https://github.com/stevedonovan/Penlight/blob/master/CHANGES.md Changes, fixes and features. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | python-gnupg: switch to python-gnupg 0.4.1Daniel Golle2017-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Aparently there are two python gnupg wrappers around https://pypi.python.org/pypi/python-gnupg/ and https://pypi.python.org/pypi/gnupg/ We used to package the latter, now we switched to the prior. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | python-pyopenssl: bump to 17.2.0 ; add python3 variant ; add myself ↵Alexandru Ardelean2017-08-13
| | | | | | | | | | | | | | | | | | co-maintainer Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | python-cryptography: bump to version 2.0.3Alexandru Ardelean2017-08-11
| | | | | | | | | | | | | | | | | | | | | | | | The dependency has changed from needing `pyasn1` to needing `asn1crypto`. Oh well... Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>