public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/2] bird: Update to 2.0.11
@ 2022-12-30 13:59 Michael Tremer
  2022-12-30 13:59 ` [PATCH 2/2] dnsdist: Update to 1.7.3 Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tremer @ 2022-12-30 13:59 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1573 bytes --]

Signed-off-by: Michael Tremer <michael.tremer(a)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 \
-- 
2.30.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-30 13:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-30 13:59 [PATCH 1/2] bird: Update to 2.0.11 Michael Tremer
2022-12-30 13:59 ` [PATCH 2/2] dnsdist: Update to 1.7.3 Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox