[CVS] OpenPKG: openpkg-src/nmap/ nmap.patch nmap.spec

2009-10-18 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   18-Oct-2009 10:33:10
  Branch: HEAD Handle: 2009101809330900

  Added files:
openpkg-src/nmapnmap.patch
  Modified files:
openpkg-src/nmapnmap.spec

  Log:
fix location of ndiff.1 file

  Summary:
RevisionChanges Path
1.6 +10 -0  openpkg-src/nmap/nmap.patch
1.101   +5  -3  openpkg-src/nmap/nmap.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/nmap/nmap.patch
  
  $ cvs diff -u -r0 -r1.6 nmap.patch
  --- /dev/null 2009-10-18 10:33:10 +0200
  +++ nmap.patch2009-10-18 10:33:10 +0200
  @@ -0,0 +1,10 @@
  +Index: ndiff/setup.py
  +--- ndiff/setup.py.orig  2009-06-24 23:35:54 +0200
   ndiff/setup.py   2009-10-18 10:27:48 +0200
  +@@ -29,5 +29,5 @@
  + + "Installing your distribution's python-dev package may 
solve this problem.")
  + 
  + distutils.core.setup(name = u"ndiff", scripts = [u"ndiff"],
  +-data_files = [(u"share/man/man1", [u"docs/ndiff.1"])],
  ++data_files = [(u"man/man1", [u"docs/ndiff.1"])],
  + cmdclass = {"install_egg_info": null_command, "install": 
checked_install})
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/nmap/nmap.spec
  
  $ cvs diff -u -r1.100 -r1.101 nmap.spec
  --- openpkg-src/nmap/nmap.spec17 Jul 2009 21:57:50 -  1.100
  +++ openpkg-src/nmap/nmap.spec18 Oct 2009 08:33:09 -  1.101
  @@ -32,18 +32,19 @@
   Group:Mapping
   License:  GPL
   Version:  5.00
  -Release:  20090717
  +Release:  20091018
   
   #   list of sources
   Source0:  http://nmap.org/dist/nmap-%{version}.tar.bz2
  +Patch0:   nmap.patch
   
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg >= 20050615, make, gcc, gcc::with_cxx = yes, 
bison, flex
   PreReq:   OpenPKG, openpkg >= 20050615
  -BuildPreReq:  libpcap, openssl, getopt, pcre
  -PreReq:   libpcap, openssl, getopt, pcre
  +BuildPreReq:  python, libpcap, openssl, getopt, pcre
  +PreReq:   python, libpcap, openssl, getopt, pcre
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -67,6 +68,7 @@
   
   %prep
   %setup -q
  +%patch -p0
   %{l_shtool} subst \
   -e 's;/usr/local/;%{l_prefix}/;g' \
   configure */configure
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/nmap/ nmap.patch nmap.spec

2005-09-08 Thread Steffen Weinreich
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Steffen Weinreich
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   08-Sep-2005 09:37:37
  Branch: HEAD Handle: 2005090808373600

  Modified files:
openpkg-src/nmapnmap.spec
  Removed files:
openpkg-src/nmapnmap.patch

  Log:
upgrading package: nmap 3.81 -> 3.90

  Summary:
RevisionChanges Path
1.5 +0  -43 openpkg-src/nmap/nmap.patch
1.71+2  -4  openpkg-src/nmap/nmap.spec
  

  rm -f openpkg-src/nmap/nmap.patch <<'@@ .'
  Index: openpkg-src/nmap/nmap.patch
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/nmap/nmap.spec
  
  $ cvs diff -u -r1.70 -r1.71 nmap.spec
  --- openpkg-src/nmap/nmap.spec16 Jun 2005 20:30:41 -  1.70
  +++ openpkg-src/nmap/nmap.spec8 Sep 2005 07:37:36 -   1.71
  @@ -32,12 +32,11 @@
   Class:BASE
   Group:Network
   License:  GPL
  -Version:  3.81
  -Release:  20050616
  +Version:  3.90
  +Release:  20050908
   
   #   list of sources
   Source0:  http://www.insecure.org/nmap/dist/nmap-%{version}.tgz
  -Patch0:   nmap.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -69,7 +68,6 @@
   
   %prep
   %setup -q
  -%patch -p0
   %{l_shtool} subst \
   -e 's;/usr/local/;%{l_prefix}/;g' \
   configure */configure
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/nmap/ nmap.patch nmap.spec

2005-02-06 Thread Ralf S. Engelschall
  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:   06-Feb-2005 13:23:06
  Branch: HEAD Handle: 2005020612230600

  Added files:
openpkg-src/nmapnmap.patch
  Modified files:
openpkg-src/nmapnmap.spec

  Log:
port to Solaris by replacing the PC variable which occurs somewhere in
the Solaris headers and conflicts

  Summary:
RevisionChanges Path
1.4 +43 -0  openpkg-src/nmap/nmap.patch
1.66+2  -0  openpkg-src/nmap/nmap.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/nmap/nmap.patch
  
  $ cvs diff -u -r0 -r1.4 nmap.patch
  --- /dev/null 2005-02-06 13:23:06 +0100
  +++ nmap.patch2005-02-06 13:23:06 +0100
  @@ -0,0 +1,43 @@
  +Index: tcpip.cc
  +--- tcpip.cc.orig2005-02-05 23:37:55.0 +0100
   tcpip.cc 2005-02-06 13:13:14.706456349 +0100
  +@@ -139,7 +139,7 @@
  + int if2nameindex(int ifi);
  + #endif
  + 
  +-static PacketCounter PC;
  ++static PacketCounter PCx;
  + 
  + #ifndef WIN32 /* Already defined in wintcpip.c for now */
  + void sethdrinclude(int sd) {
  +@@ -199,10 +199,10 @@
  + #else
  +   "Raw packets sent: %llu (%s) | Rcvd: %llu (%s)",
  + #endif
  +-   PC.sendPackets,
  +-   ll2shortascii(PC.sendBytes, sendbytesasc, sizeof(sendbytesasc)),
  +-   PC.recvPackets,
  +-   ll2shortascii(PC.recvBytes, recvbytesasc, sizeof(recvbytesasc)));
  ++   PCx.sendPackets,
  ++   ll2shortascii(PCx.sendBytes, sendbytesasc, sizeof(sendbytesasc)),
  ++   PCx.recvPackets,
  ++   ll2shortascii(PCx.recvBytes, recvbytesasc, sizeof(recvbytesasc)));
  +   return buf;
  + }
  + 
  +@@ -217,11 +217,11 @@
  +   struct timeval tv;
  + 
  +   if (pdir == SENT) {
  +-PC.sendPackets++;
  +-PC.sendBytes += len;
  ++PCx.sendPackets++;
  ++PCx.sendBytes += len;
  +   } else {
  +-PC.recvPackets++;
  +-PC.recvBytes += len;
  ++PCx.recvPackets++;
  ++PCx.recvBytes += len;
  +   }
  + 
  +   if (!o.packetTrace()) return;
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/nmap/nmap.spec
  
  $ cvs diff -u -r1.65 -r1.66 nmap.spec
  --- openpkg-src/nmap/nmap.spec6 Feb 2005 10:25:02 -   1.65
  +++ openpkg-src/nmap/nmap.spec6 Feb 2005 12:23:06 -   1.66
  @@ -38,6 +38,7 @@
   
   #   list of sources
   Source0:  http://www.insecure.org/nmap/dist/nmap-%{version}.tgz
  +Patch0:   nmap.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -69,6 +70,7 @@
   
   %prep
   %setup -q
  +%patch -p0
   %{l_shtool} subst \
   -e 's;/usr/local/;%{l_prefix}/;g' \
   configure */configure
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/nmap/ nmap.patch nmap.spec

2004-10-19 Thread Michael Schloh
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael Schloh
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   19-Oct-2004 14:34:25
  Branch: HEAD Handle: 2004101913342400

  Modified files:
openpkg-src/nmapnmap.spec
  Removed files:
openpkg-src/nmapnmap.patch

  Log:
upgrading package: nmap 3.70 -> 3.75

  Summary:
RevisionChanges Path
1.3 +0  -78 openpkg-src/nmap/nmap.patch
1.60+2  -5  openpkg-src/nmap/nmap.spec
  

  rm -f openpkg-src/nmap/nmap.patch <<'@@ .'
  Index: openpkg-src/nmap/nmap.patch
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/nmap/nmap.spec
  
  $ cvs diff -u -r1.59 -r1.60 nmap.spec
  --- openpkg-src/nmap/nmap.spec2 Oct 2004 17:10:33 -   1.59
  +++ openpkg-src/nmap/nmap.spec19 Oct 2004 12:34:24 -  1.60
  @@ -33,12 +33,11 @@
   Class:BASE
   Group:Network
   License:  GPL
  -Version:  3.70
  -Release:  20041002
  +Version:  3.75
  +Release:  20041019
   
   #   list of sources
   Source0:  http://www.insecure.org/nmap/dist/nmap-%{version}.tgz
  -Patch0:   nmap.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -70,10 +69,8 @@
   
   %prep
   %setup -q
  -%patch -p0
   %{l_shtool} subst \
   -e 's;/usr/local/;%{l_prefix}/;g' \
  --e 's;$LIBS -lnsock;-lnsock $LIBS;g' \
   configure */configure
   %{l_shtool} subst \
   -e 's;\(socklen_t int\);\1 size_t;g' \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]