mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
netifyd: Updated to v3.00
Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=netifyd
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=1
|
||||
PKG_MAINTAINER:=Darryl Sokoloski <darryl@egloo.ca>
|
||||
PKG_LICENSE:=GPL-3.0-or-later
|
||||
|
||||
@@ -16,10 +16,10 @@ PKG_INSTALL:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://gitlab.com/netify.ai/public/netify-agent.git
|
||||
PKG_SOURCE_DATE:=2020-01-28
|
||||
PKG_SOURCE_VERSION:=v2.99
|
||||
#PKG_SOURCE_VERSION:=39e4fa272d8a4c83391e1b7d34cd8e071caef317
|
||||
PKG_MIRROR_HASH:=86106fc526ffcb3631ee306504874491646e7b2baa273b8e7ea8c411f83ac99d
|
||||
PKG_SOURCE_DATE:=2020-04-29
|
||||
PKG_SOURCE_VERSION:=v3.00
|
||||
#PKG_SOURCE_VERSION:=6f739939e19d8713edc99c2c601df3d5ba7a0d2e
|
||||
PKG_MIRROR_HASH:=c9a3da698e5014eeff8e6b4089d09c2a98a2e2e4dce15b7d4e3df6dd0379fcb4
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
--- a/src/nd-netlink.cpp
|
||||
+++ b/src/nd-netlink.cpp
|
||||
@@ -144,7 +144,7 @@ ndNetlink::ndNetlink(const nd_ifaces &ifaces)
|
||||
throw ndNetlinkException(strerror(rc));
|
||||
}
|
||||
|
||||
- if (bind(nd,
|
||||
+ if (::bind(nd,
|
||||
(struct sockaddr *)&sa, sizeof(struct sockaddr_nl)) < 0) {
|
||||
rc = errno;
|
||||
nd_printf("Error binding netlink socket: %s\n", strerror(rc));
|
||||
Reference in New Issue
Block a user