[openwrt/openwrt] netifd: update to the latest version

LEDE Commits lede-commits at lists.infradead.org
Sat Feb 25 10:58:37 PST 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/2a104365dc50e3df5d63809aee16497402278f02

commit 2a104365dc50e3df5d63809aee16497402278f02
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sat Feb 25 19:56:12 2023 +0100

    netifd: update to the latest version
    
    ed65a00 netifd: bridge: Fix format string position
    19372d8 netifd: Fix multiple -Wsign-compare warnings
    8ebf033 netifd: Do not return values in void function
    c77417a netifd: Explicitly zero initialize variables
    463a120 netifd: Activate -Wextra compile warnings
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/network/config/netifd/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile
index f40a990b42..d9d1bce26f 100644
--- a/package/network/config/netifd/Makefile
+++ b/package/network/config/netifd/Makefile
@@ -1,13 +1,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=netifd
-PKG_RELEASE:=2
+PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/netifd.git
-PKG_SOURCE_DATE:=2022-12-30
-PKG_SOURCE_VERSION:=81c1fbcba2f27f687c2a471f341502d47679f401
-PKG_MIRROR_HASH:=41d19f2804759aa42708942e27116bec78b169abee639d97c2ec7f0f62fa7739
+PKG_SOURCE_DATE:=2023-02-25
+PKG_SOURCE_VERSION:=463a1207f0766417866e2c28316e58a96f84370b
+PKG_MIRROR_HASH:=1d407847282637f6e069b482368f2f8fc0126e66f3b37e4258e1fc1d19dd1ce5
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 
 PKG_LICENSE:=GPL-2.0




More information about the lede-commits mailing list