[1/2] bird: Update to 2.0.11

Message ID 20221230135952.3611467-1-michael.tremer@ipfire.org
State Accepted
Commit 9e5ab853a53bc585391a80205c731c17c263fc9d
Headers
Series [1/2] bird: Update to 2.0.11 |

Commit Message

Michael Tremer Dec. 30, 2022, 1:59 p.m. UTC
  Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 lfs/bird | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)
  

Comments

Peter Müller Dec. 31, 2022, 10:54 a.m. UTC | #1
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>

> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
> ---
>  lfs/bird | 9 +++------
>  1 file changed, 3 insertions(+), 6 deletions(-)
> 
> diff --git a/lfs/bird b/lfs/bird
> index e60246cf8..17fd4715d 100644
> --- a/lfs/bird
> +++ b/lfs/bird
> @@ -26,7 +26,7 @@ include Config
>  
>  SUMMARY    = The BIRD Internet Routing Daemon
>  
> -VER        = 2.0.9
> +VER        = 2.0.11
>  
>  THISAPP    = bird-$(VER)
>  DL_FILE    = $(THISAPP).tar.gz
> @@ -34,14 +34,12 @@ DL_FROM    = $(URL_IPFIRE)
>  DIR_APP    = $(DIR_SRC)/$(THISAPP)
>  TARGET     = $(DIR_INFO)/$(THISAPP)
>  PROG       = bird
> -PAK_VER    = 10
> +PAK_VER    = 11
>  
>  DEPS       =
>  
>  SERVICES   = bird
>  
> -CFLAGS    += -fcommon
> -
>  ###############################################################################
>  # Top-level Rules
>  ###############################################################################
> @@ -50,7 +48,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_BLAKE2 = 5226058ba8989a28e8151906e194fd3065276034f1304e0e45772b17f3d8095eff6add211320a23418bfb57b2c16c96594fb85345355e3b870d7bfa2cfe119b9
> +$(DL_FILE)_BLAKE2 = 0761bd50b3b0338ecf2a6325f61f90db9f92324ed814de2ec6b360c6f5a7e12d6ae4ae9b73a11ddede0e6c8fd1d15bea1b62076c38c937ae281f10a8bc2d1cbf
>  
>  install : $(TARGET)
>  
> @@ -83,7 +81,6 @@ $(subst %,%_BLAKE2,$(objects)) :
>  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
>  	@$(PREBUILD)
>  	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
> -	$(UPDATE_AUTOMAKE)
>  	cd $(DIR_APP) && \
>  		./configure \
>  			--prefix=/usr \
  

Patch

diff --git a/lfs/bird b/lfs/bird
index e60246cf8..17fd4715d 100644
--- a/lfs/bird
+++ b/lfs/bird
@@ -26,7 +26,7 @@  include Config
 
 SUMMARY    = The BIRD Internet Routing Daemon
 
-VER        = 2.0.9
+VER        = 2.0.11
 
 THISAPP    = bird-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -34,14 +34,12 @@  DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = bird
-PAK_VER    = 10
+PAK_VER    = 11
 
 DEPS       =
 
 SERVICES   = bird
 
-CFLAGS    += -fcommon
-
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -50,7 +48,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 5226058ba8989a28e8151906e194fd3065276034f1304e0e45772b17f3d8095eff6add211320a23418bfb57b2c16c96594fb85345355e3b870d7bfa2cfe119b9
+$(DL_FILE)_BLAKE2 = 0761bd50b3b0338ecf2a6325f61f90db9f92324ed814de2ec6b360c6f5a7e12d6ae4ae9b73a11ddede0e6c8fd1d15bea1b62076c38c937ae281f10a8bc2d1cbf
 
 install : $(TARGET)
 
@@ -83,7 +81,6 @@  $(subst %,%_BLAKE2,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
-	$(UPDATE_AUTOMAKE)
 	cd $(DIR_APP) && \
 		./configure \
 			--prefix=/usr \