Adam Williamson

Results 112 issues of Adam Williamson

Separate from https://github.com/rfc1036/whois/pull/176 as this one is a bit less clear-cut. The IANA info still lists whois.afilias-srs.net . However, as explained in #176, Afilias was bought in 2020 and the...

Afilias was bought by Donuts in 2020 and the combined entity is now called Identity Digital. I went through each entry that has 'afilias' in it to see if it...

pyliblo has not been touched upstream since 2015 and doesn't work out of the box with Python releases since 3.11. There is an actively-maintained fork called 'pyliblo3' at https://github.com/gesellkammer/pyliblo3 which...

Requests prior to 2.32.3 always loaded the default (system-wide) set of trusted certificates into custom SSL contexts. 2.32.3 no longer does. This has broken a lot of users, but the...

Using gettimeofday here is not safe against clock jumps (e.g. a manual setting of the clock). Use clock_gettime instead.

**Description** This is yet another in the series of 'issues to do with running buildah in a locked-down container' - see https://github.com/containers/buildah/issues/4563 , https://github.com/containers/buildah/issues/1901 - but with a twist: we...

Filing a new ticket for this as discussing it in https://github.com/os-autoinst/os-autoinst/pull/1640 was getting confusing. On the Fedora deployments currently, I'm seeing frequent crashes in isotovideo, in the signal handler stuff...

stale

Looking into https://bugzilla.redhat.com/show_bug.cgi?id=2297632 , I noticed that on Fedora 40 and 41 IoT installer images - which are built with osbuild - /etc/pki/tls/certs/ca-bundle.crt is not present. Looking at [a build...

The current code failed to build with GCC 15 in Fedora's mass rebuild with "error: assignment to ‘void (*)(void)’ from incompatible pointer type". I'm not a C coder, I just...

I was talking to @thrix about mirroring issues for CI systems today. It seems that he's noticed a category of problems where CI systems hit issues with the metadata validity...