Foorack / Max Faxälv

Results 93 comments of Foorack / Max Faxälv
trafficstars

@djc The use cases broken by this change can be seen by what the previous access to it allowed, such as setting what ciphers are allowed, changing the root cert...

This feature is important if curl should be able to talk to a web server which enforces secure channel binding on Kerberos auth (recommended by Microsoft!). I will start priorizing...

@Neustradamus @steffen-kiess This has been re-based (did not apply cleanly due to refactoring in the last 2 years) and proposed as a new PR. https://github.com/curl/curl/pull/13098

> > are pygit2 and libgit2 installed? > > Are they? @OrangeDog Yes. 1. They were preinstalled and available in 3006.2 and no change has been made when trying to...

This is the only change in the Docker image between 3006.2 and 3006.3 https://gitlab.com/saltstack/open/saltdocker/-/commit/6367726561cefe7604af4a1ecce7f022ec191e5e

*Running pip3 show pygit2 in each container* **3006.2 Docker Image:** ``` salt-master-1 | Name: pygit2 salt-master-1 | Version: 1.6.1 salt-master-1 | Summary: Python bindings for libgit2. salt-master-1 | Home-page: http://github.com/libgit2/pygit2...

@OrangeDog **salt --versions-report** on both 3006.2 vs 3006.3. ![image](https://github.com/saltstack/salt/assets/5008081/76f34d10-a2e9-441d-9939-1f8bf55260e8) For unknown reasons it is not detecting it is installed, even though it is. Or it is incorrectly installed in the...

Yes, we noticed this by upgrading from 3006.2 -> 3006.4. I then narrowed it down to breaking in 3006.3.

@OrangeDog We found it! We verified internally and you are partially correct. Building 3006.2 on **latest master fails**, however building 3006.2 with the commit that was used to build it...