FreeBSD ports you maintain which are out of date

2020-11-13 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated,

Re: Sudden trouble with net/rdesktop

2020-11-13 Thread Greg Veldman
On Fri, Nov 13, 2020 at 05:53:06PM +0300, Yuri Pankov wrote: > size is 128 now, so with digest of 256 we fail the ((len * 2) < size) > assertion, 257 works though (or changing the assertion to be <=). The call to gnutls_x509_crt_get_fingerprint adjusts the size of buf. I looked at the size

Re: Sudden trouble with net/rdesktop

2020-11-13 Thread Yuri Pankov
Greg Veldman wrote: On Fri, Nov 13, 2020 at 03:52:54PM +0300, Yuri Pankov wrote: OK, I was able to reproduce this; actually, it hit that assertion for all Windows 10 20H2 installs I have, all are updated to latest patches, so I can't tell when this started to happen. Adding a debug print

Re: Sudden trouble with net/rdesktop

2020-11-13 Thread Greg Veldman
On Fri, Nov 13, 2020 at 03:52:54PM +0300, Yuri Pankov wrote: > OK, I was able to reproduce this; actually, it hit that assertion for > all Windows 10 20H2 installs I have, all are updated to latest patches, > so I can't tell when this started to happen. Adding a debug print > before that

Re: Sudden trouble with net/rdesktop

2020-11-13 Thread Andrea Venturoli
On 11/13/20 1:52 PM, Yuri Pankov wrote: So we need the len of 128 we need size of digest buf to be > 256, the following patch worked for me: You beat me to this :) I compiled rdesktop with DEBUG last night, but still it stripped the debug info. So I was not able to look at it yet. Also

Re: Sudden trouble with net/rdesktop

2020-11-13 Thread Yuri Pankov
Andrea Venturoli wrote: On 11/12/20 5:18 PM, Yuri Pankov wrote: Could it be something that changed on remote side, e.g. any recent updates? Sure. Most targets are Windows 10 machines, so they possibly updated to a newer version, but I don't know. One is Windows 2012, though, so I don't

devel/rust-cbindgen fails to build

2020-11-13 Thread Torfinn Ingolfsen
Is anyone else seeing that rust-cbindgen fails to build? root@kg-core1# cd /usr/ports/devel/rust-cbindgen root@kg-core1# make clean ===> Cleaning for rust-cbindgen-0.15.0_1 root@kg-core1# make [..] ===> Moving crates to /usr/ports/devel/rust-cbindgen/work/cbindgen-0.15.0/cargo-crates ===>

Re: FireFox keeps loosing data

2020-11-13 Thread Guido Falsi via freebsd-ports
On 13/11/20 07:58, Andrea Venturoli wrote: On 11/12/20 9:52 PM, Dave Horsfall wrote: Never use file locking on NFS.  Period.  One day it *will* bite you, due to some yet-to-be-discovered bug.  In the meantime, feel free to ignore the advice of those who have been there before... Thanks for