Max Truxa

Results 11 issues of Max Truxa

## Debian postinst maintainer script doesn't honor `passbolt/nginx-configuration` * Passbolt Version: 3.7.0 * Platform and Target: * Operating system: Debian 11 * PHP: n/a * Web server: n/a * Database...

**Describe the scenario and circumstances that should be addressed** Any HTTPS server hosting multiple TLS-secured sites requires TLS SNI to select the certificate to serve. bpt currently does not use...

enhancement

**Describe the scenario and circumstances that should be addressed** Private repositories require some kind of authentication to be private. The simplest form of HTTP authentication is basic auth. **Describe the...

enhancement

```diff - repostiory + repository ```

Right now, importing CRS packages created with `bpt pkg create` into a repository is kind of awkward, because you have to manually expand them first before running `bpt repo import`....

If a package in a repository is replaced (or deleted and re-added), bpt continues to use the "old" version of the package if it's present in the local cache. This...

documentation

**Describe the scenario and circumstances that should be addressed** / **Describe alternatives you've considered** Tooling built around bpt frequently needs to get information from bpt. Parsing the "normal", user-friendly output...

enhancement

**Existing Behavior and Potential Problems** Right now the `compiler_id` and built-in toolchain name for `clang` and `msvc` match, but for `gcc` they don't: The `compiler_id` is `gnu` while the built-in...

enhancement

**Describe the scenario and circumstances that should be addressed** While it "feels" good that `bpt repo remove` doesn't report an error when the package to be removed doesn't exist anyways,...

enhancement

**Existing Behavior and Potential Problems** `bpt pkg create --out=foo` generates a CRS package at `foo` instead of `foo/$autogenerated_name.tar.gz`. This is inconsistent with the `--out`/`--output`/`-o` argument of other commands (`bpt build`,...

enhancement