[arch-commits] Commit in bird/trunk (PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Mon Jan 22 00:07:12 UTC 2018


    Date: Monday, January 22, 2018 @ 00:07:10
  Author: seblu
Revision: 315223

upgpkg: bird 2.0.1-1

- Patch FS#57096

Modified:
  bird/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-21 23:56:06 UTC (rev 315222)
+++ PKGBUILD	2018-01-22 00:07:10 UTC (rev 315223)
@@ -2,8 +2,8 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=bird
-pkgver=2.0.0
-pkgrel=3
+pkgver=2.0.1
+pkgrel=1
 pkgdesc='RIP, OSPF, BGP, MPLS, BFD, Babbel routing daemon'
 arch=('x86_64')
 url='http://bird.network.cz/'
@@ -12,11 +12,9 @@
 depends=('glibc' 'readline' 'ncurses' 'libssh')
 replaces=('bird6')
 source=("ftp://bird.network.cz/pub/bird/$pkgname-$pkgver.tar.gz"
-        'bird.service'
-        '01-fix-leak.patch')
-md5sums=('31cbd40f493d6e946e7cdf3158c4923a'
-         '69221e063a3f07dcad519d5eeacaae75'
-         '4936f7eb7a66014e2ad358d94a9ea1a9')
+        'bird.service')
+md5sums=('a7d6249cf5706fcca9fcd2e5a4ca8626'
+         '69221e063a3f07dcad519d5eeacaae75')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -58,6 +56,9 @@
 
   # systemd
   install -D -m 644 "$srcdir/bird.service" "$pkgdir/usr/lib/systemd/system/bird.service"
+
+  # overwrite invalid default config file (see FS#57096)
+  install -D -m 644 doc/bird.conf.example2 "$pkgdir/etc/bird.conf"
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list