dhcp: fix CVE-2022-38177, CVE-2022-38178, CVE-2022-2795 for bind#8971
dhcp: fix CVE-2022-38177, CVE-2022-38178, CVE-2022-2795 for bind#8971elainezhao1 merged 13 commits intofasttrack/2.0from
Conversation
6d60efe to
6200e65
Compare
|
getting error in |
Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com>
|
|
||
| %prep | ||
| %autosetup -p1 | ||
| %setup -q -n dhcp-%{version} |
There was a problem hiding this comment.
I was curious why you had to revert back to %setup and realized I've made a mistake in my initial suggestion by forgetting about the -N flag to disable auto patching. I've tested this to work locally:
| %setup -q -n dhcp-%{version} | |
| %autosetup -N |
Sorry for the trouble.
There was a problem hiding this comment.
Documentation about %autosetup if you're curious: https://rpm-software-management.github.io/rpm/manual/autosetup.html.
PawelWMS
left a comment
There was a problem hiding this comment.
Looks good. One small request for %autosetup but not a blocker.
Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com> (cherry picked from commit a2d7f53)
|
Auto cherry-pick results: Auto cherry-pick pipeline run -> https://dev.azure.com/mariner-org/mariner/_build/results?buildId=569578&view=results |
Merge Checklist
All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)
*-staticsubpackages, etc.) have had theirReleasetag incremented../cgmanifest.json,./toolkit/scripts/toolchain/cgmanifest.json,.github/workflows/cgmanifest.json)./SPECS/LICENSES-AND-NOTICES/data/licenses.json,./SPECS/LICENSES-AND-NOTICES/LICENSES-MAP.md,./SPECS/LICENSES-AND-NOTICES/LICENSE-EXCEPTIONS.PHOTON)*.signatures.jsonfilessudo make go-tidy-allandsudo make go-test-coveragepassSummary
fix CVE-2023-50387, CVE-2022-38178, CVE-2022-2795 for bind in dhcp
Change Log
Does this affect the toolchain?
NO
Associated issues
Links to CVEs
https://nvd.nist.gov/vuln/detail/CVE-2022-38177
https://nvd.nist.gov/vuln/detail/CVE-2022-38178
https://nvd.nist.gov/vuln/detail/CVE-2022-2795
Test Methodology