Compare commits

...

3 Commits

Author SHA1 Message Date
sahbot
80d6148c21 [CI] Update changelog for release master_v0.13.3
GitOrigin-RevId: 1f30ee14bf994b173bc4023947236fc114e4fd93
2022-09-26 15:28:51 +00:00
sahbot
64053b31b3 Integrating gmap-mod-ethernet-dev to master_v1.2.1
Issue: NET-4014 fix dhcp: no IP addresses created on new lease
GitOrigin-RevId: d4454de951aca294738dcf3c8f7403053192cee9
2022-09-26 15:28:48 +00:00
sahbot
3701008295 Integrating libgmap-client to master_v0.5.2
Issue: NET-3856 Create unit tests for amx gMap Query feature
Issue: NET-4014 Do not spam log on ip not found
GitOrigin-RevId: 358981d66d2013fd446a96356a09b225d3e4284f
2022-09-26 15:28:45 +00:00
3 changed files with 19 additions and 10 deletions

View File

@@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## Release v0.13.3 - 2022-09-26(15:28:34 +0000)
### Other
- [gmap-mod-ethernet-dev](https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-mod-ethernet-dev): fix dhcp: no IP addresses created on new lease
- [libgmap-client](https://gitlab.com/prpl-foundation/components/gmap/libraries/libgmap-client): Create unit tests for amx gMap Query feature
- [libgmap-client](https://gitlab.com/prpl-foundation/components/gmap/libraries/libgmap-client): Do not spam log on ip not found
## Release v0.13.2 - 2022-09-23(12:44:16 +0000)
### Other

View File

@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=gmap-mod-ethernet-dev
PKG_VERSION:=v1.2.0
PKG_VERSION:=v1.2.1
SHORT_DESCRIPTION:=gMap component that adds discovered devices to the gmap datamodel and links them to the correct interface
PKG_SOURCE:=gmap-mod-ethernet-dev-v1.2.0.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-mod-ethernet-dev/-/archive/v1.2.0
PKG_HASH:=a6558a51e66cc08f5455583b93b034539efcd908ae84486bb1b60050ed769c0b
PKG_BUILD_DIR:=$(BUILD_DIR)/gmap-mod-ethernet-dev-v1.2.0
PKG_SOURCE:=gmap-mod-ethernet-dev-v1.2.1.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-mod-ethernet-dev/-/archive/v1.2.1
PKG_HASH:=ef3bc6a5f79bb8b1df1a2fe9d5611ad9810940f808ec85998c9c820cfc15d834
PKG_BUILD_DIR:=$(BUILD_DIR)/gmap-mod-ethernet-dev-v1.2.1
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:=libgmap-client
PKG_VERSION:=v0.5.0
PKG_VERSION:=v0.5.2
SHORT_DESCRIPTION:=Client library for gmap modules
PKG_SOURCE:=libgmap-client-v0.5.0.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/libraries/libgmap-client/-/archive/v0.5.0
PKG_HASH:=081e41f699acae9760cd24b16d49a18d878f14b802ccebfab90a9afc1c753e07
PKG_BUILD_DIR:=$(BUILD_DIR)/libgmap-client-v0.5.0
PKG_SOURCE:=libgmap-client-v0.5.2.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/libraries/libgmap-client/-/archive/v0.5.2
PKG_HASH:=83ae6126d617d684452da97806a72f7db938c31153d23c070c783989e5634cd0
PKG_BUILD_DIR:=$(BUILD_DIR)/libgmap-client-v0.5.2
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
@@ -22,6 +22,7 @@ define Package/$(PKG_NAME)
TITLE:=$(SHORT_DESCRIPTION)
URL:=https://gitlab.com/prpl-foundation/components/gmap/libraries/libgmap-client
DEPENDS += +libamxc
DEPENDS += +libamxo
DEPENDS += +libamxp
DEPENDS += +libamxb
DEPENDS += +libamxd