summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2002-03-11correctly quote $@abs4-8/+8
2002-03-11Update the example "crontab" fragment to the new location for the "htdig"fredb1-13/+12
scripts, and while we're in here, be a little less verbose.
2002-03-10If we're overriding MAKE_PROGRAM to ant we should probably reset MAKE_FLAGSabs2-2/+4
to avoid any 'make' MAKE_FLAGS confusing 'ant'.
2002-03-10Update wwwwoffle to 2.7. Very many bug fixes, including fixes forfredb6-190/+112
dealing better with javascript pages, and fixes for old ftp servers. Lots of new features and configure options, too. Also, new translations for French, Dutch, Polish, German; docs and notes in a few other languages; and translations for local pages are now selected by browser settings!
2002-03-10Update to 2.1.9jdolecek2-6/+6
Changes: * parser fix: convert remaining isalpha(), toupper() calls so that parameters are cast to unsigned char * parser fix: internal flags were not properly reset when end of buffer was encountered while reading command * with EAPI, hook the mod_ssl hooks to different processing phase, so that CSacek works with SSL also when authentication is _not_ used * radical documentation facelift (still czech only, tho)
2002-03-10Update to skipstone 0.7.9 which is needed as mozilla 0.9.8 changed it's APIjmc3-12/+11
again. Highlights from the Changelog: - Updated Dutch Translations from Francois Duprez. - Chagnes to make skipstone compile on HPUX. Thanks to Geoferrey Hausheer for his help. - Patch from anamaru@sekine-lab.ei.tuat.ac.jp (Takashi Kanamaru) to call mozilla_save_prefs() - says it helps with saving cache. - Change skipstone script to use /bin/sh instead of /bin/bash - I wonder why I never changed the File menu in tabbed mode to say New Tab, open in current tab and open in a new tab ! done ;) - The long awaited feature of being able to enable/disable plugins is implemented. checkout the plugins root node, now its selectable and has a checkbutton for each of the loaded plugins. Disabling/Enabling plugins requires a restart. - Updated Russian translations from Aleksandr Blohin - ConfirmEx dialog implemented properly now, cookie prompts and signon prompts should work fine now. - Oops - disable popups option was not sticking! - Made it so that the AutoComplete plugin display the alternative completions when the option is set to off if the ctrl and tab were used instead of tab only. - AutoComplete config item where one could disable the display of the alternative items and a fix to skipstone when writing a plugin config item that is set to '0'. - Applied a patch from Muthu that replaces the entry in the open in new window dialog with a combo that has the latest urls. Default behavior of the entry being focused and it being blank is still retained. - FavIcon plugin can be told to fetch favicons even if they were not included in the HTML source, its off by default since it will be probing each server for favicon.ico which can be annoying. - You can now assign FavIcons to sites that dont set one, also you can refresh a FavIcon. - Thanks to Hiroyuki Ikezoe for reporting a mess up with bookmarks. Fixed now.
2002-03-09Update htdig to 3.1.6. Many bug fixes, including one security-related fix.fredb7-568/+69
The following is from the web page: Release notes for htdig-3.1.6 1 Feb 2002 As with previous releases, this version cleans up some remaining bugs and adds a few heavily-requested features. As the latest stable release, it is recommended for all production servers. * Fixed another nasty security hole in htsearch, which would allow a denial of service attack or forcing htsearch to read in config files outside of the configuration directory. * Fixed some problems with htmerge, including problems with words beginning with special characters and merging multiple databases. * Fixed a bug in handling hopcounts. * Fixed problems in handling non-standard relative HTTP redirects. * Fixed bugs in external parsers support including being confused by charset information in the Content-Type header and handling binary output from external converters. * Fixed bugs in the default English endings database. (Under ispell, it wasn't quite intended for the accuracy needed for our usage.) * Fixed additional bugs in the endings fuzzy algorithm. * Fixed bugs with compiling with gcc-3.0 and later. * Fixed bugs compiling and running on Mac OS X. * Fixed problems with servers not returning a Last-Modified date--now assums indexing time as modification time. * Fixed a variety of bugs in the HTML parser to more flexibly handle non-standard HTML. * Fixed problems in the TCP connection code and will more reliably timeout when a connection hangs and will retry bad connections several times before giving up. * Added the -m "minimal" flag to htdig for only indexing a set list of URLs and made the -l (log) flag the default behavior so that htdig will stop and restart automatically. * Added htdump and htload programs for dumping ASCII representations of the databases and reloading the same. * Added support for htnotify to collect multiple URLs and allow easy customization of notification messages, including the new attributes htnotify_replyto, htnotify_webmaster, htnotify_prefix_file, and htnotify_suffix_file. * Added a new "accents" fuzzy algorithm to morph accents, including the new accents_db attribute. * Added a 'list all' feature to htsearch with a query of '*' or the current prefix_match_character. * Added date restricted searching to htsearch including relative dates. * Added documentation on running ht://Dig and the rundig script. * Added METADESCRIPTION and NSTARS variables to the htsearch templates as well as support for $=(var) template variable references. * Added new config attributes to htsearch for restrict and exclude which work like the normal htsearch form variables if the form variables are not set. * Added many new attributes, including ignore_dead_servers description_meta_tag_names, max_keywords, translate_latin1, url_rewrite_rules, search_rewrite_rules, anchor_target, ignore_alt_text, search_results_contenttype, boolean_keywords, boolean_syntax_errors, multimatch_method, maximum_page_buttons, max_excerpts, plural_suffix, any_keywords and use_doc_date. * Extended the build_select_lists attribute to support select multiple, radio boxes and checkboxes. * Revised the documentation to make it clearer in parts, including the url_part_aliases attribute. * Updated various contributed utilities including doc2html, xmlsearch, rundig.sh, htparsedoc, acroconv.pl, multidig, etc. * A variety of other bug fixes, and many documentation updates. See the ChangeLog for details.
2002-03-08Update to tidy-020307, and add a distsite for older versions.wiz2-7/+8
Change: one bug fix.
2002-03-07Update to tidy-20020301.wiz4-37/+49
Changes are mostly bugfixes, but I couldn't find a ChangeLog.
2002-03-06Have a default value for apache_start so it doesn't need to be specifiedjlam1-1/+3
in /etc/rc.conf.
2002-03-06Note the workaround mentioned in pkg/15570 to listen on IPv4 addresses asjlam1-0/+9
well as on IPv6 addresses. This closes pkg/15570.
2002-03-06Find the pkgsrc-installed expat libraries.jlam2-1/+23
XXX This patch will go away once the changes to buildlink to handle libtool XXX archives properly are committed.
2002-03-06Note addition of www/ap-auth-pam.jlam1-1/+2
2002-03-06Initial import of ap-auth-pam-1.0a as www/ap-auth-pam.jlam5-0/+61
This is an authentication module for Apache that allows you to authenticate HTTP clients using Pluggable Authentication Modules (PAM).
2002-03-06php4-xml is in textproc, not devel (noticed in pre-build stage of bulk build).jdarrow1-2/+2
2002-03-06Update www/ap-dav to 1.0.3. Major bugfixes and changes fromjlam7-70/+44
version 1.0.2 include: * ignore Depth: Infinity for non-collection resources in a PROPFIND; this prevents a bogus error when someone has not used the "DAVDepthInfinity On" directive * fix for Web Folders not recognizing the last-modified date in PROPFIND responses (Joe Orton) * tweak to also allow recognition of the creationdate * fix copying of collection properties during a Depth:0 operation (Keith Wannamaker) * return 507 (Insufficient Space) for quota errors (on Linux, at least) (Joe) * fix moving/copying of a collection over a non-collection (found by Joe's interop testing tool) * LOCK with a missing intermediate collection now returns a standard 409 (Conflict) response rather than 500 (Internal Server Error) (Keith, reported by Dan Brotsky) * fix problems with empty URIs in xmlns attributes (fixes from Joe and Greg, reported by Julian Reschke)
2002-03-06Add the scripts to the build target so that they are created and installedjlam2-6/+8
properly.
2002-03-05Update www/apache2 to 2.0.32 beta. Pkgsrc changes from the previous versionjlam15-556/+818
include: *) Move the binaries back into ${PREFIX}/sbin to match the locations for www/apache. *) Build the Apache modules (including mod_ssl) so that apache2 has the same functionality as apache. *) Support shared modules on platforms that support them. Otherwise, link the modules statically into the server. *) Support suEXEC in the same way as for www/apache. *) Honor PKG_SYSCONFDIR. *) Add a rc.d-style control script based on www/apache/files/apache.sh. *) Strongly buildlinkify again after previous changes broke it. Relevant changes from version 2.0.28 beta include: *) A ton of bug fixes in both the main server code and the module code (it _is_ a beta release following a previous beta release). *) Several performance and memory optimizations. *) The Location: response header field, used for external redirect, *must* be an absoluteURI. The Redirect directive tested for that, but RedirectMatch didn't -- it would allow almost anything through. Now it will try to turn an abs_path into an absoluteURI, but it will correctly varf like Redirect if the final redirection target isn't an absoluteURI. *) Add several new mod_proxy directives: ProxyTimeout, ProxyPreserveHost, ProxyPass. *) FTP directory listings are now always retrieved in ASCII mode. The FTP proxy properly escapes URI's and HTML in the generated listing, and escapes the path components when talking to the FTP server. *) Add FileETag directive to allow configurable control of what data are used to form ETag values for file-based URIs. *) Introduced the ForceLanguagePriority directive, to prevent returning MULTIPLE_CHOICES or NONE_ACCEPTABLE in some cases, when using Multiviews.
2002-03-05pkgsrc/www/apache-current has been reimported as pkgsrc/www/apache2.jlam1-2/+2
2002-03-05Remove pkgsrc/www/apache-current and reimport as pkgsrc/www/apache2.jlam12-1038/+0
2002-03-05Reimport pkgsrc/www/apache-current as pkgsrc/www/apache2.jlam12-0/+1038
2002-03-05No need to pass -L${LOCALBASE}/lib because USE_BUILDLINK_ONLY is defined.toshii1-2/+2
2002-03-04Generalize the handling for packages where "fetch" and "fetch-list"fredb2-20/+2
only emit a message and don't actually fetch anything. This allows us to make the output of "fetch-list" for these packages consistent with other packages. While we're in here, integrate DYNAMIC_MASTER_SITES with the ${ORDERED_SITES} macro. The only functional change here is that ${MASTER_SITE_OVERRIDE} is now respected. Still to do -- something appropriate for "fetch-list" for these packages, like sourcing "getsites.sh" into the generated script. (Well, "package", but there are two others that do something similar in their "Makefile".) Also eliminate the misbegotten _FETCH_ALLFILES macro -- now that only "fetch" uses it, move it's functionality directly under "do-fetch".
2002-03-04* now handles integrated/package version of the openssl properly. problemkei3-2/+26
found and noticed by IWAMOTO Toshihiro via private message. Thanks! * by above fix, bump the package version to 0.2.5-m17n-20020216nb1.
2002-03-03Include HAVE_SETPROCTITLE in autoconf.h.in. Thought setproctitle() istaca3-2/+18
already checked in configure script, but it is need to define/undef in a generated header file. Bump to squid 2.4.4nb1.
2002-03-02PHP3 modules should depend on php-{BASE_VERS}* (BASE_VERS == 3.0.18) sojlam1-2/+2
that it will match php-3.0.18nb1.
2002-03-02* Update w3m package from 0.2.1-m17n-0.19 to 0.2.5-m17n-20020216 version.kei11-258/+40
Significant changes has been made. More info is in the ChnagLog file (~3000 lines) in distributed archive. Users of older versions are recommended to update. From NEWS file: ------------ w3m 0.3? * rc: max_load_image * rc: display_image, auto_image, image_scale, imgdisplay, imgsize * func: DISPLAY_IMAGE, STOP_IMAGE * w3m-img merged: w3m now can display images! see doc/README.img ---------------------------------------------------------------- w3m 0.2.5.1 - 2002-02-05 * backport from w3m/0.2.5+cvs-1.299 - fix inputAnswer() and no "ssl_forbid_method" [w3m-dev 02985] - fix SunOS 4.1.4 build problem [w3m-dev 02972] - fix problem with Netscape-Enterprise WWW-authenticate [w3m-dev 02968] ---------------------------------------------------------------- w3m 0.2.5 - 2002-01-31 * RFC2617: HTTP Digest authentication * rc: default_url=0(empty) 1(current URL) 2(link URL) * GOTO_RELATIVE (M-u) * highlight for incremental search * support migemo (romaji search) * use w3mmail.cgi for mailto: URL * support external URI loader * support -dump_extra ftp:// * new regex implementation ---------------------------------------------------------------- w3m 0.2.4 - 2002-01-07 * RFC2818 server identity check * incremental search (C-s, C-r) ---------------------------------------------------------------- w3m 0.2.3.2 - 2001-12-22 * fix security hole in w3m/scripts ---------------------------------------------------------------- w3m 0.2.3.1 - 2001-12-20 * sync with cvs repository * fix bug in configure ---------------------------------------------------------------- w3m 0.2.3 - 2001-12-20 * command line option: -help, -version * new libgc included * new runtime option use_mark, nextpage_topline, label_topline, vi_prec_num emacs_like_lineedit, ftppass_hostnamegen * RFC2732 support (IPv6) * new w3mhelp system * several configure changes * code cleanups, now gcc -Wall -Werror safe ---------------------------------------------------------------- w3m 0.2.2 - 2001-11-15 * sync with w3m 0.2.1-inu-1.5 * w3m maintained in sourceforge.net/projects/w3m ------------
2002-03-01Replace some = with ?= so that the values may be overridden in PHP4 modulejlam2-10/+10
package Makefiles. This fixes breakage in php4-apc noted by Jon Buller in private e-mail.
2002-03-01Horde also requires php-session, php-gettext and php-xmlbouyer1-1/+4
2002-02-28Note that these modules only work with Apache 1.3.* and not the forthcomingjlam5-10/+10
Apache 2.x servers.
2002-02-28* Fix the build against expat as the apache xml headers are not correct forjlam5-7/+104
the library routines we will use when loaded into httpd. * This package won't work with apache-2.*, so ensure that it won't match the apache dependency.
2002-02-28Update www/cadaver to 0.19.1. Pkgsrc changes include:jlam2-14/+13
* Don't use the shared libneon as the neon API is just too unstable. Revert back to using the included neon library. * Remove dependency on gettext-lib as the NLS build is broken. * Remove dependency on libgetopt as cadaver provides its own getopt_long implementation if one doesn't exist on the system. Changes from version 0.19.0 include: * Fix permissions of local file downloaded using 'get' (Dan Mullen). * Add man page (Jules <jules@jules.com>) * lockdepth option is used for any non-collection resource. * Add 'quiet' option; when set, connection status messages are supressed.
2002-02-28Sort.wiz1-2/+2
2002-02-28Update php3 and ap-php3 to 3.0.18nb1. Changes from version 3.0.18 arejlam4-6/+47
a security fix for a file-upload bug. <===> SECURITY NOTE <===> Note that the buffer overflow fix is a major security fix. Quoting from the security advisory at: http://security.e-matters.de/advisories/012002.html "PHP supports multipart/form-data POST requests (as described in RFC1867) known as POST fileuploads. Unfourtunately there are several flaws in the php_mime_split function that could be used by an attacker to execute arbitrary code. During our research we found out that not only PHP4 but also older versions from the PHP3 tree are vulnerable.
2002-02-28Update php4 and ap-php4 to 4.1.2. Changes from version 4.1.1 include:jlam7-33/+30
- Fixed start up failure when mm save handler is used and there is multiple SAPIs are working at the same time. (Yasuo) - Fixed a buffer overflow in the RFC-1867 file upload code (Stefan) <===> SECURITY NOTE <===> Note that the buffer overflow fix is a major security fix. Quoting from the security advisory at: http://security.e-matters.de/advisories/012002.html "PHP supports multipart/form-data POST requests (as described in RFC1867) known as POST fileuploads. Unfourtunately there are several flaws in the php_mime_split function that could be used by an attacker to execute arbitrary code. During our research we found out that not only PHP4 but also older versions from the PHP3 tree are vulnerable. [...] "If you are running PHP 4.0.3 or above one way to workaround these bugs is to disable the fileupload support within your php.ini (file_uploads = Off). If you are running php as module keep in mind to restart the webserver. Anyway you should better install the fixed or a properly patched version to be safe."
2002-02-28Move the definition of USE_BUILDLINK_ONLY above the inclusion ofjlam1-3/+4
Makefile.module, as it might indirectly include bsd.buildlink.mk which relies on being able to check whether USE_BUILDLINK_ONLY is defined or not.
2002-02-28Update www/ap-ssl to 2.8.7 from the mod_ssl-2.8.7-1.3.23 distribution.jlam2-8/+8
Relevant changes from version 2.8.6 include: *) Fixed potential buffer overflow in DBM and SHMHT session cache if very very large certificate chains are used. *) Compliance with POSIX 1003.1-2001 (SUSv3) by replacing obsolete "head -1" and "tail -1" constructs with sed variants in scripts.
2002-02-28Update www/apache to 1.3.23nb1. Changes from version 1.3.23 include usingjlam3-5/+28
the EAPI patches from modssl-2.8.7-1.3.23. Also, link against the MM Shared Memory library (devel/libmm) to provide shared memory support in Apache/EAPI. For example, this allows mod_ssl to use a high-performance RAM-based session cache instead of a disk-based one.
2002-02-27Fix relative path in symlink to opera.1 manpage.jlam1-3/+3
2002-02-27The distfile at Lincoln Stein's page appears to be larger than thejlam1-3/+8
ones on the various CPAN sites. Since he's the software author, we assume his is the definitive file.
2002-02-26Wherever "make fetch" simply echos a message, let "make fetch-list|sh"fredb2-6/+22
echo the message, too.
2002-02-26Add back ability to change the value of "apache_start" from /etc/rc.confjlam2-14/+48
that was lost in the previous commit. "${apache_start}" is the subcommand sent to apachectl to control how httpd is started. It's value may be overridden in: @PKG_SYSCONFDIR@/apache_start.conf /etc/rc.conf /etc/rc.conf.d/apache, in order of increasing precedence. Its possible values are "start" and "startssl", and defaults to "start".
2002-02-26Update "opera6" package to version 6.0 Beta 1 (5.999.1). A list of changestron2-7/+8
since version 5.0 can be found under this URL: http://www.opera.com/pressreleases/en/2002/02/20020226.html
2002-02-25added ap-mp3grant1-1/+2
2002-02-25Initial import of mod_mp3.grant5-0/+67
Apache module for streaming mp3 and other audio files.
2002-02-25added ap-layoutgrant1-1/+2
2002-02-25Initial import of mod_layout package.grant5-0/+92
From DESCR: Mod_Layout creates a framework for doing design. Whether you need a simple copyright or ad banner attached to every page, or need to have something more challenging such a custom look and feel for a site that employs an array of technologies (Java Servlets, mod_perl, PHP, CGI's, static HTML, etc...), Mod_Layout creates a framework for such an environment. By allowing you to cache static components and build sites in pieces, it gives you the tools for creating large custom portal sites.
2002-02-24ftp.mrunix.net moved the webalizer directory into an pub directory.veego1-2/+2
2002-02-24Fix build problems on systems without setproctitle(3).veego4-22/+862
Check setproctitle in the configure script and remove the define in patch-ba.
2002-02-22Create a proper "opera" configuration file if necessary.tron1-1/+2