aboutsummaryrefslogtreecommitdiff
path: root/versions/l-/libtasn1.json
AgeCommit message (Collapse)Author
2021-09-30[vcpkg_configure_make] Standardize `OPTIONS` list item handling (#19540)Kai Pastor
* Remove unused EXTRA_QUOTES * Uniformly invoke 'configure' * [libtasn1] Fix mingw build * Unify prefix handling * Revise install dir processing * x-add-version * Force libdir to lib (adopted from #19666) * [skip actions] CI rebuild * CR request: Put backslash before shell var * CR request: Use vcpkg_list * Update versions * Fix python3 options * Update versions * Bump python port-version. * CR request: Add comment about backslashes before prefix Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-05-26[vcpkg baseline][libtasn1] Fix static build (#18116)Jack·Boos·Yu
* [vcpkg baseline][libtasn1] Fix static build * update version record * update baseline * change the fix way to avoid other toolchain doesn't use VCPKG_X_FLAGS * Update versions/l-/libtasn1.json * Update ports/libtasn1/portfile.cmake * Update versions/l-/libtasn1.json
2021-05-25[libtasn1] Add Windows support, update to 4.17 (#16953)Dawid Wróbel
* [libtasn1] add Windows support * [libtasn1] Supply absolute paths to standard headers in MSVC * [libgpg-error] only apply MSVC patch on Windows * [libtasn1] fix ar-lib issue * [libtasn1] fix #include in sys_types.h as well * [libtasn1] fix Windows builds * [libtasn1] update to 4.17 * [libtasn1] fail x64-windows-static-md builds for now * [libtasn1] update versions * [libtasn1] wrap paths in double quotes * [libtasn1] update versions Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-04-23[Libtasn1] disable documentation (#17420)Ilya Arzhannikov
* disable documentation generation * ./vcpkg x-add-version libtasn1 * fix autoformat * ./vcpkg x-add-version libtasn1 --overwrite-version * Update the format * Update the baseline version * add patch to disable gtk-doc at all * ./vcpkg x-add-version libtasn1 --overwrite-version * ./vcpkg x-add-version libtasn1 --overwrite-version * disable documentation through gtkdocize env variable * ./vcpkg x-add-version libtasn1 --overwrite-version * remove patch from portfile * ./vcpkg x-add-version libtasn1 --overwrite-version Co-authored-by: Ilya Arzhannikov <iarzhannikov@artec3d.com> Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-03-11[many ports] Add GnuTLS and its dependencies (#14242)Dawid Wróbel
* [libgnutls] add new port * [libtasn1] add new port * [libtasn1] fix building * [libtasn1] enable autoconfig * libtasn1: fix building, again * libgnutls: make it build on Linux * libgnutls: Linux only, for now * libgnutls: remove unnecessary dependency * update version record * Clean up baseline and add supports * update version record * libtasn1: clear macOS build * libgnutls: libidn2 is actually needed * libgnutls: clear macOS build * Update ports/libgnutls/CONTROL * Update ports/libtasn1/CONTROL * Update versions/l-/libgnutls.json * Update versions/l-/libtasn1.json * [libtasn1] convert CONTROL to manifest * [libgnutls] convert CONTROL to manifest * [libgnutls] update versions * [libtasn1] update versions Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>