[fpc-devel] What about splitting compiler and packages releases?

2024-05-25 Thread Peter via fpc-devel
Hi all, I was wondering: would it make sense to split the release schedule of the compiler and the included packages? Compiler releases are not frequent (latest is May 2021). In the meantime, useful functionality, bug fixes and improvements have been added to the packages. To use these added and

[fpc-devel] Request for review of patch for security risk in fcl-web/openssl

2023-11-05 Thread Peter via fpc-devel
Hi, Issue 40479 is about a security risk when OpenSSL is used in fcl-web (TFPHTTPClient). Using the current source/trunk, TLS certificates having a wrong hostname are accepted, while they should be rejected. An easy patch for this is available, I kindly ask for a review by one of the developers:

[fpc-devel] Please review bug #41018 in fcl-report (patch added)

2025-01-10 Thread Peter via fpc-devel
Hello, Can anyone have a look at this bug in fcl-report: https://gitlab.com/freepascal.org/fpc/source/-/issues/41018 The bug makes using groups with aggregates unusable. The bug also happens in the included demo in fcl-report. I think I found a solution and I added a patch. Please review this, m