summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2002-01-06Update net/php4-yp to version 4.1.1. The only change is updating tojlam1-3/+3
the version from the php-4.1.1 distribution.
2002-01-06Update net/php4-sockets to version 4.1.1. The only change is updating tojlam1-3/+3
the version from the php-4.1.1 distribution.
2002-01-06Update net/php4-ftp to version 4.1.1. The only change is updating tojlam1-3/+3
the version from the php-4.1.1 distribution.
2002-01-03Bump to pload-0.9.4nb2: make this compile againhubertf3-3/+17
2001-12-31Update net/php4-yp to 4.1.0. No list of changes from version 4.0.6;jlam1-3/+3
simply update to version from php-4.1.0 distribution.
2001-12-31Update net/php4-sockets to 4.1.0. Changes from version 4.0.6 include:jlam1-3/+3
- Updated the sockets extension to use resources instead of longs for the socket descriptors. The socket functions have been renamed to conform with the PHP standard instead of their C counterparts. The sockets extension is now usable under Win32. (Daniel)
2001-12-31Update net/php4-ftp to 4.1.0. Changes from version 4.0.6 include:jlam1-3/+3
- Added support for socket and popen file types to ftp_fput (Jason)
2001-12-31Update to 0.18; changes since 0.17 include:kleink2-5/+5
# v 0.18 2001.11.19 - Further improved auto-download to not request things we already got - Refuse to record a download if we still have an identical active one - Integrated search results limiting patch, from Brian St. Pierre - Fixed incremental sort logic, which was not accurate for big values - Made search results sortable by Host and by Info - Integrated new manpage from Brian St. Pierre (in debian directory) - Never overwrite files in "completed dir"; rename target file if needed - Missed "return" statements in error path for "download resuming" checks - Made auto-download.txt case sensitive, and leading '#' is treated as comment - Auto-download flag made persistent, and file name set via config file - Integrated auto-download.txt patch from Brian St. Pierre - Integrated patch from Brian St. Pierre to burst gnutella.h into small files
2001-12-30newterm() appeared in NetBSD-1.5ZA; set INCOMPAT_CURSES appropriately.wiz1-2/+3
2001-12-30It would appear that this package really does need ncurses, so add aagc1-1/+2
USE_NCURSES to the package Makefile. Fixes a problem on the recent 1.5.2 bulk build.
2001-12-30Pass the MAKE_ENV definitions down to the custom do-build stage.agc1-2/+2
Fixes problem uncovered in 1.5.2 bulk build.
2001-12-29Improve COMMENTzuntum1-2/+2
2001-12-28Pull in automake - otherwise we lose on arm32 1.5 a.out systems...abs1-1/+5
2001-12-25Buildlinkify.wiz3-4/+18
2001-12-25Buildlinkify.wiz1-5/+4
2001-12-24Updated bind8 to 8.2.4nb1:abs8-71/+297
Include a basic rc.d script (based on apache), and fixup installed paths for Linux
2001-12-23Upgrade to poptop-1.0.1 since the old distribution was no longerkim4-19/+44
available, you get an HTML page instead. Fixed a syntax error in configure.in that caused compilation to fail (even with the old version) due to gettext(3) not found (-lintl was dropped).
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