Skip to content

Commit

Permalink
package/bird: bump version to 2.0.3
Browse files Browse the repository at this point in the history
Patch 0001 is no longer needed as it has been ported to this version.
Also, the README changes but the licence is still GPL-2.0+

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
  • Loading branch information
angt authored and tpetazzoni committed Feb 4, 2019
1 parent e5e0f63 commit 73f0c6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 47 deletions.

This file was deleted.

4 changes: 2 additions & 2 deletions package/bird/bird.hash
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sha256 bd42d48fbcc2c0046d544f1183cd98193ff15b792d332ff45f386b0180b09335 bird-v2.0.2.tar.gz
sha256 f018596a97af0108efc446320631e2fddc0c1d1f3ffab3129327ccdb4f0c29ed README
sha256 0f49b38327d3109553acfa662ac0cf0377719226a03c124cd2e0ea2265ecb1de bird-2.0.3.tar.gz
sha256 94c53c84320078920ac1f0d49c81a4e9004512f534521a58bdf145acbcbc2cd2 README
6 changes: 2 additions & 4 deletions package/bird/bird.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
#
################################################################################

BIRD_VERSION = v2.0.2
BIRD_SITE = $(call github,BIRD,bird,$(BIRD_VERSION))
BIRD_VERSION = 2.0.3
BIRD_SITE = ftp://bird.network.cz/pub/bird
BIRD_LICENSE = GPL-2.0+
BIRD_LICENSE_FILES = README
# autoreconf is needed since the package is fetched from github
BIRD_AUTORECONF = YES
BIRD_DEPENDENCIES = host-flex host-bison

ifeq ($(BR2_PACKAGE_BIRD_CLIENT),y)
Expand Down

0 comments on commit 73f0c6c

Please sign in to comment.