mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-29 20:23:01 +02:00
Upgrade rousette and required CPP-bindings
First release of rousette.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 82e3758011ec44c78e98d0777799d6e12aec5b8a64b32ebb20d0fe50e32488bb LICENSE
|
||||
sha256 b1ae9848c9810462fdca89b83297d5992e9c0c00399c21f65a0eef183d4789b4 libyang-cpp-38e3399c99a82d3c0f693fb19ab1e1b3cd72aed9-br1.tar.gz
|
||||
sha256 43c84317ba13470f421a90bca74c062cf63a70e488d2e90c432b662c4638a14e libyang-cpp-v3.tar.gz
|
||||
|
||||
@@ -3,9 +3,8 @@
|
||||
# CPP bindings for libyang
|
||||
#
|
||||
################################################################################
|
||||
LIBYANG_CPP_VERSION = 38e3399c99a82d3c0f693fb19ab1e1b3cd72aed9
|
||||
LIBYANG_CPP_SITE = https://github.com/kernelkit/libyang-cpp.git
|
||||
LIBYANG_CPP_SITE_METHOD = git
|
||||
LIBYANG_CPP_VERSION = v3
|
||||
LIBYANG_CPP_SITE = $(call github,CESNET,libyang-cpp,$(LIBYANG_CPP_VERSION))
|
||||
LIBYANG_CPP_LICENSE = BSD-3-Clause
|
||||
LIBYANG_CPP_LICENSE_FILES = LICENSE
|
||||
LIBYANG_CPP_DEPENDENCIES = libyang
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE
|
||||
sha256 3ba8a5dedff9a55af0b41ef07c8ffa2400f5a08bb70dfb18f850fa0416829f5e rousette-cf7a1d6eafc29ea708f18833ceb2f297dc2b7f74-br1.tar.gz
|
||||
sha256 400929f9c6550b8f6efd639b56ea76b49ef850a9f2716830637f3eef8c144a89 rousette-v1.tar.gz
|
||||
|
||||
@@ -3,10 +3,8 @@
|
||||
# Rousette RESTconf server
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ROUSETTE_VERSION = cf7a1d6eafc29ea708f18833ceb2f297dc2b7f74
|
||||
ROUSETTE_SITE = https://github.com/kernelkit/rousette.git
|
||||
ROUSETTE_SITE_METHOD = git
|
||||
ROUSETTE_VERSION = v1
|
||||
ROUSETTE_SITE = $(call github,CESNET,rousette,$(ROUSETTE_VERSION))
|
||||
ROUSETTE_LICENSE = Apache-2.0
|
||||
ROUSETTE_LICENSE_FILES = LICENSE
|
||||
ROUSETTE_DEPENDENCIES = boost docopt-cpp nghttp2-asio spdlog sysrepo-cpp linux-pam date-cpp
|
||||
@@ -19,4 +17,3 @@ define ROUSETTE_USERS
|
||||
yangnobody 333666 yangnobody 333666 * - - - Unauthenticated operations via RESTCONF
|
||||
endef
|
||||
$(eval $(cmake-package))
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 82e3758011ec44c78e98d0777799d6e12aec5b8a64b32ebb20d0fe50e32488bb LICENSE
|
||||
sha256 f675acde97f95058252b2b9338e9d05e755dd4bf394ab8d68ea6edbb8cd9d75c sysrepo-cpp-e59193c772fa0e5963eff216b4fbb574383a64f2-br1.tar.gz
|
||||
sha256 1fe8b979a53d3581157607bbbf608cc556b02ccfb05b77e26b77b8c875201bd3 sysrepo-cpp-v3.tar.gz
|
||||
|
||||
@@ -3,10 +3,8 @@
|
||||
# CPP bindings for sysrepo
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SYSREPO_CPP_VERSION = e59193c772fa0e5963eff216b4fbb574383a64f2
|
||||
SYSREPO_CPP_SITE = https://github.com/kernelkit/sysrepo-cpp.git
|
||||
SYSREPO_CPP_SITE_METHOD = git
|
||||
SYSREPO_CPP_VERSION = v3
|
||||
SYSREPO_CPP_SITE = $(call github,sysrepo,sysrepo-cpp,$(SYSREPO_CPP_VERSION))
|
||||
SYSREPO_CPP_LICENSE = BSD-3-Clause
|
||||
SYSREPO_CPP_LICENSE_FILES = LICENSE
|
||||
SYSREPO_CPP_DEPENDENCIES = sysrepo libyang-cpp
|
||||
|
||||
Reference in New Issue
Block a user