Compare commits

...

4 Commits

Author SHA1 Message Date
sahbot
633afcaa63 Integrating gmap-server to master_v2.11.0
Issue: HOP-6338 Make amxb timeouts configurable [change]
Issue: NET-5773 New linking API (no new functionality yet)
GitOrigin-RevId: bc8c20f7d35a3c57c5328ba1d271fbf2f27e7065
2024-05-02 15:04:59 +00:00
sahbot
98c549ffb0 Integrating libgmap-client to master_v1.7.0
Issue: NET-5773 new linking API
GitOrigin-RevId: aa81a5926bd714fce4b6c4387d25fc85f279c1b8
2024-05-02 15:04:59 +00:00
sahbot
855bb7a075 Integrating gmap-mibs-common to master_v0.22.1
Issue: HOP-6330 [gmap] DeviceCategories are not upgrade persistent
GitOrigin-RevId: 405fdf4a13ef869695d92c63f4ab80ee03ea8f2a
2024-04-19 17:28:43 +00:00
sahbot
7ee1bef6e2 Integrating gmap-mod-upnp to master_v0.2.2
Issue: NET-5685 [gmap][mod-upnp] parentDevice path in UPnPDescription changed
GitOrigin-RevId: 906d85c368b5fa78c37c80b78acb6dfb2086f2c8
2024-04-11 18:31:52 +00:00
4 changed files with 17 additions and 17 deletions

View File

@@ -2,11 +2,11 @@ include $(TOPDIR)/rules.mk
-include $(STAGING_DIR)/components.config
PKG_NAME:=gmap-mod-upnp
PKG_VERSION:=v0.2.1
PKG_VERSION:=v0.2.2
SHORT_DESCRIPTION:=Module to expose upnp information in gMap
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=v0.2.1
PKG_SOURCE_VERSION:=v0.2.2
PKG_SOURCE_URL:=https://$(SAH_GIT_USER):$(SAH_GIT_TOKEN)@$(SAH_GIT)/$(SAH_GIT_GROUP)/gmap-mod-upnp.git
PKG_MIRROR_HASH:=skip
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)

View File

@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=gmap-server
PKG_VERSION:=v2.10.2
PKG_VERSION:=v2.11.0
SHORT_DESCRIPTION:=Service implementing the gmap data model
PKG_SOURCE:=gmap-server-v2.10.2.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-server/-/archive/v2.10.2
PKG_HASH:=af07b15c2705b30fb6110afa5a35350dcc58920d0cd344f1d55aca75563773e2
PKG_BUILD_DIR:=$(BUILD_DIR)/gmap-server-v2.10.2
PKG_SOURCE:=gmap-server-v2.11.0.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-server/-/archive/v2.11.0
PKG_HASH:=480bfae4ca1bf51ace598d6b12962405e32c1f71294453c794dbf7d9c958e70d
PKG_BUILD_DIR:=$(BUILD_DIR)/gmap-server-v2.11.0
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:=gmap-mibs-common
PKG_VERSION:=v0.22.0
PKG_VERSION:=v0.22.1
SHORT_DESCRIPTION:=Generic mib files for the gmap service
PKG_SOURCE:=gmap-mibs-common-v0.22.0.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/mibs/gmap-mibs-common/-/archive/v0.22.0
PKG_HASH:=ffd7a964fbdbe9472f86e9b063b1b32001d2a603b3a29224354f1ac034089da4
PKG_BUILD_DIR:=$(BUILD_DIR)/gmap-mibs-common-v0.22.0
PKG_SOURCE:=gmap-mibs-common-v0.22.1.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/mibs/gmap-mibs-common/-/archive/v0.22.1
PKG_HASH:=a7a6c3551db0ead6faf538b4a56fae445a949e17ccf9e65e35558665e2e33efc
PKG_BUILD_DIR:=$(BUILD_DIR)/gmap-mibs-common-v0.22.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:=v1.6.4
PKG_VERSION:=v1.7.0
SHORT_DESCRIPTION:=Client library for gmap modules
PKG_SOURCE:=libgmap-client-v1.6.4.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/libraries/libgmap-client/-/archive/v1.6.4
PKG_HASH:=4f6fec6ca05c8fac809dc99402e241da70ca644385d5041975b200df804eef44
PKG_BUILD_DIR:=$(BUILD_DIR)/libgmap-client-v1.6.4
PKG_SOURCE:=libgmap-client-v1.7.0.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/libraries/libgmap-client/-/archive/v1.7.0
PKG_HASH:=415943fd7cf3f403e20ceafabdcd505d834ee18061780619ce883b571b94b5a9
PKG_BUILD_DIR:=$(BUILD_DIR)/libgmap-client-v1.7.0
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE