Bug#1039087: removing embeded version of yajl

2024-10-28 Thread Moritz Mühlenhoff
Am Wed, May 29, 2024 at 10:38:29AM +0200 schrieb PICCA Frederic-Emmanuel: > Here the upstream point of view about the CVE. > > https://github.com/epics-base/epics-base/issues/405 > > check with the security team, if their analyse is ok ? Given that epics parser has evolved quite a bit, I'd say j

Bug#1039087: removing embeded version of yajl

2024-05-29 Thread PICCA Frederic-Emmanuel
Here the upstream point of view about the CVE. https://github.com/epics-base/epics-base/issues/405 check with the security team, if their analyse is ok ? Fred

Bug#1039087: removing embeded version of yajl

2024-05-28 Thread Andrius Merkys
Hi, On 2024-05-28 18:35, PICCA Frederic-Emmanuel wrote: Here the diff between the epics version (debian patch unapplyed) and the current 2.1.0 version of yajl (debian patch unapplyed). It seems EPICS authors have forked yajl and implemented JSON5 support there. As a result, the code diverged

Bug#1039087: removing embeded version of yajl

2024-05-28 Thread Andrius Merkys
Hi, On 2024-05-28 17:49, PICCA Frederic-Emmanuel wrote: following a different path..., I added this in the rules file -export POSIX_CFLAGS+=$(CFLAGS) +export POSIX_CFLAGS+=$(CFLAGS) $(shell pkgconf --cflags yajl) export POSIX_CFLAGS+=$(CPPFLAGS) export POSIX_CPPFLAGS+=$(CPPFLAGS) -export POSIX

Bug#1039087: removing embeded version of yajl

2024-05-28 Thread PICCA Frederic-Emmanuel
following a different path..., I added this in the rules file -export POSIX_CFLAGS+=$(CFLAGS) +export POSIX_CFLAGS+=$(CFLAGS) $(shell pkgconf --cflags yajl) export POSIX_CFLAGS+=$(CPPFLAGS) export POSIX_CPPFLAGS+=$(CPPFLAGS) -export POSIX_LDFLAGS+=$(LDFLAGS) +export POSIX_LDFLAGS+=$(LDFLAGS) $(sh