mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
[krb5] Update to 1.21.3 (#39623)
This commit is contained in:
parent
9afd245f07
commit
9d397c2e5e
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO krb5/krb5
|
||||
REF krb5-${VERSION}-final
|
||||
SHA512 184ef8645d7e17f30a8e3d4005364424d2095b3d0c96f26ecef0c2dd2f3a096a0dd40558ed113121483717e44f6af41e71be0e5e079c76a205535d0c11a2ea34
|
||||
SHA512 82ea07acbc91a0352579aeec4f20d1c6d2c3f024640eaaa046f3ec5852d5d9c84143a1e0d04a5cf146f90c3406830823845eb608907f4060d7f765dfe0fb10a8
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
static-deps.diff
|
||||
|
@ -1,8 +1,7 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
||||
"name": "krb5",
|
||||
"version": "1.21.2",
|
||||
"port-version": 4,
|
||||
"version": "1.21.3",
|
||||
"description": [
|
||||
"Kerberos is a network authentication protocol.",
|
||||
"It is designed to provide strong authentication for client/server applications by using secret-key cryptography.",
|
||||
|
@ -4073,8 +4073,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"krb5": {
|
||||
"baseline": "1.21.2",
|
||||
"port-version": 4
|
||||
"baseline": "1.21.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"ktx": {
|
||||
"baseline": "4.3.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "657a5de48ad7f70915fb10cbfc93aec06a4b2018",
|
||||
"version": "1.21.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "deb0f92c503d39f2c011c3d27ce58066ebea3ba9",
|
||||
"version": "1.21.2",
|
||||
|
Loading…
Reference in New Issue
Block a user