summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2002-06-18Build swill.thorpej1-1/+2
2002-06-18A package for SWILL, the Simple Web Interface Link Library.thorpej4-0/+27
2002-06-18use /dev/urandom, not /dev/random, for random number source.itojun3-1/+60
(if you don't have Pentium 4, httpd will need more than 1 minutes to start up)
2002-06-18crank PKGREVISIONitojun1-2/+2
2002-06-18http chunk transfer vulnerabilityitojun2-1/+15
http://httpd.apache.org/info/security_bulletin_20020617.txt
2002-06-17Remove commented out USE_SSL (openssl buildlinks were already used).wiz2-4/+2
2002-06-16pkglint silencing.wiz1-6/+6
2002-06-16Update to 2.23beta1, as requested in pkg/17251 by Oliver Tonnhofer.wiz4-13/+18
Changes since 2.21b: * Added some Microsoft MIME types (Kevin Day). * Switch htpasswd from using tmpnam to mkstemp. * Rewrote figure_mime() to do binary search. * Removed the x- from gzip and compress in mime_encodings.txt. * Added rudimentary option to set cache-control headers. * Simplified the IPv6 ifdefs. * Allow filenames with ? in them (Cameron Gregory). * Some improvements to the mmap cache - added a "panic mode" if you run out of address space, added DESIRED_MAX_MAPPED_BYTES config.h option. * Lowered OCCASIONAL_TIME from five minutes to two minutes. * Fix CGI variable AUTH_TYPE (Alexandre CHERIF). * Split clear_connection() into two routines, one which sends a possible buffered response and the other which ignores such (David Burgess). * Remove /./ in de_dotdot() (Dana Dahlstrom). * Shortened LINGER_TIME from two seconds to half a second. * Changed some write() calls to httpd_write_fully(), as suggested by Neale Pickett. * Changed the non-mmap() read() call in mmc.c to httpd_read_fully(), as suggested by Cameron Gregory. * Added an madvise(MADV_SEQUENTIAL) call in mmc.c. * Added .xhtml and .xht to mime_types.txt (suggested by Dave Hodder). * Added index.xhtml and index.xht to INDEX_NAMES (suggested by Dave Hodder). * Got rid of the custom-jiggered syslog.c, now we just use the standard system version. Also added a paragraph in the man page about the syslogd flags needed to make syslogging work from inside a chroot tree. * Added some OpenOffice MIME types (Dave Hodder). * Lowered the default DESIRED_MAX_MAPPED_FILES from 2000 to 1000. * Set up accept filters after listen() (Kris Spinka). * Preserve query string when doing a missing-slash directory redirect. * Special-case logging to '-' as stdout (Matt Armstrong). * Added -s to usage line (Pavel Janík). * Fix for security hole that exposed contents of .htpasswd in some cases (noticed by zeno@cgisecurity.com). * Allow (and ignore) extra fields in .htpasswd files. * Added some calls to shutdown() in strategic places. * Added a timer-kill of the CGI interpose input and output process. These processes also now close the listen fd(s). * Fixed rare file descriptor leak, when we get an unknown sockaddr family (George Schlossnagle). * Put virtual hostname in non-local referer syslog (Craig Leres). * Added a P3P server privacy header setting (Henrik Schack Jensen). And lots of other bug fixes.
2002-06-15Use pthread.buildlink.mk instead of pth's buildlink.mk.wiz1-4/+6
pkg/17266 by Lubomir Sedlacik.
2002-06-12Distfile moved on master site. Update.jwise1-2/+2
2002-06-12Needs mozilla-1.0 or newer.wiz1-2/+2
2002-06-12during install set HOME to WRKDIR to avoid polluting the users home directorydmcmahill1-1/+5
2002-06-11Make this package compile on -current:agc2-1/+14
include <sys/types.h> before <sys/select.h>
2002-06-10Updated to gtkasp2php-0.76.10shell4-25/+28
Changes : - Updated my email address - Regen patch - fmt on DESCR - Updated master_sites
2002-06-10Updated to asp2php-0.76.10shell4-24/+28
Changes : - Updated my email address - Updated master_sites - Regen patch - fmt on DESCR
2002-06-10Updated py-curl to 7.9.7shell2-7/+7
Change since 0.4.8 : * New versioning scheme. Pycurl now has the same version number as the libcurl version it was built with. The pycurl version number thus indicates which version of libcurl is required to run. * Added CURLINFO_REDIRECT_TIME and CURLINFO_REDIRECT_COUNT. * Fixed potential memory leak and thread race (by Markus Oberhumer) * Added CURLOPT_DEBUGFUNCTION to allow debug callbacks to be specified (see the file 'test_debug.py' for details on how to use debug callbacks). * Added CURLOPT_DNS_USE_GLOBAL_CACHE and CURLOPT_DNS_CACHE_TIMEOUT. * Fixed a segfault when finalizing curl objects in Python 1.5.2. * Added 'test_post2.py' file which is another example on how to issue POST requests. * Added the 'test_post.py' file which demonstrates the use of POST requests.
2002-06-10Updated to curl, from 7.9.6 to 7.9.7shell3-7/+8
Changes since 7.9.6 : - More -(option) support - Documentation updated - little bug fixed and preformance improved (please see CHANGES for more)
2002-06-09Update galeon to 1.2.5taya3-6/+7
- mozilla 1.0 compatibilty/requirement - proxy auto-conf & printing fixes - new Vietnamese translation
2002-06-09Delete ruby-uri package. It is included in ruby-1.6.7 and later.taca4-55/+0
2002-06-09Disable and delete ruby-uri package. It is included in ruby-1.6.7 and later.taca1-2/+1
2002-06-06Update mozilla to 1.0taya13-41/+41
No major changes from 1.0rc3. See the release notes for detail about mozilla. http://www.mozilla.org/releases/mozilla1.0/
2002-06-04Add and enable p5-WWW-Amazon-Wishlist.cjep1-1/+2
2002-06-04Initial import of WWW-Amazon-Wishlist-0.65 into the NetBSD packagescjep4-0/+31
collection as www/p5-WWW-Amazon-Wishlist. This package can be used to get your wish-list from Amazon.(com|co.uk) and return it in an array of hashrefs so that you can fiddle with it until your hearts content. Supplied by Sen Nagata in PR#14933. Thanks!
2002-06-03Updated p5-HTML-FillInForm, from 0.26 to 0.29.shell2-5/+5
Changes since 0.26 : - Added ignore_fields option (Boris Zentner) - Added missing ! in declaration handler (Boris Zentner) - Fill all values with the same name if one value is passed (Boris Zentner, Gabriel Burka) - Fixes to pass through comments, processing instructions, and declarations (Boris Zentner)
2002-06-02Don't patch bookmarks file -- not cleanly possibly since we supportwiz2-12/+1
many different version of navigator/communicator. Closes pkg/17136.
2002-06-01Add german mirror to master site list.tron1-1/+2
2002-06-01upgrade to 2.0.36. (this is still a leaf package so it shouldn't affect others)itojun7-264/+48
Changes with Apache 2.0.36 *) Close sockets on worker MPM when doing a graceless restart. [Aaron Bannert] *) Reverted a minor optimization in mod_ssl.c that used the vhost ID as the session id context rather that a MD5 hash of that vhost ID, because it caused very long vhost id's to be unusable with mod_ssl. PR 8572. [Cliff Woolley] *) Fix the link to the description of the CoredumpDirectory directive in the server-wide document. PR 8643. [Jeff Trawick] *) Fixed SHMCB session caching. [Aaron Bannert, Cliff Woolley] *) Synced with remaining changes from mod_ssl 2.8.8-1.3.24: - Avoid SIGBUS on sparc machines with SHMCB session caches - Allow whitespace between the pipe and the name of the program in SSLLog "| /path/to/program". [Cliff Woolley] *) Introduce mod_ext_filter and mod_deflate experimental modules to the Win32 build (zlib sources must be in srclib\zlib.) [William Rowe] *) Changes to the worker MPM's queue management and thread synchronization code to reduce mutex contention [Brian Pane] *) Don't install *.in configuration files since we already install *-std.conf files. [Aaron Bannert] *) Many improvements to the threadpool MPM. [Aaron Bannert] *) Fix subreqs that are promoted via fast_redirect from having invalid frec->r structures. This would cause subtle errors later on in request processing such as seen in PR 7966. [Justin Erenkrantz] *) More efficient pool recycling logic for the worker MPM [Brian Pane] *) Modify the worker MPM to not accept() new connections until there is an available worker thread. This prevents queued connections from starving for processing time while long-running connections were hogging all the available threads. [Aaron Bannert] *) Convert the worker MPM's fdqueue from a LIFO back into a FIFO. [Aaron Bannert] *) Get basic HTTP proxy working on EBCDIC machines. [Jeff Trawick] *) Allow mod_unique_id to work on systems with no IPv4 address corresponding to their host name. [Jeff Trawick] *) Fix suexec behavior with user directories. PR 7810. [Colm <colmmacc@redbrick.dcu.ie>] *) Reject a blank UserDir directive since it is ambiguous. PR 8472. [Justin Erenkrantz] *) Make mod_mime use case-insensitive matching when examining extensions on all platforms. PR 8223. [Justin Erenkrantz] *) Add an intelligent error message should no proxy submodules be valid to handle a request. PR 8407 [Graham Leggett] *) Major improvements in concurrent processing for AB by enabling non-blocking connect()s and preventing APR from doing blocking read()s. Also implement fatal error checking for apr_recv(). [Aaron Bannert] *) Fix Win32 NTFS Junctions (symlinks). PR 8014 [William Rowe] *) Fix Win32 'short name' aliases in httpd.conf directives. PR 8009 [William Rowe] *) Fix generation of default httpd.conf when the layout paths are disjoint. PR 7979, 8227. [Justin Erenkrantz] *) Swap downgrade-1.0 and force-response-1.0 conditional checks so that downgraded responses can have force-response. PR 8357. [Justin Erenkrantz] *) Fix perchild MPM so that it can be configured with the move to the experimental directory. [Scott Lamb <slamb@slamb.org>] *) Fix perchild MPM so that it uses ap_gname2id for groups instead of ap_uname2id. [Scott Lamb <slamb@slamb.org>] *) Fix AcceptPathInfo. PR 8234 [Cliff Woolley] *) [Security] Added the APLOG_TOCLIENT flag to ap_log_rerror() to explicitly tell the server that warning messages should be sent to the client in addition to being recorded in the error log. Prior to this change, ap_log_rerror() always sent warning messages to the client. In one case, a faulty CGI script caused the server to send a warning message to the client that contained the full path to the CGI script. This could be considered a minor security exposure. [Bill Stoddard] *) mod_autoindex output when SuppressRules was specified would omit the first carriage return so the first item in the list would appear to the right of the column headings instead of underneath them. PR 8016 [David Shane Holden <dpejesh@yahoo.com>] *) Moved the call to apr_mmap_dup outside the error branch so that it would actually get called. This fixes a core dump at init everytime you use the MMapFile directive. PR 8314 [Paul J. Reder] *) Trigger an error when a LoadModule directive attempts to load a module which is built-in. This is a common error when switching from a DSO build to a static build. [Jeff Trawick] *) Change instdso.sh to use libtool --install everywhere and then clean up some stray files and symlinks that libtool leaves around on some platforms. This gets subversion building properly since it needed a re-link to be performed by libtool at install time, and the old instdso.sh logic to simply cp the DSO didn't handle that requirement. [Sander Striker] *) Allow VPATH builds to succeed when configured from an empty directory. [Thom May <thom@planetarytramp.net>] *) Fix 'control reaches end of non-void function' warning in server/log.c. [Ben Collins-Sussman <sussman@collab.net>] *) Perchild MPM is now correctly deemed as experimental and is now located in server/mpm/experimental. [Justin Erenkrantz] *) Fix segfault in mod_mem_cache when garabge collecting an expired cache entry. [Bill Stoddard] *) Introduced -E startup_logfile_name option to httpd to allow admins to begin logging errors immediately. This provides Win32 users an alternative to sending startup errors to the event viewer, and allows other daemon tool authors an alternative to logging to stderr. [William Rowe] *) Fix subreqs with non-defined Content-Types being served improperly. [Justin Erenkrantz] *) Merge in latest GNU config.guess and config.sub files. PR 7818. [Justin Erenkrantz] *) Move 100 - Continue support to the HTTP_IN filter so that filters are guaranteed to support 100 - Continue logic without any intervention. [Justin Erenkrantz] *) Add HTTP chunked input trailer support. [Justin Erenkrantz] *) Rename and export get_mime_headers as ap_get_mime_headers. [Justin Erenkrantz] *) Allow empty Host: header arguments. PR 7441. [Justin Erenkrantz] *) Properly substitute sbindir as httpd's location in apachectl. PR 7840. [Andreas Hasenack <andreas@netbank.com.br>] *) Allow Win32 shebang scripts to follow the path (or omit the .exe suffix from the shebang command), and allow ScriptInterpreterSource Registry or RegistryStrict to override shebang lines, as 1.3 did. PR 8004 [William Rowe] *) worker MPM: Fix a situation where a child exited without releasing the accept mutex. Depending on the OS and mutex mechanism this could result in a hang. [Jeff Trawick] *) Update the instructions for how to get started with mod_example. [Stas Bekman] *) Fix PidFile to default to rel_runtimedir instead of rel_logfiledir. PR 7841. [Andreas Hasenack <andreas@netbank.com.br>] *) Win32: Fix problem that caused rapid performance degradation when number of connecting clients exceeded ThreadsPerChild. [Bill Stoddard] *) Fixed a segfault parsing large SSIs on non-mmap systems. [Brian Havard] *) Proxy was bombing out every second keepalive request, caused by a stray CRLF before the second response's status line. Proxy now tries to read one more line if it encounters a CRLF where it expected a status. PR 10010 [Graham Leggett] *) Deprecated the apr_lock.h API. Please see the following files for the improved thread and process locking and signaling: apr_proc_mutex.h, apr_thread_mutex.h, apr_thread_rwlock.h, apr_thread_cond.h, and apr_global_mutex.h. [Aaron Bannert] *) Change mod_status to use scoreboard accessor functions so it can be used in any MPM without having to be recompiled. [Ryan Morgan <rmorgan@covalent.net>] *) Fix parsing of some AP_DECLARE_DATA declarations so that the filter handle declarations are recognized. This fixes problems loading mod_autoindex on some platforms. [Brian Havard] *) add optional fixup hook to proxy [Daniel Lopez <daniel@covalent.net>] *) Remind the admin about the User and Group directives when we are unable to set permissions on a semaphore. PR 7812 [Jeff Trawick] *) fix possible compilation problem in ssl_engine_kernel.c. PR 7802 [Doug MacEachern] *) fix possible infinite loop in mod_ssl triggered by certain netscape clients [Doug MacEachern] *) fix ProxyPass when frontend is https and backend is http [Doug MacEachern] *) Add DASL support to mod_dav [Sung Kim <hunkim@cse.ucsc.edu>]
2002-05-31Adjust various pathnames to use newly reimported packages from the japaneseseb1-2/+2
category. This is part of the japanese category retirement.
2002-05-31Add & enable newly reimported packages from the japanese category.seb1-1/+2
This is part of the japanese category retirement. - in category converters: ack, nkf, p5-Jcode, p5-jcode, p5-nkf, qkc, ruby-romkan, ruby-uconv - in category lang: ja-gawk - in category mail: ja-mh - in category misc: ja-less, ja-man, jhd, xjdic - in category print: ja-a2ps, ja-vflib, ja-vflib-lib, ja-vflib-utils, ja-vfxdvik, texfamily, texfamily-share - in category textproc: chasen, chasen-base, ipadic, ja-grep, ja-groff, ja-sed, kakasi, kbanner, namazu1, namazu2, p5-Text-ChaSen, p5-Text-Kakasi - in category www: mknmz-wwwoffle - in category x11: xjman
2002-05-31Reimport of package mknmz-wwoffle from japanese/mknmz-wwwoffle into ↵seb4-0/+29
www/mknmz-wwwoffle. This is part of the japanese category retirement. CATEGORIES and pathnames to japanese/ adjusted.
2002-05-29Updated to 2.07. Provided by Hiramatsu Yoshifumi <hiramatu@boreas.dti.ne.jp>uebayasi4-146/+75
in pkg/16289 as 2.06, and further update to 2.07 by me. Some of changes from 2.04 are: * Add 'valign' as an option to the html/cell template. * Added the 'uri' filter for URI escaping text. * Incorporated Doug's XS Stash. * Modified Template::Plugins fetch() method to accept $factory as a code reference. * 'orange' became valid colour. * Added 'sorted' as a flag to the HTML plugin. * Added get_all() and get() to the DBI iterator. And many bug fixes as usual.
2002-05-29Perl is used while processing manual pages.uebayasi1-1/+4
Pointed out by Yasushi Oshima <oshimaya@sc.starcat.ne.jp> in pkg/17098.
2002-05-28Add LDFLAGS to set rpath.taya3-5/+46
Add patch-ae forget to add at previous commit.
2002-05-28Update "opera" package to version 6.01. This update fixes a security holetron2-8/+8
in the handling of the '<input type="file">' tag which could be used to transfer files from the local host without the user noticing.
2002-05-281.2.3 release notes state 1.0rc3 requirementabs1-2/+2
2002-05-26Source tarball has changed.taya1-3/+3
regen distinfo.
2002-05-26Update skipstone to 0.8.2taya7-189/+50
and add some patch to work with mozilla-1.0rc3 Changes from ChangeLog: - Patch from Tai, to make find have the options to wrap around, search in frames and match entire words. - Updated nl.po from Francois Duprez. - Petr Balhos sent in a patch for the zoomer plugin to remmeber zoom history, I modified this patch to not store history for each site, instead now there is a context menu when right clicking on the plugin, it either asks to remember or unremember a setting for a specific url. - Fixed the location entry not resizing when window is resized. - Patch from Doug Kearns to enable skipstone to convert relative paths to full paths so that the mozilla widget can find them correctly. - Patch from Seth Kingsley to improve argument quoting when passing mailto urls to mua's. - Patch from Daniel to move embed creation in window mode a notch up so the favicon plugin doesn't complain. - Patch from Tai for SearchToolBar to encode search strings, structurize and add a border to the toolbar to make it look better. - Mem leaks in FavIcon fixed. - Another patch from Daniel, adds an option to go to last focused tab when closing another instead of the notebook widget jumping to the most left tab. I added config ui and its off by default, to turn it on go to misc config node. - locale fixes from Tai-hwa Liang - Patch from Daniel Mooney - Fixes expansion/shrinking of progressbar, adds two context message ids to statusbar and improves the overall display of statusbar messages. Also fixed memory leaks pointed by Daniel, thanks for his work. - Added Bulgarian translation by Miroslav Iordanov - Alt-+ is changed to Alt-= for next tab. - Configure patch applied from Nick Blievers . SkipStone distributions from now on, will contain configure, people checking out from CVS will have to run autoconf to generate a configure file. Thanks a lot to Nick and everybody for thier work on this. - Remove pref that caused entries to have scrollbars when reached the end, you also have to remove it from your prefs.js ng.layout.gfx.scrollbars line. - Changed the printing API and made it possible to print selected ranges in addition to all pages or selected pages. - Compile with debug was broken, fixed. Thanks to Muthu Kumar for finding out.
2002-05-25Update galeon to 1.2.3taya3-46/+46
Changes from release mail: - mozilla 1.0rc3 compatibilty/requirement - bugfixes
2002-05-25Update mozilla to 1.0rc3taya5-24/+7
* We've landed 139 bug fixes since RC2, including fixes for plugins, usability, crashes, and internationalization issues. See release notes for detail. http://www.mozilla.org/releases/mozilla1.0/
2002-05-23Add a 'flush' option to the rc.d script. Bump version to jakarta-tomcat-3.2.4nb1abs2-3/+8
If you've used tomcat this probably comes under the category of bugfix :)
2002-05-22USE_LIBINTL and USE_SSL are evidently made obsolete by buildlink.fredb1-3/+2
Remove them, to take advantage of buildlink and not include anything from ${LOCALBASE}/include, to prevent lynx from tripping over the similarites between NetBSD curses and ncurses. This allows the NetBSD "curses" build to succeed while "ncurses" is installed, and may close PR pkg 16949. I still haven't checked all possible combinations.
2002-05-21Remove $Id$ from patch, and add $NetBSD$.wiz2-9/+7
2002-05-21Some space fixing in the Makefile, and fix installation of dillorc.wiz3-9/+23
Makes PLIST correct... [forgot to add the patch?].
2002-05-20Add NetBSD tags.cjep2-0/+2
2002-05-20Add NetBSD tag.cjep1-0/+1
2002-05-20Add NetBSD tags.cjep3-0/+3
2002-05-20Add NetBSD tag.cjep1-0/+1
2002-05-17add & enable elinkszuntum1-1/+2
2002-05-17Initial import of elinks-0.3.0zuntum4-0/+31
This is the elinks tree - intended to provide feature-rich version of links, however not rock-stable and dedicated mainly for testing. Its purpuose is to make alternative to links, until Mikulas will have some time to maintain it, and to test and tune various patches for Mikulas to be able to include them in the official links releases. Provided by Dawid Szymanski <dawszy@arhea.net> in pkg/16851, slightly modified by myself.
2002-05-17include crimson.jar and ant.jar in default CLASSPATHabs1-2/+2