Created attachment 239420 [details] patch to update 0.12.1 ‘Plan uw reis in de app’ Bug Fixes o Actually use the extra-tals-dir config file option. (#821) o Allow private keys prefixed both with BEGIN PRIVATE KEY and BEGIN RSA PRIVATE KEY in the files referred to by http-tls-key and rtr-tls-key configuration options. (#831, #832) o On Unix, if chroot is requested but no working directory is explicitly provided, set the working directory to the chroot directory. (#823) o Fixed the error messages printed when the http-tls-key or http-tls-cert options are required but missing. They now refer to HTTP and not, as previously, to RTR. (#824 by @SanderDelden)
Hi Jaap, Thanks for the patch. Do you think this is something worth to have in the quarterly branch?
(In reply to Fernando Apesteguía from comment #1) Fernando, Usually, I leave such decisions always up to the committers, so feel free To be honest, I don't know the criteria to move it to that branch.
(In reply to Jaap Akkerhuis from comment #2) Quarterly should have security and *important* fixes. Users of quarterly branches should not be surprised by new fancy features for instance. I'll have a look and decide later. Thanks!
Committed, Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6199ca053d82c4bafcbed45ee587f0ce9466fa29 commit 6199ca053d82c4bafcbed45ee587f0ce9466fa29 Author: Jaap Akkerhuis <jaap@NLnetLabs.nl> AuthorDate: 2023-01-13 09:37:44 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-01-14 17:16:46 +0000 net/routinator: Update to 0.12.1 ChangeLog: https://www.nlnetlabs.nl/news/2023/Jan/04/routinator-0.12.1-released/ Minor bugfixes. * Actually use the extra-tals-dir config file option. * Allow private keys prefixed both with BEGIN PRIVATE KEY and BEGIN RSA PRIVATE KEY in the files referred to by http-tls-key and rtr-tls-key configuration options. * On Unix, if chroot is requested but no working directory is explicitly provided, set the working directory to the chroot directory. * Fixed the error messages printed when the http-tls-key or http-tls-cert options are required but missing. They now refer to HTTP and not, as previously, to RTR. PR: 268906 Reported by: jaap@NLnetLabs.nl (maintainer) net/routinator/Makefile | 3 +- net/routinator/Makefile.crates | 81 ++++++++++---------- net/routinator/distinfo | 168 +++++++++++++++++++++-------------------- 3 files changed, 127 insertions(+), 125 deletions(-)