diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2021-06-15 19:33:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-15 10:33:31 -0700 |
| commit | e2c3030703f953cfa60b60f9aa01f448f817187e (patch) | |
| tree | 8086d107d31c98b1d74dd250e418a3a0321cf77c /versions | |
| parent | 0faf2ab829704eef529eedafed0405c4cd6289ce (diff) | |
| download | vcpkg-e2c3030703f953cfa60b60f9aa01f448f817187e.tar.gz vcpkg-e2c3030703f953cfa60b60f9aa01f448f817187e.zip | |
[libpq] Add Secur32.lib and openssl to libpq cmake wrapper (#18377)
* [libpq] add secur32.lib to wrapper
* version stuff
* add openssl fix.
* fix version stuff
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/l-/libpq.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 33ad28f17..cbba0301d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3454,7 +3454,7 @@ }, "libpq": { "baseline": "12.2", - "port-version": 16 + "port-version": 17 }, "libpqxx": { "baseline": "7.3.1", diff --git a/versions/l-/libpq.json b/versions/l-/libpq.json index 76ef61a9e..cc0946d63 100644 --- a/versions/l-/libpq.json +++ b/versions/l-/libpq.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "01e2ad37b9df46e45826e52a6cddfb95ca137abd", + "version": "12.2", + "port-version": 17 + }, + { "git-tree": "7c75f4ea669ee37e510cb5d7ea0e39b0a7d3f6cb", "version": "12.2", "port-version": 16 |
