summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2001-12-23Use REPLACE_PERL instead of ${SED} in post-patchzuntum1-6/+2
2001-12-21Make this package depend on net/ucspi-tcpzuntum1-1/+2
From (and fixes) pkg/14981 by Michael Neumann <neumann@s-direktnet.de>
2001-12-21Buildlink'ify and use the generic INSTALL scripts. Also move the lockjlam5-62/+90
directory to /var/run/vtund. This mirrors where samba installs its lock files (/var/run/samba). Lastly, make the vtund.8 manpage reflect where everything is really located.
2001-12-20Updated to 1.6.5.martti7-81/+104
* Bug fixes * Clean up BSD password file support again * Fixed bug in auth.c wrt decoding of short password attributes. * Server now replies to Status-Server inquiries. * Add "-v" switch to radzap (suggested by Dan Harkless). * Add "-Z" switch to radiusd, prevents logging of passwords for -y (suggested by Dan Harkless). * Change "duplicate detected" message to actually show _what_ authentication packet causes the duplicate * Wrote manualpages for radlast,radzap, radwho, radclient, radtest, radwatch and raduse. Yes, documentation! * Added -P pidfile option to radiusd and radrelay See the doc/ChangeLog file for a comple list of changes!
2001-12-19Add the appropriate types to various network system call prototypes, soagc3-2/+69
that configuration works on NetBSD. Fixes a problem highlighted in recent i386 bulk build report.
2001-12-19Mark package as broken until security problems described in PR pkg/14850tron1-1/+3
are fixed.
2001-12-18Since print/cups conflicts with another popular print package,jlam2-4/+6
print/lprng, we make a new variable USE_CUPS that is used by packages to determine whether depend on print/cups and to compile in support for CUPS. USE_CUPS may be either "YES" or undefined. Deprecate SAMBA_WITH_CUPS as its purpose is superseded by USE_CUPS. Convert net/samba and net/samba20 to use USE_CUPS and make x11/kdelibs2 respect USE_CUPS.
2001-12-15Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the externalagc1-2/+2
references of the pkglint package. _PKGSRCDIR is an internal definition in bsd.pkg.mk, and a few packages which would like to refer to other packages in the build tree. It should not be set by users, but neither should it stop a user from building a package if it is defined, so make it obvious that this is the case.
2001-12-14Update net/openslp to 1.0.6. This package now uses the general INSTALLjlam7-250/+108
scripts and honors ${PKG_SYSCONFDIR}. Changes from version 1.0.2 include: * bug fixes * set FRESH flag for registrations; OpenSLP ignores this flag, but other DA implementations like K&A SLP do not. * Minor changes to the way that settings from /etc/slp.conf affect active and passive discovery. * Changed declaration and definition for strncasecmp and strcasecmp so that there is only one place for them in slp_compare.c and slp_compare.h * Honor scopes in SrvRqsts for the special "service:directory-agent" type * Added code to use IP address in agent url for those operating systems where gethostname() does not return a fully qualified domain name (FQDN). * Added code to log parse errors and dump bad messages to the log * Fixed reconnect code to be able to interoperate with inefficient DAs that close the stream after each srvreg/srvack exchange. The Mac OS/X DA is reported to have this problem * Removed calls that (sort of) enforce service-url checking. This is for the benefit of AFP's usage of SRVLOC. Developers are now trusted not to register ambiguous service-urls.
2001-12-13Be more careful when trying to get the local and destination IP addressesskrll3-1/+74
and wait a bit more time on NetBSD for pppd to start.
2001-12-12Buildlinkify. While here, fix creating of the settings directory on first start.wiz3-6/+33
2001-12-11Update to 7.7.1, provided by Hiramatsu Yoshifumi in pkg/14826.wiz2-6/+6
Excerpt of changes since 7.5.3: 7.7.0 011122 socks4.c: supported Socks4A (delegation of hostname resolution) 7.7.0 011121 {service,socks}.c: added FORWARD=socks://host[:port][/[-4][-r]] 7.6.2 011116 sslway.c: added "-ad" option for automatic detection of ClientHello 7.6.2 011110 {http,httpd}.c: customizable HTTPCNF=acc-encoding for Acc-Encoding 7.6.2 011116 http.c: modified default Acc-Enc from empty to identity <masami> 7.6.2 011005 {http,httpd}.c: added HTTPCONF=tout-buff-reqbody <hi> 7.6.2 011105 filter.c: enabled "-tee" for bidirectional filters (FCL,FSV,FMD) 7.6.1 011031 nbio.c: added TIMEOUT=silence:N (applyed to SERVER=tcprelay) 7.6.1 011030 {url,html,http,httpd}.c: added HTTPCONF=kill-tag:listOfTags 7.6.1 011029 httplog.c: added %{fieldName} as format spec. of PROTOLOG<yamahide> 7.6.1 011026 {httpd,http}.c: added HTTPCONF=kill-head:listOfHeaders 7.6.1 011026 http.c: added X-Cache-ID for chained(>=3) cache(obsolete X-Locking) 7.6.1 011026 http.c: supported multiple values in a single Via field 7.6.1 011025 {mount,httphead}.c: extended moved MountOption to moved[=rcode] 7.6.0 011024 conf.c: changed EXPIRE=1h to be default 7.6.0 011021 httplog.c: fixed logging /-_-URL on failure (forbidden) 7.6.0 011016 http.c: changed not to cache response with "Vary:" field 7.6.0 011011 master.c: added FORWARD=proto://host:port-_-proto:dst:src 7.6.0 011011 service.c: added TIMEOUT=dnsinv:N 7.6.0 011011 resolv.c: supported forwarding MX by name (with preference)<zensyo> 7.6.0 011010 *.dhtml: inserted the anchor for mailto: ADMIN 7.6.0 011009 {filter,smtp}.c: supported CFI filter for FTOMD 7.6.0 011009 service.c: changed to do protocol interpreation with FTOMD/CFI 7.6.0 011007 {conf,mount}.c: added DATAPATH for MOUNT to file:relativePath 7.6.0 011005 mount.c: added pri=signedFloatNumber to sort MOUNT list 7.6.0 011004 {access,httphead,http}.c: added AUTH=viagen to generate "Via:" 7.6.0 011004 winserv.c: supported enabling automatic-start at invocation 7.6.0 011003 smtpgate.c: added CONTROL/MYAUTH for NNTP/SMTP gateway 7.6.0 011003 nntp.c: added NNTPCONF=authcom:commandList 7.6.0 010929 ftp.c: added delay on continuous errors 7.6.0 010928 {rident,ddi}.c: added "rident" MountOption 7.6.0 010927 smtp.c: added SMTPCONF=reject:{nofrom,nohelo} (were defaults) 7.6.0 010925 mount.c: added "nocase" MountOption 7.6.0 010921 mount.c: added "qmatch=request-header-pattern" MountOption 7.6.0 010921 smtpgate.c: added CONTROL/Sender to generate envelope "MAIL From" 7.6.0 010828 ftpgw.c: changed link to up-dir be relative URL without SITE part 7.6.0 010828 ftpgw.c: changed to return 302 Moved for FTP URL without trailing / 7.6.0 010821 nntpgw.c: changed to return error for access to non-existent group And of course, lots of bugfixes.
2001-12-10add fix from cftp cvs (ftp.c, revision 1.58):dillo3-2/+91
(ftp_cat): rewrite error detection/reporting: don't rely on ferror(), only consult errno in case of error. This fixes download problems on -current. Bump version to 0.11nb1.
2001-12-09"${command}" must be "perl" or else the rc.subr routines can't figure outjlam1-4/+12
the pid of the daemon process. Rework this rc.d script as a model for other perl-script daemons to use.
2001-12-09Update net/ddclient to 3.6. Pkgsrc changes include:jlam7-77/+114
- buildlink'ify - use general INSTALL scripts as ddclient now requires a config file and can use a rc.d script to operate in daemon mode Changes from version 2.3.2 include: - bug fixes - new ddclient.conf format - rewritten to support DynDNS's NIC2 and other dynamic DNS services: - added EasyDNS (easydns.com) - added Hammernode (hn.org) - added ZoneEdit (zoneedit.com) - added DSLreports (dslreports.com) host monitoring - added support for obtaining IP addresses from : - interfaces, commands, web, external commands, routers - added daemon mode - added logging msgs to syslog and e-mail - add detection of SIGHUP. When this signal is received, ddclient will wake up immediately, reload it's configuration file, and update the IP addresses if necessary.
2001-12-07Fix some format string bugs and make pppoe-server use our libc md5martin3-6/+68
implementation. The md5 included in this pkg is severly broken on 64bit machines.
2001-12-06Add patch-af (recognize mipseb in config.sub).rafal1-1/+2
2001-12-06Add patch to make this build on mipseb platforms.rafal1-0/+25
2001-12-05Normalise all the uses of "wheel", and "root" for ${ROOT_GROUP}, now thatagc1-10/+2
the definition is available in all the defs.${OPSYS}.mk files.
2001-12-05s/root/${ROOT_USER}/g, now that the definition appears in theagc5-10/+10
defs.${OPSYS}.mk files.
2001-12-04By default, prevent invocation of GNU "auto*" driven by the generatedjlam2-4/+2
Makefiles during the build process by touching various auto{conf,make} source files to make them up-to-date. Packages that require regenerating the configure script and Makefile.in files should make the appropriate calls to auto{conf,make} in a pre-configure target. This allows the various targets listed in ${_CONFIG_PREREQ} to modify the generated files without triggering the GNU auto* tools and having the modifications be overwritten.
2001-12-03Miscellaneous man page fixes.wiz2-25/+31
2001-12-03Update to KDE 2.2.2skrll6-38/+48
Closes pkg/14728 from Mark Davies <mark@mcs.vuw.ac.nz>. Changes from him with updates from myself. From www.kde.org... The principal improvements over KDE 2.2.1, release two months ago, include: o security-related - SSL certificate loading - symlink vulnerability in .wmrc access by KDM introduced in 2.2 - security problem with eFax (used by klprfax) - potential problem in PAM invocation by KDM - potential harmful side-effect of failed KDM session starts o new features - added support for CodeWeavers' CrossOver plug-in (provides support for QuickTime, etc.) - added support for the wheelmouse for scrolling through the KGhostview PS/PDF viewer component - ability to search for multiple patterns at a time in the file search dialog - debugging multi-threaded applications with KDevelop o improvements/fixes - handling of HTTP links that redirect to FTP - POST using SSL through a proxy and sending headers through proxies - saving of recently-selected files in the file dialog - handling of non-ASCII characters over SMB - toolbar button captions with certain styles - selecting items with the mouse in Konqueror - sorting in Konqueror's textview - saving current settings as a theme in the theme manager - crashes in KMail with certain mails - crash on invoking the KDM chooser - non-Latin languages with KDevelop performance - icon loading optimized - file dialog speedups - stop spinning SMB client processes - handling of large files in Kate
2001-12-03Update wu-ftpd to 2.6.2.abs2-19/+5
Changes since 2.6.1 (several of which where in the 2.6.1nb1 version) o Added checks for missing "]" and "}" in filename globs, this completes the file globbing heap corruption vulnerability fix. o Added checks to the globbing code for overflow of restbuf, and additional globerr setting and checking to speed up return on error. o Changed the globbing code to use qsort, much faster when sorting a large number of strings. o Handle ftpglob() returning a vector containing just a NULL string, fixes problems caused by CWD ~{ o Somehow the fix for pasv-allow didn't actually make it into 2.6.1 o Provide a compile-time option to revert NLST to showing directories. o Fix missing format strings in debugging code.
2001-12-03Use PKGREVISION to manage the package-specific version number when itjlam3-6/+6
differs from the distfile version number. G/C some the unused variables in php4/Makefile.common related to the old way of handling version numbers.
2001-12-02Update snort to 1.8.3; changes since 1.8.2 include:kleink2-5/+5
Major repairs include a fix to frag2 on Linux platforms, the icmp decoder and printout routines were updated to match the data structures that I implemented in 1.8.1 and the flexresp code was repaired and should now be faster, plus the usual rule updates. I also added a new "-B" command line switch to convert IP addresses in a pcap file to a new specified IP subnet addresses.
2001-12-02bsd.pkg.install.mk calls the INSTALL script at the right timesjlam3-8/+3
automatically, so no need to do it ourselves.
2001-11-30Update to 4.0.0mjl2-7/+11
- The module has been completely redesigned to add support for SNMPv3 and to follow the SNMP Management Framework defined by RFC 2571. - Perl version 5.6.0 or greater is now required to use the module. - Updated the method calls to expect the same argument syntax regardless of whether they are invoked by "blocking" or "non-blocking" objects. - The non-core modules Crypt::DES, Digest::MD5, Digest::SHA1, and Digest::HMAC are now required to support SNMPv3. - Added the ability to specify the local address and port number used by each object. - Corrected an error in the Net::SNMP::FSM module that would cause all response messages to be dropped in "non-blocking" mode if there is a recv() error. - Updated the logic in the "blocking" response handling method such the transmit buffer is properly updated if there is a decode error while parsing the GetResponse-PDU. - Counter, Guages, and TimeTick values that are incorrectly encoded as negative signed integers are now converted to unsigned values. This feature can be disabled by setting the "-unsigned" flag to false using the translate() method. - An empty community name is now allowed. - Updated the "non-blocking" example script.
2001-11-30Update to 0.36mjl2-5/+5
* For whatever reason, Thread->self returns undef under ActivePerl. This is now handled properly in Net::Daemon::Log.
2001-11-30Update net/wu-ftpd to 2.6.1nb1abs2-4/+20
Adds the following wu-ftpd.org post 2.6.1 patches: - ftpglob - missing_format_strings - nlst-shows-dirs - pasv-port-allow-correction The first (ftpglob) covers a potential root compromise.
2001-11-29Buildlinkify.wiz1-12/+3
2001-11-29A dependency on automake implies a dependency on autoconf; there's no needjlam2-4/+2
to list them both when we listing just automake will do.
2001-11-29Add and enable hesiodseb1-1/+2
2001-11-29Trivially buildlinkify. Also correct typo: NEED_HESIOD should bejlam1-3/+6
USE_HESIOD if the buildlink.mk file is to be believed, and we should include bsd.prefs.mk first so that a USE_HESIOD from /etc/mk.conf can be picked up.
2001-11-29The hesoid package has only static libraries, so use use a BUILD_DEPENDSjlam1-2/+2
instead of a normal DEPENDS.
2001-11-29Initial import of hesiod-3.0.2.seb5-0/+97
Provided in PR 14649 by Kevin P. Neal <kpneal@pobox.com>. Minor enhancements and buildlink.mk made by seb. A package builder can force the use of this package by defining NEED_HESIOD in case the base system already provides Hesiod API in the C library. Note: NetBSD's C library provides minimum Hesiod support, the library included in this package is the MIT original one and so provides the whole Hesiod API. Hesiod is a name service library that can provide general name service for a variety of applications. It is based on the Domain Name system (DNS). The Hesiod library and hesinfo tool allow easy queries to Hesiod name service.
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