diff options
| author | myd7349 <myd7349@gmail.com> | 2020-06-11 16:00:07 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-11 01:00:07 -0700 |
| commit | cb537a2aeef96e96663d4b2fa3a6f18dcd1b5457 (patch) | |
| tree | 1140aa6313490c4dd3d6c5b60b5e6ac100a86c84 /ports/cryptopp/CONTROL | |
| parent | 1901067fc673c25b76a67cc2d18d0d827e9e59b0 (diff) | |
| download | vcpkg-cb537a2aeef96e96663d4b2fa3a6f18dcd1b5457.tar.gz vcpkg-cb537a2aeef96e96663d4b2fa3a6f18dcd1b5457.zip | |
[licensepp] Add new port (#11711)
* [licensepp] Add new port
* [cryptopp-pem] Update to a newer version that will make lincensepp happy
* Revert "[cryptopp-pem] Update to a newer version that will make lincensepp happy"
This reverts commit 726e3ce3d20bc6266bc7bf63cb35572fe297869f.
This version can not compile with cryptopp.
* [licensepp] Finish it
* [licensepp] Fix interface include directory
* [licensepp] Fixup cmake targets
* [licensepp] -O3 is not recognised by msvc
* [licensepp] Fix _iterator_debug_level value mismatch
* [licensepp] Update patch file
* [licensepp] Fail fast on UWP
* [licensepp] Simplify patch file
* [licensepp] Tabs -> Spaces
Diffstat (limited to 'ports/cryptopp/CONTROL')
| -rw-r--r-- | ports/cryptopp/CONTROL | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ports/cryptopp/CONTROL b/ports/cryptopp/CONTROL index 9c11e1906..c70415dd1 100644 --- a/ports/cryptopp/CONTROL +++ b/ports/cryptopp/CONTROL @@ -1,4 +1,7 @@ Source: cryptopp -Version: 8.2.0-1 +Version: 8.2.0-2 Homepage: https://github.com/weidai11/cryptopp Description: Crypto++ is a free C++ class library of cryptographic schemes. + +Feature: pem-pack +Description: Crypto++ with PEM pack |
