aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
* Merge pull request #8550 from jefferyto/python-fix-bin-symlinksJosef Schlehofer2019-04-03
|\ | | | | python,python3: Fix overridden usr/bin symlinks
| * python,python3: Fix overridden usr/bin symlinksJeffery To2019-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | Currently, all files in usr/bin (presumably all Python scripts) are run through sed to replace the shebang; sed will overwrite the file whether or not a match is found. This causes symlinks to be overridden and made into copies of their targets. python[3]-base and python[3]-dev are affected by this. This adds the --follow-symlinks flag to sed, in addition to using $(SED), so that symlinks are not overridden. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #8573 from neheb/luasecRosen Penev2019-04-02
|\ \ | | | | | | luasec: Replace -fPIC with $(FPIC)
| * | luasec: Replace -fPIC with $(FPIC)Rosen Penev2019-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently i386 and the PPC targets have issues linking issues. https://github.com/openwrt/packages/issues/3319 says that replacing -fPIC with -fpic works. Patch added to avoid package overriding settings set by toolchain and make compilation less noisy Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | luasocket: Replace -fpic with $(FPIC)Rosen Penev2019-04-02
|/ / | | | | | | | | | | | | | | | | This is causing linking errors on i386 and ppc. Also removed custom warnings an optimization levels that override stock settings. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #8417 from cotequeiroz/luasql-flagsRosen Penev2019-04-01
|\ \ | | | | | | luasql: fix variants LDFLAGS
| * | luasql: fix variants LDFLAGSEneas U de Queiroz2019-03-15
| | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | node-homebridge: update to 0.4.47Hirokazu MORIKAWA2019-04-01
| | | | | | | | | | | | | | | | | | | | | | | | Update to 0.4.47 Some document update. Add ability to publish external accessory separately. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | Merge pull request #8526 from BKPepe/voluptuous-serializeJosef Schlehofer2019-04-01
|\ \ \ | | | | | | | | python-voluptuous-serialize: add package for Python3
| * | | python-voluptuous-serialize: add package for Python3Josef Schlehofer2019-04-01
| | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #8485 from BKPepe/aiohttpJosef Schlehofer2019-04-01
|\ \ \ \ | | | | | | | | | | python-aiohttp: add a new package
| * | | | python-aiohttp: add a new packageJosef Schlehofer2019-04-01
| |/ / / | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #8551 from BKPepe/pyotpJosef Schlehofer2019-04-01
|\ \ \ \ | | | | | | | | | | python-pyotp: add new package for Python3
| * | | | python-pyotp: add new package for Python3Josef Schlehofer2019-04-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #8481 from BKPepe/yarlJosef Schlehofer2019-04-01
|\ \ \ \ \ | | | | | | | | | | | | python-yarl: add a new package
| * | | | | python-yarl: add a new packageJosef Schlehofer2019-04-01
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | Merge pull request #8484 from BKPepe/async_timeoutJosef Schlehofer2019-04-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | async-timeout: add a new package
| * | | | | | async-timeout: add a new packageJosef Schlehofer2019-04-01
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | Merge pull request #8515 from BKPepe/python-slugifyJosef Schlehofer2019-04-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | python-slugify: add new package for Python3
| * | | | | | python-slugify: add Python3 packageJosef Schlehofer2019-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | Merge pull request #8503 from BKPepe/voluptuousJosef Schlehofer2019-04-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python-voluptuous: add a new package
| * | | | | | | python-voluptuous: add a new packageJosef Schlehofer2019-03-28
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | Merge pull request #8480 from BKPepe/multidictJosef Schlehofer2019-04-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python-multidict: add a new package
| * | | | | | | python-multidict: add a new packageJosef Schlehofer2019-04-01
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | Merge pull request #8478 from BKPepe/python_astralJosef Schlehofer2019-03-31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python-astral: add new package
| * | | | | | | python-astral: add new packageKarel Kočí2019-03-28
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Karel Kočí <cynerd@email.cz> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | Merge pull request #8511 from BKPepe/ruamel-yamlRosen Penev2019-03-31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ruamel-yaml: add package
| * | | | | | | ruamel-yaml: add packageJosef Schlehofer2019-03-28
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | Merge pull request #8514 from BKPepe/text-unidecodeRosen Penev2019-03-31
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | text-unidecode: add new package
| * | | | | | text-unidecode: add new packageJosef Schlehofer2019-03-28
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | python,python3: Fix CVE-2019-9636 - urlsplit missing NFKC normalizationJeffery To2019-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These patches address issue: CVE-2019-9636: urlsplit does not handle NFKC normalization Link to Python issue: https://bugs.python.org/issue36216 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | treewide: add missing PKGARCH:=all to non-binary packagesDeng Qingfang2019-03-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Packages such as Perl, Lua, shell scripts don't generate binary files. Add PKGARCH:=all to them. Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | | Merge pull request #8296 from neheb/patch-5Rosen Penev2019-03-30
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | perl-parse-recdescent: Update to 1.967015
| * | | | | perl-parse-recdescent: Update to 1.967015Rosen Penev2019-02-25
| | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #7796 from cotequeiroz/lualanes_no-luajitHannu Nyman2019-03-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | lualane: avoid luajit dependency
| * | | | | | lualane: avoid luajit dependencyEneas U de Queiroz2018-12-28
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Set LUA_LIBS=-llua manually to avoid picking up libluajit. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | lang: lua-libmodbus: Update URLKarl Palsson2019-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: ed275126417 lang: lua-libmodbus: Update URL Second instance of old URL was missed. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | lang: lua-libmodbus: Update URLKarl Palsson2019-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Github organization changed names. Proactively update URL, even though github redirects. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | Merge pull request #5160 from nxhack/homebridgeEneas Queiroz2019-03-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | node-homebridge: add new package / Node.js HomeKit Server
| * | | | | | node-homebridge: add new package / Node.js HomeKit ServerHirokazu MORIKAWA2019-02-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Homebridge is a lightweight Node.js server you can run on your home network that emulates the iOS HomeKit API Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | | python,python3: Use only target package data for Build/InstallDevJeffery To2019-03-27
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes Build/InstallDev for both Python 2 and 3 to only copy files from target Python, not from host Python, since InstallDev files are used for target packages to link to other target packages. In particular, usr/lib/python{2.7,3.7}/_sysconfigdata.py holds system configuration data generated at build time, and is different for target Python and host Python. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | chicken-scheme: add packageJeronimo Pellegrini2019-03-26
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeronimo Pellegrini <j_p@aleph0.info> Maintainer: myself ( Jeronimo Pellegrini <j_p@aleph0.info> ) Compile tested: compiles on x86_64, target mips (AR7xxx), OpenWRT master and OpenWRT 18.06.2 Run tested: on AR7xxx (TP-Link Archer C7 v.4) Description: This is an efficient Scheme interpreter, which comes with several modules for networking, filesystem access, and other useful tasks. It can be used as scripting language for automating tasks, by users who prefer dynamic functional languages over imperative or object-oriented ones.
* | | | | Merge pull request #8474 from jefferyto/python-cffi-1.12.2Hannu Nyman2019-03-22
|\ \ \ \ \ | | | | | | | | | | | | python-cffi: Update to latest version
| * | | | | python-cffi: Update to latest versionJeffery To2019-03-22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | python-attrs: Update to latest versionJeffery To2019-03-22
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #8445 from cotequeiroz/python-requests-oauthlib_1.2.0Hannu Nyman2019-03-21
|\ \ \ \ \ | | | | | | | | | | | | python-requests-oauthlib: update to 1.2.0; python-oauthlib: update to 3.0.1
| * | | | | python-requests-oauthlib: update to 1.2.0Eneas U de Queiroz2019-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version adds compatibility with OAuthlib 3.0.0 and above. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | python-oauthlib: update to 3.0.1Eneas U de Queiroz2019-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a major update with bufixes, new features and API changes. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | Merge pull request #8441 from Cynerd/python-influxdb-5.2.2Hannu Nyman2019-03-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | python-influxdb: update to 5.2.2
| * | | | | | python-influxdb: update to 5.2.2Karel Kočí2019-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Karel Kočí <karel.koci@nic.cz>