aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
* Merge pull request #15047 from commodo/pillowJosef Schlehofer2021-03-08
|\ | | | | pillow: bump to version 8.1.2
| * pillow: bump to version 8.1.2Alexandru Ardelean2021-03-08
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python-zipp: update to version 3.4.1Jan Pavlinec2021-03-08
|/ | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* Merge pull request #15010 from mhei/php8-updateMichael Heimpold2021-03-07
|\ | | | | php8: update to 8.0.3
| * php8: update to 8.0.3Michael Heimpold2021-03-06
| | | | | | | | | | | | Also update opcache compile fix patch. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * php8: fix pecl build with QUILTEneas U de Queiroz2021-03-06
| | | | | | | | | | | | | | This is d4979cff0 ported to php8. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com> Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * php8: fix build with QUILTEneas U de Queiroz2021-03-06
| | | | | | | | | | | | | | This is d4979cff0 ported to php8. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com> Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #14873 from neheb/cxxRosen Penev2021-03-06
|\ \ | |/ |/| treewide: remove uClibc++ support
| * treewide: remove uClibc++ supportRosen Penev2021-03-05
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #15011 from mhei/php7-updateMichael Heimpold2021-03-06
|\ \ | | | | | | php7: update to 7.4.16
| * | php7: update to 7.4.16Michael Heimpold2021-03-04
| |/ | | | | | | | | | | Also refresh patch. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* / python3-libselinux: fix musl 1.2.x compilation.Rosen Penev2021-03-04
|/ | | | | | Backported upstream patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #14914 from cotequeiroz/php7-pecl-imagickRosen Penev2021-03-02
|\ | | | | php7-pecl-imagick, imagemagick: save & use MagickWand-config
| * php7-pecl-imagick: configure --with-imagick=...Eneas U de Queiroz2021-02-28
| | | | | | | | | | | | | | | | Add --with-imagick=$(STAGING_DIR)/usr so that configure picks MagickWand-config from there, before it finds an eventual host-installed version. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | python-typing-extensions: add new packageJan Pavlinec2021-03-02
| | | | | | | | | | | | | | Note: Dependency for python3-aiohttp Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | python-aiohttp: update to version 3.7.4Jan Pavlinec2021-03-02
|/ | | | | | | | Note: Fixes CVE-2021-21330 Add new required dependecy python3-typing-extensions Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* Merge pull request #14894 from cotequeiroz/php7-pecl-imagikEneas U de Queiroz2021-02-26
|\ | | | | php7: adjust build with QUILT
| * php7: fix build with QUILTEneas U de Queiroz2021-02-26
| | | | | | | | | | | | | | | | | | | | | | | | When building with QUILT, unlike the regular build, Build/Prepare does not apply the patches. So when buildconf is called with QUILT on, at the end of Build/Prepare, it will not have the patched sources, and build will fail. To fix the problem, run buildconf in Build/Prepare only when QUILT is off, and do it in Build/Configure otherwise. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
| * php7: fix pecl build with QUILTEneas U de Queiroz2021-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit d741a64b7 ("lang/php7: Don't run phpize7 with QUILT") changed pecl.mk to not run phpize7 during Package/prepare if QUILT is set. The intention was to allow prepare, refresh and update targets to run without building dependencies. As a side-effect, Package/configure and Package/compile fail when QUILT is defined because they can't find ./configure or a Makefile. It also impacts the github tests run with pull requests, because QUILT is defined there. To avoid that failure and still keep the prepare, refresh, and update speedup, call phpize7 before Package/Configure if QUILT is defined. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | node: bump to v14.16.0Hirokazu MORIKAWA2021-02-26
| | | | | | | | | | | | | | | | | | | | | | Update to v14.16.0 February 2021 Security Releases - HTTP2 'unknownProtocol' cause Denial of Service by resource exhaustion (Critical) (CVE-2021-22883) - DNS rebinding in --inspect (CVE-2021-22884) - OpenSSL - Integer overflow in CipherUpdate (CVE-2021-23840) Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | django: bump to version 3.1.7Alexandru Ardelean2021-02-24
|/ | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmai.com>
* Merge pull request #14782 from dddaniel/masterRosen Penev2021-02-23
|\ | | | | python-psycopg2: Add new package
| * python-psycopg2: Add new packageDaniel Danzberger2021-02-23
| | | | | | | | | | | | | | | | | | | | | | | | Psycopg is the most popular PostgreSQL adapter for the Python programming language It's used by the python-sqlalchemy for postgresql This package was removed by this commit for lacking python3 support: c37b15e1c49cf27de8f34f43e93a7a5c184be9e0 Version 2.8.6 used in this package now supports pyhton3 Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
* | Merge pull request #14696 from luizluca/ruby-3.0.0Rosen Penev2021-02-23
|\ \ | | | | | | ruby: update to 3.0.0
| * | ruby: update to 3.0.0Luiz Angelo Daros de Luca2021-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release goal is performance, concurrency, and typing. See details in https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/ New subpackages (reflect of mostly complete upstream ruby gemification) - ruby-abbrev (from ruby-misc) - ruby-base64 (from ruby-misc) - ruby-coverage (from ruby-misc) - ruby-continuation (from ruby-misc) - ruby-debug (from ruby-debuglib) - ruby-english (from ruby-misc) - ruby-expect (from ruby-misc) - ruby-fiber (from ruby-misc) - ruby-find (from ruby-filelib) - ruby-io-nonblock (from ruby-multithread) - ruby-io-wait (from ruby-multithread) - ruby-monitor (from ruby-multithread) - ruby-net-ftp (from ruby-net) - ruby-net-http (from ruby-net) - ruby-net-imap (from ruby-net) - ruby-net-pop (from ruby-net) - ruby-net-protocol (from ruby-net) - ruby-objspace (from ruby-debuglib) - ruby-open-uri (from ruby-net) - ruby-pathname (from ruby-filelib) - ruby-pp (from ruby-prettyprint) - ruby-pty (from ruby-misc) - ruby-rbs (NEW) - ruby-resolv (from ruby-socket) - ruby-resolv-replace (from ruby-socket) - ruby-securerandom (from ruby-misc) - ruby-set (from ruby-misc) - ruby-shellwords (from ruby-misc) - ruby-syslog (from ruby-logger) - ruby-tempfile (from ruby-filelib) - ruby-tmpdir (from ruby-filelib) - ruby-tsort (from ruby-misc) - ruby-typeprof (NEW) - ruby-un (from ruby-mkmf) - ruby-weakref (from ruby-misc) Removed subpackages - ruby-debuglib (split into ruby-debug,ruby-objspace) - ruby-filelib (split into ruby-find,ruby-pathname,ruby-tempfile,ruby-tmpdir) - ruby-misc (split into ruby-abbrev,ruby-base64,ruby-continuation, ruby-coverage,ruby-english,ruby-expect,ruby-fiber,ruby-securerandom, ruby-set,ruby-shellwords,ruby-tsort,ruby-weakref) - ruby-multithread (split into ruby-io-nonblock,ruby-io-wait,ruby-monitor) - ruby-net (split into ruby-net-ftp,ruby-net-http,ruby-net-imap,ruby-net-pop, ruby-net-protocol,ruby-open-uri) - ruby-net-telnet (removed upstream) - ruby-sdbm (removed upstream) - ruby-webrick (removed upstream) - ruby-xmlrpc (removed upstream) Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | Merge pull request #14838 from ja-pa/python-packaging-20.9Rosen Penev2021-02-23
|\ \ \ | | | | | | | | python-packaging: update to version 20.9
| * | | python-packaging: update to version 20.9Jan Pavlinec2021-02-22
| |/ / | | | | | | | | | | | | | | | | | | Changes: - add python-urllib dependency Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #14841 from ja-pa/python-py-1.10.0-upRosen Penev2021-02-23
|\ \ \ | | | | | | | | python-py: update to version 1.10.0
| * | | python-py: update to version 1.10.0Jan Pavlinec2021-02-23
| |/ / | | | | | | | | | | | | | | | Fixes CVE-2020-29651 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #14846 from ja-pa/pytho-pytest-xdist-2.2.1Rosen Penev2021-02-23
|\ \ \ | | | | | | | | python-pytest-xdist: update to version 2.2.1
| * | | python-pytest-xdist: update to version 2.2.1Jan Pavlinec2021-02-22
| |/ / | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #14844 from ja-pa/python-more-itertools-8.7.0Josef Schlehofer2021-02-22
|\ \ \ | | | | | | | | python-more-itertools: update to version 8.7.0
| * | | python-more-itertools: update to version 8.7.0Jan Pavlinec2021-02-22
| |/ / | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #14833 from jefferyto/golang-1.16Josef Schlehofer2021-02-22
|\ \ \ | | | | | | | | golang: Update to 1.16
| * | | golang: Update to 1.16Jeffery To2021-02-22
| |/ / | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* / / python3: Update to 3.9.2, refresh patchesJeffery To2021-02-22
|/ / | | | | | | | | | | | | | | | | Includes fixes for: * CVE-2021-3177 - ctypes: Buffer overflow in PyCArg_repr * CVE-2021-23336 - urllib parse_qsl(): Web cache poisoning - semicolon as a query args separator Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | | | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* | python-docker: Update to 4.4.3Javier Marcet2021-02-19
| | | | | | | | | | | | | | | | Bugfixes: - Fix SSH port parsing when shelling out to the ssh client Signed-off-by: Javier Marcet <javier@marcet.info>
* | Merge pull request #14750 from neheb/pyreqRosen Penev2021-02-18
|\ \ | |/ |/| python-requests: split up patches into two files
| * python-requests: split up patches into two filesRosen Penev2021-02-15
| | | | | | | | | | | | | | | | quilt cannot handle two patches in one file. It ends up merging them and removing the description from the second. To avoid this, split into two. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #14767 from jefferyto/python-config-macosRosen Penev2021-02-17
|\ \ | | | | | | python3: Fix target python-config when building on macOS
| * | python3: Fix target python-config when building on macOSJeffery To2021-02-17
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Python version of python-config is installed when building on macOS, rather than the shell script version when building on Linux. When run on macOS, the Python version of python-config will return values with Mac-specific customizations. This patches the python-config install recipe so that which version is installed can be controlled by the package makefile. When building on macOS, this installs the Python version for host Python and the shell script version for target Python. This also updates Host/Compile and Host/Install to use the default host build recipes, so that the various HOST_* variables are taken into account automatically. Fixes https://github.com/openwrt/packages/issues/14652 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #14770 from nxhack/node_host_yarnRosen Penev2021-02-16
|\ \ | | | | | | node-yarn: add new package - for building adguardhome
| * | node-yarn: add new package - for building adguardhomeHirokazu MORIKAWA2021-02-17
| |/ | | | | | | | | | | | | Add the necessary new package to build the latest version of adguardhome. See this thread : https://github.com/openwrt/packages/pull/14717 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* / node: make hostpkg icu-enabledHirokazu MORIKAWA2021-02-17
|/ | | | | | | Made the necessary changes to build the latest version of adguardhome. See this thread : https://github.com/openwrt/packages/pull/14717 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* Merge pull request #14757 from jmarcet/python_docker_updateRosen Penev2021-02-15
|\ | | | | python-docker: Update to 4.4.2
| * python-docker: Update to 4.4.2Javier Marcet2021-02-15
| | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | perl-try-tiny: use relative include of perlmod.mkMatt Merhar2021-02-15
|/ | | | | | The $(TOPDIR) seemed to cause Makefile parsing issues with CI. Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
* Merge pull request #14743 from jefferyto/python-cffi-1.14.5Rosen Penev2021-02-15
|\ | | | | python-cffi: Update to 1.14.5
| * python-cffi: Update to 1.14.5Jeffery To2021-02-15
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>