pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

chromium-wip: update TODO



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Fri Aug 15 18:34:23 2025 +0200
Changeset:	3e9877dde8e52d56b520a3ea6b72ee120dbc2fee

Modified Files:
	chromium-wip/TODO

Log Message:
chromium-wip: update TODO

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3e9877dde8e52d56b520a3ea6b72ee120dbc2fee

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 chromium-wip/TODO | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diffs:
diff --git a/chromium-wip/TODO b/chromium-wip/TODO
index 814ccf4d32..99db3f2b37 100644
--- a/chromium-wip/TODO
+++ b/chromium-wip/TODO
@@ -1,3 +1,23 @@
 To Do:
 
 Make HID workable on NetBSD.
+
+* Headache:
+1) Build with hid_*_fido: 
+
+Program terminated with signal SIGSEGV, Segmentation fault.
+#0  0x00007c15ce5d58e2 in EVP_KEYMGMT_get0_provider () from /usr/lib/libcrypto.so.15
+(gdb) bt
+#0  0x00007c15ce5d58e2 in EVP_KEYMGMT_get0_provider () from /usr/lib/libcrypto.so.15
+#1  0x00007c15ce5c75e8 in OSSL_ENCODER_CTX_new_for_pkey () from /usr/lib/libcrypto.so.15
+#2  0x00007c15ce5ae6db in PEM_write_bio_PrivateKey_ex () from /usr/lib/libcrypto.so.15
+#3  0x00007c15ce5ae852 in PEM_write_bio_PrivateKey () from /usr/lib/libcrypto.so.15
+#4  0x0000000072d563ca in webrtc::OpenSSLKeyPair::PrivateKeyToPEMString() const ()
+   at ../../third_party/webrtc/rtc_base/openssl_key_pair.cc:147
+
+On NetBSD fido built with openssl, while on OpenBSD with libressl.
+Openssl conflicts with chromium's internal boringssl, while libressl works.
+Pkgsrc's fido uses openssl as well.
+
+2) See how is working hid_*_freebsd
+


Home | Main Index | Thread Index | Old Index