OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   23-Oct-2004 11:58:36
  Branch: HEAD                             Handle: 2004102310583500

  Modified files:
    openpkg-src/quagga      quagga.patch quagga.spec

  Log:
    upgrading package: quagga 0.97.1 -> 0.97.2

  Summary:
    Revision    Changes     Path
    1.2         +6  -7      openpkg-src/quagga/quagga.patch
    1.18        +2  -2      openpkg-src/quagga/quagga.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/quagga/quagga.patch
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 quagga.patch
  --- openpkg-src/quagga/quagga.patch   8 Oct 2004 07:37:55 -0000       1.1
  +++ openpkg-src/quagga/quagga.patch   23 Oct 2004 09:58:35 -0000      1.2
  @@ -1,21 +1,20 @@
   Index: lib/sockopt.h
  ---- lib/sockopt.h.orig       2004-10-07 02:40:25 +0200
  -+++ lib/sockopt.h    2004-10-08 09:33:11 +0200
  -@@ -62,9 +62,16 @@
  +--- 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_IFINDEX_IPV4()  (sizeof (uint_t))
  + #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_IFINDEX_IPV4()       \
  + #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)))
  -+#else
    #endif /* SUNOS_5 */
  + #endif /* IP_RECVIF */
    
  - #endif
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/quagga/quagga.spec
  ============================================================================
  $ cvs diff -u -r1.17 -r1.18 quagga.spec
  --- openpkg-src/quagga/quagga.spec    12 Oct 2004 08:41:59 -0000      1.17
  +++ openpkg-src/quagga/quagga.spec    23 Oct 2004 09:58:35 -0000      1.18
  @@ -33,8 +33,8 @@
   Class:        PLUS
   Group:        Network
   License:      GPL
  -Version:      0.97.1
  -Release:      20041012
  +Version:      0.97.2
  +Release:      20041023
   
   #   list of sources
   Source0:      http://www.quagga.net/download/quagga-%{version}.tar.gz
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to