metwork-framework / mfext

metwork/mfext module
http://metwork-framework.org/mfext
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

feat: add libssl.so.1.1 and libcrypto.so.1.1 in embedded system dependencies #1889

Closed thebaptiste closed 2 months ago

thebaptiste commented 2 months ago

(for installation on fedora >= 40)

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

mergify[bot] commented 2 months ago

Thank you for contributing to this project.

But we don't accept pull requests on master branch as said in our contributing guide.

=> You have to change the base branch of your pull request to integration branch.

It's very easy to do that by following this github guide.

Many thanks!

mergify[bot] commented 2 months ago

For mergify to merge automatically this PR,

=> you have to change the PR title to match conventional commit specification:

regex: ^(build|chore|ci|docs|style|refactor|perf|test|fix|feat|fix|feat|feat!|fix!)(\([a-z]+\))?: .*$

As the title will be used for the commit message (and so for changelog entry if feat: or fix:).