| Commit message (Collapse) | Author | Age |
... | |
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Changes:
- add python-urllib dependency
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|\ \ \
| | | |
| | | | |
python-py: update to version 1.10.0
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Fixes CVE-2020-29651
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|\ \ \
| | | |
| | | | |
python-pytest-xdist: update to version 2.2.1
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|\ \ \
| | | |
| | | | |
python-more-itertools: update to version 8.7.0
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|\ \ \
| | | |
| | | | |
golang: Update to 1.16
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Bugfixes:
- Fix SSH port parsing when shelling out to the ssh client
Signed-off-by: Javier Marcet <javier@marcet.info>
|
|\ \
| |/
|/| |
python-requests: split up patches into two files
|
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | | |
python3: Fix target python-config when building on macOS
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | | |
node-yarn: add new package - for building adguardhome
|
| |/
| |
| |
| |
| |
| |
| | |
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>
|
|/
|
|
|
|
|
| |
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>
|
|\
| |
| | |
python-docker: Update to 4.4.2
|
| |
| |
| |
| | |
Signed-off-by: Javier Marcet <javier@marcet.info>
|
|/
|
|
|
|
| |
The $(TOPDIR) seemed to cause Makefile parsing issues with CI.
Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
|
|\
| |
| | |
python-cffi: Update to 1.14.5
|
| |
| |
| |
| | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \
| | |
| | | |
python-pytz,numpy: bump versions
|
| | |
| | |
| | |
| | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \ \
| |/ /
|/| | |
python-cryptography: Update to 3.3.2
|
| |/
| |
| |
| |
| |
| |
| | |
This fixes CVE-2020-36242 (buffer overflows caused by integer overflow
in OpenSSL).
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \
| | |
| | | |
python-sqlalchemy: update to version 1.3.23
|
| | |
| | |
| | |
| | | |
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
|\ \ \
| |_|/
|/| | |
perl: fix build errors on macOS
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Added a check for macOS 11 and newer to resolve a compile error:
*** Unexpected product version 11.2.
Added Internals::getcwd.
Fallback to the built-in getcwd to resolve compile errors on macOS:
Can't locate Errno.pm in @INC
/miniperl not found
Signed-off-by: Georgi Valkov <gvalkov@abv.bg>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Description:
Update to v14.15.5
upgrade npm to 6.14.11
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
|
|\ \ \
| | | |
| | | | |
django: update to 3.1.6 (fixing CVE-2021-3281)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
fix for CVE-2021-3281
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
|
|\ \ \ \
| | | | |
| | | | | |
php7: update to 7.4.15
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This fixes:
- CVE-2021-21702
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Python bindings for ubus.
Signed-off-by: Erik Larsson <who+github@cnackers.org>
|
|\ \ \ \
| | | | |
| | | | | |
golang: Update to 1.15.8
|
| |/ / /
| | | |
| | | |
| | | | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Allows targets such as prepare, refresh, or update to be run without
building dependencies for easier patch maintenance.
This is d741a64b7 applied to php8.
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|\ \
| | |
| | | |
php8: update to 8.0.2
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This fixes:
- CVE-2021-21702
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|\ \ \
| | | |
| | | | |
php8: fix cross-compiling for x86_64
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The build process uses a minilua helper for code generation
which must not be compiled with target cross-compiler but
the host compiler.
This error was spotted by buildbots:
ext/opcache/minilua /builder/shared-workdir/build/sdk/build_dir/
target-x86_64_musl/php-8.0.1/ext/opcache/jit/dynasm/dynasm.lua
-D X64=1 -o ext/opcache/jit/zend_jit_x86.c /builder/shared-workdir
/build/sdk/build_dir/target-x86_64_musl/php-8.0.1/ext/opcache/jit/zend_jit_x86.dasc
/bin/bash: ext/opcache/minilua: No such file or directory
Makefile:406: recipe for target 'ext/opcache/jit/zend_jit_x86.c' failed
make[4]: *** [ext/opcache/jit/zend_jit_x86.c] Error 127
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|/ /
| |
| |
| |
| |
| |
| | |
Allows targets such as prepare, refresh, or update to be run without
building dependencies for easier patch maintenance.
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|