Commit Graph

24 Commits

Author SHA1 Message Date
Denis Rouzaud
734d2de7bf
[QCA] add openssl feature (#38104)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->

<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->

<!-- If this PR updates an existing port, please uncomment and fill out
this checklist:

- [ ] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] SHA512s are updated for each updated download.
- [ ] The "supports" clause reflects platforms that may be fixed by this
new version.
- [ ] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [ ] Any patches that are no longer applied are deleted from the port's
directory.
- [ ] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [ ] Only one version is added to each modified port's versions file.

END OF PORT UPDATE CHECKLIST (delete this line) -->

<!-- If this PR adds a new port, please uncomment and fill out this
checklist:

- [ ] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] 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.
- [ ] 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).
- [ ] The versioning scheme in `vcpkg.json` matches what upstream says.
- [ ] The license declaration in `vcpkg.json` matches what upstream
says.
- [ ] The installed as the "copyright" file matches what upstream says.
- [ ] The source code of the component installed comes from an
authoritative source.
- [ ] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [ ] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [ ] Only one version is in the new port's versions file.
- [ ] Only one version is added to each modified port's versions file.

END OF NEW PORT CHECKLIST (delete this line) -->
2024-04-11 10:00:40 -04:00
MonicaLiu
6b09245259
[botan] Update to 3.1.1 (#33424) 2023-10-09 15:05:22 -07:00
Kai Pastor
f66871330f
[vcpkg baseline][qca] Fix pkgconfig dependency properly (#30702)
* [qca] Fix pkgconfig dependency properly

* Update qca.json

---------

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-04-09 21:54:25 -07:00
Kai Pastor
db2dcf48f5
[qca] Control plugin dependencies (#30686) 2023-04-05 16:58:55 -07:00
مهدي شينون (Mehdi Chinoune)
7ee7fbd76b
qca: update to 2.3.5 and build against Qt6 (#30308) 2023-03-21 13:36:35 -07:00
Matthias Kuhn
f5d2503a01
[qca] fix "botan" feature (#25587) 2022-07-06 13:49:49 -07:00
Matthias Kuhn
aac7c6588b
[qca] new feature botan (#22227) 2022-01-04 15:02:13 -08:00
autoantwort
f2149f09f1
[qca] no absolute paths (#21571) 2021-12-20 11:26:20 -05:00
Matthias Kuhn
1fc9f75814
[qca] Bump version to 2.3.4 (#21839) 2021-12-06 20:51:41 -08:00
Jack·Boos·Yu
0f3bc6733c
[qca] Fix usage (#20977)
* [qca] Fix usage

* version

* Add double quotes to paths

* version

* Remove some double quotes

* version

* Remove depreciate code

* version

* Try to remove the out-dated code

* version

* Apply suggestions

* version
2021-10-28 12:35:04 -07:00
Jack·Boos·Yu
bb7d4f29f0
[qca] Re-fix find pkgconfig using FindPkgConfig.cmake (#14110) 2020-10-19 13:23:12 -07:00
Jack·Boos·Yu
a0f838a859
[qca] Disable plugin botan temporary (#14058) 2020-10-15 15:39:39 -07:00
Long Huan
9bf57ae5d6
[qca]support linux-osx-static build (#13964)
* support linux, osx, static build

* fix install bug

* set OSX_FRAMEWORK=OFF fix osx install failed bug

* Update ports/qca/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update ports/qca/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update ports/qca/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update ports/qca/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update ports/qca/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* change install copyright

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-10-12 12:11:09 -07:00
JackBoosY
5ee04646c5 [qca]Upgrade version to 2.2.1 and fix build error. (#6839) 2019-06-10 10:03:13 -07:00
Phil Christensen
1705134bdd
[qca] don't use port dir for temp (#5954)
* [qca] don't use port dir for temp

* [qca] bump control version
2019-04-04 21:10:53 -07:00
Thierry Bastian
11bee32d76 Upgrade to openssl 1.0.2q (#4844)
* Upgrade to openssl 1.0.2q

* [qca] Use vcpkg_from_git()
2018-12-05 16:28:35 -08:00
Robert Schumacher
116b1b8c66 Reorder path alterations to generally append instead of prepend.
This solves the issue where some software bundles (git) provide multiple executables in the same folder, which can override other desired programs (link.exe).
2017-02-08 17:39:31 -08:00
Alexander Kaspar
bf187f318a [qca] Added mk-ca-bundle.pl to generate certstore at build time. 2016-12-03 13:10:15 +01:00
Alexander Kaspar
13b0c034ec [qca] downloading cacerts from curl homepage, because used version is very outdated. 2016-12-02 10:12:57 +01:00
Alexander Kaspar
0f797c7a01 [qca] working on certstore 2016-12-01 13:43:36 +01:00
Alexander Kaspar
5a04753a4a [qca] added PS script to extract local certs from store 2016-11-30 17:16:59 +01:00
Alexander Kaspar
069fb0f971 formatting portfile 2016-11-30 10:10:01 +01:00
devel71
cb778ecfbd [qca] fix cmake file location
Added qt5 Build-Depends to CONTROL file.
2016-11-26 13:51:09 +01:00
devel71
877b237f6f initial commit to qca branch 2016-11-25 11:40:29 +01:00