User Details
- User Since
- Jul 19 2018, 5:53 PM (341 w, 1 d)
Yesterday
Will wait here for the non-FreeBSD maintainer timeout as well.
Thu, Jan 30
Wed, Jan 29
Guys, do you want to review?
Will leave time until Saturday and then will merge.
Will leave time until Saturday and then will merge.
Tue, Jan 28
Built all depending packages in poudriere. All passed. Waiting for sunpoet.
Mon, Jan 27
Sun, Jan 26
Even without the patch it does not compile: https://github.com/protobuf-c/protobuf-c/issues/730
THIS IS A DRAFT, READ INCOMPLETE. I have tried to reduced the patch based on the changes from https://github.com/protobuf-c/protobuf-c/compare/v1.4.1...v1.5.0. The patch does not apply cleanly, maybe it can be completely removed, but @truckman should tell us.
Sat, Jan 25
Fri, Jan 24
Update commit message
Mon, Jan 20
Fri, Jan 17
Tue, Jan 14
Mon, Jan 13
Update commit message
Sun, Jan 12
Fri, Jan 10
Thu, Jan 9
Wed, Jan 8
Tue, Jan 7
Any opinions?
Fri, Jan 3
Bump port revision
Dec 31 2024
Dec 23 2024
Dec 21 2024
For the stupid: I have once grepped through Java's C code and wasn't able to find any use of those filesystems, I really wonder why they are needed at all here.
Dec 17 2024
Dec 16 2024
Dec 10 2024
Anyone willing to review?
Dec 9 2024
Dec 5 2024
FTR: The maintainer didn't responsd within four months.
Dec 2 2024
Jailhost before patch:
root@deblndw013x:/compat/linux/proc/self # cat mounts cat: mounts: Operation canceled
Please add others you think see fit.
Nov 12 2024
Will look again next couple of days.
Nov 11 2024
Nov 8 2024
FTR: https://httpd.apache.org/docs/2.4/mod/mod_ssl.html#sslcarevocationcheck with chain, leaf, none.
Nov 7 2024
Nov 6 2024
I see inconsistency in env vars and in output:
I have now played around with the patch and one of our intermediate CAs:
While testing this, do you intend to add a flag to fetch(1) as well? E.g., --crl-verify?
Nov 5 2024
I think I have found it, the documentation isn't really good in this case for both SSL_CTX_load_verify_locations() and SSL_CTX_set_default_verify_paths(). If a hashed dir is passed it boils down to https://github.com/openssl/openssl/blob/ccaa754b5f66cc50d8ecbac48b38268e2acd715e/crypto/x509/x509_d2.c#L73-L76 where the manpage says:
X509_LOOKUP_add_dir() passes a directory specification from which certificates and CRLs are loaded on demand into the associated X509_STORE. type indicates what type of object is expected. This can only be used with a lookup using the implementation X509_LOOKUP_hash_dir(3).