Skip to content

Commit

Permalink
bump bird
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Jun 21, 2024
1 parent 5d949aa commit 0a49c4c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Latest changes
* Atop 2.10.0
* AutoFS 5.0.5/5.1.9
* BIND 9.11.37/9.18.27
* BIRD 1.6.8/2.15.1
* Bftpd 6.2
* CCID 1.5.5
* Dropbear 2024.85
Expand Down
4 changes: 2 additions & 2 deletions make/pkgs/bird/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_BIRD
bool "BIRD 1.6.8/2.15"
bool "BIRD 1.6.8/2.15.1"
default n
help
The BIRD Internet Routing Daemon
Expand All @@ -14,7 +14,7 @@ if FREETZ_PACKAGE_BIRD
bool "1.6.8"

config FREETZ_PACKAGE_BIRD_VERSION_CURRENT
bool "2.15"
bool "2.15.1"
select FREETZ_PACKAGE_BIRD_REMOVE_WEBIF
help
The Web interface is disabled because
Expand Down
5 changes: 3 additions & 2 deletions make/pkgs/bird/bird.mk
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
$(call PKG_INIT_BIN, $(if $(FREETZ_PACKAGE_BIRD_VERSION_ABANDON),1.6.8,2.15))
$(call PKG_INIT_BIN, $(if $(FREETZ_PACKAGE_BIRD_VERSION_ABANDON),1.6.8,2.15.1))
$(PKG)_SOURCE:=$(pkg)-$($(PKG)_VERSION).tar.gz
$(PKG)_HASH_ABANDON:=6c61ab5d2ef59d2559a8735b8252b5a0238013b43e5fb8a96c5d9d06e7bc00b2
$(PKG)_HASH_CURRENT:=7a6458fa41109c005531b23e3f7abd63d7000a99d195db4944ebccb539ed02f0
$(PKG)_HASH_CURRENT:=48e85c622de164756c132ea77ad1a8a95cc9fd0137ffd0d882746589ce75c75d
$(PKG)_HASH:=$($(PKG)_HASH_$(if $(FREETZ_PACKAGE_BIRD_VERSION_ABANDON),ABANDON,CURRENT))
$(PKG)_SITE:=https://bird.network.cz/download,ftp:https://bird.network.cz/pub/bird
### WEBSITE:=https://bird.network.cz/
### MANPAGE:=https://gitlab.nic.cz/labs/bird/wikis/home
### CHANGES:=https://bird.network.cz/?o_news
### CVSREPO:=https://gitlab.nic.cz/labs/bird
### SUPPORT:=fda77
# v2: https://gitlab.nic.cz/labs/bird/-/wikis/transition-notes-to-bird-2

$(PKG)_STARTLEVEL=82
Expand Down
2 changes: 1 addition & 1 deletion make/pkgs/bird/patches/current/102-CPPFLAGS.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- Makefile.in
+++ Makefile.in
@@ -19,7 +19,7 @@
@@ -6,7 +6,7 @@
MAKEFLAGS += -r

# Variable definitions
Expand Down

1 comment on commit 0a49c4c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See for infos about bird and maybe a changelog link:
https://freetz-ng.github.io/freetz-ng/make/bird

Please sign in to comment.