Upgrade python-certifi to version 2022.12.07 to address CVE-2022-23491 (#4676)
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
parent
8a6db08879
commit
f99ec1e8a9
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"Signatures": {
|
||||
"certifi-2021.10.08.tar.gz": "51c2cf76f7f2582d9c4eb5440bb311ef523ba0b319d0a973450ecebfb6802a3a"
|
||||
"certifi-2022.12.07.tar.gz": "48d30258d28d0d04b9220492bca614cc596be8f14c94b96ea8298d9284a5e3dd"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
Summary: Python package for providing Mozilla's CA Bundle
|
||||
Name: python-certifi
|
||||
Version: 2021.10.08
|
||||
Release: 2%{?dist}
|
||||
Version: 2022.12.07
|
||||
Release: 1%{?dist}
|
||||
License: MPL-2.0
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Mariner
|
||||
|
@ -46,6 +46,9 @@ pip3 install pytest
|
|||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 24 2023 Muhammad Falak <mwani@microsoft.com> - 2022.12.07-1
|
||||
- Bump version to 2022.12.07 to address CVE-2022-23491
|
||||
|
||||
* Sat Feb 12 2022 Muhammad Falak <mwani@microsoft.com> - 2021.10.08-2
|
||||
- Add an explict BR on pip
|
||||
- Drop un-needed dependencies
|
||||
|
|
|
@ -20794,8 +20794,8 @@
|
|||
"type": "other",
|
||||
"other": {
|
||||
"name": "python-certifi",
|
||||
"version": "2021.10.08",
|
||||
"downloadUrl": "https://github.com/certifi/python-certifi/archive/refs/tags/2021.10.08.tar.gz"
|
||||
"version": "2022.12.07",
|
||||
"downloadUrl": "https://github.com/certifi/python-certifi/archive/refs/tags/2022.12.07.tar.gz"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -29037,4 +29037,4 @@
|
|||
}
|
||||
],
|
||||
"Version": 1
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue