[krb5, curl] Add new port, and add new feature curl[gssapi] (#38402)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [x] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [x] The versioning scheme in `vcpkg.json` matches what upstream says.
- [x] The license declaration in `vcpkg.json` matches what upstream
says.
- [x] The installed as the "copyright" file matches what upstream says.
- [x] The source code of the component installed comes from an
authoritative source.
- [x] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is in the new port's versions file.
- [x] Only one version is added to each modified port's versions file.
krb5 have an issue of absolute paths that I am not sure how to fix, also
I didn't succeeded to compile it on windows, but this PR is a good
start.
```
warning: There should be no absolute paths, such as the following, in an installed package:
/home/tal/vcpkg/packages/krb5_x64-linux
/home/tal/vcpkg/installed
/home/tal/vcpkg/buildtrees/krb5
/home/tal/vcpkg/downloads
Absolute paths were found in the following files:
/home/tal/vcpkg/packages/krb5_x64-linux/tools/krb5/bin/compile_et
/home/tal/vcpkg/packages/krb5_x64-linux/tools/krb5/bin/krb5-config
/home/tal/vcpkg/packages/krb5_x64-linux/tools/krb5/debug/bin/compile_et
/home/tal/vcpkg/packages/krb5_x64-linux/tools/krb5/debug/bin/krb5-config
error: Found 1 post-build check problem(s). To submit these ports to curated catalogs, please first correct the portfile: /home/tal/vcpkg/ports/krb5/portfile.cmake
```
2024-05-07 03:59:50 +08:00
|
|
|
{
|
|
|
|
"versions": [
|
2024-08-01 03:18:48 +08:00
|
|
|
{
|
|
|
|
"git-tree": "def378059ffb932bf5f4ff18235b2d136893090e",
|
|
|
|
"version": "1.21.3",
|
|
|
|
"port-version": 1
|
|
|
|
},
|
2024-07-03 01:43:01 +08:00
|
|
|
{
|
|
|
|
"git-tree": "657a5de48ad7f70915fb10cbfc93aec06a4b2018",
|
|
|
|
"version": "1.21.3",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2024-06-04 13:52:41 +08:00
|
|
|
{
|
|
|
|
"git-tree": "deb0f92c503d39f2c011c3d27ce58066ebea3ba9",
|
|
|
|
"version": "1.21.2",
|
|
|
|
"port-version": 4
|
|
|
|
},
|
2024-05-31 01:31:59 +08:00
|
|
|
{
|
|
|
|
"git-tree": "9a1fcab10fa739ff109f086e7e24b689294e3edc",
|
|
|
|
"version": "1.21.2",
|
|
|
|
"port-version": 3
|
|
|
|
},
|
2024-05-29 16:56:13 +08:00
|
|
|
{
|
|
|
|
"git-tree": "6ab073c854c5580092585186e6a7fef808c91e6b",
|
|
|
|
"version": "1.21.2",
|
|
|
|
"port-version": 2
|
|
|
|
},
|
2024-05-23 14:57:12 +08:00
|
|
|
{
|
|
|
|
"git-tree": "ea9bd42d5123185ac2cc46bf6eb1db73990de124",
|
|
|
|
"version": "1.21.2",
|
|
|
|
"port-version": 1
|
|
|
|
},
|
[krb5, curl] Add new port, and add new feature curl[gssapi] (#38402)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [x] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [x] The versioning scheme in `vcpkg.json` matches what upstream says.
- [x] The license declaration in `vcpkg.json` matches what upstream
says.
- [x] The installed as the "copyright" file matches what upstream says.
- [x] The source code of the component installed comes from an
authoritative source.
- [x] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is in the new port's versions file.
- [x] Only one version is added to each modified port's versions file.
krb5 have an issue of absolute paths that I am not sure how to fix, also
I didn't succeeded to compile it on windows, but this PR is a good
start.
```
warning: There should be no absolute paths, such as the following, in an installed package:
/home/tal/vcpkg/packages/krb5_x64-linux
/home/tal/vcpkg/installed
/home/tal/vcpkg/buildtrees/krb5
/home/tal/vcpkg/downloads
Absolute paths were found in the following files:
/home/tal/vcpkg/packages/krb5_x64-linux/tools/krb5/bin/compile_et
/home/tal/vcpkg/packages/krb5_x64-linux/tools/krb5/bin/krb5-config
/home/tal/vcpkg/packages/krb5_x64-linux/tools/krb5/debug/bin/compile_et
/home/tal/vcpkg/packages/krb5_x64-linux/tools/krb5/debug/bin/krb5-config
error: Found 1 post-build check problem(s). To submit these ports to curated catalogs, please first correct the portfile: /home/tal/vcpkg/ports/krb5/portfile.cmake
```
2024-05-07 03:59:50 +08:00
|
|
|
{
|
|
|
|
"git-tree": "287bac02bb53283b043688050edd9d02e0b039c7",
|
|
|
|
"version": "1.21.2",
|
|
|
|
"port-version": 0
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|