summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf13-26/+31
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-28Update snort to 1.8.2; changes since 1.8.1 include:kleink4-14/+20
* fixed UTC timestamps * fixed SIGUSR1 handling, should reset properly now after getting a signal * fixed PID path generation code, PID files go in the right place now * fixed stability problems in stream4 * fixed stability problems in frag2 * tweaks to spo_unified for better integration with barnyard * added -f switch to turn off fflush() calls in binary logging mode * added new config keyword to stream4, "log_flushed_streams", which causes all buffered packets in the stream reassembler for that session to be logged in the event of an event on that stream (must be used in conjunction with spo_log_tcpdump) * added packet precacheing for flexresp TCP packets, responses should be generated more quickly * fixed rules parser code for various failure modes * several new rules files and a new classification system
2001-11-27Check return value of strrchr before dereferencing it.wiz2-1/+15
Problem reported (with fix) in pkg/14745 by John Heasley.
2001-11-27upgrade to 9.2.0.itojun7-94/+165
list of changes between 9.1.3 to 9.2.0 is available at: http://www.isc.org/products/BIND/bind9.html
2001-11-27upgrade to 9.2.0. minor bugfixes only.itojun2-5/+5
(will overwrite net/bind9 by net/bind9-current)
2001-11-26Replace remained SAMBA_SHARE to SAMBA_DATA. It was changed in revisiontaca1-4/+4
1.69, but some were remained. Fix the problem that some data files are installed into root directory, noted from Lennart Augustsson <lennart@augustsson.net> private mail.
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam10-29/+37
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-25Use the general INSTALL/DEINSTALL scripts and look for config files injlam3-58/+8
${PKG_SYSCONFDIR}.
2001-11-25VTUN_SYSCONFDIR is obsolete...use PKG_SYSCONFDIR instead.jlam3-9/+7
2001-11-25APACHE_SYSCONFDIR is obsolete...set PKG_SYSCONFSUBDIR to httpd instead.jlam1-5/+3
2001-11-25PKG_SYSCONFDIR is where the configuration files for a package may be found.jlam2-4/+8
This value may be customized in various ways: PKG_SYSCONFBASE is the main config directory under which all package configuration files are to be found. PKG_SYSCONFSUBDIR is the subdirectory of PKG_SYSCONFBASE under which the configuration files for a particular package may be found. PKG_SYSCONFDIR.${PKGBASE} overrides the value of ${PKG_SYSCONFDIR} for a particular package. Users will typically want to set PKG_SYSCONFBASE to /etc, or accept the default location of ${PREFIX}/etc. This obsoletes the use of CONFDIR, which was active for only 6 days, so no need to have a workaround to still accept old CONFDIR settings.
2001-11-25Add & enable ip6_intzuntum1-1/+2
2001-11-25Initial import of ip6_intzuntum4-0/+34
Convert valid IPv6 addresses to ip6.int PTR values. Convert valid IPv4 addresses to in-addr.arpa PTR values. Anything not valid is simply printed as is. Handles :: notation and embedded IPv4 addresses. If the address is followed by /n, the PTR is truncated to n bits.
2001-11-22Update gtk-gnutella to 0.17; Changelog since 0.16:kleink2-5/+5
# v 0.17 2001.10.24 - Integrated routing table optimization patch from Mark Schreiber - Shortened default connecting timeouts, especially to other nodes - Index shared files in an array for faster retrieval - Enforce strict NUL termination of Query packets we process - Integrated search table bin categorization patch from Kenn Brooks Hamm
2001-11-22Updated to version 1.09 (PR#14608). Some of the changes since 1.0703:martti4-395/+203
- DummyInetd, Telnet, SNPP and PH modules was removed from this release, and they became a new module. - DESCR cleanup, remove non-existing module - new maintainer
2001-11-22upgrade to 1.4.0.itojun3-11/+11
http://www.domtools.com/pub/dlint1.4.0-changes.txt ---- Version 1.4.0 released November 19, 2000 * Added support for BIND 9 (Dig 9.0.1).
2001-11-22make it compile.itojun2-1/+14
2001-11-22Update 6to4 to 1.2: allow using anycast service as defined in RFC 3068.hubertf4-11/+22
Code contributed by Keith Moore <moore@cs.utk.edu> in PR 14647.
2001-11-22no need to PROVIDE anything since this isn't part of the dependency graphlukem1-2/+1
2001-11-21These rc.d scripts are copied to ${RCD_SCRIPTS_DIR} == /etc/rc.d, so changejlam6-36/+36
the test for pre-rc.d systems to just whether /etc/rc.subr is present.
2001-11-21As noted in pkg/13129, smb2www doesn't work with samba-2.2 and up. Makejlam1-3/+2
this depend on samba<2.2.0 instead. Also remove extraneous dependency on perl as it's already implied.
2001-11-21Use the general INSTALL/DEINSTALL scripts, and minimize the differencesjlam8-205/+114
between this package and the net/samba package.
2001-11-21Cosmetic changes.jlam1-8/+8
2001-11-21Remove unneeded DEINSTALL script as we use the general one.jlam1-98/+0
2001-11-21Remove extra blank line.jlam1-2/+1
2001-11-21dd the new rc.d scripts to the PLIST.jlam1-1/+3
2001-11-21Use the general INSTALL/DEINSTALL scripts instead of the homegrown ones.jlam5-98/+108
Also split the one rc.d script into one for each daemon and one admin script (idea from Luke Mewburn <lukem@wasabisystems.com>).
2001-11-21upgrade to 9.2.0rc10.itojun3-6/+7
change summary from ISC announcement: Several bugs in 9.2.0rc9 have been fixed.
2001-11-19Strongly buildlinkify and libtoolize (NetBSD's interesting contributions tojlam6-5/+122
technical vocabulary).
2001-11-18Introduce MANVERSION (now set to 20010212), so proper file name is usedzuntum1-3/+5
in both DISTFILES and EXTRACT_ONLY (last time I broke it by updating DISTFILES without altering EXTRACT_ONLY approperiately). Pointed out by Amitai Schlair <schmonz@schmonz.com> in private mail. Thanks!
2001-11-17Add and enable fmirror.he1-1/+2
2001-11-17Yet another FTP mirroring program. From it's README file:he4-0/+32
fmirror is a program for mirroring files and directories from a remote ftp server. It allows regex-matching for files that are to be included and excluded. It uses a combination of timestamp, file size and file permissions to decide what files to transfer from the ftp server. The primary goal of fmirror is to use as little memory as possible, but still be able to do its job efficiently. The program's author is Finn Arne Gangstad <finnag@fast.no>
2001-11-15Remove duplicated line.taca1-2/+1
2001-11-13Switch to date-versioned manpages tarballzuntum2-6/+6
2001-11-13* Strongly buildlinkify.jlam4-13/+81
* Use qt2-designer-kde for a uic that understands KDE2 widgets. * Fix problem noted by Marcello Balduccini <marcello.balduccini@ttu.edu> in how kpgp handles pipes with child processes -- prevents kpgp from remaining stuck while waiting for the child pgp process to terminate.
2001-11-11Adding etherapedamon1-1/+2
2001-11-11Adding Etherape 0.8.2damon4-0/+78
EtherApe is a graphical network monitor for Unix modeled after etherman. Featuring link layer, ip and TCP modes, it displays network activity graphically. Hosts and links change in size with traffic. Color coded protocols display. It supports Ethernet, FDDI, Token Ring, ISDN, PPP and SLIP devices. It can filter traffic to be shown, and can read traffic from a file as well as live from the network.
2001-11-11Adjust format a bit:hubertf2-1/+9
* 75 * '=' * RCS ID * blank line * message text * optional blank line * 75 * '='
2001-11-11Add note about dig (on solaris, ...)hubertf1-0/+8
2001-11-10Improve.wiz1-5/+6
2001-11-08upgrade to 9.2.0rc9. bugfixes only.itojun2-5/+5
2001-11-07Add envstat2mrtg, a perl script which allows to use envstat output withbouyer3-3/+92
mrtg.
2001-11-07Install the documentation for this package in the correct place.agc2-4/+5
2001-11-07Only use DLT_PPP_{SERIAL,ETHER} on systems that actually have ithubertf2-7/+26
(i.e. on 1.5 and up). (I *love* digging such stuff out of CVS logs...) Requested by wiz in private mail.
2001-11-06Move config file from ${PREFIX}/etc/ to /etc/ so that sharing /usr viacjs3-7/+6
network doesn't force using the same config on all hosts.
2001-11-04Add patch to add rudimentary cname chasing to the ptr lookup stuff sowiz6-13/+70
that classless in-addr lookups work. Patch by atatat. Bump to 0.42nb1.
2001-11-02Strongly-buildlinkifyzuntum1-4/+3
2001-11-01Ensure the plugins dir is there at install timedamon3-3/+6
2001-11-01Revert last (thanks to Stoned for the clue-by-four).abs1-4/+4
2001-11-01Work with new locations of INSTALL and DEINSTALLabs1-4/+4