| Commit message (Collapse) | Author | Age |
|\
| |
| | |
[LuaJit] Add support for mips64
|
| |
| |
| |
| | |
Signed-off-by: Donald Hoskins <grommish@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|\ \
| |/
|/| |
python-packages: Remove variants
|
| |
| |
| |
| |
| |
| |
| | |
These packages were in the PR stage when the cleanup occurred and so
still had VARIANT:=python3.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| |
| |
| |
| | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| |
| |
| |
| | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|/
|
|
| |
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|\
| |
| | |
docker-compose: fix depends after merge in master and move to utils
|
| |
| |
| |
| | |
Signed-off-by: Javier Marcet <javier@marcet.info>
|
|\ \
| | |
| | | |
perl-parse-yapp: new package
|
| | |
| | |
| | |
| | |
| | |
| | | |
* add new perl-parse-yapp (dep for samba-4.12)
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
|
| |/
|/|
| |
| |
| |
| | |
- Update project website
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
| |
| |
| |
| |
| |
| |
| | |
This also removes a link to pypi.org; the previous sentence already
links to pypi.org, a second link in the same paragraph isn't necessary.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
| |
| |
| |
| |
| |
| | |
Build variants are no longer necessary.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|/
|
|
| |
Signed-off-by: Xiaobo Tian <peterwillcn@gmail.com>
|
|\
| |
| | |
Docker compose (3 of 3)
|
| |
| |
| |
| | |
Signed-off-by: Javier Marcet <javier@marcet.info>
|
| |
| |
| |
| | |
Signed-off-by: Javier Marcet <javier@marcet.info>
|
| |
| |
| |
| | |
Signed-off-by: Javier Marcet <javier@marcet.info>
|
| |
| |
| |
| | |
Signed-off-by: Javier Marcet <javier@marcet.info>
|
| |
| |
| |
| | |
Signed-off-by: Javier Marcet <javier@marcet.info>
|
|\ \
| | |
| | | |
Docker compose (2 of 3)
|
| | |
| | |
| | |
| | | |
Signed-off-by: Javier Marcet <javier@marcet.info>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Javier Marcet <javier@marcet.info>
|
| |/
| |
| |
| | |
Signed-off-by: Javier Marcet <javier@marcet.info>
|
|\ \
| | |
| | | |
Docker compose (1 of 3)
|
| | |
| | |
| | |
| | | |
Signed-off-by: Javier Marcet <javier@marcet.info>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Javier Marcet <javier@marcet.info>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Javier Marcet <javier@marcet.info>
|
| |/
| |
| |
| | |
Signed-off-by: Javier Marcet <javier@marcet.info>
|
|/
|
|
| |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|
|
|
| |
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
|
|
|
|
| |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\
| |
| | |
django: update to version 3.0.7
|
| |
| |
| |
| |
| |
| | |
update to newest version
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
|
|\ \
| | |
| | | |
pillow: bump to version 7.1.2
|
| |/
| |
| |
| | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The perl Configure file was matching GCC 10 against "1*" and treating it
as GCC 1, causing ABI breakage and segfaults.
Cherry-pick the upstream patch which fixes it to check against (e.g)
"1.*" instead, which will make it work for hundreds more GCC versions
to come.
https://github.com/Perl/perl5/commit/6bd6308fcea3541
"Adapt Configure to GCC version 10"
Also includes the previous commit just adding GCC 8 and 9 to one case:
https://github.com/Perl/perl5/commit/ae195500577d707
"Add gcc-8 and gcc-9 for FORTIFY_SOURCE"
Signed-off-by: Ken Wong <xinxijishuwyq@gmail.com>
|
|\
| |
| | |
Lxml bump 4 5 1
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This took a while to get running.
It turns out, the fix is mostly in libxslt.
lxml uses the xsltGetProfileInformation() function, which is disabled from
libxslt via --without-profiler.
This causes a runtime error, since it cannot find the symbol.
So, libxslt is also updated to re-enable the profiler.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \
| | |
| | | |
python-pytest: update to version 5.4.2
|
| | |
| | |
| | |
| | | |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|\ \ \
| | | |
| | | | |
python-packaging: update to version 20.4
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The pycrypto package is not maintained; the last stable release was in
2013.
This also updates python3-cryptodome, from conflicting with
python3-crypto, to providing python3-crypto.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \
| | |
| | | |
python-six: bump to version 1.15.0
|
| |/
| |
| |
| | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|