On 05-09-2022 13:00, Alex Peshkoff via Firebird-devel wrote:
When adding it I cared about an ability to fix secirtiy issues in
3d-party libraries not rebuilding and reinstalling FB packages. With
used schema one can simply install fixed system package for tommath in a
case of some issues in it.
On 9/5/22 13:20, Mark Rotteveel wrote:
On 05-09-2022 12:06, Alex Peshkoff via Firebird-devel wrote:
On 9/5/22 12:59, Mark Rotteveel wrote:
On 05-09-2022 11:50, Alex Peshkoff via Firebird-devel wrote:
On 9/5/22 12:31, Mark Rotteveel wrote:
That is inconsistent compared to what is done for
--wi
On 05/09/2022 07:20, Mark Rotteveel wrote:
>
> That is part of the figuring out. I don't normally write shell scripts
> either, but before that I would also need to figure out exactly what I
> need to do before I can even start on that.
>
> And since I consider this packaging Firebird embedded in
On 05-09-2022 12:06, Alex Peshkoff via Firebird-devel wrote:
On 9/5/22 12:59, Mark Rotteveel wrote:
On 05-09-2022 11:50, Alex Peshkoff via Firebird-devel wrote:
On 9/5/22 12:31, Mark Rotteveel wrote:
That is inconsistent compared to what is done for
--with-builtin-tomcrypt. I explicitly reques
On 9/5/22 12:59, Mark Rotteveel wrote:
On 05-09-2022 11:50, Alex Peshkoff via Firebird-devel wrote:
On 9/5/22 12:31, Mark Rotteveel wrote:
On 05-09-2022 11:23, Alex Peshkoff via Firebird-devel wrote:
This is solved by install script - it creates symlink to
/inst/path/firebird/lib/.tm/libtommat
On 05-09-2022 11:50, Alex Peshkoff via Firebird-devel wrote:
On 9/5/22 12:31, Mark Rotteveel wrote:
On 05-09-2022 11:23, Alex Peshkoff via Firebird-devel wrote:
This is solved by install script - it creates symlink to
/inst/path/firebird/lib/.tm/libtommath.so.0 in system lib directory
(provide
On 9/5/22 12:31, Mark Rotteveel wrote:
On 05-09-2022 11:23, Alex Peshkoff via Firebird-devel wrote:
This is solved by install script - it creates symlink to
/inst/path/firebird/lib/.tm/libtommath.so.0 in system lib directory
(provided it's missing).
That's done this way in order to make it poss
On 05-09-2022 11:23, Alex Peshkoff via Firebird-devel wrote:
This is solved by install script - it creates symlink to
/inst/path/firebird/lib/.tm/libtommath.so.0 in system lib directory
(provided it's missing).
That's done this way in order to make it possible to use system tommath
when present
On 9/3/22 16:12, Mark Rotteveel wrote:
I'm investigating ways of packaging Firebird Embedded for Java, so it
can be used as drop-in Java library (which is then unpacked to a
temporary directory automatically).
Given Firebird complains about missing libtommath when I use the
normal build, and