summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2003-08-04Convert to the bsd.pkg.install.mk framework:jmmv3-39/+34
- Honour PKG_SYSCONFDIR. - Use CONF_FILES to install the default configuration file. - Use RCD_SCRIPTS to handle the startup script. Bump PKGREVISION to 1.
2003-08-04This appends to perllocal.pod in archlib, not sitelibjmc1-2/+2
2003-08-02apply same <iostream> patch for gcc3 as mozillamrg2-1/+14
2003-08-02use <iostream> instead of <iostream.h>mrg2-1/+14
2003-08-01Japanese versions of Netscape7 are online. So now we can use PKG_LANG again.jschauma3-18/+11
Bump PKGREVISION.
2003-08-01Add build dependency on bison. Noted missing by bulk build.wiz1-1/+3
2003-08-01It is ruby-openssl again; fix DEPENDS.wiz1-2/+2
2003-08-01Update MASTER_SITES.wiz1-3/+2
2003-07-31Add conflict with ap-auth-pgsql.wiz1-1/+3
2003-07-31Add and enable ap-auth-pgsql.wiz1-1/+2
2003-07-31Initial import of ap-auth-pgsql, a replacement for ap-auth-postgresql.wiz5-0/+65
Provided by Harry Waddell in PR 21206. This module allows user authentication (and can log authenthication requests) against information stored in a PostgreSQL database. PostgreSQL is a public domain SQL database. Authentication One database, and one (or two) tables. One table holds the username and the encryped (or plain) password. The other table holds the username and the names of the group to which the user belongs. It is possible to have username, groupname and password in the same table. Access Logging Every authentication access is logged in the same database of the authentication table, but in different table. User name and date of the request are logged. As option, it can log password, ip address, request line.
2003-07-31Update to 0.11.wiz4-7/+37
New in 0.11: In 0.10, the config file format for the custom menu changed, but the conversion was broken. Replace entries in the custom menu were broken, causing a segfault in some cases. These are both fixed. New in 0.10: Changes include many bugfixes and speedups, many user interface improvements, more translations, and a very nice function reference interface. Currently included function reference files are for PHP and HTML.
2003-07-31Add/enable awstatsjschauma1-1/+2
2003-07-31Initial import of www/awstats into pkgsrc, based on the package submittedjschauma5-0/+531
by juan at xtraeme dot dyndns dot org in PR pkg/19608: AWStats is a short for Advanced Web Statistics. It's a free tool that generates advanced web server access statistics graphically. This web server log analyzer works as a CGI or from command line and shows you all possible information your log contains, in few graphical web pages. It uses a partial information file to be able to process large log files, often and quickly. It can analyze log files from IIS (W3C log format), Apache log files (NCSA combined/XLF/ELF log format or common/CLF log format), WebStar and some other web, proxy or WAP servers (and even some FTP servers).
2003-07-30Update quanta to 3.1.3.markd2-8/+7
Bugfixes: * use the project base directory as the working directory for script actions * warn about existing files on rename * encode the subject in a mailto url * fix conflicting shortcut for Misc. Tag * fix possible crashes when using plugins * quote also the numbers in the attribute values * show the directory on the remote PC when using Save As for remote files, instead trying to switch to the file on the local disc * don't break the doctype line when changing the DTD * insert valid doctype line when using the Quick Start button * don't crash when trying to edit tags without proper .tag file (like <b>) * enable copying from documentation/preview even if the user uses separate clipboard and selection Enhancements: * don't insert spaces before CSS values (it disturbs some browsers) * default to the project dir when saving a new document * replace %pid with Quanta's pid and %input with the selected input source in the script action line
2003-07-30Set USE_PKGINSTALL instead of directly including bsd.pkg.install.mk.jmmv1-2/+2
2003-07-30Update to 7.10.6:wiz3-10/+10
Changes: * CURLOPT_SSL_CTX_FUNCTION allows a custom callback for SSL connections * multiple patches lets curl build and run on DOS * libcurl now deals with spaces in Location: redirects and URLifies them * curl --version shows more detailed info * curl_version_info() now returns info on NTLM, GSS-Negotiate and Debug * curl_version() includes "GSS" in the string if built with GSSAPI available * Pick-best-authentication option added (--anyauth, using the CURLOPT_HTTPAUTH set to CURLAUTH_ANY) * NTLM authentication support (--ntlm and CURLAUTH_NTLM) * GSS-Negotiate authentication support (--negotiate and CURLAUTH_GSSNEGOTIATE) * Digest authentication support added (--digest and CURLAUTH_DIGEST) * Allow curl to switch (back to) to Basic authentication (--basic) * libcurl supports name and password in proxy environment variables Bugs: * double slash after the host name on a FTP URL again points out the root dir * obscure and rare DNS cache problem was fixed * multiple FTP connections to the same host with different user names didn't work properly * no more CWD commands without arguments for ftp connections * curl no longer uses setvbuf() due to portability problems * VMS build fixes * the curl tool has the -M manual compressed internally if built with libz * url globbing syntax error could cause segfault * Huge (>40-60KB) GET requests over HTTPS failed. * Content-Length now overrides socket-closed as a means of knowing when the response body is complete. * --progress-bar takes the initial size into account when doing resumed downloads * work around SSL bugs better * libcurl typically issues POST requests with less send() calls * better main makefile * external headers improved portability * Listing FTP directories without contents could leak a socket * Getting HTTP contents in one line without headers failed * bugfixed the socks5-proxy usage (twice) * h_aliases name-lookup rare crash fixed * improved curl -M output * curl_unescape() now only unescapes valid %HH codes
2003-07-30fix cut and pasto introduced in rev 1.66 (USE_DB185).grant1-1/+3
2003-07-29Remove trailing slashes in DEPENDS lines.wiz1-3/+3
2003-07-29add --disable-pedantic to quell gcc3.3mrg1-1/+2
2003-07-29update to Mozilla Firebird 0.6.1.grant4-9/+11
changes since 0.6: * Fix for the auto-complete crash bug * Fix for the DOM security restriction bug that broke many bookmarklets * New application icon * Other minor bug fixes as there is no Solaris build of 0.6.1 available yet, the Solaris version stays at 0.6 for now.
2003-07-28+zope25-RenderableChartsdrochner1-1/+2
2003-07-28import zope25-RenderableCharts-0.6, a tool to generate drawings/chartsdrochner4-0/+69
using the reportlab toolkit (XXX suffers from reportlab's font file problems)
2003-07-28install a little shell script which eases the creation of a zopedrochner3-2/+56
instance in response to PR: pkg/18191 by Kent Polk
2003-07-27make ap2-ruby compile on NetBSD 1.6.1, without non-native thread environment.taca3-1/+65
I'll send thses patch to mod_ruby people later.
2003-07-26update to 0.20.0drochner3-7/+9
changes: Simpler page types, smarter message handling, auto subscription option; mail, skin and miscellaneous bugfixes
2003-07-26update to 1.1bdrochner2-8/+6
changes: -fix for problems with photo upload
2003-07-26update to 0.9.2.2drochner3-120/+503
changes: -different distribution format (multiple files) -support for ExternalEditor -Bulk import of files/images -Unicode support -Sidebar caching -High resolution image support. If you have PIL installed -Soft breaks in paragraphs (single enter) -bugfixes
2003-07-26update to 1.2drochner3-38/+8
changes: - fixes context bug
2003-07-26update to 2.4.0drochner3-13/+12
changes: -bugfixes -When closing connections, shutdown() the send side of TCP sockets to prevent a TCP RST from trashing the reciept of data on the client (when the client continues to send data to the application). -some C++ API stuff
2003-07-25Tweak an "#ifdef unix" check to get initgroups(3) support.drochner2-1/+15
Fix from MLH per PR pkg/21697.
2003-07-25Update to 1.08:jmmv2-5/+5
1.08 Thu Apr 4 11:26:27 CST 2002 - Added some more crufty HTML tolerance -- not PC (puristicly correct) but HTML correctness is probably of no interest to those merely trying to extract information *out* of HTML. - Fixed a mapback problem with the legacy methods 1.07 Wed Aug 22 06:14:24 CDT 2001 - Added keep_html option for HTML retention - bug fix for depth/count targets
2003-07-24Use ruby-openssl not ruby-ossljmc1-2/+2
2003-07-24Add and enable bkedit.wiz1-1/+2
2003-07-24Initial import of bkedit, a bookmark editor.wiz4-0/+42
bkedit is an easy to use bookmark manager and editor. The program can read, write, edit, create, manage and convert the bookmarks of the most popular browsers. There is also a simple Drag & Drop interface for adding new bookmarks from a running browser in a very comfortable way.
2003-07-24s/export -n/unset/ in the install script.grant2-1/+15
fixes install on NetBSD (stupid bash'isms).
2003-07-23New checksummartti1-3/+3
2003-07-22Use OWN_DIRS instead of MAKE_DIRS, and use the right operator +=.jmmv1-4/+4
Fixes PR pkg/22039 by Todd Vierling.
2003-07-22COMMENT should start with a capital letter.martti99-198/+198
2003-07-21Use PERL5_SITEARCH in PLIST to make it works with perl 5.8.taca1-2/+2
2003-07-21Add and enable ap2-ruby.taca1-1/+2
2003-07-21Importing www/ap2-ruby 1.1.1 pacakge based on PR pkg/21921.taca5-0/+83
mod_ruby embeds the Ruby interpreter into the Apache web server, allowing Ruby CGI scripts to be executed natively. These scripts will start up much faster than without mod_ruby. This package is the development version, which supports apache2 under the prefork and threaded MVM. For Apache 1.3.XX, see www/ap-ruby.
2003-07-21Change depends to ruby-ossl package from ruby-openssl.taca1-2/+3
Bump package revision.
2003-07-21Updated bins to 1.1.22martti4-21/+8
- Perl 5.8 UTF-8 file writting problem has been corrected. - htmldefaults option of HTML::Clean has been removed, because it breaks UTF-8 strings in Perl 5.8. - added satyap style templates from Satya. - added Dutch translation (nl).
2003-07-21Update squid package to 2.5.3nb2.taca2-9/+76
- (Minor) round-robin cache_dir selection incorrectly compares max-size - (Major) cbdata.c:186: "c->valid" assertion due to peer digest not found - (Major) Crash after ftpTimeout: timeout in SENT_PASV state - (Minor) Requests denied by http_reply_access are not logged with TCP_DENIED - (Minor) ie_refresh does not signal no-cache to peer caches - (Medium) Client Socket Buffer leak on reply_body_max_size - (Medium) Forward Host headers in place - (Medium) Memory leak in deny_info TCP_RESET - (Cosmetic) ERR_TOO_BIG Spanish translation - (Cosmetic) minimum_retry_timeout unused - (Minor) SNMP update of cachePeerPingsSent and cachePeerPingsAcked - (Cosmetic) store_check_cachable_stats slghtly misleading - (Minor) /etc/hosts and lines with comments after the host name - (Minor) sbrk as fallback method for high_memory_warning - (Minor) header_access fails when using peers - (Cosmetic) neighbor_type_domain documentation update - (Minor) issue warning if CARP load factor values decrease in the cache_peer list - (Cosmetic) Compile time warnings when using GCC-3.3 - (Minor) aufs Files queued for open counter mismatch - (Minor) external_acl does not wait for ident lookups to complete - (Minor) icmpRecv: recv: (11) Resource temporarily unavailable - (Cosmetic) Incorrect RFC reference regarding URL syntax - (Cosmetic) quote '%' character in logs - (Cosmetic) check open("/dev/null") return value for errors. - (Cosmetic) "cache_dir diskd" documentation update Not all of the pathces are new but updated one.
2003-07-19Update "ap-ssl" package to version 2.8.15. Changes since version 2.8.14:tron2-7/+7
- Upgraded to Apache 1.3.28 - Take over security fix from Apache 2.0 related to per-directory renogotiations.
2003-07-19Update "apache" package to version 1.3.28. Changes since version 1.3.27:tron3-13/+18
- SECURITY: CAN-2003-0460 (cve.mitre.org) Fix the rotatelogs support program on Win32 and OS/2 to ignore special control characters received over the pipe. Previously such characters could cause it to quit logging and exit. [André Malo] - Prevent the server from crashing when entering infinite loops. The new LimitInternalRecursion directive configures limits of subsequent internal redirects and nested subrequests, after which the request will be aborted. PR 19753 (and probably others). [William Rowe, Jeff Trawick, Jim Jagielski, André Malo] - Fix NULL-pointer issue in ab when parsing an incomplete or non-HTTP response. PR 21085. [Glenn Nielsen <glenn@apache.org>, André Malo] - Removed BIND_NOSTART from HP/UX shl_load() logic for loadable Apache modules, so that statics are initialized when the module is loaded (especially critical for c++ modules on HPUX.) [William Rowe, Noah Arliss <narliss@netegrity.com>] - Win32 build system changes; always recompile buildmark.c (used for Apache -v 'server built' messages) even when Apache is built from within the IDE; build test_char.h and uri_delims.h from within the ApacheCore.dsp project. PR 12706. [William Rowe] - Introduce Win32 .pdb diagnostic symbols into the Apache 1.3 build (as created in Apache 2.0.45 and later.) Makes debugging and analysis of crash dumps and Dr. Watson logs trivial. Requires the Win32 binary builder to set aside the exact .pdb files that match the released binaries (.exe/.so files) for reference by users and developers. [William Rowe] - Make sure the accept mutex is released before calling child exit hooks and cleanups. Otherwise, modules can segfault in such code and, with pthread mutexes, leave the server deadlocked. Even if the module doesn't segfault, if it performs extensive processing it can temporarily prevent the server from accepting new connections. [Jeff Trawick] - Fix mod_rewrite's handling of absolute URIs. The escaping routines now work scheme dependent and the query string will only be appended if supported by the particular scheme. [André Malo] - Use appropriate language codes for Czech (cs) and Traditional Chinese (zh-tw) in default config files. PR 9427. [André Malo] - Don't block synchronous signals (e.g., SIGSEGV) while waiting for and holding a pthread accept mutex. [Jeff Trawick] - AIX: Change the default accept mechanism from pthread back to fcntl. Idle child cleanup doesn't work when the child selected for termination by the parent is waiting on a pthread mutex, and because the AIX kernel's notion of hot process is apparently the same as Apache's, it is common for the Apache parent to continually select a child for termination that the kernel will leave waiting on the mutex for extended periods of time. There are other concerns with pthread mutexes as well, such as the ability to deadlock the server if a child process segfaults while holding the mutex. [Jeff Trawick] - Fix a pair of potential buffer overflows in htdigest [Martin Schulze <joey@infodrom.org>, Thom May] - A newly created child now has a start_time of 0, to prevent mod_status from displaying a bogus value for the "time to process most recent request" column for freshly-started children in a previously-used scoreboard slot. [Martin Kraemer] - When using Redirect in directory context, append requested query string if there's no one supplied by configuration. PR 10961. [André Malo] - Fix path handling of mod_rewrite, especially on non-unix systems. There was some confusion between local paths and URL paths. PR 12902. [André Malo] - backport from 2.x series: Prevent endless loops of internal redirects in mod_rewrite by aborting after exceeding a limit of internal redirects. The limit defaults to 10 and can be changed using the RewriteOptions directive. PR 17462. [André Malo] - Use the correct locations of srm.conf and access.conf when tailoring the httpd.conf during the install process. PR 9446. [Stanislav Brabec <utx@penguin.cz>] - suexec: Be more pedantic when cleaning environment. Clean it immediately after startup. PR 2790, 10449. [Jeff Stewart <jws@purdue.edu>, André Malo] - Fix apxs to insert LoadModule/AddModule directives only outside of sections. PR 8712, 9012. [André Malo] - Fix suexec compile error under SUNOS4, where strerror() doesn't exist. PR 5913, 9977. [Jonathan W Miner <Jonathan.W.Miner@lmco.com>] - Unix build: Add support for environment variable EXTRA_LDFLAGS_SHLIB, which allows the user to add to the hard-coded ld flags specified for DSOs. Compare with the existing LDFLAGS_SHLIB environment variable, which allows the user to completely replace the hard-coded ld flags specified for DSOs. [Jeff Trawick] - mod_auth_digest no longer tries to guess AuthDigestDomain, if it's not specified. Now it assumes "/" as already documented. PR 16937. [André Malo] - In configure always assume suexec-umask to be an octal value by prepending a "0". PR 16984. [André Malo] - Fix typo in suexec -V output. PR 9034. [Youichirou Koga <y-koga@apache.or.jp>] - Fix bug where 'Satisfy Any' without an AuthType resulted in an "Internal Server Error" response. PR 9076. [André Malo] - mod_rewrite: Allow "RewriteEngine Off" even if no "Options FollowSymlinks" (or SymlinksIfOwnermatch) is set. PR 12395. [André Malo] - Change the log messages for setsockopt(TCP_NODELAY) and getsockname() failures to log the client IP address and to change the log level to debug. [Jeff Trawick] - Correction to mod_negotation for Win32, OS2, Netware etc, where case insensitive requests such as the HEADER or README search from autoindex would fail to match HEADER.html (because the system internally looked for the case-sensitive header.* pattern.) PR 7300 [William Rowe] - Correction to mod_autoindex so that only text/* files (prefering /html, then /plain, then some other flavor) can be recovered from a multiview-based HEADER or README subrequest. [William Rowe] - Improvements to mod_usertrack that allows for a regular (verbose) as well as "compact" version of the tracking cookie (the new 'CookieFormat' directive), and the ability to prepend a string to the cookie via the 'CookiePrefix' directive. [Pål Løberg <pallo@initio.no>, with cleanup by Jim Jagielski] - Certain 3rd party modules would bypass the Apache API and not invoke ap_cleanup_for_exec() before creating sub-processes. To such a child process, Apache's file descriptors (lock fd's, log files, sockets) were accessible, allowing them direct access to Apache log file etc. Where the OS allows, we now add proactive close functions to prevent these file descriptors from leaking to the child processes. [Jim Jagielski, Martin Kraemer] - Prevent obscenely large values of precision in ap_vformatter from clobbering a buffer. [Sander Striker, Jim Jagielski] - NetWare: implemented ap_os_default_port() to resolve the correct default port based on the request method. This fixes a URL reconstruction problem on a redirect. [Pavel Novy (novy@feld.cvut.cz)] - Added new ap_register_cleanup_ex() API function which allows for a "magic" cleanup function to be run at register time rather than at cleanup time. Also added the ap_note_cleanups_for_(socket|fd|file)_ex() API functions which allows for control over whether that magic cleanup should be called or not. This does not change the default behavior of the non-"ex" function (eg: ap_register_cleanup). [Jim Jagielski, concept by Ben Laurie] - PORT: Take advantage of OpenBSD's arc4random() function for the initial secret [Henning Brauer <hb-apache-dev at bsws.de>] - If Listen directive is not a port, but just an IP, emit an error condition as this case is ambiguous. [Rich Bowen, Justin Erenkrantz, Cliff Woolley] - Update timeout algorithm in free_proc_chain. If a subprocess did not exit immediately, the thread would sleep for 3 seconds before checking the subprocess exit status again. In a very common case when the subprocess was an HTTP server CGI script, the CGI script actually exited a fraction of a second into the 3 second sleep, which effectively limited the server to serving one CGI request every 3 seconds across a persistent connection. PRs 6961, 8664 [Bill Stoddard] - mod_setenvif: Add SERVER_ADDR special keyword to allow envariable setting according to the server IP address which received the request. [Ken Coar] - PORT: Enable SINGLE_LISTEN_UNSERIALIZED_ACCEPT for AIX 4.3.2 and above. Update AIX configure logic to allow higher AIX release numbers without having to change Apache. [Jeff Trawick]
2003-07-18gcc.buildlink2.mk is now handled automatically.grant1-4/+1
2003-07-18allow these to work with -current glib/gtk on Solaris, add links forgrant8-50/+62
libgmodule and handle symlinked libraries more cleanly.
2003-07-17s/netbsd.org/NetBSD.org/grant194-391/+391