Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
647
Issues
647
List
Boards
Labels
Service Desk
Milestones
Merge Requests
177
Merge Requests
177
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
89a94574
Unverified
Commit
89a94574
authored
Mar 01, 2019
by
prspkt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/bird: upgrade to 2.0.4
parent
9cd2acb9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
20 deletions
+3
-20
testing/bird/APKBUILD
testing/bird/APKBUILD
+3
-5
testing/bird/bird-correct-version.patch
testing/bird/bird-correct-version.patch
+0
-15
No files found.
testing/bird/APKBUILD
View file @
89a94574
...
...
@@ -2,8 +2,8 @@
# Contributor: Katie Holly <holly@fuslvz.ws>
# Maintainer: Francesco Zanini <francesco@zanini.me>
pkgname
=
bird
pkgver
=
2.0.
2
pkgrel
=
1
pkgver
=
2.0.
4
pkgrel
=
0
pkgdesc
=
"BIRD Internet Routing Daemon"
url
=
"http://bird.network.cz/"
arch
=
"all !s390x"
...
...
@@ -13,7 +13,6 @@ makedepends="bison flex ncurses-dev readline-dev linux-headers"
install
=
""
source
=
"
ftp://bird.network.cz/pub/bird/bird-
$pkgver
.tar.gz
bird-correct-version.patch
bird-make-test-bsprintf.patch
bird.initd
"
...
...
@@ -45,7 +44,6 @@ package() {
install
-Dm755
"
$srcdir
"
/bird.initd
"
$pkgdir
"
/etc/init.d/bird
}
sha512sums
=
"aef96f246484a52269b44963df033ccc584e62d50d1ae31a97a97b9c7375e576d70d00f61a0f6da336e60cefc4c921945df0cc821d5fd1c737b19f508e65d30b bird-2.0.2.tar.gz
ca6011e1a828f5a1d48d8c18f178f1259b623f42aebcce6bb49582a91303520d48c7467d7a31e467ce04af865da4f91ae5a5ada8892fa86717fbc048a59bfb74 bird-correct-version.patch
sha512sums
=
"65092ca6be115b4d0c31c3c4a79d3ee2e196dc2f85454448eab568cc9cc1fe37b7bdfe1ddb74d4f6f147dc479a8570cf7bf702d762cd69414f976678c14c8e2f bird-2.0.4.tar.gz
e0a9bab1bb84ab4efbf51c4c015bf35196d146560f737979d3a17c44dc2397d9578e61a3bba0c58f3cdbb108074f17288bf536db5d8d4dce87c91f1be3dc6282 bird-make-test-bsprintf.patch
59245af3fd514421d0babcefed556597022a36d14615d596bb5c08c7dd0a6ed4519928e35a0b7ff14fe27ecfa50fa8011283c92bfc9b8355b15b3263df189d5d bird.initd"
testing/bird/bird-correct-version.patch
deleted
100644 → 0
View file @
9cd2acb9
diff -urp a/Makefile.in b/Makefile.in
--- a/Makefile.in 1970-01-01 00:00:00.000000000 +0000
+++ b/Makefile.in 1970-01-01 00:00:00.000000000 +0000
@@ -21,11 +21,6 @@
INSTALL=@INSTALL@
INSTALL_PROGRAM=@INSTALL_PROGRAM@
INSTALL_DATA=@INSTALL_DATA@
-git-label:=$(strip $(shell git describe --always --dirty=-x 2>/dev/null))
-ifneq ($(git-label),)
- CFLAGS += -DGIT_LABEL="$(git-label)"
-endif
-
client=$(addprefix $(exedir)/,@CLIENT@)
daemon=$(exedir)/bird
protocols=@protocols@
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment