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:   13-Aug-2004 08:16:08
  Branch: HEAD                             Handle: 2004081307160700

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

  Log:
    upgrading package: mtr 0.61 -> 0.62

  Summary:
    Revision    Changes     Path
    1.6         +16 -32     openpkg-src/mtr/mtr.patch
    1.22        +2  -2      openpkg-src/mtr/mtr.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mtr/mtr.patch
  ============================================================================
  $ cvs diff -u -r1.5 -r1.6 mtr.patch
  --- openpkg-src/mtr/mtr.patch 11 Aug 2004 18:05:04 -0000      1.5
  +++ openpkg-src/mtr/mtr.patch 13 Aug 2004 06:16:07 -0000      1.6
  @@ -1,7 +1,18 @@
  +Index: curses.c
  +--- curses.c.orig    2004-08-11 13:25:25 +0200
  ++++ curses.c 2004-08-13 08:14:10 +0200
  +@@ -23,6 +23,7 @@
  + #include <ctype.h>
  + #include <stdlib.h>
  + #include <string.h>
  ++#include <sys/types.h>
  + #include <sys/socket.h>
  + #include <netinet/in.h>
  + #include <arpa/inet.h>
   Index: net.c
  ---- net.c.orig       2004-04-01 17:54:00.000000000 +0200
  -+++ net.c    2004-04-06 09:25:25.000000000 +0200
  -@@ -240,7 +240,9 @@
  +--- net.c.orig       2004-08-11 13:29:10 +0200
  ++++ net.c    2004-08-13 08:14:10 +0200
  +@@ -249,7 +249,9 @@
        rv = sendto(sendsock, packet, abs(packetsize), 0, 
                (struct sockaddr *)&remoteaddress, sizeof(remoteaddress));
        if (rv >= 0) {
  @@ -12,8 +23,8 @@
        }
      }
   Index: raw.c
  ---- raw.c.orig       2004-04-05 13:57:17.000000000 +0200
  -+++ raw.c    2004-04-06 09:26:34.000000000 +0200
  +--- raw.c.orig       2004-04-07 11:47:29 +0200
  ++++ raw.c    2004-08-13 08:14:10 +0200
   @@ -22,6 +22,7 @@
    #include <ctype.h>
    #include <stdlib.h>
  @@ -22,30 +33,3 @@
    #include <sys/socket.h>
    #include <netinet/in.h>
    #include <arpa/inet.h>
  -Index: mtr.c
  ---- mtr.c.orig       2004-04-01 15:33:27.000000000 +0200
  -+++ mtr.c    2004-06-25 14:58:34.682013000 +0200
  -@@ -348,7 +348,11 @@
  - #endif
  -    
  -   if (host == NULL) {
  --    host = gethostbyname2(Hostname, af);
  -+#if (defined(__sun) && defined(__SVR4))
  -+          host = gethostbyname(Hostname);
  -+#else
  -+          host = gethostbyname2(Hostname, af);
  -+#endif
  -   }
  -   
  -   if(host == NULL) {
  -Index: curses.c
  ---- curses.c.orig    2004-08-11 13:25:25 +0200
  -+++ curses.c 2004-08-11 20:04:04 +0200
  -@@ -23,6 +23,7 @@
  - #include <ctype.h>
  - #include <stdlib.h>
  - #include <string.h>
  -+#include <sys/types.h>
  - #include <sys/socket.h>
  - #include <netinet/in.h>
  - #include <arpa/inet.h>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/mtr/mtr.spec
  ============================================================================
  $ cvs diff -u -r1.21 -r1.22 mtr.spec
  --- openpkg-src/mtr/mtr.spec  11 Aug 2004 18:05:04 -0000      1.21
  +++ openpkg-src/mtr/mtr.spec  13 Aug 2004 06:16:07 -0000      1.22
  @@ -33,8 +33,8 @@
   Class:        PLUS
   Group:        Network
   License:      GPL
  -Version:      0.61
  -Release:      20040811
  +Version:      0.62
  +Release:      20040813
   
   #   package options
   %option       with_x11   no
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to