- 30 Oct, 2023 17 commits
-
-
Jérome Perrin authored
These must be installed through dependencies
-
Jérome Perrin authored
on python3 we use lzma directly
-
Thomas Gambier authored
-
Thomas Gambier authored
-
Jérome Perrin authored
There are more recent versions, but they don't use pyproject.toml for metadata. Here we want a version with python3.11 support
-
Jérome Perrin authored
-
Jérome Perrin authored
This comes with a patch because the setup.py does not have version, which is not supported with our old tooling.
-
Jérome Perrin authored
This section is just for setup, it does not make sense to generate scripts here and it cause errors when another section uses the same technique.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Note that we don't use 3 yet because nexedi/pygolang@6446a0be
-
Thomas Gambier authored
-
Julien Muchembled authored
-
Jérome Perrin authored
-
- 27 Oct, 2023 2 commits
-
-
Ivan Tyagov authored
See merge request nexedi/slapos!1460
-
Ivan Tyagov authored
-
- 26 Oct, 2023 5 commits
-
-
Łukasz Nowak authored
Cover a case of not adding needless trailing / while accessing a backend from top level of the URL. As / are stripped while parsing the url, expose the situation that even if url ends with a /, it won't be sent for top level access. Here is the mapping of configured URL, path accessed on the CDN side and path sent to the backend: * backend/index.html frontend/ index.html * backend/index.html frontend/a index.html/a * backend/index.html frontend/a/ index.html/a/ * backend/index.html/ frontend/ index.html * backend/index.html/ frontend/a index.html/a * backend/index.html/ frontend/a/ index.html/a/
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Kirill Smelkov authored
During my recent work I needed to use path for generated interpreter in several places and found the need to repeat ${buildout:bin-directory}/${python-interpreter:interpreter} both tiring and error-prone, because the knowledge where executable is placed is implicitly used and relied upon. On the other hand: - pygolang already provides ${gpython:exe} as reference to the place where gpython is installed (see e1d269b4) - pygolang already uses :exe for interpreter generated to accompany pyprog (see 0ee52376 and e328aa49) So python-interpreter not providing :exe is an oversight and the logical fix is to start providing python-interpreter:exe as well. -> Do it and convert */software.cfg throughout the tree, where python-interpreter is found, to use it. /cc @jerome, @Tyagov, @alain.takoudjou, @xavier_thompson, @levin.zimmermann /reviewed-on !1456
-
- 24 Oct, 2023 6 commits
-
-
Jérome Perrin authored
The new ghostscript could not decrypt some password protected files. It turned out to be a bug in ghostscript but in the process of investigating I thought it might be related to missing libidn that is also used in PDF passwords, so I added it. See merge request !1455
-
Jérome Perrin authored
Fixes decryption of some password protected PDFs
-
Jérome Perrin authored
INFO configure: WARNING: unrecognized options: --disable-threadsafe
-
Jérome Perrin authored
without libidn, decrypting password protected PDFs does not fully work.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 23 Oct, 2023 10 commits
-
-
Thomas Gambier authored
This is a fixup of f6281e7a.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
This fixes 3c514224
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Since nginx 1.25.1 ssl directive has been dropped, so fix the configuration template to work with 1.25.2.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Update nginx-push-stream to follow nginx API changes.
-
Łukasz Nowak authored
Will support zlib 1.3+
-
Łukasz Nowak authored
-