pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/quagga Conditionalize two routing message flags th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0db6e1901935
branches:  trunk
changeset: 348894:0db6e1901935
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jun 19 23:05:51 2016 +0000

description:
Conditionalize two routing message flags that no longer exist in
NetBSD/current.

diffstat:

 net/quagga/distinfo                             |   3 ++-
 net/quagga/patches/patch-zebra_kernel__socket.c |  24 ++++++++++++++++++++++++
 2 files changed, 26 insertions(+), 1 deletions(-)

diffs (41 lines):

diff -r 0751765ad884 -r 0db6e1901935 net/quagga/distinfo
--- a/net/quagga/distinfo       Sun Jun 19 23:05:17 2016 +0000
+++ b/net/quagga/distinfo       Sun Jun 19 23:05:51 2016 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.26 2016/03/21 13:40:28 gdt Exp $
+$NetBSD: distinfo,v 1.27 2016/06/19 23:05:51 joerg Exp $
 
 SHA1 (quagga-1.0.20160315.tar.gz) = 1d7168e2a5b33a1fd6bf89673e4c8f32c7f56ae8
 RMD160 (quagga-1.0.20160315.tar.gz) = dae1a9de36482c0b6306840d375577c300a58f4d
 SHA512 (quagga-1.0.20160315.tar.gz) = f17191facc4d5b0bee2d00cc3ecc4d546c6472ce5b081d79458cacca3536bd6dcea10aef480ae117f4a7f466dd88257bf2a3e37ccbe3b3b55f27ef18ead6107f
 Size (quagga-1.0.20160315.tar.gz) = 2788131 bytes
 SHA1 (patch-solaris_quagga.init.in) = 446f9c1efc47d54cb1af0eba47193571b63d91c0
+SHA1 (patch-zebra_kernel__socket.c) = b597c299b5babc52c85e82b125ebabad66b11917
diff -r 0751765ad884 -r 0db6e1901935 net/quagga/patches/patch-zebra_kernel__socket.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/quagga/patches/patch-zebra_kernel__socket.c   Sun Jun 19 23:05:51 2016 +0000
@@ -0,0 +1,24 @@
+$NetBSD: patch-zebra_kernel__socket.c,v 1.1 2016/06/19 23:05:51 joerg Exp $
+
+--- zebra/kernel_socket.c.orig 2016-06-19 18:59:02.266180373 +0000
++++ zebra/kernel_socket.c
+@@ -208,7 +208,9 @@ const struct message rtm_type_str[] =
+ #ifdef RTM_OLDDEL
+   {RTM_OLDDEL,   "RTM_OLDDEL"},
+ #endif /* RTM_OLDDEL */
++#ifdef RTM_RESOLVE
+   {RTM_RESOLVE,  "RTM_RESOLVE"},
++#endif /* RTM_RESOLVE */
+   {RTM_NEWADDR,  "RTM_NEWADDR"},
+   {RTM_DELADDR,  "RTM_DELADDR"},
+   {RTM_IFINFO,   "RTM_IFINFO"},
+@@ -242,7 +244,9 @@ static const struct message rtm_flag_str
+ #ifdef RTF_CLONING
+   {RTF_CLONING,   "CLONING"},
+ #endif /* RTF_CLONING */
++#ifdef RTF_XRESOLVE
+   {RTF_XRESOLVE,  "XRESOLVE"},
++#endif /* RTF_XRESOLVE */
+ #ifdef RTF_LLINFO
+   {RTF_LLINFO,    "LLINFO"},
+ #endif /* RTF_LLINFO */



Home | Main Index | Thread Index | Old Index