Clemens Lang
Clemens Lang
Multi-node kind clusters rely on working container name resolution to talk to their control plane node. On Fedora 39 and RHEL 9.2 installing `podman` does not automatically install the `aardvark-dns`...
This seems to break on both Fedora 39 and MacPorts with Python 3.12. See: https://trac.macports.org/ticket/69284 Closes: #410
The MIT licensed used by your projects requires package managers to distribute the LICENSE file when re-distributing your package: ``` The above copyright notice and this permission notice shall be...
Please provide tags for versions in git. This allows several package management systems (such as MacPorts, see https://trac.macports.org/ticket/42596) to track your software much more easily and enables the use of...
`setup.py` currently calls setup with a name argument of 'Distutils'. That causes the installation to create a file named `Distutils-1.0-py2.7.egg-info` in the `site-packages` directory, possibly conflicting with the distutils package....
The CMake configuration files exported by CommonAPI require users to add the `${COMMONAPI_INCLUDE_DIRS}` variable to their project's include directories. This was done to support building against a build tree of...
The CMake configuration files exported by CommonAPI-SomeIP require users to add the `${COMMONAPI_SOMEIP_INCLUDE_DIRS}` variable to their project's include directories. This was done to support building against a build tree of...
Allow passing variants into list-subports by separating port name and variants specification with an "@" sign. @ is not a valid character in port names and should allow us to...
``` :) cllang@cllang-mac:~$ python3.12 -c 'import fido2' :) cllang@cllang-mac:~$ python3.12 -c 'import fido2.hid' Abort trap: 6 ``` Tested with fido2 1.1.3 and Python 3.12.2 from MacPorts on macOS 13.6.5 22G621....
**Describe the issue** The [GPG key used to sign packages for Fedora][gpg-key] uses a Positive certification of a User ID and Public Key packet with a SHA-1 signature. Due to...