Robin H. Johnson

Results 87 issues of Robin H. Johnson

Followup to #165 where the users want to start radvd as non-root, and still have it further drop capabilities.

(sticky issue) Welcome! The `radvd` project would like to have more regular contributors and reviewers present to encourage the long-term health of the project. This includes all persons who package...

notes

If a route or prefix option in the configuration has more bits specified than the address length mask, Radvd should: - warn or error. - forcing the non-network bits to...

When flipping from standard to advanced build, it would be really useful to know which options were being set by standard, in the advanced UI.

I'm trying to use elliptic curve certs rather than RSA, and running into weirdness. ``` $ openssl ecparam -name prime256v1 -genkey -out keys/private_key.pkcs7.pem $ openssl req -x509 -nodes -days 100000...

This is going to take a bit of doing, but was wondering about the conceptual parts of it first. When adding pre-commit to an existing codebase, there can be a...

Hi! I work heavily on Ceph/RGW's S3 interface for DigitalOcean. The last two years at the Ceph conference (Cephalocon) I've given examples of how the AWS S3 specification doesn't match...

mox3 is no longer available upstream and does not support python 3.9 or newer, so nsscache cannot be tested with newer python3 https://opendev.org/openstack/mox3/src/branch/master/README.rst Please update the tests to use something...

Please also export the other documentation files: - Proxy - Lua - SPOE

I have an ebuild that directly consumes some zipfiles without using `unzip`. This triggers `MissingUnpackerDep BDEPEND="app-arch/unzip"` and there is no way to annotate it that it's really not missing!