Commit graph

2501 commits

Author SHA1 Message Date
tron
b612805fec Remove "ucd-snmp-current" package because "ucd-snmp" package was updated
to the same version but has an extra security fixe.
2002-02-13 16:43:34 +00:00
tron
b67cf00c61 Update "ucd-snmp" package to version 4.2.3nb1:
- Replace with contents of "ucd-snmp-current" package to fix various
  security problems.
- Add patch sent to "bugtraq" by Juan M. de la Torre to fix buffer overflow
  in "snmpnetstat" client.
2002-02-13 16:41:40 +00:00
seb
b17b0c270e Update tcpdump to version 3.7.1.
Enable IPv6 support if /usr/include/netinet/ip6.h exists.
Now IPv6 support works for Solaris 8 at least.
Strongly buildlink'ify.

I did not find a way to have a changes summary for version 3.6.2.

Summary for 3.7 release:
- keyword "ipx" added.
- Better OSI/802.2 support on Linux.
- IEEE 802.11 support, from clenahan@fortresstech.com, achirica@ttd.net.
- LLC SAP support for FDDI/token ring/RFC-1483 style ATM
- BXXP protocol was replaced by the BEEP protocol;
- improvements to SNAP demux.
- Changes to "any" interface documentation.
- Documentation on pcap_stats() counters.
- Fix a memory leak found by Miklos Szeredi - pcap_ether_aton().
- Added MPLS encapsulation decoding per RFC3032.
- DNS dissector handles TKEY, TSIG and IXFR.
- adaptive SLIP interface patch from Igor Khristophorov <igor@atdot.org>
- SMB printing has much improved bounds checks
- OUI 0x0000f8 decoded as encapsulated ethernet for Cisco-custom bridging
- Zephyr support, from Nickolai Zeldovich <kolya@MIT.EDU>.
- Solaris - devices with digits in them. Stefan Hudson <hudson@mbay.net>
- IPX socket 0x85be is for Cisco EIGRP over IPX.
- Improvements to fragmented ESP handling.
- SCTP support from Armando L. Caro Jr. <acaro@mail.eecis.udel.edu>
- Linux ARPHDR_ATM support fixed.
- Added a "netbeui" keyword, which selects NetBEUI packets.
- IPv6 ND improvements, MobileIP dissector, 2292bis-02 for RA option.
- Handle ARPHDR_HDLC from Marcus Felipe Pereira <marcus@task.com.br>.
- Handle IPX socket 0x553 -> NetBIOS-over-IPX socket, "nwlink-dgm"
- Better Linux libc5 compat.
- BIND9 lwres dissector added.
- MIPS and SPARC get strict alignment macros (affects print-bgp.c)
- Apple LocalTalk LINKTYPE_ reserved.
- New time stamp formats documented.
- DHCP6 updated to draft-22.txt spec.
- ICMP types/codes now accept symbolic names.
- Add SIGINFO handler from LBL
- encrypted CIPE tunnels in IRIX, from Franz Schaefer <schaefer@mond.at>.
- now we are -Wstrict-prototype clean.
- NetBSD DLT_PPP_ETHER; adapted from Martin Husemann <martin@netbsd.org>.
- PPPoE dissector cleaned up.
- Support for LocalTalk hardware, from Uns Lider <unslider@miranda.org>.
- In dissector, now the caller prints the IP addresses rather than proto.
- cjclark@alum.mit.edu: print the IP proto for non-initial fragments.
- LLC frames with a DSAP and LSAP of 0xe0 are IPX frames.
- Linux cooked frames with a type value of LINUX_SLL_P_802_3 are IPX.
- captures on the "any" device won't be done in promiscuous mode
- Token Ring support on DLPI - Onno van der Linden <onno@simplex.nl>
- ARCNet support, from NetBSD.
- HSRP dissector, from Julian Cowley <julian@lava.net>.
- Handle (GRE-encapsulated) PPTP
- added -C option to rotate save file every optarg * 1,000,000 bytes.
- support for "vrrp" name - NetBSD, by Klaus Klein <kleink@netbsd.org>.
- PPTP support, from Motonori Shindo <mshindo@mshindo.net>.
- IS-IS over PPP support, from Hannes Gredler <hannes@juniper.net>.
- CNFP support for IPv6,format. Harry Raaymakers <harryr@connect.com.au>.
- ESP printing updated to RFC2406.
- HP-UX can now handle large number of PPAs.
- MSDP printer added.
- L2TP dissector improvements from Motonori Shindo.
2002-02-13 15:50:35 +00:00
seb
b068c91e67 Update libpcap to version 0.7.1.
Enable IPv6 support if /usr/include/netinet/ip6.h exists.

I did not find a way to have a changes summary for version 0.6.2.

Summary for 0.7 release:
- Added pcap_findalldevs() call to get list of interfaces in a MI way.
- pcap_stats() has been documented as to what its counters mean on
  each platform.
2002-02-13 15:25:16 +00:00
mrauch
a0db7319fc The check whether ${CFLAGS} contains -O2 didn't catch the case of
multiple flags given in ${CFLAGS}. Fixed.
2002-02-12 15:18:46 +00:00
skrll
a7ce6f0326 Mark as broken on NetBSD/i386 1.5.[12] 2002-02-12 12:24:57 +00:00
skrll
fcc57d2a6b Remove the workaround - something else breaks instead. 2002-02-12 12:16:54 +00:00
skrll
a3c1ce40dd Attempt to workaround includes lossage on NetBSD-1.5.[12] that causes
build failures. Tested to compile and install cleanly on -current.
2002-02-12 10:16:45 +00:00
martti
1967f3069e Updated tightvnc to 1.2.2
- Xvnc: Minor bugfix which should prevent potential dereference of a
    NULL pointer.

  - One more packaging option for the Unix source: ready to build
    archive with Zlib and JPEG libraries inside.

  - Other minor fixes and cleanups.
2002-02-12 07:11:29 +00:00
martti
4f9f3b5190 Updated tightvncviewer to 1.2.2
- Unix viewer: Now viewer window would be raised on beep (bell)
    event, unless new -noraiseonbeep option is provided in the command
    line or "raiseOnBeep" resource set to False.

  - One more packaging option for the Unix source: ready to build
    archive with Zlib and JPEG libraries inside.

  - Other minor fixes and cleanups.

  - Unix vncviewer: Default tunneling command template has been
    changed, to allow tunneled connections to hosts where only
    loopback VNC connections are enabled. New -via <GATEWAY>
    command-line option provides enhanced tunneling functionality, now
    one can make vncviewer tunnel connections to a VNC host via third
    machine acting as a gateway.
2002-02-12 07:11:26 +00:00
zuntum
c497ea3c91 Update SDL_net to 1.2.3
Changes:

1.2.3:
Sam Lantinga - Fri Oct 26 07:15:28 PDT 2001
 * Fixed byte order read/write macros on sparc
Jonathan Atkins - Sun Sep 23 10:44:27 PDT 2001
 * Fixed non-blocking socket flags on Windows

1.2.2:
Sam Lantinga - Sun Jul 22 16:41:44 PDT 2001
 * Added Project Builder projects for building MacOS X framework
Masahiro Minami - Sun, 27 May 2001 02:10:35 +0900
 * Added working MacOS Open Transport support

1.2.1:
Sam Lantinga - Tue Apr 17 11:42:13 PDT 2001
 * Cleaned up swap function definitions in SDL_net.h
 * Added the swap functions back in for binary compatibility
Paul Jenner - Sat, 14 Apr 2001 09:20:38 -0700 (PDT)
 * Added support for building RPM directly from tar archive


Fixes pkg/15581 by Ben Wong <Benjamin.Wong@cc.gatech.edu>
2002-02-11 21:15:47 +00:00
zuntum
c80f646a88 Improve DESCR and COMMENT
Inspired by pkg/15581 by Ben Wong <Benjamin.Wong@cc.gatech.edu>
2002-02-11 20:57:36 +00:00
zuntum
7a2c3b1d21 No need to switch MASTER_SITES to MASTER_SITE_LOCAL, we can just set
DIST_SUBDIR to ${PKGNAME}.

Pointed out by Thomas Klausner <wiz@netbsd.org>, thanks!

PKGREVISION hasn't been bumped as the window between changes is reasonably
slow (about 20 minutes)
2002-02-10 22:11:36 +00:00
zuntum
d694f73e7e Update ipcalc to 0.35
Changes:

# 0.35    12/2/2001 Fixed big-endian bug in subnets(). This was reported
#         by Igor Zozulya and Steve Kent. Thank you for your help
#         and access to your sparc machine!

Fixes pkg/15576, though in a different way than suggested by originator
(distfile has been put into MASTER_SITE_LOCAL, so distinfo will never get
broken again)
2002-02-10 21:50:49 +00:00
tron
a90c2d0f07 Invoke JVM with "-green -jar" instead of "-jar -green" if "blackdown-jdk13"
is used. Problem noted by Andrew Cagney in private e-mail.
2002-02-08 19:24:21 +00:00
taca
0aedc6e20b update samba package to 2.2.3.1 (samba 2.2.3a).
Change from 2.2.3
-----------------

This is a minor bugfix release for the 2.2.3 release. The 2.2.3
release had a problem that was visible to Windows 2000 Explorer
users in that copying files into a share that already existed
failed with "Access Denied" rather than asking the user if an
overwrite was required. This was due to an incorrect error mapping
between the UNIX EEXIST error code and the NT status error.

As Windows Explorer is a highly visible end user application a quick
bugfix release was required, hence 2.2.3a.

Compilation on HPUX versions earlier than HPUX 11 has also been
corrected.

The cvs.log file is no longer included with this release, as it adds
13Mb to the size of the release, and is easily available on the Web.
2002-02-07 09:57:19 +00:00
tron
ba3374e299 Use "blackdown-jdk13" as JVM type instead of incorrect "blackdown-jdk" on
NetBSD-powerpc.
2002-02-06 23:58:01 +00:00
wiz
ee03ec4ea1 add and enable ripe-whois 2002-02-06 21:13:39 +00:00
tron
6b87696ae5 Don't invoke JVM with "-jar -jar" on NetBSD-powerpc. Problem noted by
Andrew Cagney in private e-mail.
2002-02-06 17:38:30 +00:00
jlam
7046abc822 Changes instances where BSD_INSTALL_* were used by targets in the Makefile
into the equivalent INSTALL_*.  This is fallout from the change in
revision 1.915 that removed ${MAKE_ENV} from the environment for a
recursive make.
2002-02-06 16:58:11 +00:00
jmc
5ce11e5ccd bsd.pkg.install.mk is supposed to come before bsd.pkg.mk per Packages.txt 2002-02-06 03:35:39 +00:00
skrll
9bd4180d57 /bin/mkdir -> ${MKDIR}.
Make the print-PLIST target output ${MKDIR} also.
2002-02-05 22:39:00 +00:00
drochner
0eb7951750 add ipcheck 2002-02-05 19:55:12 +00:00
drochner
f8f6f7ca59 initial import of ipcheck-0.151, a python client for the dyndns service
such a pkg was submitted in PR pkg/12438, but the URL it refers to
is invalid
2002-02-05 19:54:27 +00:00
jlam
ed168d2c1c Mark this as being obsoleted by samba>=2.2.3, which brought back the
"share modes" parameter.  Leave in pkgsrc for now in case was other
functionality missing from the 2.0.x -> 2.2.x switch.
2002-02-05 16:55:09 +00:00
seb
6fdcb010de Initial import of the latest RIPE whois client, version 3.0, into the NetBSD
Packages Collection.

This is a complete rewrite of the RIPE whois client:
- The networkupdate utility is gone (it was restricted to internal RIPE NCC
nodes anyway).
- The cryptpw utility is also gone (it was not of real use for non-RIPE NCC
users anyway).
- The default command name is now whois3.
- The whois3 client does not check for supported flags at the client side,
except for -h (whois host) and -p (whois port). The syntax checks for flags are
made at the server side.

This package is believed to be the successor of net/ripe-whois-tools which
could problably be removed.
2002-02-05 13:01:10 +00:00
jmc
3f8107c10a Use proper path for DEPENDS getting to ruby-nqxml 2002-02-05 07:45:30 +00:00
jlam
e0d358778b Solaris' test binary (test/[) doesn't grok "-e". Replace with "-f".
Noted by Stoned Elipot <seb@netbsd.org> in private email.
2002-02-05 06:04:36 +00:00
jlam
5a0ca2bacc Modify the package so that the message is only displayed if SAMBA_USE_LDAP
is not defined, as that is the only time when the smbpasswd file is
consulted.  Also don't create a the smbpasswd file from /etc/passwd, as
that generates a lot of bad users, e.g. root, daemon, operator, etc.
Instead, just create an empty smbpasswd file and rely on the admin to add
approved users to the smbpasswd file using "smbpasswd -a".
2002-02-05 05:14:46 +00:00
jlam
3601662821 Add a bunch more FTP mirror sites. 2002-02-05 03:04:20 +00:00
taca
64194abfc3 (1) Change Samba's "lockdir" from /var/run/samba to /var/db/samba.
(2) Add "piddir" as /var/run and "pidfile dir" and "pidfile directory"
    statement for smb.conf.
(3) Some fix for password synchronization but it isn't tested much and
    it is almost useless under "encrypt passwords = yes" environment.

Changes for INSTALL and part of Makefile are provided by
"Johnny C. Lam" <jlam@netbsd.org> and (2) and (3) are got
from FreeBSD ports.

Bump revision to 1; samba-2.2.3nb1 now.
2002-02-05 00:36:25 +00:00
tron
bf2e995df2 Use HTTP for german mirror because FTP doesn't work. 2002-02-04 21:33:19 +00:00
martti
fca574f0b0 * Renamed the startup script rc.d/radiusd.sh -> rc.d/radiusd
* Don't fail if ${PREFIX}/etc/raddb can't be removed (i.e. because users's
  locally modified configuration files are still there)
2002-02-04 13:01:33 +00:00
martti
e4ff67b826 Added optional support for LDAP (set SAMBA_USE_LDAP=YES to activate this).
According to Samba 2.2.3 release announcement:

  Much work has been done on the LDAP backend code. The configure
  option --with-ldapsam is now considered to be stable. The schema
  used has changed, see the file examples/LDAP/samba.schema for the
  new schema.

  New documentation explaining how to set up a Samba only PDC/BDC
  setup has been added in the files Samba-LDAP-HOWTO and Samba-BDC-HOWTO
  in the documentation tree.
2002-02-04 10:31:49 +00:00
martti
a77cb038a2 Updated samba to 2.2.3
Changes in 2.2.3
-----------------

1). Fixed shared library compile for Solaris with native compiler.
2). UNIX CIFS extensions code added (donated by HP).
3). Changed to using NT status codes on the wire if the client can support this.
4). altname command to show 8.3 name added to smbclient.
5). const-safe endian macros now used.
6). client code now uses UNICODE on the wire.
7). Correctly return fault PDU's on bad handle.
8). Improved NT error code mapping table.
9). Many new point and print RPC calls added.
10). Win9x clients can now see full user list.
11). fileid added to identify simultaneous open files (no longer
     use dev/inode/time as unique value).
12). HPUX ACL code added (donated by HP).
13). vfs interfaces updated (again !).
14). MSDOS Code Page 866 -> 1251 mapping added.
15). winbindd now processes quit/hup signals correctly.
16). No tdb traversal done on startup/shutdown - ensures scalability.
17). Fix bug with paths for homes share.
18). Fixed copyfile for OS/2.
19). Fix group membership when groups are on more than one line.
20). Fixed core dumps in posix ACL mapping code.
21). Tidyup of UNICODE functions (put/get).
22). Move rpcclient to the new libsmb code.
23). Add missing Windows 2000 passthough trans2 calls.
24). Return check all tdb calls.
25). Make local name lookup work even if wins server is down.
26). pam session code added to winbind.
27). Added winbindd cache to all lookups.
28). Fix allocate bugs that caused file sizes to be incorrect.
29). Fixed write cache code - now safe to use.
30). Fixed winbindd memory leaks.
31). winbindd will now do name lookups (to allow non Open Source
     systems to do the nsswitch WINS lookup). Fixed by SGI.
32). passdb memory leaks fixed.
33). LDAP code updates and now properly maintained.
34). Finally figured out how changeid is meant to work.
35). Downlevel printing now looks as NT does in print monitor window.
36). Many fixups in spoolss printing RPC parsing.
37). Speed up password enumeration as a PDC.
38). Fix printer changed notify messages (work from HP).
39). Fix modify timestamp on close code.
40). Fix long standing mangled names bug.
41). Fix delete on close semantics.
42). Stop opening all files with O_NONBLOCK !
43). Use O_NOFOLLOW for systems that have it and don't want symlinks.
44). Ensure NT suplementary groups get added to user token.
45). Try and mitigate effects of DNS timeout (do less lookups).
46). Added current user connection context stack.
47). Fixes to utmp code.
48). smbw code tidyups.
49). Added tdb open log code. Several tdb fixes.
2002-02-04 08:09:02 +00:00
mjl
0f6286c61a Update ethereal to 0.9.1
Program preferences have been expanded to include capture, name
resolution, and window geometry settings. It is now possible to search
for all fields in GIOP messages. You can now build display filters on
the fly by right-clicking on tree view items. Additionally, protocol
hierarchy statistics display and MacOS X capture timeout bugs have
been fixed.

    The idl2eth utility now handles CORBA IDL recursive unions and
structs and the text2pcap utility also received updates, including
SCTP support.

    New dissectors include DHCPv6, DLSw, IAPP, SCSI, SPOOLSS RPC,
SliMP3, and TSP. Dissectors receiving updates include AFS, AIM,
Auto-RP, BGP, BOOTP, DCE RPC, DIAMETER, FDDI, GTP, H.261, HMIPv6,
IS-IS, iSCSI, ISUP, LDAP, M3UA, MIP, MMSE, MTP3, NBNS, NCP, NDMP,
NFS, ONC RPC, PIM, PPP, PPP, Q.931, RPC, RSVP, RTCP, SCTP, SDP,
SIP, SMB/CIFS, SSL, STAT, Syslog, TCP, TNS, VJ, WTP, and ypbind.

    Support for WildPackets' AiroPeek and OpenBSD pflog capture
file formats have been added (you can read pflog data from a file,
or directly from the logging interface). Support for the DBS
Etherwatch, EtherPeek, NetMon, and VMS TCPIPtrace formats has
been enhanced.
2002-02-03 11:41:31 +00:00
tron
f93398f47b Add support for NetBSD-powerpc based on suggestion made by Andrew Cagney
in PR pkg/13881.
2002-02-01 22:03:04 +00:00
skrll
8e775fe302 Build and install the check_hpjd plugin.
This closes pkg/14514 from Chris Tribo <t1345@hopi.dtcc.edu>
2002-02-01 17:06:02 +00:00
wiz
339a011545 Sort. 2002-01-31 23:15:30 +00:00
wiz
c941fad460 Remove eggdrop (broken for 16 months now). 2002-01-31 23:04:47 +00:00
jlam
b5a338d728 Instead of manually making "install-config" as the first step of the
post-install target, just add install-config to the list of
INSTALL_TARGETS.  This is much simpler, duh!  Thanks to Thomas Klausner
<wiz@netbsd.org> for pointing this out.
2002-01-31 18:58:40 +00:00
jlam
7088448272 If one wants to make a target from some Makefile within ${WRKSRC}, then
the right way to call the target is:

        ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} target

The environment should be set explicitly, and one should _always_ call
"${MAKE_PROGRAM}", and not "${MAKE}" since the former always refers to
the name of the actual make program used, regardless of whether USE_GMAKE
is defined or not.
2002-01-31 17:24:38 +00:00
jlam
4eb73f83cc Update net/openslp to 1.0.7. Relevant changes from version 1.0.6 include:
* Applied patch from Juergen Kreileder that provides the net.slp.multicastIF
  slp.conf setting. net.slp.multicastIF is useful in setting up OpenSLP on
  multi-homed machines where it is desireable to configure which interface
  should send multicast traffic.

* Applied patch from Garth Bushell that fixes a problem where not enough
  memory was being allocated to hold an escaped string in SLPEscape().

* Changed slpd "daemonize" code to chdir() to "/" so that the PWD is not
  left unmountable.
2002-01-31 17:00:50 +00:00
markd
05529b0901 Fix cpp handling in vnc's private imake to deal with change of cpp location
as per same change made to Xfree86's imake recently.
2002-01-31 09:49:19 +00:00
jlam
5a3003c385 When built with PAM support, add USE_PAM to BUILD_DEFS. 2002-01-30 03:36:09 +00:00
drochner
3ed001922a add py-IP 2002-01-29 16:34:26 +00:00
drochner
2e931a9845 initial import of py-IP-0.4, a python module to handle IPv4 and IPv6 address,
submitted by Shell Hung per PR pkg/15144
2002-01-29 16:24:39 +00:00
wiz
4c14ed7651 Make it work with xpkgwedge.
Patch supplied by Hiramatsu Yoshifumi in pkg/15217.
2002-01-29 13:46:54 +00:00
wiz
a0f9578720 Standardize patch. 2002-01-29 13:46:17 +00:00
wiz
057df85503 Install to LOCALBASE, not hardwired /usr/pkg.
Patches provided by Hiramatsu Yoshifumi in pkg/15206.
2002-01-29 13:42:28 +00:00