summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2000-07-31Include ${WRKSRC}/include first to avoid picking up random crap fromrh1-1/+4
${PKGSRC}/include.
2000-07-31Include ${WRKSRC}/include directory first to avoid picking up random trashrh1-1/+4
in ${LOCALBASE}/include.
2000-07-31Update "xchat" package to version 1.5.6. There are too many changestron3-5/+11
since version 1.4.1 to list them here.
2000-07-31The gettext package gained a shared library. For all packages whichjlam1-2/+2
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-07-31Enable a bunch of packages in category/Makefile thathubertf1-2/+2
* should not cause any conflicts with the new bulk-package targets, * didn't contain a reason for why they were disabled or * were disabled for some false reason (and a IGNORE/BROKEN in the pkg's Makefile would be more appropriate)
2000-07-30Add and enable "wmnet" package. Fixes 1st part of PR pkg/10599.tron1-1/+2
2000-07-30Import new "wmnet" package contributed by Jens Schmalzing in PR pkg/10599:tron5-0/+27
dockable network monitor
2000-07-29Update dependency on speakfreely.jlam1-2/+2
2000-07-29Update speakfreely to 7.2.jlam4-28/+28
2000-07-28Add USE_CURSES for packages that need curses functionality that onlywiz1-22/+4
got added in 1.4Y; on older version of NetBSD, ncurses will be used. Replace previous code that did the same, but wasn't shared.
2000-07-28Add and enable "gtm". Fixes PR pkg/10697 by Mario Kemper.tron1-1/+2
2000-07-28Import new "gtm" package supplied by Mario Kemper in PR pkg/10697:tron5-0/+63
Gnome Transfer Manager
2000-07-28Creator and Type codes for PDF are reversed in AppleVolumes.system asjwise2-3/+16
shipped. This annoyed me for a very long time :-)
2000-07-27Regenerate files/md5 because MD5 for radius-3.6B-skey.tar.gz has changed.jlam1-2/+2
Also remove old file from ftp.netbsd.org. Closes PR#10334.
2000-07-27Changes to work under -current. Changed package maintainer.phil2-3/+4
2000-07-27Patch to allow compile under -current. Conditionally include sys/sched.h.phil1-0/+34
2000-07-27Changes to compile under -current. Changed package maintainer.phil2-3/+4
2000-07-27Patch to make coda compile under -current. Conditionally includes sys/sched.h.phil1-0/+34
2000-07-26Change configuration file directory from ${PREFIX}/etc to /etc/netatalk.jlam5-5/+106
Configuration files really are host-dependent, so putting them in ${PREFIX} which is often shared across machines of the same architecture, doesn't make sense. Add machinery to install default configuration files. Closes pkg/9948.
2000-07-26make makepatchsumwennmach1-1/+2
2000-07-26Make this pkg compile on NetBSD/pmax.wennmach1-0/+16
2000-07-26Update bind9 to 9.0.0rc1. This is the first release candidate for bind9.rh6-33/+55
Changes are too numerous to list here in detail, but highlights are: The communication between "rndc" and "named" is now authenticated using digital signatures. Because of this, rndc now requires a configuration file "rndc.conf" containing a shared secret, with a corresponding "controls" clause in named.conf. When the server is chrooted using the -t option, it no longer needs copies of the passwd and group files in the chroot environment. Various bug fixes and cleanups, especially in the dig, host, nslookup, and nsupdate programs. There are a few known bugs: The option "query-source * port 53;" will not work as expected. Instead of the wildcard address "*", you need to use an explicit source IP address. On some systems, IPv6 and IPv4 sockets interact in unexpected ways. For details, see doc/misc/ipv6. To reduce the impact of these problems, the server no longer listens for requests on IPv6 addresses by default. If you need to accept DNS queries over IPv6, you must specify "listen-on-v6 { any; };" in the named.conf options statement. There are known problems with thread signal handling under Solaris 2.6.
2000-07-25We depend on gettext-*, so actually find its headers.jlam1-2/+5
2000-07-21Sync checksum for "vnc-latest_doc.tgz" with reality. Fixes PR pkg/10635tron1-2/+2
by Erich T. Enke.
2000-07-21use the latest ipv6 patch.itojun2-4/+4
update suggested by Thomas Klausner <wiz@danbala.tuwien.ac.at>
2000-07-21Fix y2k bug in logfile handling:hubertf2-6/+27
[01:35] Session log "icb.log" started at 7/21/100 1:35am. ^^^
2000-07-20Depend on version 4.0 or newer of the "readline" package.tron7-14/+14
2000-07-20Y2Kkim2-1/+13
2000-07-18If base system includes "pppd" 2.3.10 or newer use that instead of thetron1-3/+22
"ppp" package.
2000-07-17Update "rp-ppoe" package to version 2.0. Change since version 1.9:tron7-73/+52
- Addition of pppoe-server - Massive internal code restructuring - Zealous bounds-checking everywhere. - adsl-setup now quotes user name and password in /etc/ppp/pap-secrets. - Ported to OpenBSD, FreeBSD and NetBSD, courtesy of Geoff Mottram and Yannis Sismanis. - Rearranged adsl-* shell scripts, courtesy of Heiko Schlittermann. - Fixed bug in which Host-Uniq did not work if access concentrator sent a cookie. - Addition of SuSE-specific "init" script, courtesy of Gary Cameron.
2000-07-17Use EVAL_PREFIX to find the installed location of the kdebase package, andagc2-9/+9
use it accordingly.
2000-07-16Upgrade to gnut-0.3.29.kim7-12/+141
- use readline from libedit - compile properly even when pth is installed (really should fix pgcc) - tried with pth: does not work - the version upgrade has bug fixes, but nothing that looked critical - documentation in HTML included
2000-07-16Add and enable "cia" package.tron1-1/+2
2000-07-16Initial import of "cia" package:tron5-0/+36
simple IP accounting software
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc6-14/+25
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well.
2000-07-14fix checksumsabs1-4/+4
2000-07-14The previous method of using a make target for finding a prerequisiteagc6-14/+14
package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works).
2000-07-13Update to 4.3.1nb1abs6-98/+79
- Modify webnocol.cgi to find traceroute in /usr/sbin - Install the images and audio files in $PREFIX/share/nocol for later use
2000-07-13docs file has changeddmcmahill1-2/+2
2000-07-13Update to 4.3.1, plus fix replace access to curses with appropriate standardabs8-63/+70
interfaces so we can compile netconsole on NetBSD-current again. On a lighter note - lose two previous patches that are now in the main dist. Release Notes nocol v4.3.1 (Mar 2000) Minor release to fix patches. 1. portmon.c » Missing close() left too many file descriptors » Now running check_resp() after receiving EOF from the remote host. Should fix problem of receiving data with no \n in entire data stream. 2. snmpgeneric » Allow specifying client port number (joe@hole-in-the.net) » Sets MIBFILE_v2 variable also for the mib file 3. webnocol.cgi Small fix to prevent possible loop. 4. nocollib.pl Changed 'ps' to '/bin/ps' 5. hostmon-client Changed 'ps' to '/bin/ps' nocol v4.3 (Jan 2000) 1. Configure Added support for Rhapsody (jrowan@mandli.com) and BSDI 4.0 Detect 'whoami' for Solaris 2. armon, nrmon Handle different levels for registered and unregistered routes. Removes unregistered route status before deleting all knowledge (frank@ansto.gov.au) 3. bpmon Fixed bug in parsing of bootptest 4. bsdsignal.c Restores old sigusr1 (dbird@varadm.com) 5. ciscomon Change in message for 'Inlet temperature' 6. cmu-snmp New CMU snmp library 7. etherload Changed includes to allows glibc and older libc in linux.c 8. genweb.pl Fixed Y2K issue; added additional sounds (jonz@netrail.com) 9. hostmon Patches for using 'scp' in addition to rcp/telnet (frank@ansto.gov.au). Changed regex for parsing of data lines. Now using split instead of regex for $thresindex{}. Put a '^' in all the regexs in the config file. Fixed bug with DFspace parsing. 10. hostmon-client Strip comments from mqueue output. Allow running a 'local' file if it exists (frank@ansto.gov.au) $port shoud be set AFTER getservbyname(). Added support for qmail Detect ps flags 11. hostmon-clients/* Ignore NFS mounts. Look at NFS timeouts on Solaris. Run iostat with time interval, Pagein/pageout code in linux (-frank@ansto.gov.au). Fixed pstat in hostmon.osf1 (durrell@innocence.com) 12. keepalive_monitor Bug which kept old processes around (avoltmer@replaytv.com) 13. logstats Added -r option (ornstedt@sonera.se) 14. mknrmon Create config file for novell routes (frank@ansto.gov.au) 15. modemmon Added conditionals to support use of 'finger' instead of 'telnet' 16. multiping Added -n option to not use DNS (nscd was slowing down multiping) 17. ndaemon Added new Tcl/Tk interface for X-windows (lwl@godlike.com) 18. netconsole Added -T <termtype> on command line (frank@ansto.gov.au) Starts up without prompting if known good terminal type 19. noclogd Was creating error file in etcdir, changed to PIDDIR for consistency 20. nocol C library event_to_logstr() fixed (dbird@varadm.net) 21. nocollib.pl Added return 1 at end of library. Fixed bug in detecting $PSCMD. Support for BSDI 4.0 socket structures in perl libraries. Now using send() and not syswrite(). Retry opening socket if send fails. 22 notifier.pl $repeat was not working, fixed. 23 perlnocol Makefile.mid now extracts $event_t from show_nocol_struct_sizes and edits nocollib.pl 24. portmon Bug in testing 'connect' only sites (paulg@apnic.net) Now uses nonblocking sockets to process many sites in parallel properly. Added QUIT and SIMULCONNECT keywords. Changed array to linked list to allow unlimited number of hosts to monitor. 25. radiusmon Fixed bugs in port insertion (see rcslog) 26. smbmon New monitor for SMB routes (frank@ansto.gov.au) 27. snmpgeneric Replacement for snmpmon (elanda@comstar.net) 28. trapmon Complete rewrite to use the new CMU snmp library. Also fixed bug in cmu-snmp/parse.c for() loop. 29. upsmon Monitor UPSs (frank@ansto.gov.au) 30. utility/Makefile Replace '@' with \@ in mail addresses. 31. webnocol.cgi Bug fix to strip trailing siteserverID in http cookie. Handle IP addresses in nslookup (frank@ansto.gov.au). Clean up $siteaddr before executing (limfung@pacific.net.sg)
2000-07-12Update homepage URL.tron1-2/+2
2000-07-11Fix master site list.tron1-2/+2
2000-07-11Use package system's "pppd" in "adsl-connect" and "adsl-setup".tron3-1/+29
2000-07-11Add and enable "rp-pppoe".tron1-1/+2
2000-07-11- Add conflict with "rp-pppoe" package.tron2-4/+6
- Install "pppoe" to "${PREFIX}/sbin".
2000-07-11Initial import of "rp-pppoe" package:tron7-0/+107
BSD port of Roaring Penguin's PPPoE client created by Geoff Mottram.
2000-07-11Add and enable "ppp" package.tron1-1/+2
2000-07-11Initial import of "ppp" package:tron10-0/+99
Point-to-Point Protocol for Internet connections over serial lines This package is intended as an update for the "ppp" package in older NetBSD versrion.
2000-07-11Make the determination of the pre-req package's installed directory beagc6-14/+14
a bit more user-friendly. Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-11fix PLIST for a.outwiz1-2/+2