aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
* Merge pull request #13388 from commodo/python-batch-updatesRosen Penev2020-09-14
|\ | | | | numpy,django,pymysql: version bumps
| * pymysql: bump to version 0.10.1Alexandru Ardelean2020-09-14
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * django: bump to version 3.1.1Alexandru Ardelean2020-09-14
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * numpy: bump to version 1.19.2Alexandru Ardelean2020-09-14
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #13390 from ja-pa/pytest_6.0.2Hannu Nyman2020-09-14
|\ \ | | | | | | python-pytest: update to version 6.0.2
| * | python-pytest: update to version 6.0.2Jan Pavlinec2020-09-14
| | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | lang: linotify: add lua bindings for inotifyKarl Palsson2020-09-14
| |/ |/| | | | | Signed-off-by: Karl Palsson <karlp@etactica.com>
* | python3-networkx: new packageW. Michael Petullo2020-09-11
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | python3-libselinux: new packageThomas Petazzoni2020-09-11
| | | | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> [strip C library after adding it to openwrt repository] Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | python3-libsemanage: new packageThomas Petazzoni2020-09-11
| | | | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> [strip C library after adding it to openwrt repository]] Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | php7: update to 7.4.10Michael Heimpold2020-09-10
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #13346 from valdi74/pycurl_updateJosef Schlehofer2020-09-09
|\ \ | |/ |/| python-curl: update to version 7.43.0.6
| * python-curl: update to version 7.43.0.6Waldemar Konik2020-09-09
| | | | | | | | | | | | | | | | | | | | | | PycURL changeLog: Version 7.43.0.6 - 2020-09-02 ----------------------------------------------------------------- This release improves SSL backend detection on various systems, adds support for libcurl’s multiple SSL backend functionality and adds support for several libcurl options. Signed-off-by: Waldemar Konik <informatyk74@interia.pl> Compile tested: x86_64
* | Merge pull request #13320 from jmarcet/texttable-updateRosen Penev2020-09-08
|\ \ | | | | | | python3-texttable: update to version 1.6.3
| * | python3-texttable: update to version 1.6.3Javier Marcet2020-09-07
| |/ | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | Merge pull request #13321 from jmarcet/paramiko-updateRosen Penev2020-09-08
|\ \ | | | | | | python3-paramiko: update to version 2.7.2
| * | python3-paramiko: update to version 2.7.2Javier Marcet2020-09-07
| |/ | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | Merge pull request #13241 from first-leon/masterRosen Penev2020-09-08
|\ \ | |/ |/| lua-argparse: new package
| * lua-argparse: delete whitespace in makefileVladimir Malyutin2020-08-29
| | | | | | | | Signed-off-by: Vladimir Malyutin <first-leon@yandex.ru>
| * lua-argparse: new packageVladimir Malyutin2020-08-29
| | | | | | | | Signed-off-by: Vladimir Malyutin <first-leon@yandex.ru>
* | Merge pull request #13276 from ja-pa/python-rsa-securityRosen Penev2020-09-03
|\ \ | | | | | | python-rsa: update to version 4.6 (security fix)
| * | python-rsa: update to version 4.6 (security fix)Jan Pavlinec2020-09-03
| | | | | | | | | | | | | | | | | | Fixes CVE-2020-13757 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | erlang: fix host build when pcre/host is installedSebastian Kemper2020-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenWrt added pcre/host recently. When it is available (installed) erlang finds staging_dir/hostpkg/include/pcre.h before it finds its own copy and the build fails. CC obj/x86_64-pc-linux-gnu/opt/smp/erl_bif_chksum.o CC obj/x86_64-pc-linux-gnu/opt/smp/erl_bif_re.o beam/erl_bif_re.c: In function 'erts_init_bif_re': beam/erl_bif_re.c:96:5: error: 'erts_pcre_malloc' undeclared (first use in this function) erts_pcre_malloc = &erts_erts_pcre_malloc; ^~~~~~~~~~~~~~~~ beam/erl_bif_re.c:96:5: note: each undeclared identifier is reported only once for each function it appears in beam/erl_bif_re.c:97:5: error: 'erts_pcre_free' undeclared (first use in this function) erts_pcre_free = &erts_erts_pcre_free; ^~~~~~~~~~~~~~ This adds a patch from Romain Naour and Bernd Kuhls to prevent that. Patch snatched from buildroot [1]. [1] https://github.com/buildroot/buildroot/blob/master/package/erlang/0002-erts-emulator-reorder-inclued-headers-paths.patch Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | Merge pull request #13268 from ja-pa/python-more-itertools-8.5.0Rosen Penev2020-09-01
|\ \ \ | | | | | | | | python-more-itertools: update to version 8.5.0
| * | | pytho-more-itertools: update to version 8.5.0Jan Pavlinec2020-09-01
| |/ / | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* / / python-pytest-xdist: update to version 2.1.0Jan Pavlinec2020-08-31
|/ / | | | | | | | | | | | | Note: remove six dependency which is now longer required Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | python: Use locked for host pipJeffery To2020-08-31
| | | | | | | | | | | | | | This also removes PKG_BUILD_PARALLEL:=0 that was added for packages that use HOST_PYTHON3_PACKAGE_BUILD_DEPENDS. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #13250 from jefferyto/python-attrs-20.1.0Hannu Nyman2020-08-30
|\ \ | | | | | | python-attrs: Update to 20.1.0
| * | python-attrs: Update to 20.1.0Jeffery To2020-08-31
| |/ | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* / python-cryptography: Update to 3.1Jeffery To2020-08-31
|/ | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Merge pull request #13217 from neheb/chickRosen Penev2020-08-27
|\ | | | | chicken-scheme: fix compilation with glibc
| * chicken-scheme: fix compilation with glibcRosen Penev2020-08-26
| | | | | | | | | | | | | | | | The musl comment is no longer accurate. Remove the hack. Minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | node-homebridge: update to 1.1.2Hirokazu MORIKAWA2020-08-27
|/ | | | | | | update to 1.1.2 Add opkg package path to the homebrodge plugin module path. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* Merge pull request #13207 from commodo/python-updatesHannu Nyman2020-08-26
|\ | | | | django,openpyxl: bump versions
| * openpyxl: bump to version 3.0.5Alexandru Ardelean2020-08-25
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * django: bump to version 3.1Alexandru Ardelean2020-08-25
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #13205 from nxhack/node_12_16_2Rosen Penev2020-08-25
|\ \ | |/ |/| node: update to v12.18.3
| * node: update to v12.18.3Hirokazu MORIKAWA2020-07-30
| | | | | | | | | | | | | | | | | | | | | | | | upgrade npm to 6.14.6 update openssl to 1.1.1g Vulnerabilities fixed: * CVE-2020-8172: TLS session reuse can lead to host certificate verification bypass (High). * CVE-2020-11080: HTTP/2 Large Settings Frame DoS (Low). * CVE-2020-8174: napi_get_value_string_*() allows various kinds of memory corruption (High). Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | Merge pull request #13147 from ja-pa/python-pytest-xdist-update-2.0.0Rosen Penev2020-08-24
|\ \ | | | | | | python-pytest-xdist: update to version 2.0.0
| * | python-pytest-xdist: update to version 2.0.0Jan Pavlinec2020-08-24
| | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
| * | python-psutil: add new packageJan Pavlinec2020-08-24
| | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | python-docker: Update to 4.3.1Javier Marcet2020-08-24
|/ / | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | Merge pull request #12480 from ja-pa/python-pytest-updateJosef Schlehofer2020-08-24
|\ \ | | | | | | python-pytest: update to version 6.0.1
| * | python-pytest: update to version 6.0.1Jan Pavlinec2020-08-24
| | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
| * | python-py: update to version 1.9.0Jan Pavlinec2020-08-24
| | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
| * | python-iniconfig: add new package (pytest dependency)Jan Pavlinec2020-08-24
| | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
| * | python-toml: add new package (pytest dependency)Jan Pavlinec2020-08-24
| | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | lua-mosquitto: Update to 0.4.1Karl Palsson2020-08-19
| | | | | | | | | | | | | | | | | | New methods for setting client options, no major functional changes. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | lua-penlight: Update to 1.8.0Karl Palsson2020-08-19
| | | | | | | | | | | | | | | | | | Full changelog at https://github.com/Tieske/Penlight/blob/master/CHANGELOG.md#180-2020-08-05 Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | Merge pull request #13131 from jefferyto/python-pip-hash-checkingRosen Penev2020-08-18
|\ \ \ | | | | | | | | python3: Use hash-checking mode when installing host pip packages