aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
* python3: Move functionality into python3-package.mkJeffery To2020-04-19
| | | | | | | | This moves functionality from python-package-install.sh into python3-package.mk, so that they can be reused separate from filespec processing. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python3: Reorder recipes in python3-package.mkJeffery To2020-04-19
| | | | | | | | | Group Python3/* recipes together, group Py3Package and Py3Build together. This also adds headings and whitespace to separate major sections. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python3: Rename canned recipes in python3-package.mkJeffery To2020-04-19
| | | | | | | This renames "internal" recipes to use the Python3/ prefix and clarifies the names (RunTarget to Run, Mod to ModSetup, Shebang to FixShebang). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python3: Rename canned recipes in python3-host.mkJeffery To2020-04-19
| | | | | | | | This changes the recipe name prefix from Build/Compile/HostPy3 to HostPython3, and clarifies some of the names (RunHost to Run, Mod to ModSetup). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python3: Remove HostPython3 in python3-host.mkJeffery To2020-04-19
| | | | | | | | | | | | | | | HostPython3 only adds a few environment variables before running host Python. It has only two users, Build/Compile/HostPy3RunHost and Build/Compile/HostPy3RunTarget. HostPython3 also accesses $(PYTHON3PATH), even though python3-host.mk does not include python3-package.mk, where the variable is defined. This removes HostPython3 and has its two users run host Python directly. This also combines the environment variables of HostPython3 and the two users into HOST_PYTHON3_VARS and PYTHON3_VARS. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python3: Remove include guard for python3-host.mkJeffery To2020-04-17
| | | | | | | Since it only defines variables and canned recipes, it is safe to include python3-host.mk more than once. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Merge pull request #11851 from luizluca/ruby-2.7.1Hannu Nyman2020-04-15
|\ | | | | ruby: update to 2.7.1
| * ruby: update to 2.7.1Luiz Angelo Daros de Luca2020-04-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New subpackages (reflect of ongoing ruby gemification) - ruby-benchmark (from ruby-debuglib) - ruby-delegate (from ruby-misc) - ruby-getoptlong (from ruby-misc) - ruby-net-pop (from ruby-net) - ruby-net-imap (from ruby-net) - ruby-observer (from ruby-patterns, now gone) - ruby-open3 (from ruby-misc) - ruby-readline-ext (was ruby-readline, while ruby-readline now selects either ruby-readline-ext or ruby-reline) - ruby-reline (alternative to ruby-readline-ext as pure ruby) - ruby-singleton (from ruby-patterns, now gone) - ruby-timeout (from ruby-multithread) Dropped subpackages: - ruby-cmath (gone in 2.7.0) - ruby-e2mmap (gone in 2.7.0) - ruby-patterns (splitted into ruby-observer, ruby-singleton) - ruby-scanf (gone in 2.7.0) - ruby-shell (gone in 2.7.0) - ruby-sync (gone in 2.7.0) - ruby-thwait (gone in 2.7.0) Ruby 2.7.0 also dropped profile.rb and profiler.rb (they were in ruby-debuglib) Patches changes: - Dropped patch 001_fix_isnan_isinf_finite_with_uclibc.patch (now in release) - Added 100-musl.patch, fixing mainly coroutine implementation selection Helper scripts changes: - ruby_missingfiles: do not ignore ruby-dev files - ruby_find_pkgsdeps: better detect circular dependencies Ruby 2.7.1 fixes these security issues: * CVE-2020-10663: Unsafe Object Creation Vulnerability in JSON (Additional fix) * CVE-2020-10933: Heap exposure vulnerability in the socket library Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | python-pyparsing: update to version 2.4.7Jan Pavlinec2020-04-14
| | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | Merge pull request #11817 from cotequeiroz/python-srcJosef Schlehofer2020-04-12
|\ \ | | | | | | python3: hide -src package until main pkg selected
| * | python3: hide -src package until main pkg selectedEneas U de Queiroz2020-04-10
| |/ | | | | | | | | | | | | | | | | | | | | | | This adds a 'Package/<pkg>-src/config' definition with a 'depends on <pkg>' line, which will hide <pkg>-src unless <pkg> is selected. This makes the long list of python packages a bit shorter, and also indents the src package: <M> python3-base................................ Python 3.8 interpreter < > python3-base-src................. Python 3.8 interpreter (sources) Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* / python-cryptodome: update to 3.9.7Richard Yu2020-04-11
|/ | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* Merge pull request #11793 from commodo/python3-default-binHannu Nyman2020-04-08
|\ | | | | python3: symlink 'python' to '/usr/bin/python3'
| * python3: symlink 'python' to '/usr/bin/python3'Alexandru Ardelean2020-04-08
| | | | | | | | | | | | | | | | Time to make it more official. Running 'python' should get you an interpreter running, and that one is now Python3. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | lang: python: flup: drop packageAlexandru Ardelean2020-04-07
| | | | | | | | | | | | | | | | | | | | | | Was mostly required for Seafile. Now it isn't. It's also pretty ancient. https://www.saddi.com/software/flup/ Page was last updated in 2005. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #11744 from ja-pa/pytest-newHannu Nyman2020-04-07
|\ \ | | | | | | python-pytest: add new package
| * | python-pytest: add new packageJan Pavlinec2020-04-07
| | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #11792 from commodo/gunicorn-updateHannu Nyman2020-04-07
|\ \ \ | |_|/ |/| | gunicorn: bump to version 20.0.4
| * | gunicorn: bump to version 20.0.4Alexandru Ardelean2020-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change bumps gunicorn to version 20.0.4. It also installs the binary for gunicorn without any suffix, via symlink. And remove gunicorn_paster; that was removed from the package and moved into the gunicorn library. Also, now we need to use the full python3-setuptools package for the gunicorn executable, as it won't start without it. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | python-yaml: update to version 5.3.1Josef Schlehofer2020-04-06
| | | | | | | | | | | | | | | | | | Fixes CVE-2020-1747 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | python3-package.mk: fix typo PYTHON3_PKG_SETUP_GLOABL_ARGS -> ↵Alexandru Ardelean2020-04-07
|/ / | | | | | | | | | | | | | | | | | | | | | | PYTHON3_PKG_SETUP_GLOBAL_ARGS This fixes a typo with the default PYTHON3_PKG_SETUP_GLOBAL_ARGS. Since in make context non-defined variables are empty anyway, this doesn't produce any issues. The fix is more semantic in nature. Fixes https://github.com/openwrt/packages/issues/11790 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #11779 from commodo/pillow-bumpHannu Nyman2020-04-06
|\ \ | | | | | | pillow: bump to version 7.1.1
| * | pillow: bump to version 7.1.1Alexandru Ardelean2020-04-06
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #11778 from jefferyto/python-cryptography-2.9Hannu Nyman2020-04-06
|\ \ \ | | | | | | | | python-cryptography: Update to 2.9, remove setup patch
| * | | python-cryptography: Update to 2.9, remove setup patchJeffery To2020-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Since cffi is installed by HOST_PYTHON3_PACKAGE_BUILD_DEPENDS, it shouldn't be necessary to clear setup_requirements anymore. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #11777 from jefferyto/python-zope-interface-5.0.2Hannu Nyman2020-04-06
|\ \ \ \ | |_|/ / |/| | | python-zope-interface: Update to 5.0.2
| * | | python-zope-interface: Update to 5.0.2Jeffery To2020-04-06
| |/ / | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #10449 from ja-pa/python-pluggyHannu Nyman2020-04-06
|\ \ \ | |/ / |/| | python-pluggy: add new package
| * | python-pluggy: add new packageJan Pavlinec2020-04-03
| |/ | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | python3-pip: Symlink pip3 to pip3.8Jeffery To2020-04-04
| | | | | | | | | | | | | | Currently, python3-pip installs the same script as pip3 and pip3.8 to usr/bin. This changes pip3 to be a symlink to pip3.8. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python: Update readmeJeffery To2020-04-04
| | | | | | | | | | | | | | | | | | | | * Replace the Python 2 pending removal notice/schedule with a brief message about the removal * Replace mentions of "Python & Python 3" with just "Python" (references to the version number are kept only in cases where it is necessary) * Update Makefile example code to use Python 3 conventions/names Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python: Remove packageJeffery To2020-04-03
| | | | | | | | | | | | This package will be added to the abandoned packages feed. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #11740 from jefferyto/python2-remove-librariesHannu Nyman2020-04-02
|\ \ | | | | | | python-libraries: Remove Python 2 variants/libraries
| * | python-libraries: Remove Python 2 variantsJeffery To2020-04-02
| | | | | | | | | | | | | | | | | | The Python 2 variants will be added to the abandoned packages feed. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | python-libraries: Remove Python 2-only packagesJeffery To2020-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are either libraries that backport Python 3 features for Python 2 programs, or libraries that have not had Python 3 variants added to them by anyone. These packages will be added to the abandoned packages feed. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #11743 from peter-stadler/djangoHannu Nyman2020-04-02
|\ \ \ | | | | | | | | python3-django: update to version 3.0.5
| * | | python3-django: update to version 3.0.5Peter Stadler2020-04-02
| |/ / | | | | | | | | | Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | Merge pull request #11742 from peter-stadler/asgirefHannu Nyman2020-04-02
|\ \ \ | | | | | | | | python3-asgiref: update version to 3.2.7
| * | | python3-asgiref: update version to 3.2.7Peter Stadler2020-04-02
| |/ / | | | | | | | | | Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | Merge pull request #11664 from ja-pa/python-packaging-newHannu Nyman2020-04-02
|\ \ \ | |/ / |/| | python-packaging: add new package
| * | python-packaging: add new packageJan Pavlinec2020-04-02
| |/ | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | php7-pecl-krb5: update to 1.1.3Michael Heimpold2020-03-31
| | | | | | | | | | | | Compile and run-time tested on I2SE Duckbill (mxs platform). Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php7-pecl-redis: update to 5.2.1Michael Heimpold2020-03-31
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | python-wcwidth: update to version 0.1.9Jan Pavlinec2020-03-31
| | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | javascript-obfuscator: update to 0.27.2Zbyněk Kocur2020-03-30
| | | | | | | | | | | | New version of node-javascript-obfuscator. Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>
* | vala: update to 0.48.2Rosen Penev2020-03-28
| | | | | | | | | | | | Add rpath-link to fix compilation with newer libffi. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | php7: update to 7.4.4Michael Heimpold2020-03-26
| | | | | | | | | | | | | | | | | | This fixes: - CVE-2020-7064 - CVE-2020-7065 - CVE-2020-7066 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | node-homebridge: update to 0.4.53Hirokazu MORIKAWA2020-03-26
|/ | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* Merge pull request #11655 from nxhack/node_follow_icu_versionRosen Penev2020-03-24
|\ | | | | node: Change icu version specification
| * node: Change icu version specificationHirokazu MORIKAWA2020-03-24
| | | | | | | | | | | | modify host icu library path Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>