mirror of
https://gitlab.com/prpl-foundation/prplos/feeds/feed_gmap.git
synced 2026-01-09 23:47:26 +08:00
Compare commits
26 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7fe73bd42d | ||
|
|
a6bb96ed8b | ||
|
|
0a04cbb027 | ||
|
|
f1c40ad2ed | ||
|
|
1eb42fb932 | ||
|
|
8416ca8469 | ||
|
|
b3e7f3cd06 | ||
|
|
b8f11ee3b2 | ||
|
|
a5d645f460 | ||
|
|
6913ca3cd5 | ||
|
|
0087e74460 | ||
|
|
c39a484e65 | ||
|
|
797764c84f | ||
|
|
3330fbf787 | ||
|
|
80baa44218 | ||
|
|
79e717d8c8 | ||
|
|
5ae71a18f4 | ||
|
|
9199e06176 | ||
|
|
13b836a19c | ||
|
|
1ba32beb43 | ||
|
|
14a7a09756 | ||
|
|
37354f9eda | ||
|
|
ed53412d36 | ||
|
|
b299e3495b | ||
|
|
dc7caa9e25 | ||
|
|
052ea6c4c4 |
51
CHANGELOG.md
51
CHANGELOG.md
@@ -8,6 +8,57 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
## [Unreleased]
|
||||
|
||||
|
||||
## Release v1.0.11 - 2023-04-20(13:05:36 +0000)
|
||||
|
||||
### Other
|
||||
|
||||
- [libgmap-ext](https://gitlab.com/prpl-foundation/components/gmap/libraries/libgmap-ext): Split gmap_ext_arp_eth_socket from gmap_ext_discoping_socketlist
|
||||
|
||||
## Release v1.0.10 - 2023-04-19(07:13:49 +0000)
|
||||
|
||||
### Fixes
|
||||
|
||||
- [gmap-mibs-common](https://gitlab.com/prpl-foundation/components/gmap/mibs/gmap-mibs-common): [odl]Remove deprecated odl keywords
|
||||
- [gmap-server](https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-server): [odl]Remove deprecated odl keywords
|
||||
|
||||
### Other
|
||||
|
||||
- [gmap-mod-ethernet-dev](https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-mod-ethernet-dev): Removed deprecated odl keywords in tests
|
||||
- [gmap-mod-self](https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-mod-self): Removed deprecated odl keywords in tests
|
||||
- [gmap-server](https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-server): Removed deprecated odl keywords in tests
|
||||
|
||||
## Release v1.0.9 - 2023-04-07(10:46:25 +0000)
|
||||
|
||||
### Other
|
||||
|
||||
- [gmap-mod-ethernet-dev](https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-mod-ethernet-dev): Renames for discoping
|
||||
|
||||
## Release v1.0.8 - 2023-04-07(06:16:47 +0000)
|
||||
|
||||
## Release v1.0.6 - 2023-03-21(19:47:55 +0000)
|
||||
|
||||
### Other
|
||||
|
||||
- [gmap-mod-ethernet-dev](https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-mod-ethernet-dev): Listen to NetDev.Link.<port>.Neigh
|
||||
|
||||
## Release v1.0.5 - 2023-03-21(13:59:29 +0000)
|
||||
|
||||
### Other
|
||||
|
||||
- [gmap-mod-ethernet-dev](https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-mod-ethernet-dev): Rename gmap_ethernet_dev_netdev->gmap_ethernet_dev_bridgetable
|
||||
|
||||
## Release v1.0.4 - 2023-03-15(17:35:51 +0000)
|
||||
|
||||
### Other
|
||||
|
||||
- [gmap-mod-ethernet-dev](https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-mod-ethernet-dev): Adapt to DHCPv4Server path change
|
||||
|
||||
## Release v1.0.3 - 2023-03-13(07:19:46 +0000)
|
||||
|
||||
### Other
|
||||
|
||||
- [libgmap-client](https://gitlab.com/prpl-foundation/components/gmap/libraries/libgmap-client): gmap config event handling: server and client side
|
||||
|
||||
## Release v1.0.2 - 2023-03-02(12:03:41 +0000)
|
||||
|
||||
### Other
|
||||
|
||||
@@ -1,17 +1,18 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=gmap-mod-ethernet-dev
|
||||
PKG_VERSION:=v1.8.0
|
||||
PKG_VERSION:=v1.10.2
|
||||
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.8.0.tar.gz
|
||||
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-mod-ethernet-dev/-/archive/v1.8.0
|
||||
PKG_HASH:=4e6063d404f8e38cf52307cd022e4e75e9ca29d5ea4d9ff622ee504503b4fa8e
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/gmap-mod-ethernet-dev-v1.8.0
|
||||
PKG_SOURCE:=gmap-mod-ethernet-dev-v1.10.2.tar.gz
|
||||
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-mod-ethernet-dev/-/archive/v1.10.2
|
||||
PKG_HASH:=d23c242dd54daea5d9d24de8633976dc13b11f9e9ada0ceda1c2faea6e3e2cb1
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/gmap-mod-ethernet-dev-v1.10.2
|
||||
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
|
||||
PKG_LICENSE:=BSD-2-Clause-Patent
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
|
||||
PKG_RELEASE:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
@@ -1,17 +1,18 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=gmap-mod-self
|
||||
PKG_VERSION:=v1.3.0
|
||||
PKG_VERSION:=v1.3.1
|
||||
SHORT_DESCRIPTION:=gmap module to fetch information about the hgw/repeater itself and the layer 2 'devices' on it
|
||||
|
||||
PKG_SOURCE:=gmap-mod-self-v1.3.0.tar.gz
|
||||
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-mod-self/-/archive/v1.3.0
|
||||
PKG_HASH:=3ccf312d90ffac695c6d3e391ffea75983ff1b3427fbc18311f92dc6ea441a38
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/gmap-mod-self-v1.3.0
|
||||
PKG_SOURCE:=gmap-mod-self-v1.3.1.tar.gz
|
||||
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-mod-self/-/archive/v1.3.1
|
||||
PKG_HASH:=1c8ae57b73783a8f871294796ac1fc0ccb0eaee98503f39baf1d0c652b030ad0
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/gmap-mod-self-v1.3.1
|
||||
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
|
||||
PKG_LICENSE:=BSD-2-Clause-Patent
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
|
||||
PKG_RELEASE:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=gmap-server
|
||||
PKG_VERSION:=v2.0.0
|
||||
PKG_VERSION:=v2.2.2
|
||||
SHORT_DESCRIPTION:=Service implementing the gmap data model
|
||||
|
||||
PKG_SOURCE:=gmap-server-v2.0.0.tar.gz
|
||||
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-server/-/archive/v2.0.0
|
||||
PKG_HASH:=91fd09e4a7090667fe20d86715835b17738937a6a64c83e5fd922af7cecfb407
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/gmap-server-v2.0.0
|
||||
PKG_SOURCE:=gmap-server-v2.2.2.tar.gz
|
||||
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-server/-/archive/v2.2.2
|
||||
PKG_HASH:=25f65614849925b15462dc7cc8e212195489b0464beb28db4668bdc658210dd5
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/gmap-server-v2.2.2
|
||||
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
|
||||
PKG_LICENSE:=BSD-2-Clause-Patent
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
@@ -1,17 +1,18 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=gmap-mibs-common
|
||||
PKG_VERSION:=v0.5.3
|
||||
PKG_VERSION:=v0.5.4
|
||||
SHORT_DESCRIPTION:=Generic mib files for the gmap service
|
||||
|
||||
PKG_SOURCE:=gmap-mibs-common-v0.5.3.tar.gz
|
||||
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/mibs/gmap-mibs-common/-/archive/v0.5.3
|
||||
PKG_HASH:=4b97fc942050e14b6f01fa2f9e7e4e6948f22692afa6201a658efc5d4c15a88b
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/gmap-mibs-common-v0.5.3
|
||||
PKG_SOURCE:=gmap-mibs-common-v0.5.4.tar.gz
|
||||
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/mibs/gmap-mibs-common/-/archive/v0.5.4
|
||||
PKG_HASH:=5cb994df8ec0acbb660424cb98bdbd6db86d4d2b0442392cbe8c44a9b724ac34
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/gmap-mibs-common-v0.5.4
|
||||
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
|
||||
PKG_LICENSE:=BSD-2-Clause-Patent
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
|
||||
PKG_RELEASE:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
@@ -1,17 +1,18 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libgmap-client
|
||||
PKG_VERSION:=v1.0.0
|
||||
PKG_VERSION:=v1.3.0
|
||||
SHORT_DESCRIPTION:=Client library for gmap modules
|
||||
|
||||
PKG_SOURCE:=libgmap-client-v1.0.0.tar.gz
|
||||
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/libraries/libgmap-client/-/archive/v1.0.0
|
||||
PKG_HASH:=069cf01f1bf21b660674fcdf830b9795c21c8a841e6e38049016083d32549596
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/libgmap-client-v1.0.0
|
||||
PKG_SOURCE:=libgmap-client-v1.3.0.tar.gz
|
||||
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/libraries/libgmap-client/-/archive/v1.3.0
|
||||
PKG_HASH:=010532aa53fa6ecd79fd2e60dbfd91bf0cd553bd3acfe0446d39916d94600164
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/libgmap-client-v1.3.0
|
||||
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
|
||||
PKG_LICENSE:=BSD-2-Clause-Patent
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
|
||||
PKG_RELEASE:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
@@ -1,17 +1,18 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libgmap-ext
|
||||
PKG_VERSION:=v0.2.1
|
||||
PKG_VERSION:=v0.2.3
|
||||
SHORT_DESCRIPTION:=Functionality common for gmap clients (not server)
|
||||
|
||||
PKG_SOURCE:=libgmap-ext-v0.2.1.tar.gz
|
||||
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/libraries/libgmap-ext/-/archive/v0.2.1
|
||||
PKG_HASH:=674f45cb01b4a3b45db899bf0bc7ce12cb5f86e932aed5c8749e0f5e9ec34f55
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/libgmap-ext-v0.2.1
|
||||
PKG_SOURCE:=libgmap-ext-v0.2.3.tar.gz
|
||||
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/libraries/libgmap-ext/-/archive/v0.2.3
|
||||
PKG_HASH:=c04aa8d1e7c682d3f695fb91adddb1d7b6e1696b72148d6f5e6cfcec10325efc
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/libgmap-ext-v0.2.3
|
||||
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
|
||||
PKG_LICENSE:=BSD-2-Clause-Patent
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
|
||||
PKG_RELEASE:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
@@ -35,7 +36,7 @@ define Package/$(PKG_NAME)/description
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
|
||||
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include)
|
||||
endef
|
||||
|
||||
define Build/Install
|
||||
|
||||
Reference in New Issue
Block a user