diff options
author | root <root@rshg054.dnsready.net> | 2013-04-13 00:05:58 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-13 00:05:58 -0700 |
commit | 8f0418e4a239ba973834592537b474d3aac52d5b (patch) | |
tree | 55787459ba85dcd3ea548b37ca4027ef993c28b5 /community/quagga | |
parent | d976aa5e1544c80dc2457ea20b27f28f3fa05899 (diff) |
Sat Apr 13 00:05:58 PDT 2013
Diffstat (limited to 'community/quagga')
-rw-r--r-- | community/quagga/0001-doc-fix-makeinfo-errors-and-one-warning.patch | 57 | ||||
-rw-r--r-- | community/quagga/PKGBUILD | 14 |
2 files changed, 6 insertions, 65 deletions
diff --git a/community/quagga/0001-doc-fix-makeinfo-errors-and-one-warning.patch b/community/quagga/0001-doc-fix-makeinfo-errors-and-one-warning.patch deleted file mode 100644 index 3119e34ac..000000000 --- a/community/quagga/0001-doc-fix-makeinfo-errors-and-one-warning.patch +++ /dev/null @@ -1,57 +0,0 @@ -From 9e26f1c5a00c93b7a5dadb634d4452c769e48048 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Timo=20Ter=C3=A4s?= <timo.teras@iki.fi> -Date: Fri, 22 Mar 2013 11:54:44 +0200 -Subject: [PATCH] doc: fix makeinfo errors and one warning -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -commit 4afa50b added few lines that are syntactically incorrect -with leading plus sign. - -Cc: Denis Ovsienko <infrastation@yandex.ru> -Signed-off-by: Timo Teräs <timo.teras@iki.fi> ---- - doc/ipv6.texi | 4 ++-- - doc/quagga.texi | 6 +++--- - 2 files changed, 5 insertions(+), 5 deletions(-) - -diff --git a/doc/ipv6.texi b/doc/ipv6.texi -index b6cc437..2482c1c 100644 ---- a/doc/ipv6.texi -+++ b/doc/ipv6.texi -@@ -136,8 +136,8 @@ for the lowest preference possible. - Default: 0 - @end deffn - --+@deffn {Interface Command} {ipv6 nd home-agent-lifetime <0-65520>} {} --+@deffnx {Interface Command} {no ipv6 nd home-agent-lifetime [<0-65520>]} {} -+@deffn {Interface Command} {ipv6 nd home-agent-lifetime <0-65520>} {} -+@deffnx {Interface Command} {no ipv6 nd home-agent-lifetime [<0-65520>]} {} - The value to be placed in Home Agent Option, when Home Agent config flag is set, - which indicates to hosts Home Agent Lifetime. The default value of 0 means to - place the current Router Lifetime value. -diff --git a/doc/quagga.texi b/doc/quagga.texi -index ff913aa..b4105ac 100644 ---- a/doc/quagga.texi -+++ b/doc/quagga.texi -@@ -1,13 +1,13 @@ - \input texinfo @c -*- texinfo -*- -+@c Set variables - sourced from defines.texi -+@include defines.texi -+ - @c %**start of header - @setchapternewpage odd - @settitle @uref{http://www.quagga.net,,@value{PACKAGE_NAME}} - @setfilename quagga.info - @c %**end of header - --@c Set variables - sourced from defines.texi --@include defines.texi -- - @c automake will automatically generate version.texi - @c and set EDITION, VERSION, UPDATED and UPDATED-MONTH - @include version.texi --- -1.8.2 - diff --git a/community/quagga/PKGBUILD b/community/quagga/PKGBUILD index 5167a45b6..3a350e3ed 100644 --- a/community/quagga/PKGBUILD +++ b/community/quagga/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 87783 2013-04-06 13:02:55Z seblu $ +# $Id: PKGBUILD 88141 2013-04-12 12:11:57Z seblu $ # Maintainer: Sébastien Luttringer pkgname=quagga -pkgver=0.99.22 -pkgrel=3 +pkgver=0.99.22.1 +pkgrel=1 pkgdesc='BGP/OSPF/ISIS/RIP/RIPNG routing daemon suite' arch=('i686' 'x86_64') url='http://www.quagga.net' @@ -19,9 +19,8 @@ source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar 'ospfd.service' 'ripd.service' 'ripngd.service' - 'zebra.service' - '0001-doc-fix-makeinfo-errors-and-one-warning.patch') -md5sums=('3057bf3a91116a1017dd0df7e5e8ef93' + 'zebra.service') +md5sums=('d9ab848661720d6da2551c7a4a19c731' '87bf4ae8aca3b3cf70e3986bc669aa78' '9b14110bed4982baa801808db6ac9135' 'b685b5c12637cb963e1fb78ecd926e14' @@ -29,8 +28,7 @@ md5sums=('3057bf3a91116a1017dd0df7e5e8ef93' '4d95a4af1ddb4ae21b867bebbedc77d5' '7e33c2a2e1c12309ba28d75a34294ed0' '6c682c0cd06c109bc10d29c1d9af3e38' - '18964536b7ed012aa5b22f2fa9fb3e87' - '214ed8ae0d58d080dcba9a176a94eb51') + '18964536b7ed012aa5b22f2fa9fb3e87') prepare() { cd $pkgname-$pkgver |