Re: [SECURITY UPDATE] devel/jansson

2022-04-25 Thread Theo Buehler
On Mon, Apr 25, 2022 at 06:18:38PM +0300, Kirill Bychkov wrote: > Hi, > The patch below updates jansson to 2.14 and brings CVE-2020-36325 fix. > All consumers are building fine. Runtime test with seafile-client. > OK to commit? ok tb One regress test fails because it assumes that it is run in a g

[SECURITY UPDATE] devel/jansson

2022-04-25 Thread Kirill Bychkov
Hi, The patch below updates jansson to 2.14 and brings CVE-2020-36325 fix. All consumers are building fine. Runtime test with seafile-client. OK to commit? Index: Makefile === RCS file: /cvs/ports/devel/jansson/Makefile,v retrieving r

Re: [UPDATE] devel/jansson

2021-07-16 Thread Jeremie Courreges-Anglas
On Fri, Jul 16 2021, Stuart Henderson wrote: > On 2021/07/16 13:23, Kirill Bychkov wrote: >> On Fri, July 16, 2021 12:57, Stuart Henderson wrote: >> > On 2021/07/16 12:08, Kirill Bychkov wrote: >> >> Hi, >> >> This is a bugfix update for jansson. >> >> All consumers are building fine. >> >> Change

Re: [UPDATE] devel/jansson

2021-07-16 Thread Stuart Henderson
On 2021/07/16 13:23, Kirill Bychkov wrote: > On Fri, July 16, 2021 12:57, Stuart Henderson wrote: > > On 2021/07/16 12:08, Kirill Bychkov wrote: > >> Hi, > >> This is a bugfix update for jansson. > >> All consumers are building fine. > >> Changelog: > >> https://jansson.readthedocs.io/en/2.13/chang

Re: [UPDATE] devel/jansson

2021-07-16 Thread Kirill Bychkov
On Fri, July 16, 2021 12:57, Stuart Henderson wrote: > On 2021/07/16 12:08, Kirill Bychkov wrote: >> Hi, >> This is a bugfix update for jansson. >> All consumers are building fine. >> Changelog: >> https://jansson.readthedocs.io/en/2.13/changes.html#version-2-13-1 >> SEPARATE_BUILD set after it was

Re: [UPDATE] devel/jansson

2021-07-16 Thread Stuart Henderson
On 2021/07/16 12:08, Kirill Bychkov wrote: > Hi, > This is a bugfix update for jansson. > All consumers are building fine. > Changelog: > https://jansson.readthedocs.io/en/2.13/changes.html#version-2-13-1 > SEPARATE_BUILD set after it was dropped when switching from cmake > to autotools. > Runtime

[UPDATE] devel/jansson

2021-07-16 Thread Kirill Bychkov
Hi, This is a bugfix update for jansson. All consumers are building fine. Changelog: https://jansson.readthedocs.io/en/2.13/changes.html#version-2-13-1 SEPARATE_BUILD set after it was dropped when switching from cmake to autotools. Runtime tests are welcome. OK? Index: Makefile ==