diff options
| author | Dawid Wróbel <me@dawidwrobel.com> | 2021-03-11 16:42:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-11 12:42:05 -0800 |
| commit | 3c7a12bdf3dd6c29c18647919249c083a6fd3346 (patch) | |
| tree | e3e9999bb6159224b03c1afb29295669999e77b6 /versions | |
| parent | eb419063843d0e370214307820589db8108f142c (diff) | |
| download | vcpkg-3c7a12bdf3dd6c29c18647919249c083a6fd3346.tar.gz vcpkg-3c7a12bdf3dd6c29c18647919249c083a6fd3346.zip | |
[many ports] Add GnuTLS and its dependencies (#14242)
* [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>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 8 | ||||
| -rw-r--r-- | versions/l-/libgnutls.json | 9 | ||||
| -rw-r--r-- | versions/l-/libtasn1.json | 9 |
3 files changed, 26 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index eaabcbf72..9038ec334 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3036,6 +3036,10 @@ "baseline": "1.1.0", "port-version": 0 }, + "libgnutls": { + "baseline": "3.6.15", + "port-version": 0 + }, "libgo": { "baseline": "3.1-1", "port-version": 0 @@ -3448,6 +3452,10 @@ "baseline": "323", "port-version": 2 }, + "libtasn1": { + "baseline": "4.16.0", + "port-version": 0 + }, "libtheora": { "baseline": "1.2.0alpha1-20170719", "port-version": 2 diff --git a/versions/l-/libgnutls.json b/versions/l-/libgnutls.json new file mode 100644 index 000000000..2348a7667 --- /dev/null +++ b/versions/l-/libgnutls.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "089f1c103a3f2c52e6ae54e8956a98345502e286", + "version": "3.6.15", + "port-version": 0 + } + ] +} diff --git a/versions/l-/libtasn1.json b/versions/l-/libtasn1.json new file mode 100644 index 000000000..68d29b657 --- /dev/null +++ b/versions/l-/libtasn1.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "bf9ef7a92f92205f0c883a302b7dae4eea9effee", + "version": "4.16.0", + "port-version": 0 + } + ] +} |
