Kyle Evans
Kyle Evans
I've got a branch queued up that basically rototills the libasignify API to take `FILE *` everywhere rather than opening files itself (mostly) -- mostly to support pkg or other...
This is something I've been tossing back and forth that I think I'd like to implement before trying to import `asignify` into FreeBSD base. The basic idea is pretty simple:...
The cases here may return ARCHIVE_WARN when the necessary libfoo isn't available, indicating that it's going to shell out to satisfy the request. We can't necessarily cope with shelling out,...
This ended up with a little more churn after the rsa refactoring we already landed as I got a clearer view of the pkgsign API. I'll break this PR up...
Went to install tshark: ``` Checking integrity... done (1 conflicting) - tshark-3.0.6 [FreeBSD] conflicts with wireshark-2.6.6_1 [installed] on /usr/local/bin/capinfos Checking integrity... done (0 conflicting) Conflicts with the existing packages have...
Hello! arduino-builder is failing to find includes and pull in used libraries with some at least some locales. This script demonstrates the problem for me: ``` #!/bin/sh LANG=de_DE.UTF-8 arduino-builder -verbose...
(This is completely untested) Mount src tree read-only for building to make sure we don't break it, given that it is a supported configuration according to build(7) [1]. It should...
Attempting to do a `pkg upgrade -yr FreeBSD`, I'm hitting a segfault here: https://github.com/freebsd/pkg/blob/master/libpkg/pkg_jobs.c#L2181 `j->patterns` is NULL in this contexct. It does hit some conflicts in the beginning: ``` FreeBSD...
**Describe the bug** I didn't check if 5.10-lts was doing the same, but I get hundreds of this spew per minute: ``` WARNING !lockdep_is_held(&ce->timeline->mutex) || !!(({ __typeof(((volatile const unsigned long...
Hello! Is abc8fca7499f44c725122881cd380a88c37abe0e considered 5.8-arduino11? I noticed that the version got bumped in arduino/arduino-builder, but no new release/tag was cut from this repository.