[Bug 294709] dns/encrypted-dns-server: update to 0.9.19

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 15 Jun 2026 03:08:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294709

--- Comment #2 from Felix Hanley <felix@userspace.com.au> ---
The portrevision needs to be reset. Also, this fails to build for me, but like
I mentioned I do not use this port anymore and do not have time to look at the
fixes.

error[E0609]: no field `varz` on type `Arc<globals::Globals>`                   
   --> src/main.rs:166:13                                                       
    |                                                                           
166 |     globals.varz.client_queries_resolved.inc();                           
    |             ^^^^ unknown field                                            
    |                                                                           
    = note: available fields are: `runtime_handle`, `state_file`,
`dnscrypt_encryption_params_set`, `provider_name`, `provider_kp` ... and 28
others                                           

error[E0609]: no field `varz` on type `Arc<globals::Globals>`                   
   --> src/main.rs:168:17                                                       
    |                                                                           
168 |         globals.varz.client_queries_rcode_nxdomain.inc();                 
    |                 ^^^^ unknown field                                        
    |                                                                           
    = note: available fields are: `runtime_handle`, `state_file`,
`dnscrypt_encryption_params_set`, `provider_name`, `provider_kp` ... and 28
others

-- 
You are receiving this mail because:
You are the assignee for the bug.