- 26 Oct, 2023 4 commits
-
-
Ł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 nexedi/slapos!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 nexedi/slapos!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 30 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
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Extend PATH to make xzcat available.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Extend PATH to make xzcat available.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Enforce python3 usage, as the newer version requires python3.
-