Franco Fichtner
Franco Fichtner
fixed in 25.7.10.
`protected` vars are not usable for deriving classes (locked in parent class scope) so if you use them you need to set them again which was done here correctly, but...
> My understanding of PHP is that these will override the others, no? No, protected does not overlap across classes even if derived. It's actually "private" to each Class/File. ;)...
The API is more allergic to this it seems, but I haven’t seen this to be a widespread issue. Either way happy to move this forward with @fraenki’s approval
Looks like you need `AES` option to make.conf example (removing an option but all you need to do basically) https://github.com/opnsense/tools/commit/24db931d60807 you want it you make a PR :)
PS https://github.com/opnsense/ports/blob/ffb8af6b7bed0760602e67af572880feeea0c891/net-mgmt/net-snmp/Makefile#L38
It's not personal. It's just high risk imposed on the project for little benefit. Cheers, Franco
https://github.com/ddclient/ddclient/commit/aba1df3e does not apply to 3.11.2 -- sorry we are not upstream and upstream should timely merge and release their stuff...
https://github.com/opnsense/ports/commit/9836aa7c7
We do have our native client nowadays which is also the default, perhaps at some point it makes sense to split off ddclient from the plugin. It depends on how...