mirror of https://github.com/openwrt/packages.git
sysrepo: update to 0.7.7
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>pull/7536/head
parent
b945bdf3c8
commit
583977b953
|
@ -11,12 +11,12 @@ PKG_LICENSE:=ASL-2.0
|
||||||
PKG_MAINTAINER:=Mislav Novakovic <mislav.novakovic@sartura.hr>
|
PKG_MAINTAINER:=Mislav Novakovic <mislav.novakovic@sartura.hr>
|
||||||
|
|
||||||
PKG_NAME:=sysrepo
|
PKG_NAME:=sysrepo
|
||||||
PKG_VERSION:=0.7.6
|
PKG_VERSION:=0.7.7
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/sysrepo/sysrepo/tar.gz/v$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/sysrepo/sysrepo/tar.gz/v$(PKG_VERSION)?
|
||||||
PKG_HASH:=44389df29618f0056192a1b7659a64c9d3b3f88fd87cea395b3a9cd8d224032b
|
PKG_HASH:=2bf8cb4d810d19231eba1e549f58f3a0ce068d170a5e7b212b927396098560e4
|
||||||
|
|
||||||
CMAKE_INSTALL:=1
|
CMAKE_INSTALL:=1
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,70 @@
|
||||||
|
Index: sysrepo-0.7.7/src/common/sysrepo.pb-c.c
|
||||||
|
===================================================================
|
||||||
|
--- sysrepo-0.7.7.orig/src/common/sysrepo.pb-c.c
|
||||||
|
+++ sysrepo-0.7.7/src/common/sysrepo.pb-c.c
|
||||||
|
@@ -8013,7 +8013,7 @@ const ProtobufCMessageDescriptor sr__eve
|
||||||
|
(ProtobufCMessageInit) sr__event_notif_replay_resp__init,
|
||||||
|
NULL,NULL,NULL /* reserved[123] */
|
||||||
|
};
|
||||||
|
-static const ProtobufCFieldDescriptor sr__data_provide_req__field_descriptors[4] =
|
||||||
|
+static const ProtobufCFieldDescriptor sr__data_provide_req__field_descriptors[5] =
|
||||||
|
{
|
||||||
|
{
|
||||||
|
"xpath",
|
||||||
|
@@ -8063,8 +8063,21 @@ static const ProtobufCFieldDescriptor sr
|
||||||
|
0, /* flags */
|
||||||
|
0,NULL,NULL /* reserved1,reserved2, etc */
|
||||||
|
},
|
||||||
|
+ {
|
||||||
|
+ "original_xpath",
|
||||||
|
+ 21,
|
||||||
|
+ PROTOBUF_C_LABEL_REQUIRED,
|
||||||
|
+ PROTOBUF_C_TYPE_STRING,
|
||||||
|
+ 0, /* quantifier_offset */
|
||||||
|
+ offsetof(Sr__DataProvideReq, original_xpath),
|
||||||
|
+ NULL,
|
||||||
|
+ NULL,
|
||||||
|
+ 0, /* flags */
|
||||||
|
+ 0,NULL,NULL /* reserved1,reserved2, etc */
|
||||||
|
+ },
|
||||||
|
};
|
||||||
|
static const unsigned sr__data_provide_req__field_indices_by_name[] = {
|
||||||
|
+ 4, /* field[4] = original_xpath */
|
||||||
|
3, /* field[3] = request_id */
|
||||||
|
1, /* field[1] = subscriber_address */
|
||||||
|
2, /* field[2] = subscription_id */
|
||||||
|
@@ -8075,7 +8088,7 @@ static const ProtobufCIntRange sr__data_
|
||||||
|
{ 1, 0 },
|
||||||
|
{ 10, 1 },
|
||||||
|
{ 20, 3 },
|
||||||
|
- { 0, 4 }
|
||||||
|
+ { 0, 5 }
|
||||||
|
};
|
||||||
|
const ProtobufCMessageDescriptor sr__data_provide_req__descriptor =
|
||||||
|
{
|
||||||
|
@@ -8085,7 +8098,7 @@ const ProtobufCMessageDescriptor sr__dat
|
||||||
|
"Sr__DataProvideReq",
|
||||||
|
"sr",
|
||||||
|
sizeof(Sr__DataProvideReq),
|
||||||
|
- 4,
|
||||||
|
+ 5,
|
||||||
|
sr__data_provide_req__field_descriptors,
|
||||||
|
sr__data_provide_req__field_indices_by_name,
|
||||||
|
3, sr__data_provide_req__number_ranges,
|
||||||
|
Index: sysrepo-0.7.7/src/common/sysrepo.pb-c.h
|
||||||
|
===================================================================
|
||||||
|
--- sysrepo-0.7.7.orig/src/common/sysrepo.pb-c.h
|
||||||
|
+++ sysrepo-0.7.7/src/common/sysrepo.pb-c.h
|
||||||
|
@@ -1630,10 +1630,11 @@ struct _Sr__DataProvideReq
|
||||||
|
char *subscriber_address;
|
||||||
|
uint32_t subscription_id;
|
||||||
|
uint64_t request_id;
|
||||||
|
+ char *original_xpath;
|
||||||
|
};
|
||||||
|
#define SR__DATA_PROVIDE_REQ__INIT \
|
||||||
|
{ PROTOBUF_C_MESSAGE_INIT (&sr__data_provide_req__descriptor) \
|
||||||
|
- , NULL, NULL, 0, 0 }
|
||||||
|
+ , NULL, NULL, 0, 0, NULL }
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
Loading…
Reference in New Issue