summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2001-02-15Updated to 1.10abs2-4/+4
Changes since 1.09 The $u->query_form method will now escape spaces in form keys or values as '+' (instead of '%20'). This also affect the $mailto_uri->header() method. This is actually the wrong thing to do, but this practise is now even documented in official places like http://www.w3.org/TR/html4/interact/forms.html#h-17.13.4.1 so we might as well follow the stream. URI::Heuristic did not work for domain-names with dashes '-' in them. Fixed. Documented that $uri->xxx($1) might not work. Closes pkg/11990
2001-02-15Update to 1.63:abs4-84/+9
Changes since 1.62: - Require LWP 5.50. A bug fix was introduced in LWP 5.49 which solves problems with relative Location: headers for Checkbot. - Create a defaults --match argument based on all the start URLs, not just the first one. - Remove .bak files when the new files are written correctly. - Create correct URLs when --file argument also contains directories. - Deal with redirects without a Location: header. - Don't exclude checkbot's own pages automagically. - Always ask server about file type for HTTP requests when uncertain. - Make output well-formed HTML. - Several typo's and other output fixes. patch-aa incorporated into main dist.
2001-02-15Update to 5.50:abs2-4/+4
Changes since 5.48: Release 5.50 Fix for test cases that failed because of URI-1.10 now encode space as '+' instead of '%20. Patch by Christian Gilmore <cgilmore@tivoli.com>. Makefile.PL: Require URI-1.10. HTTP::Daemon now accepts any non-space character as method name on the request line. It used to fail on methods like "M-POST" because it only allowed \w-chars. HTTP::Date now allow fractional seconds in ISO date formats. Based on patch from Mark D. Anderson <mda@discerning.com> HTTP::Request::Common will now calculate Content-length even if $DYNAMIC_FILE_UPLOAD is set. Patch provided by Lindley, Lee T <Lee.Lindley@viasystems.com>. 2000-12-31 Gisle Aas <gisle@ActiveState.com> Release 5.49 HTML::Form: Use croak() instead of die. Implement $f->possible_values. Avoid use of undef value warnings. HTTP::Cookies: fix epath issue. Make it work for URI::http as the uri-attribute of HTTP::Request object HTTP::Date: Allow ignored timezone info in parenthesis. Patch by Sander van Zoest <sander@covalent.net>. Fix calculation of non-GMT timezones (wrong sign). Patch by KONISHI Katsuhiro <konishi@din.or.jp>. HTTP::Response: Let $res->base() absolutize the URI. Based on bug report from Hans de Graaff <hans@degraaff.org>. Fixed minor doc typos in HTTP::Headers::Util and LWP::UserAgent. HTTP::Request::Common: Support boundary spec from client. LWP::Simple: Avoid trivial_http_get when @ appears in authority part of URI LWP::Authen::Digest: Need to have query in URI param. Spotted by <ronald@innovation.ch>. LWP::Protocol::http: unescape username/password if they are specified in the URI. Added LWP::Protocol::GHTTP. This allow LWP to use the HTTP::GHTTP module as the low level HTTP driver.
2001-02-13Update "analog" package to version 4.16. Changes since version 4.15:tron4-8/+8
- Security fix for buffer overflow bug. - Small correction to Brazilian Portuguese language file.
2001-02-13Workaround for file permission problem of htdocs/index.html.*. Problem reportkei1-1/+3
submitted to the author.
2001-02-13Move Horde's PHPLIB library into the horde subtree and protect it withjlam3-30/+34
appropriate settings in horde.conf.
2001-02-12Add and enable hordejlam1-1/+2
2001-02-12Horde PHP application frameworkjlam17-0/+820
2001-02-12Update md5 checksum. Address to PR pkg/12182.taca1-2/+2
2001-02-12Link c-client object files directly into PHP4 IMAP shared module. This getsjlam5-30/+40
php4-imap working on my Apache 1.3.17 + mod_ssl 2.8.0 + PHP4 installation.
2001-02-11Make this pkg build properly if W3M_USE_JAPANESE=no is in /etc/mk.conf.hubertf2-1/+16
Fixes PR 12186 by Michael van Elst <mlelstv@serpens.de>
2001-02-11Add the necessary support files for sparc64.eeh4-0/+416
2001-02-10__NetBSD_Version__ needs <sys/param.h>.fredb2-6/+17
2001-02-09Make LYNX_SCREEN_LIB=curses build again on NetBSD-1.4.3 and older.fredb2-9/+21
2001-02-09Add configure hack to ensure that we're doing the feature tests withfredb1-4/+4
-lcurses and not -lncurses when LYNX_SCREEN_LIB is set to "curses".
2001-02-08Update lynx-current to 2.8.4dev16. This snapshot contains very manyfredb7-110/+29
bug-fixes, and also integrates SSL and internationalization support! For details, see the CHANGES file in the snapshot or at http://lynx.isc.org/current/CHANGES No longer bother installing lynx{.cfg,.lss} to ${PREFIX}/etc/. They weren't being looked at by default, anyway, while it remains trivial to override the default locations via environment variables.
2001-02-08make patchsum.kei1-2/+2
2001-02-08added NetBSD RCS Id tag.kei1-0/+2
2001-02-08HOMEPAGE has changed to "http://htdig.sourceforge.net/". MASTER_SITES not.kei1-2/+2
2001-02-08Add German mirror site.tron1-2/+3
2001-02-07Bring in the fix for bug #63846, which prevents many buttons from working on atmycroft2-1/+15
least macppc (due to an uninitialized variable!).
2001-02-07- Don't use the ".php" script on the master sites for downloading becausetron1-2/+3
it confuses our FTP client. - Add German mirror site.
2001-02-07Fix incorrect version number in dependence on "apache" package.tron1-2/+2
2001-02-07Fix typo.tron2-4/+4
2001-02-07Add missing directory name "source" to URL for German "mod_ssl" mirror.tron1-2/+2
2001-02-07Add German mirror sites.tron1-1/+3
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz5-21/+28
2001-02-06slightly better way to handle -p1 patchesitojun1-9/+4
2001-02-06pull official patch from apache.org. make it 1.3.17.1itojun2-7/+20
2001-02-06s/apache/apache6/. oopsitojun1-2/+2
2001-02-06pull in official fix from apache. make the version number 1.3.17.1itojun2-3/+7
(hope it is the right way). >There's another bug in RewriteMap handling in Apache 1.3.17, which >causes ${} expansions to be completely ignored. This patch fixes it.
2001-02-06upgrade to 1.3.17 + IPv6 patch. pkgsrc directory is much more similar toitojun23-297/+561
pksrc/www/apache. see pkgsrc/www/apache changelog for full changelog.
2001-02-06locally fix passive FTP breakage (patch already submitted to lynx guys).itojun3-1/+113
PR 12141.
2001-02-061.34 -> 1.35 change (CPPFLAGS=-DINET6) works only if we are on 1.5, not onitojun1-1/+4
current. have some comment about that. we should fix bsd.pkg.mk instaed.
2001-02-06Make that "autoreconf" -- there is no "autoremake".fredb1-3/+3
2001-02-05Update i386 message ot indicate EXEC_ELF32 is only pre 1.5abs2-6/+6
2001-02-05add www/curlitojun1-1/+2
2001-02-05curl 7.6, fetch data from an URL (similar to wget)itojun6-0/+64
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron3-9/+9
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-04Provide a new style startup script with backwards compatibility.tron1-29/+22
2001-02-03Correct HTML syntax.jlam2-5/+5
2001-02-03Remove redundant setting of CPPFLAGS, now that bsd.pkg.mk already setsfredb1-2/+1
CPPFLAGS=-I${LOCALBASE}/include, and adds it to CONFIGURE_ENV.
2001-02-03Make INET6 work again, fix supplied by Olaf Seibert in PR pkg/12124.fredb1-3/+2
Additionally remove redundant CPPFLAGS setting, and respect setting of CPPFLAGS in builder's environment.
2001-02-02Make this actually describe the pkgs.hubertf2-6/+10
By PR 12115 from Jeremy C. Reed <reed@reedmedia.net>
2001-02-02Add and enable php4-ldapjlam1-1/+2
2001-02-02php4-imap: PHP4 extension for LDAP databasesjlam3-0/+16
Provided by John Darrow in pkg/12093.
2001-02-02Update p5-CGI to 2.75. Changes from version 2.74:jlam3-21/+34
1. Fixed bug in server push boundary strings (CGI.pm and CGI::Push). 2. Fixed bug that occurs when uploading files with funny characters in the name 3. Fixed non-XHTML-compliant attributes produced by textfield() 4. Added EPOC support. 5. Fixed minor XHTML bugs. 6. Made escape() and unescape() symmetric with respect to EBCDIC. 7. Removed uninitialized variable warning from CGI::Cookie. 8. Fixed bug in CGI::Pretty that causes it to print partial end tags when the $INDENT global is changed. 9. Single quotes are changed to character entity ' for compatibility with URLs.
2001-02-02Update ap-perl to 1.25. Relevant changes from version 1.24:jlam2-5/+5
* Improved documentation for mod_perl. * Many bugfixes. * Apache::Server->loglevel can now be modified * allow $r->finfo to be modified * include mod_perl hook/feature config and pod in Apache::MyConfig * prevent $PerlRequire in a <Perl> section from triggering an endless loop * allow modification of $r->hostname * new Apache::test::static_modules() method * add proper offset support to Apache::read * change Apache::PerlRun's Apache class relationship from is-a to has-a * Apache::SubRequest->run(1) allows ap_send_http_headers() to output for subrequests * Apache::{Registry,PerlRun} will now log an error if $filename is NOT_FOUND * make extra sure Apache::Constants::AUTOLOAD does not recurse looking for sub __AUTOLOAD * $r->get_basic_auth_pw and $r->note_basic_auth_failure will default $r->auth_type to "Basic" if not already set * $r->auth_type is now writeable, e.g. $r->auth_type("Basic") * added Apache::user method * disable r->proxyreq checking unless PerlTransHandler is enabled and configured * PerlAddVar is now an ITERATE2 directive rather than TAKE2 * added Apache::Server::error_fname method * avoid duplicate buffer copy in {read,get}_client_block by reading directly into Perl's SV buffer * switch usage of hard_timeout() to soft_timeout(), so if SIGALRM happens during Apache::{print,read}, the script will continue run, allowing proper cleanup (e.g. DESTROY) * add PerlCleanupHandler to the {get,set}_handlers table * quotemeta path_info in Registry regexp * flush r->finfo cache if r->filename fails * backed out $Apache::Server::ConfigTestOnly until proper Apache support is in place * Apache::ExtUtils will now generate an END routine to call ap_remove_module() * rename Apache::{PerlRun,RegistryNG}::update_mtime to set_mtime, so Apache::update_mtime is not overridden * constant 'DECLINED' wasn't imported by Apache::RegistryBB * Apache::Resource was not converting PERL_RLIMIT_AS to MB values
2001-02-02Update ap-ssl to 2.8.0. Relevant changes from version 2.7.1:jlam8-56/+51
-) Rename mod_ssl.conf to apache_start.conf. *) Upgraded to Apache 1.3.17 as base version. *) Allow %{ENV:variable} in SSLRequire expressions, too. *) Make sure the user is not able to fake the client certificate based authentication by just entering an X.509 Subject DN ("/XX=YYY/XX=YYY/..") as the username and "password" as the password if "SSLVerifyClient optional" is used in combination with "SSLOptions +FakeBasicAuth".
2001-02-02Update apache to 1.3.17. Important changes from version 1.3.14 include:jlam15-164/+197
-) Remove patch to avoid dlclose()ing on NetBSD. The mod_perl vs. perl CGI mis-interaction seems to be gone and I wasn't able to reproduce it on my system. *) Fix the declaration of the module structure in mod_example. *) Fix the handling of variable expansion look-ahead in mod_rewrite, i.e. syntax like %{LA-U:REMOTE_USER}, and also fix the parsing of more complicated nested RewriteMap lookups. *) mod_status now respects ?refresh=n of 1 or greater. If the given refresh value is not a number, ?refresh is set to 1 second. *) Accomodate an out-of-space condition in the piped logs and the rotatelogs.c code, and no longer churn log processes for this condition. *) Make cgi-bin work as a regular directory when using mod_vhost_alias with no VirtualScriptAlias directives. *) Move the check of the Expect request header field after the hook for ap_post_read_request, since that is the only opportunity for modules to handle Expect extensions. *) Eliminate caching problems of mod_autoindex results, so the last modified date of the directory is returned as the Last-Modified and ETag HTTP header tags are sent if IndexOptions TrackModified directive/option is used. *) Correct an issue with Alias and ScriptAlias directives that file path arguments were not normalized in canonical form. This correction makes no attempt to normalize regular expression forms of Alias or ScriptAlias. *) Add a new LogFormat directive, %c, that will log connection status at the end of the response. *) Update the mime.types file to the registered media types as of 2000-10-19. *) Restore functionality broken by the mod_rewrite security fix: rewrite map lookup keys and default values are now expanded so that the lookup can depend on the requested URI etc.