Skip to content

Commit 8bbda93

Browse files
committed
bird{2,3}: use HTTPS in URL and reorder Makefile
Signed-off-by: Josef Schlehofer <[email protected]>
1 parent 35e228a commit 8bbda93

File tree

2 files changed

+20
-22
lines changed

2 files changed

+20
-22
lines changed

bird2/Makefile

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,9 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/bird-$(PKG_VERSION)
2222

2323
include $(INCLUDE_DIR)/package.mk
2424

25-
define Package/bird2/Default/description
26-
BIRD is an internet routing daemon which manages TCP/IP routing tables
27-
with support of modern routing protocols, easy to use configuration
28-
interface and powerful route filtering language. It is lightweight and
29-
efficient and therefore appropriate for small embedded routers.
30-
31-
endef
32-
3325
define Package/bird2
3426
TITLE:=The BIRD Internet Routing Daemon (v2)
35-
URL:=http://bird.network.cz/
27+
URL:=https://bird.network.cz/
3628
SECTION:=net
3729
CATEGORY:=Network
3830
SUBMENU:=Routing and Redirection
@@ -42,7 +34,7 @@ endef
4234

4335
define Package/bird2c
4436
TITLE:=The BIRD command-line client (v2)
45-
URL:=http://bird.network.cz/
37+
URL:=https://bird.network.cz/
4638
SECTION:=net
4739
CATEGORY:=Network
4840
SUBMENU:=Routing and Redirection
@@ -52,14 +44,21 @@ endef
5244

5345
define Package/bird2cl
5446
TITLE:=The BIRD lightweight command-line client (v2)
55-
URL:=http://bird.network.cz/
47+
URL:=https://bird.network.cz/
5648
SECTION:=net
5749
CATEGORY:=Network
5850
SUBMENU:=Routing and Redirection
5951
DEPENDS:=+bird2
6052
CONFLICTS:=bird1cl-ipv4 bird1cl-ipv6 birdcl4 birdcl6
6153
endef
6254

55+
define Package/bird2/Default/description
56+
BIRD is an internet routing daemon which manages TCP/IP routing tables
57+
with support of modern routing protocols, easy to use configuration
58+
interface and powerful route filtering language. It is lightweight and
59+
efficient and therefore appropriate for small embedded routers.
60+
endef
61+
6362
define Package/bird2/description
6463
$(call Package/bird2/Default/description)
6564

bird3/Makefile

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,9 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/bird-$(PKG_VERSION)
1818

1919
include $(INCLUDE_DIR)/package.mk
2020

21-
define Package/bird3/Default/description
22-
BIRD is an internet routing daemon which manages TCP/IP routing tables
23-
with support of modern routing protocols, easy to use configuration
24-
interface and powerful route filtering language. It is lightweight and
25-
efficient and therefore appropriate for small embedded routers.
26-
27-
endef
28-
2921
define Package/bird3
3022
TITLE:=The BIRD Internet Routing Daemon (v3)
31-
URL:=http://bird.network.cz/
23+
URL:=https://bird.network.cz/
3224
SECTION:=net
3325
CATEGORY:=Network
3426
SUBMENU:=Routing and Redirection
@@ -38,7 +30,7 @@ endef
3830

3931
define Package/bird3c
4032
TITLE:=The BIRD command-line client (v3)
41-
URL:=http://bird.network.cz/
33+
URL:=https://bird.network.cz/
4234
SECTION:=net
4335
CATEGORY:=Network
4436
SUBMENU:=Routing and Redirection
@@ -48,14 +40,21 @@ endef
4840

4941
define Package/bird3cl
5042
TITLE:=The BIRD lightweight command-line client (v2)
51-
URL:=http://bird.network.cz/
43+
URL:=https://bird.network.cz/
5244
SECTION:=net
5345
CATEGORY:=Network
5446
SUBMENU:=Routing and Redirection
5547
DEPENDS:=+bird3
5648
CONFLICTS:=bird2
5749
endef
5850

51+
define Package/bird3/Default/description
52+
BIRD is an internet routing daemon which manages TCP/IP routing tables
53+
with support of modern routing protocols, easy to use configuration
54+
interface and powerful route filtering language. It is lightweight and
55+
efficient and therefore appropriate for small embedded routers.
56+
endef
57+
5958
define Package/bird3/description
6059
$(call Package/bird3/Default/description)
6160

0 commit comments

Comments
 (0)