diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-11-30 22:20:00 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-11-30 22:20:00 -0800 |
| commit | 03ff483446cc1772415cc1bf2104a9fe99dd5a18 (patch) | |
| tree | f179de61af05b9a81331c10a69fe1423b6f9d323 | |
| parent | 0aa1bfe293454874eeae33ce80f2469ea28edb59 (diff) | |
| download | vcpkg-03ff483446cc1772415cc1bf2104a9fe99dd5a18.tar.gz vcpkg-03ff483446cc1772415cc1bf2104a9fe99dd5a18.zip | |
[botan] Revert upgrade due to regressions
| -rw-r--r-- | ports/botan/CONTROL | 2 | ||||
| -rw-r--r-- | ports/botan/portfile.cmake | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/botan/CONTROL b/ports/botan/CONTROL index 3d3043521..1ff010118 100644 --- a/ports/botan/CONTROL +++ b/ports/botan/CONTROL @@ -1,3 +1,3 @@ Source: botan -Version: 2.3.0 +Version: 2.0.1 Description: A cryptography library written in C++11
\ No newline at end of file diff --git a/ports/botan/portfile.cmake b/ports/botan/portfile.cmake index 7b538a985..a9a9ca547 100644 --- a/ports/botan/portfile.cmake +++ b/ports/botan/portfile.cmake @@ -1,7 +1,7 @@ include(vcpkg_common_functions) -set(BOTAN_VERSION 2.3.0) -set(BOTAN_HASH a8575bdb2eaa01fb45d8565bea0b54ddf47a21d2fb761fc0a286373b09d51e5a00e84d5cefc51040c5720db66f5625c6bc73ab09cffa9cd42472545610f9892a) +set(BOTAN_VERSION 2.0.1) +set(BOTAN_HASH c5062ce92a6e6e333b4e6af095ed54d0c4ffacefc6ac87ec651dd1e0937793c9956b7c9c0d3acf49f059505526584168364e01c55ab72c953ad255e8396aed35) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/Botan-${BOTAN_VERSION}) vcpkg_download_distfile(ARCHIVE @@ -57,7 +57,7 @@ function(BOTAN_BUILD BOTAN_BUILD_TYPE) --makefile-style=nmake --with-pkcs11 --prefix=${BOTAN_FLAG_PREFIX} - --link-method=copy + --link-method=copy WORKING_DIRECTORY "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-${BOTAN_BUILD_TYPE}" LOGNAME configure-${TARGET_TRIPLET}-${BOTAN_BUILD_TYPE}) message(STATUS "Configure ${TARGET_TRIPLET}-${BOTAN_BUILD_TYPE} done") @@ -73,7 +73,7 @@ function(BOTAN_BUILD BOTAN_BUILD_TYPE) vcpkg_execute_required_process( COMMAND "${PYTHON3}" "${SOURCE_PATH}/src/scripts/install.py" --destdir=${BOTAN_FLAG_PREFIX} - --docdir=share + --docdir=share WORKING_DIRECTORY "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-${BOTAN_BUILD_TYPE}" LOGNAME install-${TARGET_TRIPLET}-${BOTAN_BUILD_TYPE}) |
