[nng] update nng to the latest version v1.2.5 (#9906)

* update nng to the latest version

necessary in order for nngpp to work correctly
added homepage
removed deprecated command
fixed handling copywright

* prettify versioning

* replace tag with SHA1 of corresponding commit

* fix SHA512
This commit is contained in:
ggessner 2020-02-07 18:35:10 +01:00 committed by GitHub
parent 209b2e3355
commit f370671685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

View File

@ -1,6 +1,7 @@
Source: nng
Version: 2019-02-27
Version: 1.2.5
Description: NNG, like its predecessors nanomsg (and to some extent ZeroMQ), is a lightweight, broker-less library, offering a simple API to solve common recurring messaging problems, such as publish/subscribe, RPC-style request/reply, or service discovery.
Homepage: https://github.com/nanomsg/nng
Feature: mbedtls
Description: nng built with TLS support(needs mbedTLS)

View File

@ -1,10 +1,8 @@
include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO nanomsg/nng
REF ddeac617c9914284038241870cb99ae174fb3755
SHA512 c45f322dfa3fba42db0561d95546159cc5e0768345d27f0bee53bdb71e77d5892e2e9bea50a625094ebf3c67b0c3fe0a8edea2660ebcb4fd0991fb0602055bc1
REF 53ae1a5ab37fdfc9ad5c236df3eaf4dd63f0fee9
SHA512 f5532c0b0287df52ddae173dc92eff06d1f4b2b42a2f7afaf28a7736bf70618ae29ccd51fb9743795a8004918a2a2f55233e6ced58829561c745eafa6118b762
HEAD_REF master
)
@ -55,6 +53,6 @@ else()
endif()
# Put the licence file where vcpkg expects it
configure_file(${SOURCE_PATH}/LICENSE.txt ${CURRENT_PACKAGES_DIR}/share/nng/copyright COPYONLY)
configure_file(${SOURCE_PATH}/LICENSE.txt ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
vcpkg_copy_pdbs()