- Mar 30, 2021
-
-
Martin Matějek authored
Signed-off-by:
Martin Matějek <martin.matejek@gmx.com>
-
- Mar 29, 2021
-
-
Alexandru Ardelean authored
Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com>
-
Alexandru Ardelean authored
Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com>
-
Alexandru Ardelean authored
Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com>
-
Alexandru Ardelean authored
Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com>
-
- Mar 28, 2021
-
-
Rosen Penev authored
faster to compile. A small selection of packages was tested going from: Executed in 696.30 secs fish external usr time 82.98 mins 395.00 micros 82.98 mins sys time 9.02 mins 0.00 micros 9.02 mins to: Executed in 592.20 secs fish external usr time 84.84 mins 361.00 micros 84.84 mins sys time 8.85 mins 57.00 micros 8.85 mins Tested by running make -j 12 and wiping staging/build_dir/target_x Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Mar 26, 2021
-
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
It errors out with this section. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster compilation. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Mar 15, 2021
-
-
Alexandru Ardelean authored
Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com>
-
Karl Palsson authored
Includes fixes for OpenWrt's Lnum patched lua. Release notes at: https://github.com/etactica/lua-libmodbus/blob/v0.7/changelog Signed-off-by:
Karl Palsson <karlp@etactica.com>
-
- Mar 14, 2021
-
-
Rosen Penev authored
Use AUTORELEASE for simplicity Switch to compilation with ninja as it's faster. Use the proper install paths to install ev.so Use codeload for simplicity. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Mar 10, 2021
-
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Mar 09, 2021
-
-
Javier Marcet authored
Signed-off-by:
Javier Marcet <javier@marcet.info>
-
Javier Marcet authored
Bugfixes: - Remove LD_LIBRARY_PATH and SSL_CERT_FILE environment variables when shelling out to the ssh client. Signed-off-by:
Javier Marcet <javier@marcet.info>
-
- Mar 08, 2021
-
-
Jan Pavlinec authored
Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz>
-
Alexandru Ardelean authored
Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com>
-
- Mar 06, 2021
-
-
Michael Heimpold authored
Also update opcache compile fix patch. Signed-off-by:
Michael Heimpold <mhei@heimpold.de>
-
Eneas U de Queiroz authored
This is d4979cff ported to php8. Signed-off-by:
Eneas U de Queiroz <cotequeiroz@gmail.com> Signed-off-by:
Michael Heimpold <mhei@heimpold.de>
-
Eneas U de Queiroz authored
This is d4979cff ported to php8. Signed-off-by:
Eneas U de Queiroz <cotequeiroz@gmail.com> Signed-off-by:
Michael Heimpold <mhei@heimpold.de>
-
- Mar 05, 2021
-
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Backported upstream patch. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Mar 04, 2021
-
-
Michael Heimpold authored
Also refresh patch. Signed-off-by:
Michael Heimpold <mhei@heimpold.de>
-
- Mar 02, 2021
-
-
Jan Pavlinec authored
Note: Dependency for python3-aiohttp Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz>
-
Jan Pavlinec authored
Note: Fixes CVE-2021-21330 Add new required dependecy python3-typing-extensions Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz>
-
- Mar 01, 2021
-
-
Eneas U de Queiroz authored
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>
-
- Feb 26, 2021
-
-
Eneas U de Queiroz authored
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>
-
Eneas U de Queiroz authored
Commit d741a64b ("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>
-
Hirokazu MORIKAWA authored
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>
-
- Feb 24, 2021
-
-
Alexandru Ardelean authored
Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmai.com>
-
- Feb 23, 2021
-
-
Daniel Danzberger authored
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: c37b15e1 Version 2.8.6 used in this package now supports pyhton3 Signed-off-by:
Daniel Danzberger <daniel@dd-wrt.com>
-
Jan Pavlinec authored
Fixes CVE-2020-29651 Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz>
-
- Feb 22, 2021
-
-
Luiz Angelo Daros de Luca authored
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>
-
Jeffery To authored
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>
-
Jan Pavlinec authored
Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz>
-
Jan Pavlinec authored
Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz>
-
Jan Pavlinec authored
Changes: - add python-urllib dependency Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz>
-
Jeffery To authored
Signed-off-by:
Jeffery To <jeffery.to@gmail.com>
-
- Feb 21, 2021
-
-
Ilya Lipnitskiy authored
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>
-