Fergus Dall
Fergus Dall
Some PKGBUILD files produce multiple packages. Rebuilderd is not currently aware of this relationship between the split packages and schedules each one for an independent rebuild, each of which builds...
This introduces support (at the marshal/unmarshal level) for: - the SHA3 family of hash algorithms - the SHAKE256-derived family of hash algorithms - SHA256/192 - the EDDSA and EDDSA_PH signing...
Looking through the TCTI code, I have noticed a couple of inconsistencies. ## Cancellation The `tcti-mssim` and `tcti-pcap` TCTIs will transition directly to the `TCTI_STATE_TRANSMIT` state after a successful call...
Currently the implementation of the FAPI here deviates from the [latest published specification](https://trustedcomputinggroup.org/wp-content/uploads/TSS_FAPI_v0p94_r09_pub.pdf) in at least a few different ways. For example, the callbacks take an additional parameter for the...
Output of `restic version` -------------------------- `restic 0.15.0 compiled with go1.19.5 on linux/amd64` How did you run restic exactly? ------------------------------- `restic backup --one-file-system --tag ${tag} ${path}` Environment variables set: ``` RESTIC_REPOSITORY=b2:${uuid}...