[CVS] OpenPKG: openpkg-src/nmap/ nmap.spec openpkg-web/ news.txt

2003-07-28 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 openpkg-web  Date:   28-Jul-2003 13:18:02
  Branch: HEAD Handle: 2003072812180002

  Modified files:
openpkg-src/nmapnmap.spec
openpkg-web news.txt

  Log:
last time port this to Solaris 2.6 (can be removed after OpenPKG 1.3)

  Summary:
RevisionChanges Path
1.42+7  -3  openpkg-src/nmap/nmap.spec
1.5857  +1  -0  openpkg-web/news.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/nmap/nmap.spec
  
  $ cvs diff -u -r1.41 -r1.42 nmap.spec
  --- openpkg-src/nmap/nmap.spec8 Jul 2003 14:41:14 -   1.41
  +++ openpkg-src/nmap/nmap.spec28 Jul 2003 11:18:02 -  1.42
  @@ -33,7 +33,7 @@
   Group:Network
   License:  GPL
   Version:  3.30
  -Release:  20030629
  +Release:  20030728
   
   #   list of sources
   Source0:  http://www.insecure.org/nmap/dist/nmap-%{version}.tgz
  @@ -64,10 +64,14 @@
   configure */configure
   
   %build
  +cppflags=""
  +case "%{l_target}" in
  +*-solaris2.6 ) cppflags="-D_XPG4_2" ;;
  +esac
   CC="%{l_cc}" \
   CXX="%{l_cxx}" \
  -CFLAGS="%{l_cflags -O}" \
  -CXXFLAGS="%{l_cxxflags -O}" \
  +CFLAGS="%{l_cflags -O} $cppflags" \
  +CXXFLAGS="%{l_cxxflags -O} $cppflags" \
   ./configure \
   --prefix=%{l_prefix} \
   --without-nmapfe
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.5856 -r1.5857 news.txt
  --- openpkg-web/news.txt  28 Jul 2003 11:07:28 -  1.5856
  +++ openpkg-web/news.txt  28 Jul 2003 11:18:00 -  1.5857
  @@ -1,3 +1,4 @@
  +28-Jul-2003: Upgraded package: P
   28-Jul-2003: Upgraded package: P
   28-Jul-2003: Upgraded package: P
   28-Jul-2003: Upgraded package: P
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/nmap/ nmap.spec openpkg-web/ news.txt

2003-06-12 Thread Michael van Elst
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael van Elst
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web  Date:   12-Jun-2003 13:32:50
  Branch: HEAD Handle: 2003061212324901

  Modified files:
openpkg-src/nmapnmap.spec
openpkg-web news.txt

  Log:
use our getopt to avoid conflicts, ignore anything that might be found
in /usr/local

  Summary:
RevisionChanges Path
1.38+6  -3  openpkg-src/nmap/nmap.spec
1.4835  +1  -0  openpkg-web/news.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/nmap/nmap.spec
  
  $ cvs diff -u -r1.37 -r1.38 nmap.spec
  --- openpkg-src/nmap/nmap.spec29 Apr 2003 11:43:49 -  1.37
  +++ openpkg-src/nmap/nmap.spec12 Jun 2003 11:32:50 -  1.38
  @@ -33,7 +33,7 @@
   Group:Network
   License:  GPL
   Version:  3.27
  -Release:  20030429
  +Release:  20030612
   
   #   list of sources
   Source0:  http://www.insecure.org/nmap/dist/nmap-%{version}.tgz
  @@ -41,8 +41,8 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20030103, make, gcc, flex, bison
  -PreReq:   OpenPKG, openpkg >= 20030103
  +BuildPreReq:  OpenPKG, openpkg >= 20030103, make, gcc, flex, bison, getopt
  +PreReq:   OpenPKG, openpkg >= 20030103, getopt
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -59,6 +59,9 @@
   
   %prep
   %setup -q
  +%{l_shtool} subst \
  +-e 's;/usr/local/;%{l_prefix}/;g' \
  +configure */configure
   
   %build
   CC="%{l_cc}" \
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.4834 -r1.4835 news.txt
  --- openpkg-web/news.txt  12 Jun 2003 10:47:47 -  1.4834
  +++ openpkg-web/news.txt  12 Jun 2003 11:32:49 -  1.4835
  @@ -1,3 +1,4 @@
  +12-Jun-2003: Upgraded package: P
   12-Jun-2003: Upgraded package: P
   12-Jun-2003: Upgraded package: P
   12-Jun-2003: Upgraded package: P
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2002-07-31 Thread Michael Schloh

  OpenPKG CVS Repository
  http://www.openpkg.org/cvsweb/cvsweb.cgi
  

  Server: cvs.openpkg.org  Name:   Michael Schloh
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   01-Aug-2002 09:13:52
  Branch: HEAD Handle: 2002080108135200

  Modified files:
openpkg-src/nmapnmap.spec

  Log:
Corrections according to web page description for version 3.00. Now there is no
'I', 'you', or other first person language thank goodness.

  Summary:
RevisionChanges Path
1.27+9  -11 openpkg-src/nmap/nmap.spec
  

  Index: openpkg-src/nmap/nmap.spec
  
  $ cvs diff -u -r1.26 -r1.27 nmap.spec
  --- openpkg-src/nmap/nmap.spec1 Aug 2002 07:08:07 -   1.26
  +++ openpkg-src/nmap/nmap.spec1 Aug 2002 07:13:52 -   1.27
  @@ -50,17 +50,15 @@
   AutoReqProv:  no
   
   %description
  -nmap is a utility for port scanning large networks, although it
  -works fine for single hosts. The guiding philosophy for the creation
  -of nmap was TMTOWTDI (There's More Than One Way To Do It). This is
  -the Perl slogan, but it is equally applicable to scanners. Sometimes
  -you need speed, other times you may need stealth. In some cases,
  -bypassing firewalls may be required. Not to mention the fact that
  -you may want to scan different protocols (UDP, TCP, ICMP, etc.). You
  -just can't do all this with one scanning mode. And you don't want to
  -have 10 different scanners around, all with different interfaces and
  -capabilities. Thus I incorporated virtually every scanning technique
  -I know into nmap.
  +Nmap is a utility for network exploration or security auditing. It
  +supports ping scanning (determine which hosts are up), many port
  +scanning techniques (determine what services the hosts are
  +offering), and TCP/IP fingerprinting (remote host operating system
  +identification). Nmap also offers flexible target and port
  +specification, decoy/stealth scanning, sunRPC scanning, and more.
  +Most UNIX and Windows platforms are supported in both GUI and
  +command-line modes. Several popular handheld devices are also
  +supported, including the Sharp Zaurus and the iPAQ.
   
   %prep
   %setup -q -n nmap-%{V_real}
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]