diff options
| -rw-r--r-- | ports/usockets/CONTROL | 16 | ||||
| -rw-r--r-- | ports/usockets/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/usockets/vcpkg.json | 26 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/u-/usockets.json | 5 |
5 files changed, 34 insertions, 19 deletions
diff --git a/ports/usockets/CONTROL b/ports/usockets/CONTROL deleted file mode 100644 index 94279f0c1..000000000 --- a/ports/usockets/CONTROL +++ /dev/null @@ -1,16 +0,0 @@ -Source: usockets -Version: 2021-1-19 -Build-Depends:libuv -Homepage: https://github.com/uNetworking/uSockets -Description: Miniscule cross-platform eventing, networking & crypto for async applications - -Feature: ssl -Build-Depends: openssl -Description: Build usockets with openssl support - -Feature: event -Description: Build usockets with epoll support - -Feature: network -Build-Depends: winsock2 -Description: Build usockets with winsock support
\ No newline at end of file diff --git a/ports/usockets/portfile.cmake b/ports/usockets/portfile.cmake index 42b8c84e9..cdb75c5d3 100644 --- a/ports/usockets/portfile.cmake +++ b/ports/usockets/portfile.cmake @@ -5,8 +5,8 @@ EndIF () vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO uNetworking/uSockets - REF 7683672d87067cd75b854f4e36b9820f4809a4be # 2021-1-19 - SHA512 0dbedc5e90af9a92e6597e801116b57fd99dcd5a8488e3b5ddce83bbcd1852d30f2c8954dc1991a807d32f00bdb62e654498687fec344d295f299ccf3920a1ca + REF 5440dbac79bd76444175b76ee95dfcade12a6aac # 0.7.1 + SHA512 d4827982a288c81edfcb167cfa6ee8fe11bbae90d25ed9086c006cf6098dfad8b6b910f8fb93ecc67fbea76452627dd4666c7ae3d74fb20112f8e22f7091ec11 HEAD_REF master ) diff --git a/ports/usockets/vcpkg.json b/ports/usockets/vcpkg.json new file mode 100644 index 000000000..49a663602 --- /dev/null +++ b/ports/usockets/vcpkg.json @@ -0,0 +1,26 @@ +{ + "name": "usockets", + "version": "0.7.1", + "description": "Miniscule cross-platform eventing, networking & crypto for async applications", + "homepage": "https://github.com/uNetworking/uSockets", + "dependencies": [ + "libuv" + ], + "features": { + "event": { + "description": "Build usockets with epoll support" + }, + "network": { + "description": "Build usockets with winsock support", + "dependencies": [ + "winsock2" + ] + }, + "ssl": { + "description": "Build usockets with openssl support", + "dependencies": [ + "openssl" + ] + } + } +} diff --git a/versions/baseline.json b/versions/baseline.json index 586dae964..ef4c1960c 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6065,7 +6065,7 @@ "port-version": 0 }, "usockets": { - "baseline": "2021-1-19", + "baseline": "0.7.1", "port-version": 0 }, "usrsctp": { diff --git a/versions/u-/usockets.json b/versions/u-/usockets.json index 6f95a3290..f610eb9bc 100644 --- a/versions/u-/usockets.json +++ b/versions/u-/usockets.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "ec6a7f57141a0df8d899f38374682a87f381d1ed", + "version": "0.7.1", + "port-version": 0 + }, + { "git-tree": "5975b2b9c3d03c5a2d02cf19eaa35e5370e7ebad", "version-string": "2021-1-19", "port-version": 0 |
