Commit graph

2915 commits

Author SHA1 Message Date
agc
2d0d14a02a Use the standard pkgsrc mechanism for creating the group. 2002-08-12 12:14:40 +00:00
agc
b05d29c0ce Prevent the installation of a build-time-only library and its man pages. 2002-08-12 11:28:06 +00:00
kim
8e65f3b977 Make this compile again after security/openssl was upgraded to 0.9.6g 2002-08-10 17:34:42 +00:00
wiz
24d85ef27e Update to 20020809. Closes pkg/17866 again. 2002-08-09 13:36:51 +00:00
wiz
e8eff0b5b1 Update to 4.3.1nb3: add patch sent in from Mishka in private mail,
closing pkg/17833.  Fixes Strcasestr, and improves diagnostic message.
2002-08-08 17:48:59 +00:00
itojun
1e99daa357 update to 20020807. should behave better on interface removal. PR 17866. 2002-08-08 05:47:17 +00:00
wiz
94f9ab7b52 Reset MAINTAINER, on MAINTAINER's request, to packages@. 2002-08-07 16:28:17 +00:00
agc
1e4a6db2de This package needs a Java2 compiler, so mark the PKG_JVM accordingly. 2002-08-07 14:32:37 +00:00
agc
e4a2ff73cd We might as well try to look for the distfile in other locations, rather
than overriding a definition which is not supposed to be set in package
Makefiles.
2002-08-07 12:07:46 +00:00
agc
355e717402 Mark this package as using an interactive fetch stage, since it requires
user intervention to download the distfile.
2002-08-07 09:46:43 +00:00
jlam
64be0dcb4f Merge arlad and arlad.sh scripts into one, following pkgsrc convention
for rc.d scripts.
2002-08-07 08:30:50 +00:00
cjs
756f9eac56 Upgrade to 1.3.1. This fixes a problem with the -w option.
Also, 1.3a source is no longer available for download.
2002-08-07 07:00:54 +00:00
jlam
d88554c247 Create new variables INCOMPAT_ZLIB, INCOMPAT_BZIP2, INCOMPAT_READLINE,
INCOMPAT_GETTEXT that are analogous to INCOMPAT_ICONV and contain lists of
shell wildcards intended to match against ${MACHINE_PLATFORM}.  These
variables are used to note those platforms that have the named packages in
the base system but are incompatible in some way from the pkgsrc version
of the same package.  Change INCOMPAT_CURSES to have the same sematics as
above.  These variables allow much greater precision in specifying which
platforms have broken (for the purposes of pkgsrc) versions of software in
the base system that must be ignored.

The buildlink.mk files for these packages define private _INCOMPAT_*
versions of these variables, and they contain the default lists of
platforms that are known to have incompatible software bits.

This addresses pkg/17775 submitted by Julien T. Letessier
<julien.letessier at sun dot com>.
2002-08-07 06:10:32 +00:00
cjs
57beeb4962 Move pscan from net to security. 2002-08-06 01:49:07 +00:00
wiz
87aade019a Add MESSAGE explaining that you shouldn't remove the card with the
interface you're watching with wistumbler, since then wistumbler will
busy loop. Addresses pkg/17843.
2002-08-06 00:53:28 +00:00
wiz
8a830034b6 Don't document non-existing '-a' flag. Bump PKGREVISION. 2002-08-05 17:54:02 +00:00
cjs
818a52ae86 Add nprobe and pscan. 2002-08-05 08:49:00 +00:00
cjs
fd63c59081 Add nprobe package. 2002-08-05 08:26:07 +00:00
cjs
bdc91e8c0b Add pscan package. Closes pr #17806. 2002-08-05 08:09:26 +00:00
veego
deb5301d9c Mark as broken, because ntop2 wants to write to /usr/pkg/var/ntop,
but doesn't create this directory and PR 13058 makes it impossible to
change that location.
2002-08-05 06:54:13 +00:00
dmcmahill
d2f4ceb16e update to the latest citrix_ica client. The current versions are:
i386:  citrix_ica-6.30.1050
sparc: citrix_ica-6.20.985

Update provided in PR pkg/17192 by Murray Armfield.

Submitter could not find an update list to the client program but
noticed the following changes:
  - Auto reconnect option
  - Smart card logons
  - proxy/firewall configuration changes, now takes https and netscape settings for firewall.
2002-08-05 00:34:56 +00:00
wiz
deb10d5f81 Fix build on xpkgwedged systems and some others. 2002-08-04 22:44:04 +00:00
hubertf
496dbf7a2c Note possible problem with gre(4), as discussed on current-users. 2002-08-04 15:01:49 +00:00
hubertf
9dd9b0ae51 nmapfe is now part of nmap, so use that sources (nmapfe version is
still 0.9.5, so no changes there). Also install manpage for frontend.
2002-08-03 12:45:51 +00:00
itojun
b8bea32a85 pull critical patches in from zebra cvs repo (i have been asking for release
of 0.93b, however, it's not happening yet)
- bgpd: bug in capability negotiation
- ospf6d: synchronize with zebra deamon correctly
2002-08-03 12:27:18 +00:00
hubertf
3b198b7b76 Update nmap to 3.00. Changes:
* Added protocol scan (-sO), which determines what IP protocols
      (TCP, IGMP, GRE, UDP, ICMP, etc) are supported by a given host.
      This uses a clever technique designed and implemented by Gerhard
      Rieger .
    * Nmap now recognizes more than 700 operating system versions and
      network devices (printers, webcams, routers, etc) thanks to
      thousands of contributions from the user community! Many
      operating systems were even recognized by Nmap prior to their
      official release. Nmap3 also recognizes 2148 port assignments,
      451 SunRPC services, and 144 IP protocols.
    * Added Idlescan (-sI), which bounces the scan off a "zombie"
      machine. This can be used to bypass certain (poorly configured)
      firewalls and packet filters. In addition, this is the most
      stealthy Nmap scan mode, as no packets are sent to the target
      from your true IP address.
    * The base Nmap package now builds and functions under Windows! It
      is distributed in three forms: build-it-yourself source code, a
      simple command-line package, or along with a nice GUI interface
      (NmapWin) and a fancy installer. This is due to the hard work of
      Ryan Permeh (from eEye), Andy Lutomirski, and Jens Vogt.
    * Mac OS X is now supported, as well as the latest versions of
      Linux, OpenBSD, Solaris, FreeBSD, and most other UNIX platforms.
      Nmap has also been ported to several handheld devices -- see the
      Related Projects page for further information.
    * XML output (-oX) is now available for smooth interoperability
      between Nmap and other tools.
    * Added ICMP Timestamp and Netmask ping types (-PP and -PM). These
      (especially timestamp) can be useful against some hosts that do
      not respond to normal ping (-PI) packets. Nmap still allows TCP
      "ping" as well.
    * Nmap can now detect the uptime of many hosts when the OS Scan
      option (-O) is used.
    * Several new tests have been added to make OS detection more
      accurate and provide more granular version information.
    * Removed 128.210.*.* addresses from Nmap man page examples due to
      complaints from Purdue security staff.
    * The --data_length option was added, allowing for longer probe
      packets. Among other uses, this defeats certain simplistic IDS
      signatures.
    * You can now specify distinct port UDP and TCP port numbers in a
      single scan command using a command like 'nmap -sSU -p
      U:53,111,137,T:21-25,80,139,515,6000,8080 target.com'. See the
      man page for more usage info.
    * Added mysterious, undocumented --scanflags and --fuzzy options.
    * Nmap now provides IPID as well as TCP ISN sequence
      predictability reports if you use -v and -O.
    * SYN scan is now the default scan type for privileged (root)
      users. This is usually offers greater performance while reducing
      network traffic.
    * Capitalized all references to God in error messages.
    * Added List scan (-sL) which enumerates targets without scanning
      them.
    * The Nmap "random IP" scanning mode is now smart enough to skip
      many unallocated netblocks.
    * Tons of more minor features, bugfixes, and portability enhancements.
2002-08-03 12:23:57 +00:00
itojun
e7adfda4c1 add net/wistumbler. PR 17819 2002-08-03 10:30:05 +00:00
itojun
6e0766c8d3 wistumbler, network stumbler for wi* interface 2002-08-03 10:29:08 +00:00
veego
f119a68f2b ntop2 really wants a gnu libreadline so add USE_GNU_READLINE. 2002-08-02 14:42:28 +00:00
jlam
75e61cb884 Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with
appropriate PTHREAD_OPTS incantation, and move the checks for the value
of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-08-01 05:48:00 +00:00
jlam
f31766e427 Don't remove nonexistent directories. 2002-08-01 02:55:07 +00:00
jlam
644dd58683 Add back missing definitions for EXAMPLESDIR, HTMLDIR, and DOCDIR. 2002-08-01 02:40:05 +00:00
jlam
692a6e55bf Back out previous change now that PKG_JVM handling has been fixed to
prefer the installed sun-jdk1[34] if PKG_JVM == "sun-jdk".
2002-07-31 14:51:35 +00:00
jlam
93a2e0b916 Factor out common parts of samba and winbind into net/samba/Makefile.common
and merge their patch collections.  These two packages are built from the
same source tree, and updates to the main distfile should be shared by
both packages.
2002-07-30 23:05:12 +00:00
wiz
577ccc072c Update to 1.0.3, from ISIHARA Takanori in pkg/17767.
Changes since 1.0.2:
- NBTscan now returns meaningful exit code (patch by James Troup for Debian Linu
x)
- Added /etc/hosts and lmhosts format output (suggested by Anahuac de Paula Gil
and Sigmund Baginov)
- configure script now honours --prefix argument (patch by Petter Reinholdtsen)
- Error messages now include IP address that caused error
- NBTscan accepts a file with a list of IP addresses to scan (suggested by Omas
Jakobsson)
- Service number is printed for unknown NetBIOS services in -h mode (suggested b
y Dan Wright)
- Fixed some compile-time warnings on Linux
- Corrected some typos
2002-07-30 16:55:43 +00:00
wiz
b9d2501ad6 Update to 971007nb1: Fix for sparc64, from Tomi Nylund in pkg/17759. 2002-07-30 12:41:25 +00:00
tron
3cff8466ac Use "sun-jdk13" under NetBSD-i386 and Darwin because this is known to work. 2002-07-30 08:45:47 +00:00
jlam
e8398f5238 Set USE_JAVA=run on some packages that obviously don't need a JDK for the
build.  These packages set NO_BUILD and by inspection of the Makefiles,
there isn't any invocation of java needed.
2002-07-29 22:23:25 +00:00
joda
1e3441c9dc rc.d-ify 2002-07-29 11:55:26 +00:00
jlam
80f71b62e4 samba>=2.2.3 actually can't replace everything samba-2.0.x can do, so
re-enable it.  My particular application used multi-user Btrieve 5.x
database that kept corrupting itself on samba-2.2.x, but worked flawlessly
under samba-2.0.x.
2002-07-29 03:59:56 +00:00
rh
6d44163ccf Add missing CONFLICTS with kth-krb4. They both install lib/libcom_err.a
This closes PR pkg/15660.
2002-07-26 08:18:29 +00:00
jonb
7241dcad34 Add php4-snmp. See PR#17590. 2002-07-25 17:12:03 +00:00
jonb
027a5c1c67 Import php4-snmp module. See PR#17590. Thanks to duck@multi.fi for this. 2002-07-25 17:09:34 +00:00
grant
fe8456d548 files missed from last commit, grr.
fixes build on solaris.
2002-07-25 02:48:47 +00:00
grant
ee69c7c910 fix build on solaris:
* don't set -O2
* use ${LDFLAGS} instead of -L -Wl,-R etc.
2002-07-25 02:47:46 +00:00
grant
9a8e15ef92 update MASTER_SITES, as old versions are moved to old/ 2002-07-25 00:49:07 +00:00
jlam
e1be891dbc Change explicit build dependencies on perl into "USE_PERL5=build". This
makes these packages build correctly on Darwin where perl>=5.8.0 is
required.
2002-07-24 19:45:22 +00:00
schmonz
3af1c014c6 Use ${JAVA_HOME} instead of ${PREFIX}/java (they're not the same
on Darwin). While I'm here, move the WRKSRC definition up to a more
visible spot.
2002-07-24 13:47:36 +00:00
grant
90b3c14329 override built-in libtool to fix shared library major versions on
non-NetBSD systems.
2002-07-24 12:55:56 +00:00
agc
1aaccf9b97 Add and enable flan 2002-07-24 11:59:42 +00:00