diff options
| author | Sönke Schau <xgcssch@users.noreply.github.com> | 2020-08-07 20:10:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-07 11:10:12 -0700 |
| commit | dc5a1d36644f93f1fd8e55c9bcd3bbb856d4bd16 (patch) | |
| tree | 92d8e07ad88f394cb4394dfd0d9b77d0dfea8f7d /ports/libu2f-server/CONTROL | |
| parent | 907e390879612b3fd89463ef133940ab54a4ca91 (diff) | |
| download | vcpkg-dc5a1d36644f93f1fd8e55c9bcd3bbb856d4bd16.tar.gz vcpkg-dc5a1d36644f93f1fd8e55c9bcd3bbb856d4bd16.zip | |
[libu2f-server] Fix wrong include reference (#12786)
* [libu2f-server] Fix wrong include reference
* [libu2f-server] Added missing files CONTROL an portfile
* Replace the patch with vcpkg_replace_string to fix up a header
* Update ports/libu2f-server/CONTROL
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Diffstat (limited to 'ports/libu2f-server/CONTROL')
| -rw-r--r-- | ports/libu2f-server/CONTROL | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/libu2f-server/CONTROL b/ports/libu2f-server/CONTROL index 26803fbb7..1af6aa8f1 100644 --- a/ports/libu2f-server/CONTROL +++ b/ports/libu2f-server/CONTROL @@ -1,4 +1,7 @@ Source: libu2f-server
Version: 1.1.0
+Port-Version: 2
Build-Depends: openssl, json-c
+Homepage: https://developers.yubico.com/libu2f-server/
Description: Yubico Universal 2nd Factor (U2F) Server C Library
+Supports: (x86 | x64) & windows
|
