summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
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.]
2001-08-14Fix "file://" URI for documentation, and remove the comment about beingfredb2-4/+3
"under development".
2001-08-14Finally! NTP 4.1.0 is released. Very few changes from 4.0.99m-rc3 (excerptsfredb3-169/+168
from the "ChangeLog" file below). Also, this NetBSD package now installs the HTML docs into "/usr/pkg/share/doc/html". * ntpd/refclock_oncore.c (oncore_start): Set pps_enable=1, just like the atom driver does. From: reg@dwf.com * ntpd/refclock_nmea.c (nmea_ppsapi): Set pps_enable=1, just like the atom driver does. From: Scott Allendorf <sca@newton.physics.uiowa.edu> * ntpd/ntp_config.c (getconfig): CONF_CLOCK_PANIC was using the wrong config flag. From: <justin_forrester@hp.com>
2001-08-13sort.wiz1-2/+2
2001-08-13Add SUBDIR entry for cidr.nra1-1/+2
2001-08-13Add net/cidr. PR 13068 by Stoned Elipot.nra5-0/+56
RFC 1878 subnet calculator / helper
2001-08-09Upgrade arla to 0.35.5wennmach24-214/+276
Most important changes: o added user-land programs: kalog, aklog, arla-cli o improved user-land programs: vos, bos, pts, etc. o added man pages o security fix (in rx) o and tons of bug fixes I included a start script to be placed under /etc/rc.d.
2001-08-06Add version number to DEPENDS line.wiz1-2/+2
2001-08-06Add and enable pxerh1-1/+2
2001-08-06Initial import of pxe-1.2, a Preboot eXecution Environment (network boot)rh6-0/+66
daemon.
2001-08-03Add some patches from the net/samba package, and regenerate the old ones.jlam9-18/+63
2001-08-03Add and enable net/samba20.jlam1-1/+2
2001-08-03samba20 - 2.0.x release version of samba, the UNIX SMB serverjlam14-0/+1261
Samba 2.0.x (2.0.10) has functionality that is missing from the Samba 2.2.x releases, one of which is an operational "share modes" directive. According to the Samba mailing lists, there isn't a way in 2.2.x to do what "share modes = No" did in 2.0.x, so revive an older, stable release of Samba that does contain the missing functionality. Setting the share mode on a service is necessary only to get certain legacy MS-DOS applications working in a multi-user environment.
2001-08-03upgrade to 1.8p1.itojun3-28/+44
for list of changes, see http://www.snort.org/snort-files.htm default rule files are now named *.rules, not *-lib.