frr: update to 8.4.2 branch
authorLucian Cristian <lucian.cristian@gmail.com>
Sun, 12 Feb 2023 13:43:57 +0000 (13:43 +0000)
committerTianling Shen <cnsztl@gmail.com>
Sat, 25 Feb 2023 00:18:32 +0000 (08:18 +0800)
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
net/frr/Makefile
net/frr/patches/998-mips64_fix.patch [deleted file]

index c65c59cb869dbefa4e594636a70828de4e5aa409..997b554012578c30ce06066afb8e99e54c70f647 100644 (file)
@@ -7,16 +7,16 @@
 
 include $(TOPDIR)/rules.mk
 PKG_NAME:=frr
-PKG_VERSION:=8.4.1
+PKG_VERSION:=8.4.2
 PKG_RELEASE:=1
-PKG_SOURCE_DATE:=2022-11-29
+PKG_SOURCE_DATE:=2023-02-17
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_DATE).tar.gz
-PKG_SOURCE_VERSION:=7d7b33a0281b233757606bb1fa4e9c056c57084f
+PKG_SOURCE_VERSION:=410d78b7a4f2c8b4d4c3736c6d6cdb710287ca80
 PKG_SOURCE_URL:=https://codeload.github.com/FRRouting/frr/tar.gz/$(PKG_SOURCE_VERSION)?
 
 
-PKG_HASH:=9899f2c6ecb6cce5bf7d56ddb9fc137dd8388f7201a52595c93d33572092fcaf
+PKG_HASH:=1334b050ea3d4144efeb7bdfe9c6976ebc91744810c5d8a7381a53fac2877ea9
 PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com>
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_SOURCE_VERSION)
diff --git a/net/frr/patches/998-mips64_fix.patch b/net/frr/patches/998-mips64_fix.patch
deleted file mode 100644 (file)
index 797c3d0..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/lib/xref.h
-+++ b/lib/xref.h
-@@ -135,7 +135,7 @@ extern struct xref_block *xref_blocks;
- extern void xref_block_add(struct xref_block *block);
- extern void xref_gcc_workaround(const struct xref *xref);
--#ifndef HAVE_SECTION_SYMS
-+#if !defined(HAVE_SECTION_SYMS) || defined(__mips64)
- /* we have a build system patch to use GNU ld on Solaris;  if that doesn't
-  * work we end up on Solaris ld which doesn't support the section start/end
-  * symbols.