intel-iot-devkit / meta-iot-cloud

OpenEmbedded layer to add support for multiple cloud IoT services including Microsoft Azure & Google Cloud Platform.
MIT License
69 stars 81 forks source link

Update SRC_URI protocols #111

Closed martinheterjag closed 2 years ago

martinheterjag commented 2 years ago

Update SRC_URIs to use protocol=https for github urls.

martinheterjag commented 2 years ago

Due to a github update today, the unencrypted Git protocol is no longer supported which broke the warrior branch. I updated all SRC_URIs with github urls to use protocol=https. A similar fix was already done on master. For more info read https://github.blog/2021-09-01-improving-git-protocol-security-github/

srware commented 2 years ago

@martinheterjag, thanks for the PR. I knew this was coming but the actual turn off date escaped me. I will check the other branches which are not EOL as I would assume some other will also be impacted.

Thanks

martinheterjag commented 2 years ago

@srware Thanks for a fast review, I found that some SRC_URI used gitsm:// which my grep missed...

Sorry i had already made a force push on my fork before realizing that it was merged here, i opened another PR, you can revert the one you just merged and merge the new PR with 3 more updated SRC_URIs