Jose Luis Duran

Results 37 issues of Jose Luis Duran

Do not use `sysrc -R`, it tries to run a shell inside the chroot(8), if the files inside are built for a different architecture it fails: chroot: /bin/sh: Exec format...

In FreeBSD, the shell detection fails when issued from a `su`'ed session. This issue was introduced in #730: As root: ``` # su - user $ echo $SHELL /usr/local/bin/bash ```...

- Sort the order in constants to make it easier to diff - OS X (Darwin) is now macOS - Spelling fix: baude -> baud - Remove unsupported Ruby versions

Minor fix `select-authenticator` should be `select-attestation` for the "Attestation Type" label.

@emaste: I hope this can actually help facilitate the updating of [zoulasc/blocklistd](https://github.com/zoulasc/blocklist), as we can clearly see where we are lagging. The first commit, entitled "REMOVE", is just a `FreeBSD-update`...

@emaste: Here are a few commits that further reduce the diffs with upstream blacklistd. Thank you!

Some floating-point numbers with five or more digits after the decimal separator are expressed in scientific notation: irb(main):001:0> 0.00001 => 1.0e-05 This produces an invalid `to_words` conversion: irb(main):001:0> require 'numbers_and_words'...

confirmed bug

This was added before Clang bumped the default to C++11 and is no longer needed. Close #7

Line: https://github.com/davidchisnall/dtc/blob/01c1ca8aa0209765237d7077be3b609b9a357502/fdt.cc#L1659 produces the following error when compiled on 14-CURRENT: ``` error: 'auto' not allowed in lambda parameter auto expect = [&](auto token, const char *msg) ^~~~ 1 error generated....