Browse Source

upgrading package: quagga 0.97.3 -> 0.97.4

Ralf S. Engelschall 21 years ago
parent
commit
47652f3184
2 changed files with 12 additions and 21 deletions
  1. 10 19
      quagga/quagga.patch
  2. 2 2
      quagga/quagga.spec

+ 10 - 19
quagga/quagga.patch

@@ -1,20 +1,11 @@
-Index: lib/sockopt.h
---- lib/sockopt.h.orig	2004-10-22 15:14:35 +0200
-+++ lib/sockopt.h	2004-10-23 11:46:59 +0200
-@@ -60,9 +60,15 @@
- 
- #if defined (SUNOS_5)
- #define SOPT_SIZE_CMSG_RECVIF_IPV4()  (sizeof (uint_t))
--#else
-+#elif defined (CMSG_ALIGN)
-+#define SOPT_SIZE_CMSG_IFINDEX_IPV4()	\
-+	CMSG_ALIGN((sizeof (struct sockaddr_dl)))
-+#elif defined (__CMSG_ALIGN)
- #define SOPT_SIZE_CMSG_RECVIF_IPV4()	\
- 	__CMSG_ALIGN((sizeof (struct sockaddr_dl)))
-+#elif defined (_ALIGN)
-+#define SOPT_SIZE_CMSG_IFINDEX_IPV4()	\
-+	_ALIGN((sizeof (struct sockaddr_dl)))
- #endif /* SUNOS_5 */
- #endif /* IP_RECVIF */
+Index: watchquagga/watchquagga.c
+--- watchquagga/watchquagga.c.orig	2004-12-23 20:35:56 +0100
++++ watchquagga/watchquagga.c	2004-12-24 11:56:22 +0100
+@@ -40,6 +40,7 @@
+ #include "config.h"
+ #endif
  
++#include <zebra.h>
+ #include <thread.h>
+ #include <log.h>
+ #include <sigevent.h>

+ 2 - 2
quagga/quagga.spec

@@ -33,8 +33,8 @@ Distribution: OpenPKG
 Class:        PLUS
 Group:        Network
 License:      GPL
-Version:      0.97.3
-Release:      20041109
+Version:      0.97.4
+Release:      20041224
 
 #   list of sources
 Source0:      http://www.quagga.net/download/quagga-%{version}.tar.gz