Compare commits

...

10 Commits

Author SHA1 Message Date
sahbot
6876aed6cd [CI] Update changelog for release master_v5.2.4
GitOrigin-RevId: d5042a9b431813a3723ca433ffa00d7f323e95b9
2022-03-24 16:05:41 +00:00
sahbot
c44ff066e9 Integrating mod-amxb-ubus to master_v3.0.9
Issue: ambiorix/modules/amxb_backends/amxb_ubus#52 uBus does not always respect order of in-coming messages [fix]
GitOrigin-RevId: cada5f00fc18c25f19d4b80b6ac28aeae8d51cec
2022-03-24 15:40:32 +00:00
sahbot
2407b2aeb0 [CI] Update changelog for release master_v5.2.3
GitOrigin-RevId: 22220cd7f380c5014f9c533d2eee95594e0b9df0
2022-03-18 13:23:17 +00:00
sahbot
734a977d25 Integrating mod-amxb-ubus to master_v3.0.8
Issue: ambiorix/modules/amxb_backends/amxb_ubus#51 Segmentation fault when amxb_ubus_list is called with invalid path [fix]
GitOrigin-RevId: cafe04571e71c50f22f47f4f3b6e8f601bb2518a
2022-03-18 13:23:14 +00:00
sahbot
e7977fe908 Integrating acl-manager to master_v0.5.14
Issue: NET-3203 [ACL][USP] ACL files must be located in writable directory [fix]
GitOrigin-RevId: 08274c6b2379d4b49291bbeca93833ee08ffc77f
2022-03-18 13:23:12 +00:00
sahbot
3f1c06fcca Integrating libamxs to master_v0.1.11
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 5ca893c98ef1457f44f8c7ce4bb63f93115d7ffc
2022-03-18 10:48:57 +00:00
sahbot
ffd8b8cb58 Integrating libamxa to master_v0.4.3
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 01f87a3ccc5aec91b7afa0f449a6e1de13b9ec13
2022-03-18 10:48:53 +00:00
sahbot
2b2fe27ff1 Integrating libamxb to master_v4.1.6
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: c23e443fc4fdcdffaec2d1fafcbcb8e799777f63
2022-03-18 10:48:50 +00:00
sahbot
1784960872 Integrating libamxo to master_v2.0.7
Issue: DUMMY-0000 - No associated bugs found
GitOrigin-RevId: 0ba28c6e8410d68f62dea84566638545a36aeb70
2022-03-18 10:48:47 +00:00
sahbot
b2aa29042c Integrating libamxd to master_v3.5.2
Issue: ambiorix/libraries/lib_amxd#130 Aliases containing dots causes problems when used in object paths [fix]
GitOrigin-RevId: 496f5ae8ccbd1fca76eaf1406bf5a5a0f0b4901a
2022-03-18 10:48:42 +00:00
9 changed files with 55 additions and 37 deletions

View File

@@ -8,6 +8,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## Release v5.2.4 - 2022-03-24(16:04:18 +0000)
### Fixes
- [mod-amxb-ubus](https://gitlab.com/prpl-foundation/components/ambiorix/modules/amxb_backends/amxb_ubus): uBus does not always respect order of in-coming messages
## Release v5.2.3 - 2022-03-18(13:22:08 +0000)
### Fixes
- [acl-manager](https://gitlab.com/prpl-foundation/components/ambiorix/applications/acl-manager): [ACL][USP] ACL files must be located in writable directory
- [libamxd](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxd): Aliases containing dots causes problems when used in object paths
- [mod-amxb-ubus](https://gitlab.com/prpl-foundation/components/ambiorix/modules/amxb_backends/amxb_ubus): Segmentation fault when amxb_ubus_list is called with invalid path
### Other
- [mod-amxb-ubus](https://gitlab.com/prpl-foundation/components/ambiorix/modules/amxb_backends/amxb_ubus): Update ubus dependency
## Release v5.2.2 - 2022-03-10(09:09:25 +0000)
### Fixes

View File

@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=acl-manager
PKG_VERSION:=v0.5.13
PKG_VERSION:=v0.5.14
SHORT_DESCRIPTION:=The ACL manager will monitor the ACL directory and merge ACL files together to create a single master ACL file per role
PKG_SOURCE:=acl-manager-v0.5.13.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/applications/acl-manager/-/archive/v0.5.13
PKG_HASH:=a9446e93724d8171185895013e3aefc2d009f2cd0adbdb43503fa62ab4d19a5d
PKG_BUILD_DIR:=$(BUILD_DIR)/acl-manager-v0.5.13
PKG_SOURCE:=acl-manager-v0.5.14.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/applications/acl-manager/-/archive/v0.5.14
PKG_HASH:=75a13a3f57a321b8a475c8de717d40f72b2397b9c4b7abb620a7c5f6b06fae3f
PKG_BUILD_DIR:=$(BUILD_DIR)/acl-manager-v0.5.14
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=
PKG_LICENSE_FILES:=LICENSE

View File

@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libamxa
PKG_VERSION:=v0.4.2
PKG_VERSION:=v0.4.3
SHORT_DESCRIPTION:=Access control verification
PKG_SOURCE:=libamxa-v0.4.2.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxa/-/archive/v0.4.2
PKG_HASH:=17216b100c186a878ee73dfca890b8750dfe96d0665a750cd31c4f44aa90515a
PKG_BUILD_DIR:=$(BUILD_DIR)/libamxa-v0.4.2
PKG_SOURCE:=libamxa-v0.4.3.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxa/-/archive/v0.4.3
PKG_HASH:=a1460bdc7fe1b26271bb446392b39f80c2f0c089c2c232ae0b12a83f29eefabe
PKG_BUILD_DIR:=$(BUILD_DIR)/libamxa-v0.4.3
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE

View File

@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libamxb
PKG_VERSION:=v4.1.5
PKG_VERSION:=v4.1.6
SHORT_DESCRIPTION:=Bus agnostic C API (mediator)
PKG_SOURCE:=libamxb-v4.1.5.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxb/-/archive/v4.1.5
PKG_HASH:=831eb9295260f97f29f548b50715b2cb1b94e869e298b8fe006d885b612695cb
PKG_BUILD_DIR:=$(BUILD_DIR)/libamxb-v4.1.5
PKG_SOURCE:=libamxb-v4.1.6.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxb/-/archive/v4.1.6
PKG_HASH:=5e50dd4958bc2e9eedb8d809b666ea28c7847ec8f65198234cdebe14d672fd40
PKG_BUILD_DIR:=$(BUILD_DIR)/libamxb-v4.1.6
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE

View File

@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libamxd
PKG_VERSION:=v3.5.1
PKG_VERSION:=v3.5.2
SHORT_DESCRIPTION:=Data model C-API
PKG_SOURCE:=libamxd-v3.5.1.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxd/-/archive/v3.5.1
PKG_HASH:=2572eb9b6919dc1e1a2adaebf5312a28cbeb12676690b2abc56241e5717c5be6
PKG_BUILD_DIR:=$(BUILD_DIR)/libamxd-v3.5.1
PKG_SOURCE:=libamxd-v3.5.2.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxd/-/archive/v3.5.2
PKG_HASH:=3307abdfacb96fcda2d8ad264fa4ffe5ad5d7a6e567b0e4e34f7e68aac024f75
PKG_BUILD_DIR:=$(BUILD_DIR)/libamxd-v3.5.2
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE

View File

@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libamxj
PKG_VERSION:=v0.3.37
SHORT_DESCRIPTION:=JSON parser & generator using yajl and lib_amxc variants
SHORT_DESCRIPTION:=JSON parser & generator using yajl and libamxc variants
PKG_SOURCE:=libamxj-v0.3.37.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxj/-/archive/v0.3.37
@@ -27,7 +27,7 @@ define Package/$(PKG_NAME)
endef
define Package/$(PKG_NAME)/description
JSON parser & generator using yajl and lib_amxc variants
JSON parser & generator using yajl and libamxc variants
endef
define Build/Compile

View File

@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libamxo
PKG_VERSION:=v2.0.6
PKG_VERSION:=v2.0.7
SHORT_DESCRIPTION:=Ambiorix Object Definition Language library
PKG_SOURCE:=libamxo-v2.0.6.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxo/-/archive/v2.0.6
PKG_HASH:=3909b38d170fc122691c8f4ac6bc7aedc710143f755b7743d975f26967d4dec4
PKG_BUILD_DIR:=$(BUILD_DIR)/libamxo-v2.0.6
PKG_SOURCE:=libamxo-v2.0.7.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxo/-/archive/v2.0.7
PKG_HASH:=7b5790667dd46693170dfa4a92f4ccbf815efe5e205d08d194134c9183397205
PKG_BUILD_DIR:=$(BUILD_DIR)/libamxo-v2.0.7
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE

View File

@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libamxs
PKG_VERSION:=v0.1.10
PKG_VERSION:=v0.1.11
SHORT_DESCRIPTION:=Data model synchronization C-API
PKG_SOURCE:=libamxs-v0.1.10.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxs/-/archive/v0.1.10
PKG_HASH:=d6dd276bdbaac7613473f545afee58651f8626e7e59e7770a23a19ea81136ee0
PKG_BUILD_DIR:=$(BUILD_DIR)/libamxs-v0.1.10
PKG_SOURCE:=libamxs-v0.1.11.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxs/-/archive/v0.1.11
PKG_HASH:=6633b8c20c378cc7341cd51a5b50567123f7f79d3f9940ba00145e1b79c0eecd
PKG_BUILD_DIR:=$(BUILD_DIR)/libamxs-v0.1.11
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE

View File

@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mod-amxb-ubus
PKG_VERSION:=v3.0.7
PKG_VERSION:=v3.0.9
SHORT_DESCRIPTION:=Ubus Backend
PKG_SOURCE:=amxb_ubus-v3.0.7.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/modules/amxb_backends/amxb_ubus/-/archive/v3.0.7
PKG_HASH:=5b2128ca8d1ca5286a0c292f06cb3b9c297f2d512620b6ead2482781cdf23565
PKG_BUILD_DIR:=$(BUILD_DIR)/amxb_ubus-v3.0.7
PKG_SOURCE:=amxb_ubus-v3.0.9.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/modules/amxb_backends/amxb_ubus/-/archive/v3.0.9
PKG_HASH:=f6afb35628d6d9292ef182048111ff47a603d67bc2de5bb0066d80e2d98f77b3
PKG_BUILD_DIR:=$(BUILD_DIR)/amxb_ubus-v3.0.9
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE