summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2001-09-11update to 0.11dillo2-6/+6
Changes: * display transfer rates * detect stalled connections and abort after stall-timeout seconds * fix ASCII mode uploads * write proper URLs (encoding special chars, include user and port) * various bug fixes
2001-09-11Use libpcap buildlink.mk instead of OS test. By Stoned Elipot from pkg/13928.wiz1-2/+4
2001-09-11Properly bring ucd-snmp-current back to life. Eventuallywrstuden6-0/+425
ucd-snmp should be updated to this version too.
2001-09-11Kill the zombies.wrstuden6-425/+0
The moral of the story is that cvs 1.11 doesn't like: cvs update Modify files cvs update after someone else has deleted them but with enough local changes that they don't disapear cvs ci The checkin succeeds, but the ,v file stays in the attic.
2001-09-11Second try at reviving.wrstuden1-0/+74
Original message: Bring ucd-snmp-current back to life. This is a package of ucd-snmp 4.2.1, the latest release of the net-snmp project (the name change is still in progress).
2001-09-11This file didn't come back to live right. Try killing it again to see ifwrstuden1-74/+0
I can fix it.
2001-09-10libpcap buildlink instead of OS test. By Stoned Elipot in pkg/13921.wiz1-7/+2
2001-09-10Use libpcap buildlink.mk instead of OS-test.wiz1-5/+3
By Stoned Elipot in pkg/13920.
2001-09-10Use libpcap buildlink.mk instead of an .ifdef ${OPSYS} hack.wiz1-7/+2
From Stoned Elipot in pkg/13918.
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc11-22/+22
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-09-09Standardize format.wiz1-0/+5
2001-09-09Install SECURITY information cited during installation.wiz3-12/+17
Note its existence in MESSAGE for binary package users. First part requested by mycroft.
2001-09-08Various changes: mostly removing 'WWW:' lines, since that's what we havewiz1-1/+0
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-09-07change dependencies to kdexxx>=2.1 instead of strict matchesdrochner1-3/+3
to ease updates
2001-09-07upgrade to 9.2.0rc2. see release announcements (bind-announce@isc.org) oritojun2-5/+5
release note for details.
2001-09-06Add one missed file to BUILDILINK_FILES.libpcap -- include/net/bpf.hzuntum1-1/+2
Fixes pkg/13876 by Stoned Elipot <Stoned.Elipot@script.jussieu.fr>
2001-09-05Alter dependencies so that perl>=5.6.1nb2 will satisfy the dependency forjlam4-8/+8
p5-CGI or p5-Data-Dumper.
2001-08-30Add ucd-snmp-currentwrstuden1-1/+2
2001-08-30Bring ucd-snmp-current back to life. This is a package of ucd-snmpwrstuden10-0/+582
4.2.1, the latest release of the net-snmp project (the name change is still in progress).
2001-08-29Update cidr to 2.3.1. Changes are bugfixes only. This closes PR 13816 byrh1-2/+3
Stoned Elipot <Stoned.Elipot@script.jussieu.fr>
2001-08-28Remove BUILD_DEPENDS on autoconf by patching configure instead ofskrll3-19/+16
configure.in.
2001-08-28Add rc.d script.tv2-1/+19
2001-08-28Add dynipclient.tv1-1/+2
2001-08-28Add dynipclient, a client program for the dynip.com commercial dynamic-DNStv6-0/+112
service. (Unlike many dynamic-DNS services, this one detects an offline condition and can change the IP address to a user-specified offline IP.)
2001-08-27Use wildcard dependence on "autoconf" package.tron5-15/+10
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll2-4/+4
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.
2001-08-24At least depend on the right version of pcal for SunOS or Linux.abs3-7/+13
2001-08-24Updated arpwatch to 2.1a11. No changelog available, old distfile removed.abs7-203/+125
2001-08-24Fix fo linux a different way - make more like NetBSD configuration and useabs7-39/+36
net/libpcap. Also fix DEPENDS for Solaris and Linux
2001-08-24Work under Linuxabs1-5/+9
2001-08-24Rework NetBSD hack to not break Linux buildabs6-75/+106
2001-08-23Fix for Linuxabs4-13/+13
2001-08-23Make "samba reload" actually kick smbd like it's supposed to. Thanksjlam2-2/+4
again to Luke Mewburn <lukem@wasabisystems.com> for pointing this out.
2001-08-22Upgrade snort to 1.8.1. Changes:hubertf3-37/+50
* SNMP alerts * IDMEF XML output (the Silicon Defense plugin is integrated into the main codebase now) * Limited regex support in the rules language * New packet counters for stream4 and frag2 * New normalization mode for http_decode
2001-08-22Consolidate nmbd and smbd rc.d scripts into one "samba" script. Kindlyjlam10-122/+112
provided by Luke Mewburn <lukem@wasabisystems.com> with modifications by me to allow running on older NetBSD systems (so any errors in the script are mine alone).
2001-08-22regenwiz1-1/+2
2001-08-22Teach snort about our DLT_PPP_*hubertf1-0/+15
2001-08-21Add and enable penrh1-1/+2
2001-08-21Initial import of pen-0.2.0, a simple TCP load balancer and failoverrh6-0/+128
manager.
2001-08-20smbd responds to SIGHUP by reloading its configuration file, so addjlam2-2/+4
"reload" to the rc.d command listing. Noted by Luke Mewburn <lukem@wasabisystems.com>.
2001-08-20upgrade to 0.92a.itojun2-5/+5
* Changes in bgpd ** Fix "^$" community list bug. ** Below command's Address Family specific configurations are added nexthop-self route-reflector-client route-server-client soft-reconfiguration inbound * Changes in zebra ** Treat kernel type routes as EGP routes.
2001-08-19upgrade to zebra 0.92. see zebra-0.92/*/ChangeLog for detailed changes.itojun3-12/+7
2001-08-18Substitute for @ECHO@, too.jlam1-1/+2
2001-08-18Use ${name} instead of "slpd".jlam1-2/+2
2001-08-18Add net/openslp.jlam1-1/+2
2001-08-18Service Location Protocol is an IETF standards track protocol that providesjlam9-0/+363
a framework to allow networking applications to discover the existence, location, and configuration of networked services in enterprise networks. The OpenSLP project is an effort to develop an open-source implementation of Service Location Protocol suitable for commercial and non-commercial application.
2001-08-17If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), thenjlam1-2/+4
set FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in both CONFIGURE_ENV and MAKE_ENV. We remove the check for GNU_CONFIGURE because if a package Makefile includes the buildlink.mk file, then it most likely wants to use the config script wrappers as well. Change suggested by Hubert Feyrer (hubertf) and Tomasz Luchowski (zuntum).
2001-08-17Undo changes from previous patch from pkg/12921. The rc.d-style startupjlam2-4/+6
scripts need for the nmbd and smbd programs to always start in daemom-mode, which is why the "-D" flag was set via command_args in the scripts themselves. Any additional options should be passed in through the {nmbd,smbd}_flags settings in /etc/rc.conf. Add comments to reflect this in the scripts. The error reported by the PR author is most likely due to either installing these scripts with ".sh" extensions, which is not how these are installed into the ${PREFIX}/etc/rc.d and is definitely wrong, or in directly sourcing these files from an rc.local script, which is again, definitely wrong.
2001-08-17Add buildlink.mk provided by Stoned Elipot in pkg/13739.wiz1-0/+46
2001-08-14Add missing "-u" flag to ntpdate usage message. Culled from NetBSD-current.fredb2-1/+21
[Committed by Hubert Feyrer.]