[arch-commits] Commit in quagga/trunk (PKGBUILD fix_readline36.patch)

Sébastien Luttringer seblu at nymeria.archlinux.org
Wed Jun 25 19:41:29 UTC 2014


    Date: Wednesday, June 25, 2014 @ 21:41:28
  Author: seblu
Revision: 113569

upgpkg: quagga 0.99.23-1

Modified:
  quagga/trunk/PKGBUILD
Deleted:
  quagga/trunk/fix_readline36.patch

----------------------+
 PKGBUILD             |   12 +++++-------
 fix_readline36.patch |   14 --------------
 2 files changed, 5 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-25 19:37:15 UTC (rev 113568)
+++ PKGBUILD	2014-06-25 19:41:28 UTC (rev 113569)
@@ -2,8 +2,8 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=quagga
-pkgver=0.99.22.4
-pkgrel=4
+pkgver=0.99.23
+pkgrel=1
 pkgdesc='BGP/OSPF/ISIS/RIP/RIPNG routing daemon suite'
 arch=('i686' 'x86_64')
 url='http://www.quagga.net'
@@ -19,9 +19,8 @@
         'ospfd.service'
         'ripd.service'
         'ripngd.service'
-        'zebra.service'
-        'fix_readline36.patch')
-md5sums=('27ef98abb1820bae19eb71f631a10853'
+        'zebra.service')
+md5sums=('d17145e62b6ea14f0f13bb63f59e5166'
          '20a8e36ad851d4e06467aeb56a84b245'
          'cc90c234aac9098c5132d653037d5269'
          '67d0ada0f3000b9a86351798786c5256'
@@ -29,8 +28,7 @@
          '260f5fcf9b53ef201a8fb34e7ea90457'
          'b6e3549d780355914ae8edd43e15630a'
          '72dd63c49fdaea41729a4318d0fbac79'
-         '577f1e7caeea31d910f2dc29c28ada7d'
-         'f4162b77d4995c6d080ac34d9fd17c36')
+         '577f1e7caeea31d910f2dc29c28ada7d')
 
 prepare() {
   cd $pkgname-$pkgver

Deleted: fix_readline36.patch
===================================================================
--- fix_readline36.patch	2014-06-25 19:37:15 UTC (rev 113568)
+++ fix_readline36.patch	2014-06-25 19:41:28 UTC (rev 113569)
@@ -1,14 +0,0 @@
---- a/vtysh/vtysh.c
-+++ b/vtysh/vtysh.c
-@@ -2211,9 +2211,9 @@
- vtysh_readline_init (void)
- {
-   /* readline related settings. */
--  rl_bind_key ('?', (Function *) vtysh_rl_describe);
-+  rl_bind_key ('?', (rl_command_func_t *) vtysh_rl_describe);
-   rl_completion_entry_function = vtysh_completion_entry_function;
--  rl_attempted_completion_function = (CPPFunction *)new_completion;
-+  rl_attempted_completion_function = (rl_completion_func_t *) new_completion;
-   /* do not append space after completion. It will be appended
-    * in new_completion() function explicitly. */
-   rl_completion_append_character = '\0';




More information about the arch-commits mailing list